.elementor-kit-6{--e-global-color-primary:#003B46;--e-global-color-secondary:#E8DCC2;--e-global-color-text:#7C8B5E;--e-global-color-accent:#E67E22;--e-global-color-0d7fb5d:#FFFFFF;--e-global-color-c1bab38:#4A4A4A;--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:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;font-weight:400;}.elementor-kit-6 a{font-family:"Lato", Sans-serif;}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h2{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h3{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h4{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h5{font-family:"Lato", Sans-serif;}.elementor-kit-6 h6{font-family:"Lato", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 *//* 1) Oculta el cursor nativo en todo el sitio solo cuando activamos la clase */
.use-custom-cursor, .use-custom-cursor body { cursor: none; }

/* Evita la "manita" sobre elementos interactivos cuando usamos el cursor custom */
.use-custom-cursor a,
.use-custom-cursor button,
.use-custom-cursor [role="button"],
.use-custom-cursor .elementor-button {
  cursor: none !important;
}

/* Restituye el cursor nativo al escribir/editar */
input, textarea, select, [contenteditable="true"], iframe {
  cursor: auto !important;
}

/* 2) Cursor custom: base con blend + aro visible siempre en blanco */
.custom-cursor{
  position: fixed;
  top: 0; left: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #ffffff;                 /* se ve con difference en fondos oscuros */
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 999999;
  opacity: 1;
  will-change: transform;
  transform: translate(-50%, -50%) scale(var(--cc-scale, 1));
  transition: transform .12s ease;     /* crecimiento suave en hover */
  backface-visibility: hidden;
}

/* Aro externo (NO blend) para que se vea sobre fondos blancos */
.custom-cursor::after{
  content: "";
  position: absolute;
  inset: -2px;
  border: 2px solid rgba(0,0,0,.35);   /* ajusta a .5 si quieres más contraste */
  border-radius: 50%;
  mix-blend-mode: normal;
}

/* Cuando pasamos por botón/enlace, el cursor crece */
.custom-cursor.is-hover{
  --cc-scale: 2.4; /* ajusta 2.0–2.8 a gusto */
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .custom-cursor { display:none !important; }
  .use-custom-cursor, .use-custom-cursor body { cursor: auto; }
}

/* Si la admin bar tapa el cursor, sube más el z-index */
html.logged-in .custom-cursor { z-index: 9999999; }/* End custom CSS */