@media only screen and (max-width: 576px) {



}

@media only screen and (max-width: 768px) {

    #caracteristicas h1 {
        font-size: 1.8rem;
    }


    #folleto h1 {
        font-size: 1.8rem;
    }

    #contacto h1 {
        font-size: 1.8rem;
    }

    #contacto .info-x-e99-contact a {
        font-size: 14px;
    }

    #contacto .info-x-e99 {
        display: inherit;
        font-size: 11px;
    }

    #recaptchaFooter {
        -ms-transform: scale(0.96) !important;
        transform: scale(0.96) !important;
        -webkit-transform: scale(0.96) !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;
    }



}

@media(min-width:992px) and (max-width:1199px) {


}