a.jl-navbar-toggle.jl-navbar-toggle-animate.mobile-toggle::before {
    content: "MENU";
    position: absolute;
    margin-top: -26px;
    font-size: 8px;
}
a.jl-navbar-toggle.jl-navbar-toggle-animate.mobile-toggle {
    scale: 1.3;
    margin-top: 8px;
}
#g-navigation .jl-logo img {
    padding: 5px;
}
ul.mb-40.hiden-tablet li {
    padding-bottom: 15px;
}

.jl-services-section .el-item.jl-card {
    transition: all .2s ease-in;
}
.jl-services-section .el-item.jl-card:hover {
    transform: translateY(-15px);
}


/* Footer */
#g-footer::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
}
#g-footer {
    background-size: cover;
    position: relative;
    z-index: 1;
}
#g-footer > .jl-container {
    position: relative;
    z-index: 2;
}


@media (min-width: 1400.99px) {
    
}
/* Dispositivos extra grandes (escritorios grandes, 1200 px y más) */
@media (min-width: 1025px) and (max-width: 1400px) {

}


/* Dispositivos grandes (escritorios, 992 px y más) */
@media (min-width: 992px) and (max-width: 1024.99px) {}

/* Dispositivos medianos (tabletas, 768px y más) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Dispositivos pequeños (teléfonos horizontales, 576 px y más) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Dispositivos extrapequeños (teléfonos verticales, menos de 576 px) */
@media (max-width: 575.98px) {
    .jl-google-maps iframe {
        height: 300px;
    }
}