:root {
    --color-text-primary: #333;
    --color-border-primary: #305e7b;
    --color-border-secondary: #CCC;
}

.entrada_blog {
    font-size: 18px;
    padding: 80px 0px;
    margin-bottom: 80px !important;
    max-width: 1200px !important;
    margin-top: 30px !important;
    width: 96%;
}

.entrada_blog .d {
    font-size: 14px;
    margin: 30px 0;
}

.entrada_blog .t {
    font-size: 65px;
    color: #1D1D1B;
}

.blog_interes {
    display: none;
}

.entrada_blog p, .entrada_blog li {
    margin-bottom: 1.5rem;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    color: #1D1D1B;
}

.entrada_blog h3 {
    font-size: 1.75rem;
}

.entrada_blog h2,
.entrada_blog h3,
.entrada_blog h4,
.entrada_blog h5,
.entrada_blog h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #777;
}

.entrada_blog blockquote {
    border-left-color: var(--color-border-primary);
    padding: 10px 80px;
    margin: 0 0 1.7em;
    border-left: 5px solid var(--color-border-primary);
    font-size: 25px;
    margin-top: 10px;
}

.entrada_blog {
    margin: 50px;
}

.s_blog {
    background-color: #F7F7F7;
    padding: 1px 0 30px;
}

#filtres_sup_categories.single_blog {
    background-color: #F7F7F7;
    margin-bottom: 0;
}

/*single_blog V2*/

.bannerV2 {
    width: 100%;
}

.contingutV2 {
    display: flex;
}

.textV2-galeriaV2 {
    text-align: justify;
    padding-right: 5%;
    width: 60%;
    margin-bottom: 10px;
}

.imatgesV2 {
    width: 40%;
}

.imatgeV2 {
    margin-bottom: 15px;
}

.galeriav2 {
    display: block;
}

.galeriaMovilV2 {
    display: none;
}

.textV2 {
    margin-bottom: 10px;
}



.blog_interes .llistat{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.blog_interes .llistat .b{
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 50px;
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.blog_interes .llistat .b img{
    margin-bottom: 10px;
}

.blog_interes .llistat .b .d{
    margin-bottom: 0px;
    font-size: 14px;
}
.blog_interes .llistat .b .t{
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Oswald';
    color: #1D1D1B;
}
.blog_interes .llistat .b .c{
    font-size: 16px;
}

.blog_interes .llistat .b .tt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 350;
}

.blog_interes .llistat .b .btn_unificat{
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 350;
    padding: 12px 42px;
}

.blog_interes .entrada_blog h2 {
    font-size: 50px;
    color: #193133;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 50px 20px;
}

@media screen and (max-width:1100px) {
    .blog_interes .llistat .b{
        width:50%;
    }
}



@media screen and (max-width:1010px) {
    .entrada_blog .t {
        font-size: 50px;
    }
}

@media all and (max-width: 768px) {
    .blog_interes .llistat .b {
        width: 100%;
        padding: 0px 15px;
    }
    .blog_interes .entrada_blog h2 {
        font-size: 36px;
        padding: 30px 20px 50px;
    }
}

@media (max-width: 775px) {
    .contingutV2 {
        flex-direction: column;
    }

    .textV2-galeriaV2 {
        width: 100%;
    }

    .entrada_blog .t {
        font-size: 36px;
    }

    .textV2-galeriaV2 img {
        width: 48%;
    }

    .imatgesV2 {
        display: none;
        width: 100%;
    }

    .imatgeV2 img {
        width: 50%;
    }

    .galeriaV2 {
        display: none;
    }

    .galeriaMovilV2 {
        display: block;
    }
}

/*single blog v2 iframe prova*/

.imgPrimeraPersona {
    width: 100%;
}

.imgPrimeraPersona iframe {
    width: 100%;
    height: 800px;
}

.descarregas {
    margin: 20px 0px 80px;
    padding-top: 20px;
    border-top: 1px solid var(--color-border-secondary);
    text-align: left;
}

@media (max-width: 775px) {
    .descarregas {
        margin: 20px 0px 0px;
    }

    .imgPrimeraPersona iframe {
        height: 400px;
    }
}

/*single blog v2 iframe prova*/