.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- CONTENEDOR DEL ACORDEÓN --- */
.acordeon-footer-gamer.elementor-widget-accordion .elementor-accordion-item {
    border: 1px solid #00c3ff !important; /* Borde Cian Neón */
    background: rgba(10, 10, 18, 0.9) !important; /* Fondo casi negro */
    margin-bottom: 15px !important;
    border-radius: 12px !important;
    box-shadow: 0 0 15px rgba(0, 195, 255, 0.2); /* Resplandor suave */
    overflow: hidden;
}

/* --- TÍTULO (CABECERA) --- */
.acordeon-footer-gamer.elementor-widget-accordion .elementor-accordion-title {
    font-family: 'Rajdhani', sans-serif !important;
    color: #00c3ff !important; /* Texto Cian */
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    padding: 15px !important;
}

/* Icono de la flecha */
.acordeon-footer-gamer.elementor-widget-accordion .elementor-accordion-icon {
    color: #7d2ae8 !important; /* Flecha Morada */
    font-size: 14px;
}

/* --- CUANDO ESTÁ ABIERTO --- */
.acordeon-footer-gamer.elementor-widget-accordion .elementor-tab-title.elementor-active {
    background: linear-gradient(90deg, rgba(0, 195, 255, 0.2), rgba(125, 42, 232, 0.2)) !important;
    border-bottom: 1px solid rgba(0, 195, 255, 0.3) !important;
}

/* --- CONTENIDO INTERNO (Donde va tu lista) --- */
.acordeon-footer-gamer.elementor-widget-accordion .elementor-tab-content {
    background: #0d0d16 !important;
    padding: 20px !important;
}

/* --- ESTILO PARA LA LISTA DE ICONOS DENTRO --- */
/* Esto asegura que la lista de iconos que insertes herede el estilo gamer */
.acordeon-footer-gamer .elementor-icon-list-text {
    font-family: 'Rajdhani', sans-serif !important;
    color: #eee !important;
    font-size: 15px !important;
    transition: 0.3s !important;
}

.acordeon-footer-gamer .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #00c3ff !important;
    padding-left: 10px;
}

.acordeon-footer-gamer .elementor-icon-list-icon i {
    color: #7d2ae8 !important; /* Iconos de la lista en morado */
    font-size: 12px;
}

/* --- LOGO HECHO EN MÉXICO --- */
.logo-mexico-telhem img {
    width: 90px !important;
    height: auto !important;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
    transition: 0.4s;
}

/* --- COPYRIGHT DERECHA --- */
.copy-telhem {
    font-family: 'Rajdhani', sans-serif !important;
    text-align: right;
    color: #666 !important;
}

.copy-telhem span {
    color: #00c3ff !important;
    font-weight: 800;
}

/* --- ESTILO DE LA IMAGEN HECHO EN MÉXICO --- */
.logo-mexico-telhem img {
    width: 80px !important; /* Tamaño controlado */
    height: auto !important;
    display: block;
    margin: 0 auto; /* La centra en su columna */
    filter: grayscale(0.5) drop-shadow(0 0 5px rgba(255, 255, 255, 0.1));
    transition: 0.4s;
}

.logo-mexico-telhem img:hover {
    filter: grayscale(0) drop-shadow(0 0 10px #00c3ff);
    transform: scale(1.1);
}

/* --- ESTILO DEL COPYRIGHT --- */
.copy-telhem {
    font-family: 'Rajdhani', sans-serif !important;
    text-align: right;
    color: #555 !important;
    font-size: 14px !important;
}

.copy-telhem span {
    color: #00c3ff !important;
    font-weight: 800;
}
/* --- Logo Hecho en México --- */
.logo-mexico-telhem {
    max-width: 60px; /* Tamaño pequeño */
    opacity: 0.7;
    transition: 0.3s;
}

.logo-mexico-telhem:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* --- Copyright alineado a la derecha --- */
.copy-telhem {
    text-align: right;
    font-family: 'Rajdhani', sans-serif;
    color: #555;
    font-size: 14px;
}

.copy-telhem span {
    color: #00c3ff;
    font-weight: 800;
}/* End custom CSS */