@media only screen and (max-width: 576px) {



}

@media only screen and (max-width: 768px) {

    .header-one {
        height: 83px;
        background-color: rgba(62, 43, 32, 0.5);
    }


    #quieneSomos p {
        text-align: justify;
    }

    #quieneSomos .btn-qs {
        width: 90%;
    }

    #empresa h2 {
        text-align: center;
    }

    #empresa ul {
        margin-left: 75px;
    }

    #recaptchaFooter {
        -ms-transform: scale(0.99) !important;
        transform: scale(0.99) !important;
        -webkit-transform: scale(0.99) !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) {


}