p {
    font-size: 17px;
}
.banner-noso {
    background-image: url(../img/banners/nosotros.jpg);
}
#nosotros .callout-1 {
    padding: 120px 0 75px;
}
#nosotros .callout-1 .cuadro {
    padding: 45px 50px;
    background-color: var(--colorBlanco);
    border-radius: 20px;
    max-width: 560px;
    margin: 0 auto;
}
#nosotros .callout-2 {
    padding: 120px 0 70px;
}
#nosotros .callout-2 .mivi > div:first-child {
    width: 200px;
}
#nosotros .callout-2 .mivi > div:last-child {
    width: calc(100% - 240px);
}
#nosotros .callout-2 h3 img {
    margin-top: -10px;
}
#nosotros .callout-2 span {
    font-size: 22px;
    line-height: 1.1;
    color: #434343;
    letter-spacing: -0.5px;
    max-width: 794px;
    background-color: #FFFAF6;
    margin: 15px auto 30px;
    padding: 10px 10px 14px;
    border-radius: 30px;
    border: 2px solid #E6E6E6;
}
#nosotros .callout-2 blockquote {
    font-size: 25px;
    line-height: 1.2;
    max-width: 500px;
    margin: 0 auto 30px;
}
#nosotros .callout-2 h3.lema {
    max-width: 870px;
    margin: 0 auto;
}
/* Tablet y Movil */
@media screen and (max-width: 980px){
    #nosotros .callout-1 {
        padding: 70px 0;
    }
    #nosotros .callout-1 .cuadro {
        padding: 25px 20px;
    }
    #nosotros .callout-2 .mivi > div:last-child {
        width: 100%;
    }
}