.elementor-kit-1821{--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-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 *//* =========================
   RESET
========================= */

html, body {
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
}


/* =========================
   MENÚ BASE
========================= */

.dynamic-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 20px 40px;

  transition: all 0.35s ease;

  /* base */
  color: #000;
}

/* FIX FLASH NEGRO */
  background: #ffffff !important;
}

/* =========================
   LINKS BASE (ELEMENTOR SAFE)
========================= */

.dynamic-menu a,
.dynamic-menu .elementor-item,
.dynamic-menu .elementor-nav-menu a {
  color: inherit !important;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.dynamic-menu a:hover {
  opacity: 0.7;
}

/* =========================
   MENÚ DARK (fondos claros)
   👉 TEXTO ROSA
========================= */

.dynamic-menu.menu-dark {
  background: #ffffff;
}

.dynamic-menu.menu-dark,
.dynamic-menu.menu-dark a,
.dynamic-menu.menu-dark .elementor-item,
.dynamic-menu.menu-dark .elementor-nav-menu a {
  color: #FE1C68 !important;
}

/* =========================
   MENÚ LIGHT (fondos oscuros)
   👉 TEXTO BLANCO
========================= */

.dynamic-menu.menu-light {
  background: transparent;
}

.dynamic-menu.menu-light,
.dynamic-menu.menu-light a,
.dynamic-menu.menu-light .elementor-item,
.dynamic-menu.menu-light .elementor-nav-menu a {
  color: #ffffff !important;
}

/* =========================
   MENÚ PINK (branding)
   👉 TEXTO BLANCO
========================= */

.dynamic-menu.menu-pink {
  background: #FE1C68;
}

.dynamic-menu.menu-pink,
.dynamic-menu.menu-pink a,
.dynamic-menu.menu-pink .elementor-item,
.dynamic-menu.menu-pink .elementor-nav-menu a {
  color: #ffffff !important;
}

/* =========================
   BOTONES
========================= */

.dynamic-menu.menu-light .elementor-button {
  color: #fff !important;
  border-color: #fff !important;
}

.dynamic-menu.menu-dark .elementor-button {
  color: #FE1C68 !important;
  border-color: #FE1C68 !important;
}

.dynamic-menu.menu-pink .elementor-button {
  color: #fff !important;
  border-color: #fff !important;
}

/* =========================
   LOGOS
========================= */

/* base */
.logo-light {
  display: none;
}

.logo-dark {
  display: block;
}

/* LIGHT → fondo oscuro → logo claro */
.dynamic-menu.menu-light .logo-dark {
  display: none;
}

.dynamic-menu.menu-light .logo-light {
  display: block;
}

/* DARK → fondo claro → logo oscuro */
.dynamic-menu.menu-dark .logo-dark {
  display: block;
}

.dynamic-menu.menu-dark .logo-light {
  display: none;
}

/* PINK */
.dynamic-menu.menu-pink .logo-dark {
  display: none;
}

.dynamic-menu.menu-pink .logo-light {
  display: block;
}

/* =========================
   FALLBACK (antes de JS)
========================= */

.dynamic-menu:not(.menu-light):not(.menu-dark):not(.menu-pink) .logo-dark {
  display: block;
}

.dynamic-menu:not(.menu-light):not(.menu-dark):not(.menu-pink) .logo-light {
  display: none;
}

/* =========================
   LOGO POSICIÓN
========================= */

.logo-dark,
.logo-light {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

/* =========================
   ELEMENTOR FIX
========================= */

.elementor-location-header,
.elementor-sticky--effects,
.elementor-nav-menu--main {
  background: transparent !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-display: auto;
	src: url('https://verborragiastudio.com/wp-content/uploads/2026/05/Roboto-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */