.banner-prod {
    height: 300px;
    background-image: url(../img/banners/producto.jpg);
}
.banner-alqui {
    height: 300px;
    background-image: url(../img/banners/alquiler.jpg);
}
.banner-obra {
    height: 300px;
    background-image: url(../img/banners/obra.jpg);
}
.callout-1 {
    padding: 50px 0 80px;
}
.callout-1 h4 {
    color: var(--color2);
}
.callout-1 h4 small {
    font-size: 16px;
    color: var(--colorTexto2);
}
.callout-1 .producto {
    margin-bottom: 75px;
}
.callout-1 .producto.alquiler {
    margin-bottom: 115px;
}
.callout-1 .producto.pr2 .boton {
    background-color: #728496;
    color: var(--colorBlanco);
}
.callout-1 .producto.pr2 .boton:hover {
    background-color: var(--color2);
}
.callout-1 .d-final > div {
    flex: 1;
}
.callout-1 .d-final span {
    font-size: 30px;
    line-height: 1.3;
}
.callout-1 h5.reducir {
    font-size: 35px;
}
.callout-2 {
    padding: 40px 0 100px;
}
.callout-2 h4 {
    color: var(--color2);
    letter-spacing: -1px;
}
.callout-2 h4 small {
    font-size: 16px;
    color: var(--colorTexto2);
}
.callout-2 .img-producto {
    max-width: 585px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 500px;
}
.callout-2 .img-producto figure {
    min-height: 480px;
}
.callout-2 .img-producto figure img {
    max-height: 480px;
}
.callout-2 h2 {
    color: var(--color4);
}
.callout-2 h2 small {
    font-size: 16px;
}
.callout-2 .codigo-marca span {
    font-size: 16px;
}
.callout-2 .codigo-marca .cuadro {
    line-height: 35px;
    width: 98px;
    background-color: #728496;
    color: var(--colorBlanco);
    padding-left: 18px;
}
.callout-2 .codigo-marca .cuadro2 {
    background-color: #728496;
}
.callout-2 .presentacion,
.callout-2 .detalle > * {
    font-size: 17px;
    color: var(--color3);
}
.callout-2 .detalle > ul {
    padding-left: 20px;
    list-style: disc;
}
    .callout-2 .detalle p {
    padding-bottom: 20px;
}
.callout-2 .tit {
    font-size: 20px;
    border-bottom: 1px dashed #B1B1B1;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.callout-peque {
    background-color: #728496;
    padding: 60px 0 20px;
}
.callout-peque h4 {
    font-size: 14px;
    color: var(--colorBlanco);
}
.callout-peque .retor {
    color: var(--colorBlanco);
    font-size: 14px;
    line-height: 1;
}
.callout-peque .retor:hover {
    text-decoration: underline;
}
.callout-3 {
    background-color: var(--colorPlomo);
    padding: 100px 0 80px;
}
.callout-3 span {
    font-size: 25px;
    color: var(--color2);
}
.callout-3 h5 {
    font-size: 45px;
    color: var(--color2);
}
.callout-3 .boton {
    max-width: 286px;
    margin: 0 auto;
}
@media screen and (max-width: 980px){
    .banner-prod, .banner-alqui, .banner-obra {
        height: 190px;
    }
    .callout-1 .d-final > div {
        flex: auto;
    }
    .callout-peque {
        padding: 20px 0 20px;
    }
    .callout-1 h5.reducir {
        font-size: 30px;
    }
    .callout-3 h5 {
        font-size: 35px;
        color: var(--color2);
    }
    .callout-2 .codigo-marca span {
        font-size: 14px;
    }
    .callout-2 .codigo-marca .cuadro {
        width: 75px;
        padding-left: 10px;
    }
}