/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --evo-azul: #2c86d5;
    --evo-verde: #6dbc00 ;
    --evo-verde-claro: #9dd159 ;
    --evo-naranja: #ff8800;
    --evo-rojo:#fc4307;

    --evo-verde-fosforito: #D7FF00 ;
    --evo-naranja-fosforito: #FFBE00 ;
    --evo-azul-fosforito: #86C7FF;

}

.custom-megamenu-wrapper {
    position: relative;
}

.custom-megamenu-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    position: relative;
    z-index: 10;
}

.custom-megamenu-nav li {
    cursor: pointer;
    padding: 12px 20px;
    background: #fff;
}

.custom-megamenu-content {
    position: fixed;
    top: auto; /* será definido por JS */
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.custom-megamenu-content.visible {
    opacity: 1;
    pointer-events: auto;
}

.menu-content-item {
    display: none;
    padding: 30px;
    max-width: 1440px;
    margin: 0 auto;
}

.menu-content-item.active {
    display: block;
}

/* Mostrar el contenido activo */
.custom-megamenu-wrapper.hovering .custom-megamenu-content {
    display: block;
}

.custom-megamenu-wrapper.hovering .menu-content-item.active {
    display: block;
}
.full-fade {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.full-fade.visible {
    opacity: 1;
    pointer-events: auto;
}

.mobile-drawer-megamenu {
    display: none ;

}



@media (max-width: 1023px) {
    .custom-megamenu-nav {
        display: none;
    }
    .mobile-drawer-megamenu {
        display: flex ;
        width: 100%;
    }

    .mobile-menu-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-nav li {
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        background: #fff;
        cursor: pointer;
    }

    .drawer-panel {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
    }
    .drawer-header {
        margin-bottom: 15px;
    }
    /* Clases específicas para controlar animación */
    .drawer-panel.slide-in {
        animation-name: slideIn;
    }

    .drawer-panel.slide-out {
        animation-name: slideOut;
    }
    .drawer-back {
        background: none;
        border: none;
        font-size: 16px;
        color: #0073aa;
        cursor: pointer;
    }

    @keyframes slideIn {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(0%);
        }
    }

    @keyframes slideOut {
        from {
            transform: translateX(0%);
        }
        to {
            transform: translateX(100%);
        }
    }

}



.jet-active-filters__title {
    display: none;
}

.jet-active-filters__list {
    .jet-active-filter__label {
        display: none;
    }

    .jet-active-filter__val {
        font-size: 16px;
        color: #333 !important;
        border: 2px solid #333 !important;
        padding: 8px 32px 8px 16px;
    }

    .jet-active-filter__val:hover {
        font-size: 16px;
        color: white !important;
        background: #f45454 !important;
        border: 2px solid #f45454 !important;

    }
}

.jet-active-filter .jet-active-filter__remove {
    font-size: 24px !important;
    position: absolute;
    top: 10px !important;
    right: 18px !important;;

}

.jet-active-filter:hover .jet-active-filter__remove {
    color: white !important;

}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon {
    font-size: 18px;

}

.jet-checkboxes-list__decorator {
    height: 24px !important;
    width: 24px !important;
    border: 2px solid #333 !important;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon {
    background: #fff !important;
    color: #f45454 !important;
}

.jet-checkboxes-list__label {
    font-size: 16px;
    color: #333 !important;

}

.apply-filters .apply-filters__button {
    min-height: 48px;
    font-size: 16px;
    padding: 8px 16px;

}

.apply-filters__button:focus {
    color: #fff !important;
    background: #f45454 !important;
}

.jet-smart-filters-elementor-loop-no-result {
    font-size: 18px;
    color: #333;
}

.globo {
    fill : #00cc99 ;
}
.avion-papel {
    fill : #fc8200;
}
.robot {
    fill: #0a6aa1;
}
.avion {
    fill : #7A79B3;
}
.iconos {
    .ekit_social_media a {
        color: #4e4e4e !important ;

    }
    .ekit_social_media a:hover {
        color: #3f3f86 !important ;
        background: white !important ;

    }

}

