.blog_home{
    margin:85px 0px;
}
.blog_home .container_web{
    max-width: 1500px;
    margin:0px auto;
    padding: 0 0;
}
.blog_home .titol_destacat {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-bottom: 45px;
    padding-right: 60%;
}
.blog_home .titol_destacat h2{
    color:#000;
    font-family: 'Playfair Display';
	font-size: 40px;
	line-height: 1.1;
    margin-bottom: 15px;
}

.blog_home .b, .blog_page .b {
    position: relative;
}
.blog_home .b img, .blog_page .b img {
    border-radius: 15px;
}
.blog_home .b .t, .blog_page .b .t {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: rgba(0,0,0,0.2);
    gap: 15px;
    border-radius: 15px;
}
.blog_home .b .t h4, .blog_page .b .t h4 {
    font-family: 'Playfair Display';
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
}
.blog_home .b .t .btn_unificat, .blog_page .b .t .btn_unificat {
    background: #fff;
    color: #000;
    max-width: 20%;
    padding: 3px 10px;
    text-align: center;
    border-radius: 15px;
    font-size: 13px;
}
.owl-nt-home .owl-prev {
	position: absolute;
	top: 40%;
	left: 0px; 
}
.owl-nt-home .owl-next {
	position: absolute;
	top: 40%;
	right: 0px; 
}

@media screen and (max-width:1100px) {
    .blog_home .llistat .b{
        width:100%;
        padding-right: 0px;
    }

    .blog_home .container_web {
        display: flex;
        flex-direction: column;
        padding-left: 5%;
        padding-right: 5%;
    }
    .blog_home .titol_destacat {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }
    .blog_home .titol_destacat h2 {
        font-weight: 500;
        font-size: 30px;
    }
    .blog_home .b .t {
        padding-top: 5%;
    }
    .blog_home .b .t h4 {
        font-size: 16px;
    }
    .blog_home .b .t .btn_unificat {
        max-width: 50%;
    }
}