.banner-proy {
    background-image: url(../img/banners/contacto.jpg);
    height: 400px;
}
.callout-1 {
    padding: 60px 0 100px;
}
.callout-1 h3 {
    color: var(--color1);
}
.callout-1 .proyecto {
    margin: 0 auto 50px;
}
.callout-1 .proyecto .detalle {
    padding: 10px;
}
.callout-1 .proyecto .detalle p strong {
    color: var(--color1);
}
.callout-2 {
    padding: 15px 0 200px;
}
.callout-2::before {
    background-color: var(--color2);
    content: '';
    width: 100%;
    height: 323px;
    position: absolute;
    left: 0;
    top: 0;
}
.callout-2 .btn-retor {
    font-size: 15px;
    color: var(--colorBlanco);
}
.callout-2 h1 {
    color: var(--colorBlanco);
    height: 230px;
}
.callout-2 h1 small {
    font-size: 17px;
}
.callout-2 .detalle p {
    padding-bottom: 20px;
}
.callout-2 .detalle ul li {
    position: relative;
    padding: 5px 0 5px 30px;
}
.callout-2 .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-2 .cuadro {
    background-color: var(--color2);
    width: 275px;
    height: 241px;
    padding: 40px;
}
.callout-2 .cuadro span {
    font-size: 24px;
    color: var(--colorBlanco);
    text-align: right;
    line-height: 1.3;
}
.callout-2 .llama {
    width: 290px;
    height: 241px;
    padding: 40px 30px;
}
.callout-2 .llama blockquote {
    font-size: 33px;
    color: var(--color1);
}
.callout-2 .llama span {
    font-size: 28px;
    line-height: 1.1;
    color: var(--color1);
}
.callout-2 .llama span small {
    font-size: 18px;
    color: var(--colorTexto);
}
.callout-2 .llama span img {
    margin-top: -25px;
}
.callout-2 .ciudad {
    border-bottom: 1px dashed #333;
}
.callout-2 .ciudad p strong {
    display: inline-block;
    width: 130px;
    color: var(--color1);
}
.callout-2 .ciudad p strong i {
    color: #C8B8AB
}
.callout-3 {
    background-color: var(--color3);
    padding: 0 0 90px;
}
.callout-3 p.gale {
    margin-top: -120px;
}
.callout-3 .swiper-cuatro {
    margin-top: -80px;
    margin-bottom: 30px;
}
.callout-3 .swiper-cuatro .swiper-buttons {
    width: 60px;
    height: 60px;
    top: 45%;
    left: 9px;
}
.callout-3 .swiper-cuatro .swiper-button-next {
    left: inherit;
    right: 9px;
}
.callout-3 .swiper-cuatro figure {
    max-width: 384px;
    margin: 0 auto;
}
.callout-3 blockquote {
    font-size: 37px;
    line-height: 1.1;
    color: var(--color1);
}

/* Tablet y Movil */
@media screen and (max-width: 980px){
}
@media screen and (max-width: 768px){
    .banner-proy {
        height: 200px;
    }
    .callout-2::before {
        height: 260px;
    }
    .callout-2 h1 {
        height: auto;
    }
}