@media only screen and (max-device-width: 1190px) {
    nav ul {
        margin-right: 2% !important;
    }

    .headerGral {
        background-size: auto 120px !important;
    }
}

@media only screen and (max-device-width: 1024px) {
    .col2 {
        width: 100% !important;
    }

    .col2 iframe {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-device-width: 850px) {
}

@media only screen and (max-device-width: 550px) {
    .contruccion {
        width: 90%;
    }

    .logoLili {
        width: 90% !important;
    }

    .liliCircle  {
        width: 110px !important;
    }
}