/* 
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 */
/* Iconos en el menu de Lo mas destacado */

/* Iconos en el menu de Lo mas destacado */
.menu-regional > .elementor-item,
.menu-politica > .elementor-item,
.menu-internacional > .elementor-item,
.menu-deportes > .elementor-item {
    position: relative;
    padding-left: 75px !important;

    background-repeat: no-repeat !important;
    background-position: 25px center !important;
    background-size: 25px 25px !important;

    transition:
        background-color 0.3s ease,
        color 0.3s ease !important;
}



/* Regional */
.menu-regional > .elementor-item {
    background-position: 15px center !important;
    background-image: url("/wp-content/uploads/2026/07/arequipa-01-1.svg");
    background-size: 45px 45px !important;
}

/* Politica */
.menu-politica > .elementor-item {
    background-image: url("/wp-content/uploads/2026/07/jury_4428600-1.svg");
}

/* Internacional */
.menu-internacional > .elementor-item {
    background-image: url("/wp-content/uploads/2026/07/travel_3253128-1.svg");
}

/* Deportes */
.menu-deportes > .elementor-item {
    background-image: url("/wp-content/uploads/2026/07/sports-game_8294563-1.svg");
}

/* Iconos coloreados para hover y active */
.menu-regional > .elementor-item::before,
.menu-politica > .elementor-item::before,
.menu-internacional > .elementor-item::before,
.menu-deportes > .elementor-item::before {
    content: "";
    position: absolute;

    left: 25px;
    top: 50%;

    width: 25px;
    height: 25px;

    background-color: #1D2E4B !important;

    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    opacity: 0;
    visibility: hidden;

    transform: translateY(-50%);
    transition:
        opacity 0.3s ease,
        background-color 0.3s ease !important;

    pointer-events: none;
}

/* Regional: posicion y tamaño especial */
.menu-regional > .elementor-item::before {
    left: 15px;
    width: 45px;
    height: 45px;

    -webkit-mask-image: url("/wp-content/uploads/2026/07/arequipa-01-1.svg");
    mask-image: url("/wp-content/uploads/2026/07/arequipa-01-1.svg");
}

/* Politica */
.menu-politica > .elementor-item::before {
    -webkit-mask-image: url("/wp-content/uploads/2026/07/jury_4428600-1.svg");
    mask-image: url("/wp-content/uploads/2026/07/jury_4428600-1.svg");
}

/* Internacional */
.menu-internacional > .elementor-item::before {
    -webkit-mask-image: url("/wp-content/uploads/2026/07/travel_3253128-1.svg");
    mask-image: url("/wp-content/uploads/2026/07/travel_3253128-1.svg");
}

/* Deportes */
.menu-deportes > .elementor-item::before {
    -webkit-mask-image: url("/wp-content/uploads/2026/07/sports-game_8294563-1.svg");
    mask-image: url("/wp-content/uploads/2026/07/sports-game_8294563-1.svg");
}

/* Regional: icono visible por defecto */
.menu-regional > .elementor-item {
    background-image: none !important;
}

.menu-regional > .elementor-item::before {
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #464646 !important;
}

/* Fondo en hover y active */
.menu-regional > .elementor-item:hover,
.menu-politica > .elementor-item:hover,
.menu-internacional > .elementor-item:hover,
.menu-deportes > .elementor-item:hover,

.menu-regional > .elementor-item.elementor-item-active,
.menu-politica > .elementor-item.elementor-item-active,
.menu-internacional > .elementor-item.elementor-item-active,
.menu-deportes > .elementor-item.elementor-item-active,

.menu-regional.current-menu-item > .elementor-item,
.menu-politica.current-menu-item > .elementor-item,
.menu-internacional.current-menu-item > .elementor-item,
.menu-deportes.current-menu-item > .elementor-item,

.menu-regional.current-menu-ancestor > .elementor-item,
.menu-politica.current-menu-ancestor > .elementor-item,
.menu-internacional.current-menu-ancestor > .elementor-item,
.menu-deportes.current-menu-ancestor > .elementor-item {
    background-color: #D1951E !important;
    background-image: none !important;
}

/* Icono en hover y active */
.menu-regional > .elementor-item:hover::before,
.menu-politica > .elementor-item:hover::before,
.menu-internacional > .elementor-item:hover::before,
.menu-deportes > .elementor-item:hover::before,

.menu-regional > .elementor-item.elementor-item-active::before,
.menu-politica > .elementor-item.elementor-item-active::before,
.menu-internacional > .elementor-item.elementor-item-active::before,
.menu-deportes > .elementor-item.elementor-item-active::before,

.menu-regional.current-menu-item > .elementor-item::before,
.menu-politica.current-menu-item > .elementor-item::before,
.menu-internacional.current-menu-item > .elementor-item::before,
.menu-deportes.current-menu-item > .elementor-item::before,

.menu-regional.current-menu-ancestor > .elementor-item::before,
.menu-politica.current-menu-ancestor > .elementor-item::before,
.menu-internacional.current-menu-ancestor > .elementor-item::before,
.menu-deportes.current-menu-ancestor > .elementor-item::before {
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #1D2E4B !important;
}
