.banner_home{
    
    background-size: cover !important;
}
.banner_home .container_web{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.banner_home .container_web .t{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner_home .container_web .d{
    margin-bottom: 35px;
    font-size: 20px;
    color: white; /* Color del texto en blanco */
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.6;
    text-align: right;
}
.banner_home .container_web .btn{
    background-color: #000;
    color:#fff;
    padding:12px 45px;
    display: inline-block;
}

@media screen and (max-width:1010px) {
	.banner_home .container_web{
		padding:0px 25px;
	}

}


@media all and (max-width: 768px) {

    .banner_home .container_web .t{
        font-size: 25px;
    }
    .banner_home .container_web .d{
        font-size: 16px;
    }
    .banner_home .container_web{
        padding:50px 25px;
        min-height: inherit;
    }

}

/* --- Estils per els banners de la pàgina de categoria --- */
.banner_pag_categoria{
    background-size: cover !important;
}
.banner_pag_categoria .container_web{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.banner_pag_categoria .container_web .t{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner_pag_categoria .container_web .d{
    margin-bottom: 35px;
    font-size: 20px;
    color: white; /* Color del texto en blanco */
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.6;
    text-align: right;
}
.banner_pag_categoria .container_web .d span {
    color: white; /* Color del texto en blanco */
    background-color: black; /* Color de fondo negro */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 5%;
}
.banner_pag_categoria .container_web .btn{
    background-color: #000;
    color:#fff;
    padding:12px 45px;
    display: inline-block;
}
.banner_pag_categoria .container_web .titol_img_boto {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
}
.banner_pag_categoria.banner_cat_principal .container_web .titol_img_boto {
    max-width: 50%;
}
.banner_pag_categoria .container_web .titol_img_boto img, .video_banner_pag_cat .titol_img_boto img {
    max-width: 150px;  
    margin-bottom: 0px;  
}
.banner_pag_categoria .container_web .titol_img_boto .btn_unificat {
    background-color: #fff;
    color: black;
    text-align: center;
    max-width: 200px;
}
.banner_pag_categoria .container_web .titol_img_boto .st {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
}
.banner_pag_categoria .container_web .titol_img_boto .t, .banner_pag_categoria .container_web .titol_img_boto .t h1 {
    font-family: 'Playfair Display';
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
}
.banner_pag_categoria.banner_cat_principal .container_web .titol_img_boto .t {
    font-style: italic;
}
.banner_pag_categoria.banner_cat_principal .container_web .titol_img_boto .btn_unificat {
    margin-top: 30px;
}

@media screen and (max-width:1010px) {
	.banner_pag_categoria .container_web{
		padding:0px 25px;
	}

}

@media all and (max-width: 768px) {

    .banner_pag_categoria .container_web .t{
        font-size: 25px;
    }
    .banner_pag_categoria .container_web .d{
        font-size: 25px;
        line-height: 1.8;
    }
    .banner_pag_categoria .container_web{
        padding:50px 0px;
        min-height: inherit;
        background-color: rgba(0,0,0,0.4);
    }
    .banner_pag_categoria .container_web .d span {
        padding-left: 2%;
        padding-right: 10%;
    }
    .banner_pag_categoria .container_web .titol_img_boto img, .video_banner_pag_cat .titol_img_boto img {
        max-width: 80px;
        margin-bottom: 0px;
    }
    .banner_pag_categoria .container_web .titol_img_boto .st {
        font-size: 15px;
    }
    .banner_pag_categoria .container_web .titol_img_boto .t {
        font-size: 50px;
    }

    .banner_pag_categoria.banner_cat_principal .container_web .titol_img_boto {
        max-width: 95%;
    }

}