.banner-noso {
    height: 548px;
    background-image: url(../img/banners/nosotros.jpg);
}
.callout-1 {
    padding: 110px 0 60px;
}
.callout-1 h1 {
    font-size: 42px;
}
.callout-1 h3 {
    font-size: 28px;
}
.callout-1 .detalle > * {
    font-size: 15px;
    padding-bottom: 20px;
}
.callout-1 .lema > * {
    font-size: 38px;
    line-height: 1.2;
    padding-bottom: 20px;
}
.callout-1 .boton {
    font-size: 20px;
    max-width: 260px;
    border-radius: 5px;
    line-height: 1.2;
    padding: 14px 0;
}
.callout-1 .boton small {
    font-size: 15px;
}
.callout-2 {
    padding: 100px 0 180px;
    background-color: var(--color3);
}
.callout-3 {
    padding: 0 0 60px;
}
.callout-3 .mivi {
    background-color: var(--colorPlomo);
    min-height: 295px;
    margin: -70px auto 70px;
    padding: 30px;
}
.callout-3 .mivi > div:first-child {
    padding-top: 50px;
    width: 100px;
    text-align: center;
}
.callout-3 .mivi > div:last-child {
    width: calc(100% - 120px);
}
.callout-3 .mivi p {
    font-size: 15px;
    max-width: 351px;
}
.callout-3 .mivi p.titulo {
    font-size: 30px;
}

@media screen and (max-width: 980px){
    .banner-noso {
        height: 250px;
    }
    .callout-1 {
        padding: 60px 0;
    }
    .callout-1 h1 {
        font-size: 35px;
    }
    .callout-1 h3 {
        font-size: 25px;
    }
    .callout-1 .lema > * {
        font-size: 25px;
    }
    .callout-3 .mivi > div {
        width: 100% !important;
    }
}