.elementor-476 .elementor-element.elementor-element-102a062{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}.elementor-476 .elementor-element.elementor-element-102a062:not(.elementor-motion-effects-element-type-background), .elementor-476 .elementor-element.elementor-element-102a062 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8C95A2;}.elementor-476 .elementor-element.elementor-element-133f6fb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-476 .elementor-element.elementor-element-5ffc933 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-476 .elementor-element.elementor-element-839a533{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1437px){.elementor-476 .elementor-element.elementor-element-102a062{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:800px){.elementor-476 .elementor-element.elementor-element-102a062{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-133f6fb *//* Header */
.custom-header {
    width: 100%;
    border-bottom: 1px solid #FFFFFF96;
    font-size:18px;
    letter-spacing: 2px;
    font-weight: 800;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);

}

/* Contenedor */
.custom-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; /* FIX vertical */
}

/* Logo */
.custom-header .logo {
    margin-left: 20px;
    display: flex;
    align-items: center; /* FIX vertical real */
        filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
}

.custom-header .logo img {
    width: 280px;
    display: block;
}

/* Menu */
.custom-header .menu {
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: 0; /* FIX */
    list-style: none;
}

/* Cada celda */
.custom-header .menu li {
    border-left: 1px solid #FFFFFF96;
    position: relative;
}

/* Quitar borde derecho en el último */
.custom-header .menu li:last-child {
    border-right: none;
}

/* Links */
.custom-header .menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 25px;
    color: #fff;
    text-decoration: none;
}

/* Hover glass */
.custom-header .menu li a:hover {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Icono + */
.custom-header .icon-plus {
    width: 10px;
}

/* Submenu */
.custom-header .submenu {
    position: absolute;
    top: 100%;
    left: -1px; /* FIX dirección correcta */
    margin: 0;
    padding: 0;
    list-style: none; /* 🔥 elimina bolitas */
    display: none;
    flex-direction: column;
    z-index: 99;
}

/* Mostrar submenu */
.custom-header .has-submenu:hover .submenu {
    display: flex;
}

/* Items submenu */
.custom-header .submenu li {
    border: 1px solid #FFFFFF96;
    border-right: 1px solid #FFFFFF96;
}

.custom-header .submenu li:last-child {
    border-right: 1px solid #FFFFFF96; /* asegurando que se vea */
}

/* Links submenu */
.custom-header .submenu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    white-space: nowrap;
}

/* Texto en dos líneas */
.custom-header .submenu span {
    line-height: 1.2;
}

/* Iconos submenu */
.custom-header .submenu img {
    width: 30px;
}

/* Hover submenu */
.custom-header .submenu li a:hover {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

.custom-header .submenu {
    min-width: 200px;
}

.custom-header .submenu li a {
    justify-content: flex-start;
}

.custom-header .submenu li {
    width: 100%;
}

.icono-menu {
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
}

@media (max-width: 1437px) {
  .custom-header {
    font-size: 13px;
  }

  .custom-header .menu li a {
    font-size: 13px;
  }
}

/* OCULTAR CABECERA 1 EN 1437px O MENOS */
@media (max-width: 1437px) {
  .custom-header {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-839a533 *//* Header mobile: oculto por defecto */
.custom-header-mobile {
    display: none;
}

/* Mostrar mobile hasta 1437px */
@media (max-width: 1437px) {
  .custom-header-mobile {
      display: block;
      width: 100%;
      border-bottom: 1px solid #FFFFFF96;
      font-size: 15px;
      letter-spacing: 2px;
      font-weight: 600;
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .header-inner-mobile {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0px 0px 0px 20px;
  }

  .logo-mobile {
      display: flex;
      align-items: center;
      padding-top:15px;
      padding-bottom:15px;
      filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
  }

  .logo-mobile img {
      width: 130px;
      display: block;
  }

  .menu-mobile {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
  }

  .menu-mobile li {
      border-left: 1px solid #FFFFFF96;
      position: relative;
  }

  .menu-mobile li a.mobile-menu-button {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 25px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
  }

  .menu-mobile li a.mobile-menu-button:hover {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
  }

  .menu-mobile li a.mobile-menu-button img {
      width: 20px;
      display: block;
  }
}

  /* Contenedor flex como desktop */
  .header-inner-mobile {
      display: flex;
      justify-content: space-between;
      align-items: center; /* centrado vertical */
      padding: 0px 0px 0px 20px;
  }

  /* Logo mobile */
  .logo-mobile {
      display: flex;
      align-items: center; /* centrado vertical */
      padding-top:15px;
      padding-bottom:15px;
        filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
  }

  .logo-mobile img {
      width: 130px;
      display: block;
  }

  /* Menu mobile */
  .menu-mobile {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
      padding-top: 0px;
      padding-bottom: 0px;
  }

  /* Item MENÚ */
  .menu-mobile li {
      border-left: 1px solid #FFFFFF96; /* línea izquierda */
      position: relative;
      margin-right: 0; /* margen derecho 0 */

  }

  /* Link MENÚ */
  .menu-mobile li a.mobile-menu-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 25px 25px 25px 25px; /* arriba derecha abajo izquierda */
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 0; /* ya no hace nada, se mantiene */
}

  /* Hover glass */
  .menu-mobile li a.mobile-menu-button:hover {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
  }

  /* Icono MENÚ */
  .menu-mobile li a.mobile-menu-button img {
      width: 20px;
      display: block;
  }
}/* End custom CSS */