.elementor-93 .elementor-element.elementor-element-22ad23a2{--display:flex;--min-height:100dvh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--padding-top:20px;--padding-bottom:20px;--padding-left:70px;--padding-right:12px;}.elementor-93 .elementor-element.elementor-element-22ad23a2:not(.elementor-motion-effects-element-type-background), .elementor-93 .elementor-element.elementor-element-22ad23a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-93 .elementor-element.elementor-element-7ff13ecd{text-align:start;}.elementor-93 .elementor-element.elementor-element-7ff13ecd img{width:250px;}.elementor-93 .elementor-element.elementor-element-41afe59{--display:flex;--justify-content:center;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}body:not(.rtl) .elementor-93 .elementor-element.elementor-element-c0c97a1{left:0px;}body.rtl .elementor-93 .elementor-element.elementor-element-c0c97a1{right:0px;}.elementor-93 .elementor-element.elementor-element-c0c97a1{bottom:0px;z-index:-1;}#elementor-popup-modal-93 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-93{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-93 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-93 .dialog-close-button{display:flex;}#elementor-popup-modal-93 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-93 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(max-width:1199px){.elementor-93 .elementor-element.elementor-element-22ad23a2{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-93 .elementor-element.elementor-element-7ff13ecd img{width:180px;}#elementor-popup-modal-93 .dialog-message{width:100vw;}}@media(max-width:767px){.elementor-93 .elementor-element.elementor-element-7ff13ecd img{width:150px;}}/* Start custom CSS for shortcode, class: .elementor-element-3c6a38e */.contenedor-menu-lateral {
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
}

.lista-menu-principal {
    list-style: none;
    padding: 0;
    margin: 0;
    width: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lista-menu-principal > li {
    padding: 0;
    cursor: pointer;
    position: static;
}

/* Estilos de los enlaces principales */
.lista-menu-principal > li > a {
    text-decoration: none;
    color: #295770 !important;
    font-size: 28px;
    font-weight: 500;
    display: block;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    width: fit-content;
}

/* Estado Activo (por clic) */
.lista-menu-principal > li.activo-click > a {
    border-bottom: 2px solid #295770;
}

/* Submenú (oculto por defecto) */
.lista-menu-principal > li > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 120%; /* Ajusta esto si quedan muy lejos o cerca */
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: fadeIn 0.3s ease;
}

/* Mostrar Submenú solo cuando tiene la clase activa */
.lista-menu-principal > li.activo-click > .sub-menu {
    display: block;
}

.lista-menu-principal > li > .sub-menu > li {
    margin-bottom: 15px;
}

/* Enlaces del Submenú */
.lista-menu-principal .sub-menu a {
    text-decoration: none;
    color: #295770;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.2s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(-10px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 767px) {
    .lista-menu-principal { width: 100%; }
    .lista-menu-principal > li > .sub-menu {
        position: relative;
        left: 0 !important;
        top: 0;
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-41afe59 */.elementor-93 .elementor-element.elementor-element-41afe59 {
    flex: 1;
}/* End custom CSS */