/*
    Theme Name: theme_cirucredito
    Theme URI:
    Description: Tema para la web de Cirucrédito
    Author: INVITRO
    Version: 1.0
    License: GNU General Public License v2 or Later
    Tags: Wordpress - Cirucrédito
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wpcf7-form{
    max-width: 540px;
    margin: 0 auto;
}
.contacto form input[type=submit]{
    max-width: 200px;
    margin-inline: auto;
    border-radius: 50px;
    font-weight: bolder;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.6);
}
.footer__contenido-tab h3{
    margin-bottom: 13px;
}
.wpcf7-form .campo input, .wpcf7-form .campo textarea{
    border-radius: 25px !important;
    width: 94% !important;
}

@media (max-width: 1500px) and (min-width: 1200px){
    .quienes {
        padding: 10rem 0 20rem !important;
    }
}

@media (min-width: 1390px){
    .financiamiento__lista__card{
        flex-basis: 21.5% !important;
    }
    .financiamiento__card__texto{
        height: 21rem !important;
    }
    .financiamiento__card__texto > div{
        width: 100.3% !important;
    }
    .financiamiento__lista{
        padding: 0 2.5rem !important;
    }
    
    .footer__img img{
        height: 84px;
        object-fit: contain;
        object-position: left;
    }
    .footer{
        padding: 3rem 0 6.5rem !important;
    }
    .footer__contenido{
        padding-top: 14rem;
    }
    .footer__contenido-tab{
        min-height: 190px !important;
    }
    .elegirnos{
        margin-top: -18rem;
    }
}