.elementor-kit-23{--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-23 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 *//* Bloquear desplazamiento horizontal en toda la web */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Si algún widget se sale, recórtalo en su contenedor */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  overflow-x: clip; /* si tu tema no soporta clip, usa hidden */
}

/* Imágenes nunca más anchas que su contenedor */
.elementor img,
.elementor-widget-image img,
.elementor-gallery__container img {
  max-width: 100%;
  height: auto;
}

/* Encabezado pegajoso: evitar el hueco blanco por 100vw */
header,
.elementor-location-header,
.site-header,
.elementor-sticky--effects {
  width: 100% !important; /* no 100vw */
  left: 0; right: 0;
  overflow: hidden;      /* ← ESTE “hidden” es el que recorta el overlay */
}


/* ======= OVERLAY / DROPDOWN ======= */
.elementor-nav-menu--dropdown{
  position: fixed !important;
  inset: 0 !important;                   /* top/right/bottom/left:0 */
   width: 100vw !important;

  /* alturas que cubren bien iOS */
  height: 100svh !important;             /* small viewport height (iOS) */
  min-height: -webkit-fill-available !important;
  min-height: 100dvh !important;

  box-sizing: border-box !important;
  background-color: rgba(0,0,0,0.60) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;

  z-index: 9998 !important;             /* el overlay debajo del botón */
  display: flex !important;
  justify-content: center !important;    /* centro vertical */
  align-items: center !important;        /* centro horizontal */
  text-align: center !important;

  /* respeta notch y barra inferior */
padding:
  calc(env(safe-area-inset-top,0px) + 12px)
  16px
  calc(env(safe-area-inset-bottom,0px) + 12px)
  16px !important;


    overflow: hidden !important;         /* evita descuadre/al pasar el dedo */
}

/* Contenedor de items (UL) centrado y en columna */
.elementor-nav-menu--dropdown .elementor-nav-menu{
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;

  width: 100% !important;
  max-width: 90% !important;
}

/* Por si algún estilo alineaba a la derecha */
.elementor-nav-menu--dropdown li,
.elementor-nav-menu--dropdown a{
  text-align: center !important;
}

/* Enlaces */
.elementor-nav-menu--dropdown a.elementor-item{
  display: inline-block !important;
  color: #FFF9EE !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  padding: 6px 10px !important;
  margin: 0 !important;

  -webkit-tap-highlight-color: transparent; /* quita “recuadro” iOS */
  -webkit-touch-callout: none;
  outline: none !important;
}

/* Hover */
.elementor-nav-menu--dropdown a.elementor-item:hover,
.elementor-nav-menu--dropdown a.elementor-item:focus{
  color: #80c8c5 !important;
}
/* ======= BOTÓN HAMBURGUER / CERRAR POR ENCIMA DEL OVERLAY ======= */
.elementor-menu-toggle{
  position: relative !important;
  z-index: 10001 !important;  /* siempre por encima del overlay (9998) */
}


/* (Opcional) Asegura centrado del contenedor principal en móvil */
@media (max-width: 1024px){
  .elementor-nav-menu--main{ justify-content: center !important; }
}

/* RESET DE EMERGENCIA: vuelve a activar el scroll */
html, body {
  position: static !important;
  overflow: auto !important;
  height: auto !important;
  overscroll-behavior: auto !important;
}

html {
  top: 0 !important;  /* por si quedó top:-123px del script */
}

/* Bloquear scroll del fondo SOLO cuando menú abierto */
body.nk-lock {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
/* Cuando el menú está abierto, bloquea el scroll del fondo */
.nk-lock, .nk-lock body, body.nk-lock {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
}

/* Evita rebotes dentro del overlay en móviles */
.elementor-nav-menu--dropdown{
  overscroll-behavior: contain !important;
}

/* Evitar el zoom automático en formularios de iOS/móviles */
@media (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}


/* Altura real del header (ajústala) */
:root{
  --header-offset: 60px;           /* móvil */
}
@media (min-width: 768px){
  :root{ --header-offset: 170px; }  /* tablet/desktop */
}

/* Offset global para anclas: NO cambia el layout */
html{
  scroll-padding-top: var(--header-offset);
}

/* Por si usas el widget “Menu Anchor” de Elementor en algún sitio */
.elementor-menu-anchor{
  scroll-margin-top: var(--header-offset);
}

/* (Opcional) Si ves la barra de admin de WP arriba cuando estás logueada */
body.admin-bar{
  --header-offset: calc(88px + 32px);
}
@media (min-width: 768px){
  body.admin-bar{
    --header-offset: calc(100px + 32px);
  }/* End custom CSS */