.caf_seccion_tit {
    font-size: 2.7rem;
}

.caf_img_mod_square img, .caf_img_mod_rect img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: center top;
}

@supports (aspect-ratio: 1/1) {
    .caf_img_mod_square img {
        max-height: 450px;
        aspect-ratio: 1/1;
    }
}

@supports (aspect-ratio: 16/9) {
    .caf_img_mod_rect img {
        max-height: 450px;
        aspect-ratio: 16/9;
    }
}

.caf_img_opt_d_landscape img {
    height: auto;
    width: 100%;
}

.caf_img_opt_d_portrait img,
.caf_img_opt_d_square img {
    display: block;
    margin: 0 auto;
    max-height: 450px;
    width: auto;
}

@media only screen and (max-width: 600px) {
    .caf_img_opt_d_portrait img,
    .caf_img_opt_d_square img {
        max-height: 400px;
    }    
} 

@supports (aspect-ratio: 1/1) {
    .caf_img_opt_d_square img {
        aspect-ratio: 1/1;
    }
}

.caf_btn_mod_descarga {
    transition: 0.3s;
}

.caf_btn_mod_descarga a {
    display: block;
    font-size: .7rem;
    /*line-height: .8;*/
    line-height: 1.1;
    font-family: Raleway, serif;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #000;
    transition: 0.3s;
}

.caf_btn_mod_descarga:hover  {
    background-color: #ff7038 !important;
}

.caf_btn_mod_descarga:hover a, .caf_btn_mod_descarga:hover .fa-arrow-alt-circle-down  {
    color: #fff;   
}

.caf_btn_mod_descarga .fa-arrow-alt-circle-down {
    font-size: .7rem;
}

/* boton aplicar */

.caf_btn_aplicar {
    padding: .6rem .8rem;
    border: 2px solid;
    font-size: .85rem;
}


.caf_btn_aplicar:hover {
    border: 2px solid;
}

@media (min-width: 1200px) {
    .caf_btn_aplicar {
        padding: .6rem 2rem;
        border: 2px solid;
        font-size: 1rem;
    }

    .caf_btn_aplicar:hover {
        color: #fff;
        border: 2px solid;
    }
}

.caf_modulos_h .btn {
    padding-bottom: 8px;
}

.caf_modulos_h h1 {
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: Raleway, serif;
    font-weight: 700;
}

.caf_modulos_h h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: Raleway, serif;
    font-weight: 700;
}

.caf_modulos_h h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: Raleway, serif;
    font-weight: 700;
}

.caf_modulos_h h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: .8rem;
}

.caf_modulos_bckimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }