.callout-1 {
    padding: 90px 0 190px;
}
.callout-1::before {
    background-color: var(--color2);
    content: '';
    width: 100%;
    height: 323px;
    position: absolute;
    left: 0;
    top: 0;
}
.callout-1 h1 {
    color: var(--colorBlanco);
    height: 230px;
}
.callout-1 h1 small {
    font-size: 17px;
}
.callout-1 .detalle p {
    padding-bottom: 20px;
}
.callout-1 .detalle ul li {
    position: relative;
    padding: 5px 0 5px 30px;
}
.callout-1 .detalle ul li::before {
    content: '';
    background-image: url(../img/iconos/check.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.callout-1 .cuadro {
    background-color: var(--color2);
    width: 275px;
    height: 241px;
    padding: 40px;
}
.callout-1 .cuadro span {
    font-size: 24px;
    color: var(--colorBlanco);
    text-align: right;
    line-height: 1.3;
}
.callout-1 .llama {
    width: 290px;
    height: 241px;
    padding: 40px 30px;
}
.callout-1 .llama blockquote {
    font-size: 33px;
    color: var(--color1);
}
.callout-1 .llama span {
    font-size: 28px;
    line-height: 1.1;
    color: var(--color1);
}
.callout-1 .llama span small {
    font-size: 18px;
    color: var(--colorTexto);
}
.callout-1 .llama span img {
    margin-top: -25px;
}
.callout-2 {
    background-color: var(--color3);
    padding: 0 0 90px;
}
.callout-2 blockquote {
    font-size: 37px;
    line-height: 1.1;
    color: var(--color1);
}
.callout-2 .swiper-cuatro {
    margin-top: -80px;
    margin-bottom: 30px;
}
.callout-2 .swiper-cuatro .swiper-buttons {
    width: 60px;
    height: 60px;
    top: 45%;
    left: 9px;
}
.callout-2 .swiper-cuatro .swiper-button-next {
    left: inherit;
    right: 9px;
}
.callout-2 .swiper-cuatro figure {
    max-width: 384px;
    margin: 0 auto;
}

/* Tablet y Movil */
@media screen and (max-width: 980px){
}
@media screen and (max-width: 768px){
    .callout-1::before {
        height: 235px;
    }
    .callout-1 h1 {
        height: 130px;
    }
}