@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {

#creamos-tu-espacio a, #creamos-tu-espacio span {
    font-size: 1.1rem;
}


.footer .info ul {
    display: block; 
}


}

@media(min-width:768px) and (max-width:991px) {
    .contacto #recaptchaContacto {
        -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) {

}