:root{
    --color-1:#C2DDC7;
    --color-2:#EF8354;
    --color-3:#0B3954;
    --color-4:#1C3144;
    font-size: 16px;
    }

.portada{
    height: calc(100vh - 64px);
    background-image: url("../assets/img/nosotros/portada.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#FFFFFF;
}

.quienesSomos{
    padding:3rem 8.33vw;
}
.quienesSomos__texto{
    text-align: justify;
}


.misionVision{
    background-image: url("../assets/img/nosotros/mobile/mision-vision.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:3rem 8.33vw 0 8.33vw;
    color:#FFFFFF;
}
.misionVision__titulo{
    margin-bottom: 1rem;
}
.misionVision__texto{
    margin-bottom: 3rem;
    text-align: justify;
}

.gerente__contenido{
    padding: 3rem 8.33vw 0 8.33vw !important;
}
.gerente__contenido-comillas,.gerente__contenido-titulo,
.gerente__contenido-subtitulo{
    margin-bottom:1rem;
}
.gerente__contenido-texto{
    margin-bottom: 2rem;
    text-align: justify;
}
.gerente__imagen{
    background-image: url("../assets/img/nosotros/gerente-2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    min-height: 330px;
    height: 400px;
}
@media only screen and (min-width : 993px) {
    .portada{
        height: calc(100vh - 90px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color:#FFFFFF;
    }
    .quienesSomos{
        padding:4rem 8.33vw;
    }

    .misionVision{
        background-image: url("../assets/img/nosotros/mision-vision.png");
        padding:4rem 8.33vw 0 8.33vw;
        color:#FFFFFF;
    }
    .misionVision__titulo{
        margin-bottom: 1rem;
    }
    .misionVision__texto{
        margin-bottom: 4rem;
        text-align: left;
    }

    .gerente__contenido{
        padding: 4rem 8.33vw 0 8.33vw !important;
    }
    .gerente__contenido-comillas,.gerente__contenido-titulo,
    .gerente__contenido-subtitulo{
        margin-bottom:1rem;
    }
    
    .gerente__imagen{
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        min-height: 330px;
        height: 400px;
    }
}