/* === ESTILO GENERAL === */
        .navbar {
            background-color: #1E3857 !important;
            position: relative;
            min-height: 140px;
            padding: 0 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mobile-menu-toggle {
            position: absolute;
            top: 70px;
            right: 40px;
            background: transparent;
            border: none;
            font-size: 2rem;
            color: white;
            cursor: pointer;
            display: none;
            z-index: 1002;
        }

        #close-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2.5rem;
            color: white;
            cursor: pointer;
            display: none;
            z-index: 1003;
            background: transparent;
            border: none;
        }

    .unico {
    font-family:'Abel' ;
    font-size: 14px;
}

.submenu-items a {
    font-family: 'Arimo';
    font-size: 14px;
    color: white !important;
    display: block;
    align-items: center; /* ⬅️ Centra horizontalmente los <a> */
    text-align: center;
    padding: 4px 8px;
    transition: background 0.3s;
}
.submenu-items a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #D7C20A !important;
    border-radius: 4px;
}
.dropdown-submenu {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(175, 101, 101, 0.2);
}
.submenu-title {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    align-items: center; /* ⬅️ Centra horizontalmente los <a> */
    text-align: center;
    margin: 8px 0 4px 10px;
    border-bottom: 1px solid #D7C20A;
    display: block;
    padding-bottom: 2px;
    font-family: 'Arimo', sans-serif;
}
.navbar-brand {

    position: relative; /* Para el botón en mobile */
}
.navbar-brand .navbar-item {
    display: flex;
    align-items: center;
        flex: 1 1 auto; /* que ocupe el espacio necesario */

}
.navbar-brand .navbar-item img {
    max-height: 60px;
    margin-right: 10px;
}
.navbar-text {
    color: #ffffff;
    font-size: 15px; 
    text-align: center;
    font-family: 'Abel';
}
.navbar-item {
    color: #ffffff !important;
    transition: color 0.3s ease;
    font-size: 17px;
    font-family: 'Roboto' !important;
    background-color: transparent !important;
}
.navbar-item:hover {
    background-color: transparent !important;
    color: #D7C20A !important;
}
.navbar-item.is-active {
    font-weight: normal !important; 
    color: #D7C20A!important ;
    background-color: transparent;
}
.navbar-link {
    font-family: 'roboto';
    font-weight: normal !important;
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 10px 15px;
}
.navbar-link:hover {
    background-color: #1E3857 !important;
    color: #D7C20A !important;
}
.navbar-dropdown {
    background-color: rgba(31, 30, 30, 0.575) !important;
    backdrop-filter: blur(6px);
    border-radius: 8px;
    min-width: 420PX;
    padding: 10px 15px;
}
.navbar-item.has-dropdown .navbar-dropdown {
    position: absolute;
    top: 100%;
    left: -140px;
    transform: translateX(120px); /* 🔁 Ajusta este valor para mover más o menos a la derecha */
    z-index: 999;
}

.navbar-dropdown .navbar-item {
    font-size: 14px;
    padding: 10px 12px;
    text-align: left !important;
}
.navbar-dropdown .navbar-item:hover {
    background-color: rgba(59, 120, 190, 0.7) !important;
    color: #D7C20A !important;
}

/* LOGO */
.navbar-logo {
    max-height: 120px !important; 
}
.contact-icon {
    vertical-align: middle;
}
.linea-vertical1 {
    height: 30px;
    width: 2px;
    background-color: white;
    margin-top: 10px;
}
.linea-vertical {
    border-left: 1px solid rgb(255, 255, 255);
    height: 65px;
    margin-inline-end:12px;
}
.unico {
    text-align: right;
}
.menu-wrapper {
    position: relative;
    height: 60px; /* o lo que necesites */
}

.side-menu {
    position: fixed;
    top: 0;
    right: -280px;  /* Oculto hacia la derecha */
    width: 280px;
    height: 100vh;
    background-color: rgba(48, 46, 46, 0.951) !important;
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 60px 16px 24px;
    overflow-y: auto;
}
.side-menu.open {
    right: 0;
}
.side-menu .close-btn {
    position: absolute;
    top: 12px;
    left: 16px;
    cursor: pointer;
}
.side-menu a, .submenu-categoria {
    display: block;
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
}
.side-menu a.principal {
  display: block;
    color: #ffffff !important;
    font-family: 'Abel';
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    padding: 10px 15px;
    transition: all 0.3s ease;
    background-color: rgba(195, 182, 66, 0.06); /* dorado suave */
    backdrop-filter: blur(6px); /* desenfoque elegante */
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
}

.side-menu a:hover {
    color: #d0d529;
}
.submenu  span{
    margin-bottom:-10px ;
    margin-top: -15px;
    font-family: 'Abel';
    font-size: 18px;
    padding: 10px 15px;
    color: #ffffff;
}
.side-menu a {
    font-size: 14px;
        padding: 10px 15px;

    font-family: 'Abel';
}
.side-menu a.principal,
.submenu span {
    transition: all 0.3s ease;
}
.side-menu a.principal:hover {
    transform: translateX(5px);
}

.submenu-categoria {
    border-bottom: 2px solid #dfd92b;
    padding: 6px 12px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
        border-left: 4px solid #D7C20A; /* línea decorativa a la izquierda */
    color: #dfd92b;
}
.submenu {
    margin-bottom: 25px;
}
/* === RESPONSIVE === */
@media screen and (max-width: 1024px) {
        #close-icon {
        display: none; /* Se muestra solo con JS cuando abre el menú */
        position: fixed;
        top: 18px;
        right: 16px;
        font-size: 3rem;
        color: white;
        z-index: 1101;
        cursor: pointer;
    }
    .mobile-menu-toggle {
        display: block;
        position: absolute;
        top:70px;
        right: 40px;
        transform: translateY(-50%);
        font-size: 2rem;
        line-height: 1;
        padding: 0;
    }
    .navbar .navbar-menu {
        display: none !important;
    }
    .linea-vertical1 {
        display: none;
    }
    .unico {
    text-align: center;
    }
}


@media (max-width: 768px) {
    .navbar-logo {
        margin-top: 9px; 
        margin-left: -20px;
        max-height: 100px !important; 
    }
    .navbar-text {
        margin-top: 18px;
        font-size: 12px; 
    }
    .unico {
    text-align: center;
}
}

@media (max-width: 400px) {
    .navbar-logo {
        margin-top: 9px; 
        margin-left: -20px;
        max-height: 90px !important; 
    }
    .navbar-text {
        margin-top: 18px;
        font-size: 10px; 
    }
        .contact-info {
        font-size: 5px;
        line-height: 1;
    }

}
