@media only screen and (max-width: 576px) {


}

@media only screen and (max-width: 768px) {


    .header-one {
        min-height: 75px;
    }


    .valores h4 {
        font-size: 1.2rem;
    }

    .mt-n6{
        margin-top: -3.5rem !important;
    }

    #beneficios li::before {
        font-size: 1rem;
    }

    .information-content{
        padding: 0 15px;
    }

    #contacto h1 {
        font-size: 2rem;
    }

    #contacto ul {
        display: initial;
        padding: 0;
    }


    #recaptchaFooter {
        -ms-transform: scale(0.95) !important;
        transform: scale(0.95) !important;
        -webkit-transform: scale(0.95) !important;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }



}

@media(min-width:768px) and (max-width:991px) {
    .contacto #recaptchaFooter {
        -ms-transform: scale(0.90);
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    #recaptchaSuperheros {
        -ms-transform: scale(0.90);
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }



}

@media(min-width:992px) and (max-width:1199px) {


}