.page-template-quienes-somos .bg-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../img/layout/quienes-somos/background-mobile-quienes.jpg');
}
@media only screen
and (min-width : 961px) {
    .page-template-quienes-somos .bg-container {
        background-image: url('../../img/layout/quienes-somos/background-desktop-quienes.jpg');
    }
}

/* Header */
.header-quienes-somos {
    position: relative;
    padding: 9.8rem 0 2.5rem;
}
.header-quienes-somos h1,
.header-quienes-somos p {
    color: var(--main-white);
    max-width: 77.2rem;
}
.header-quienes-somos h1 {
    font-size: 2.4em;
    line-height: 1.16em;
    font-weight: 900;
    margin-bottom: 1.5rem;
}   
.header-quienes-somos p {
    font-size: 1.5em;
    line-height: 1.26em;
    letter-spacing: 0.03em;
    font-weight: 500;
}

@media only screen
and (min-width : 961px) {
        
    .header-quienes-somos {
        padding: 18.4rem 0 4.5rem;
    }
    .header-quienes-somos h1 {
        font-size: 4.6em;
        line-height: 1.17em;
        margin-bottom: 3.5rem;
    }
    .header-quienes-somos p {
        font-size: 1.8em;
        line-height: 1.33em;
    }

}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}




.directores {
    position: relative;
    padding-bottom: 3rem;
}
.directores header {
    margin-bottom: 4rem;
}
.directores h2 {
    color: var(--main-white);
    font-weight: 700;
    display: none;
}
.directores article {
    margin-bottom: 6rem;
}
.directores__box {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2rem;
    padding: 3rem 3.3rem;
}
.directores__box figure {
    position: absolute;
    width: 9rem;
    height: 9rem;
    top: -2.5rem;
    left: 1.8rem;
}
.directores__box h3 {
    text-align: right;
    margin-right: 1.7rem;
    margin-bottom: 2.3rem;
}
.directores__box p {
    font-size: 1.3em;
    line-height: 1.3em;
    color: var(--main-gray);
}
.directores__box p strong {
    display: block;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
@media only screen
and (min-width : 961px) {
    .directores {
        padding-bottom: 6rem;
    }
    .directores header {
        margin-bottom: 11.6rem;
    }
    .directores h2 {
        display: block;
        font-size: 3.2em;
        line-height: 1.15em;
    }
    .directores article {
        margin-bottom: 4.7rem;   
    }
    .directores__box {
        padding: 2.5rem 3rem 3rem 3rem;
        min-height: 43rem;
    }
    .directores__box figure {
        width: 14.4rem;
        height: 14.4rem;
        top: -7.2rem;
        left: 3.5rem;
    }
    .directores__box h3 {
        text-align: left;
        margin: 0 0 3.5rem 19.4rem;
    }
    .directores__box p {
        font-size: 1.6em;
        line-height: 1.375em;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}