#main-content .container.pag-404:before {
    content: unset;
}

.container.pag-404 .entry {
    height: 80vh;
    padding: 30vh;
    text-align: center;
}

@media only screen and (max-width: 700px) {
    header.et-l.et-l--header {
        height: 100px;
        max-height: 100px;
    }
}

.menu-item:not(:last-child) a span:hover {
    background: #00A7E1 !important;
    color: white;
}

.menu-item:last-child a span:hover {
    background: #3030b6;
    color: white;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    border-color: #00A7E1 !important;
}

.et_pb_slide_description {
    animation: none !important;
}

.et-menu li li a {
    width: 200px;
}

.nav li li ul {
    left: 200px;
}

/* Menu mobile */

/* Menú principal móvil - Estilo colapsado */

/* Desactiva los eventos de clic en el enlace principal */
/* #mobile_menu1 .menu-item-has-children > a {
    pointer-events: none;
} */

/* Anula el display:none inline de los submenús */
#mobile_menu1 .menu-item-has-children .sub-menu {
    display: none !important;
}

#mobile_menu1 .menu-item-has-children .sub-menu.active {
    display: block !important;
}

@media (max-width: 1024px) {
    .et_mobile_menu li li {
        padding-left: 10% !important;
    }
}