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

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

    }
    
    .bg-header {
    height: auto;
    }

    #construimos-futuro h1 {
        font-size: 2rem;
    }

    #servicios h1 {
        font-size: 2rem;
    }

    #servicios .card {
        margin-top: 0;
    }

    #bg-quienes-somos h1 {
        font-size: 2rem;
    }

    #bg-arquitectonicos h1 {
        font-size: 1.9rem;
    }

    #bg-obras-civiles h1 {
        font-size: 2rem;
    }

    #bg-mantenimiento h1 {
        font-size: 2rem;
    }

    #footer h1 {
        font-size: 2rem;
    }

    #footer ul {
        display: initial;
        padding: 0;
    }

    #footer .btn-contact {
        width: auto;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .bg-header {
    height: auto;
    }
    
    #footer #recaptchaFooter {
        -ms-transform: scale(0.60);
        transform: scale(0.60);
        -webkit-transform: scale(0.60);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media(min-width:992px) and (max-width:1199px) {
}