/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 :root{
    --pink:#FF00A0;          /* primario */
    --cyan:#00FFF7;          /* primario */
    --violet:#A020F0;        /* secundario */
    --night:#0C0C0C;         /* fondo principal */
    --deep:#0B002B;          /* azul oscuro nocturno */
    --smoke:#F2F2F2;         /* texto claro */
    --muted:#9aa1ad;         /* texto secundario */
    --maxw:1200px;
    --radius:18px;
    --shadow-neon:0 0 18px rgba(255,0,160,.45), 0 0 28px rgba(0,255,247,.28);
    --shadow-cyan:0 0 22px rgba(0,255,247,.55);
    --shadow-pink:0 0 22px rgba(255,0,160,.55);
    --grad-hero:radial-gradient(1200px 600px at 20% -10%, rgba(255,0,160,.25), transparent 60%),
                 radial-gradient(1200px 600px at 80% -20%, rgba(0,255,247,.22), transparent 60%),
                 linear-gradient(180deg, #0c0c0c 0%, #090412 100%);
    --grad-cta:linear-gradient(135deg, var(--pink) 0%, var(--violet) 100%);
    --grad-card:linear-gradient(180deg, rgba(255,0,160,.08), rgba(0,255,247,.05));
    --grad-sep:linear-gradient(90deg, rgba(255,0,160,.0), rgba(255,0,160,.5), rgba(0,255,247,.5), rgba(0,255,247,.0));
}
  /* TITULARES (MISMO LOOK QUE TU HTML) */
/* h1, h2, h3, h4, h5, h6,
.page-heading, .block-title, .product-title, .modal-title, .section-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: .4px;
} */

/* TEXTO GENERAL (MISMO LOOK QUE TU HTML) */
/* body, p, span, li, a, button, input, textarea {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
}

h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
  }
  h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  }
  h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
  }
  h4 {
    font-size: 1.35rem;
  }
  h5 {
    font-size: 1.15rem;
  }
  h6 {
    font-size: 1rem;
  } */
  

 /*Fondo de la web*/
 body::before {
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    background:
      radial-gradient(1200px 600px at 20% -10%, rgba(255,0,160,.25), transparent 60%),
      radial-gradient(1200px 600px at 80% -20%, rgba(0,255,247,.22), transparent 60%),
      linear-gradient(180deg, #0c0c0c 0%, #090412 100%);
    pointer-events:none;
  }

  /*Estilo menu header*/
.cbp-horizontal>ul>li.cbp-hropen>a, .cbp-horizontal>ul>li.cbp-hropen>a:not([href]):not([tabindex]), .cbp-horizontal>ul>li.cbp-hropen>a:hover {
    border-radius: 10px !important; /* ajusta el valor a tu gusto */
    background: rgba(0, 0, 0, 0.85) !important;
    box-shadow: var(--shadow-neon) !important;
    color: #dfe5ff;
    transition: all .2s ease-in-out;
}

.cbp-horizontal>ul>li>a, .cbp-horizontal>ul>li>a:not([href]):not([tabindex]), .cbp-horizontal>ul>li>.cbp-main-link {
    color: #dfe5ff;
}

#cbp-hrmenu ul{
    display: flex;
    gap: 18px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#cbp-hrmenu {
  margin-left: auto !important;
  width: 87% !important;
}

div#desktop-header-container {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(12, 12, 12, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    overflow: visible; /* permitir que el logo salga del contenedor */
}

#desktop-header-container.container {
    position: relative;
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#desktop-header-container.container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#desktop-header-container {
    position: sticky;
    top: 0;
    z-index: 20;
    overflow: visible; /* prevenir recorte si se usa este selector */
}

span.cbp-tab-title {
  font-size: 20px !important;
}

.col.col-auto.col-header-left {
  padding-left: 10%;
}

div#iqitmegamenu-wrapper {
  width: 90%;
}

/* Logo encima del menú: posición absoluta, circular y doble borde blanco */
#desktop-header-container .site-logo,
#desktop-header-container .logo,
#desktop-header-container .header-logo {
  position: absolute;
  left: 6%; /* porcentaje para posición lateral */
  top: -3.5rem; /* separación desde arriba (puede ajustarse) */
  z-index: 30; /* por encima del menú (que tiene z-index:20) */
  width: 20%; /* tamaño usando porcentaje aumentado */
  aspect-ratio: 1 / 1; /* mantiene el logo cuadrado para luego hacerlo circular */
  max-width: 200px; /* límite superior aumentado */
  min-width: 140px; /* límite inferior aumentado */
  display: block;
  border-radius: 50%;
  overflow: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease; /* Transición suave */
}

/* Texto del logo que aparece al hacer scroll */
.logo-text-scroll {
  position: absolute;
  left: 6%;
  top: 1.5rem; /* Ajustado para que quede en una posición visible en el header */
  z-index: 30;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--smoke) !important;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(255, 0, 160, 0.6), 0 0 30px rgba(0, 255, 247, 0.4);
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: auto; /* Ahora sí debe responder a clicks */
  white-space: nowrap;
  text-decoration: none !important; /* Sin subrayado */
  display: inline-block;
  cursor: pointer;
}

.logo-text-scroll:hover,
.logo-text-scroll:focus,
.logo-text-scroll:visited,
.logo-text-scroll:active {
  color: var(--smoke) !important;
  text-shadow: 0 0 20px rgba(255, 0, 160, 0.6), 0 0 30px rgba(0, 255, 247, 0.4);
  text-decoration: none !important;
  outline: none;
}

#desktop-header-container .site-logo img,
#desktop-header-container .logo img,
#desktop-header-container .header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  border: 4px solid #ffffff; /* borde interior blanco (en px para consistencia) */
  box-shadow: 0 0 0 10px rgba(255,255,255,0.12); /* segundo "borde" externo ligeramente mayor */
}

/* Variante con pseudo-elemento para un borde externo más definido (si quieres más contraste) */
#desktop-header-container .site-logo::after,
#desktop-header-container .logo::after,
#desktop-header-container .header-logo::after {
  content: "";
  position: absolute;
  left: -2%;
  top: -2%;
  width: calc(100% + 4%);
  height: calc(100% + 4%);
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.9);
  pointer-events: none;
  z-index: -1; /* mantiene la capa por debajo de la imagen pero sobre el fondo */
}

/* Ajustes responsivos: reducir/ajustar tamaño en pantallas pequeñas usando % y límites */
@media (max-width: 900px) {
  #desktop-header-container .site-logo,
  #desktop-header-container .logo,
  #desktop-header-container .header-logo {
    left: 5%;
    top: 0.6rem;
    width: 24%; /* porcentaje mayor relativo al contenedor pero limitado por max-width */
    max-width: 180px;
    min-width: 100px;
  }

  #desktop-header-container .site-logo img,
  #desktop-header-container .logo img,
  #desktop-header-container .header-logo img {
    width: 100%;
    height: 100%;
  }
}

.header-top {
  padding-bottom: 5rem;
}

.stuck-header .header-top {
  padding-top: 0;
}

/* Ajustes responsivos: reducir/ajustar tamaño en pantallas pequeñas usando % y límites */

/* TABLET: Logo centrado y menú adaptado */
@media (max-width: 1024px) {
  #desktop-header-container .site-logo,
  #desktop-header-container .logo,
  #desktop-header-container .header-logo {
    left: 50%;
    transform: translateX(-50%);
    top: -2.5rem;
    width: 18%;
    max-width: 160px;
    min-width: 120px;
  }

  .logo-text-scroll {
    left: 50%;
    transform: translateX(-50%);
    top: 1.2rem;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    text-align: center;
  }

  #cbp-hrmenu {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #cbp-hrmenu ul {
    gap: 12px;
    flex-wrap: wrap;
  }

  .col.col-auto.col-header-left {
    padding-left: 5%;
  }

  div#iqitmegamenu-wrapper {
    width: 100%;
  }

  span.cbp-tab-title {
    font-size: 18px !important;
  }

  .header-top {
    padding-bottom: 2.5rem;
  }
}

/* MÓVIL: Logo centrado más pequeño y menú hamburguesa */
@media (max-width: 768px) {
  #desktop-header-container .site-logo,
  #desktop-header-container .logo,
  #desktop-header-container .header-logo {
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
    width: 25%;
    max-width: 130px;
    min-width: 100px;
  }

  .logo-text-scroll {
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    text-align: center;
  }

  div#desktop-header-container {
    padding: 0.5rem 0;
  }

  #cbp-hrmenu {
    width: 100% !important;
  }

  #cbp-hrmenu ul {
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    flex-direction: column;
  }

  .col.col-auto.col-header-left {
    padding-left: 2%;
    width: 100%;
    text-align: center;
  }

  div#iqitmegamenu-wrapper {
    width: 100%;
    padding: 0 1rem;
  }

  span.cbp-tab-title {
    font-size: 16px !important;
  }

  .header-top {
    padding-bottom: 2rem;
  }

  /* Ajuste del menú horizontal para móvil */
  .cbp-horizontal>ul>li {
    width: 100%;
    text-align: center;
  }
}

/* MÓVIL PEQUEÑO: Ajustes adicionales */
@media (max-width: 480px) {
  #desktop-header-container .site-logo,
  #desktop-header-container .logo,
  #desktop-header-container .header-logo {
    left: 50%;
    transform: translateX(-50%);
    top: -1.5rem;
    width: 28%;
    max-width: 110px;
    min-width: 85px;
  }

  .logo-text-scroll {
    left: 50%;
    transform: translateX(-50%);
    top: 0.8rem;
    font-size: clamp(1rem, 5vw, 1.4rem);
  }

  #desktop-header-container .site-logo img,
  #desktop-header-container .logo img,
  #desktop-header-container .header-logo img {
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.12);
  }

  .header-top {
    padding-bottom: 1.5rem;
  }

  span.cbp-tab-title {
    font-size: 14px !important;
  }
}

/* Asegurar que el header móvil también tenga backdrop blur */
@media (max-width: 1024px) {
  div#desktop-header-container {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

/* ===========================
   CLASES DE UTILIDAD PARA TEXTOS
   =========================== */

/* Títulos principales con efecto neón */
.title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  line-height: 1.03;
  font-size: clamp(36px, 6vw, 72px);
  color: #ffffff !important;
  text-shadow: 0 0 16px rgba(255, 0, 160, 0.45), 0 0 24px rgba(0, 255, 247, 0.35);
}

/* Subtítulos descriptivos */
.subtitle {
  color: #cdd3e8;
  max-width: 52ch;
  font-size: 18px;
}

/* Badge con punto indicador */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #e9efff;
  opacity: 0.9;
}

.badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: var(--shadow-cyan);
}

/* Frase destacada / Mantra */
.mantra {
  text-align: center;
  padding: 40px 0 8px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0.6px;
  font-size: clamp(24px, 3vw, 34px);
  color: #ffffff;
  text-shadow: 0 0 16px rgba(255, 0, 160, 0.35), 0 0 20px rgba(0, 255, 247, 0.25);
}

/* Precios */
.price {
  color: #e9efff;
  font-weight: 700;
}

.price small {
  color: #9aa1ad;
  font-weight: 500;
}

/* Texto apagado/secundario */
.text-muted {
  color: var(--muted) !important;
}

/* Texto claro principal */
.text-smoke {
}

/* Texto con colores de marca */
.text-pink {
  color: var(--pink) !important;
}

.text-cyan {
  color: var(--cyan) !important;
}

.text-violet {
  color: var(--violet) !important;
}

/* ===========================
   BOTONES Y PILLS
   =========================== */

.pill {
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  display: inline-block;
  background: transparent;
  border: 1px solid var(--cyan);
  color: var(--cyan);
  box-shadow: var(--shadow-cyan);
}

.btn-rosa {
  background: var(--grad-cta);
  color: white;
  border: none;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-pink);
  transition: transform 0.12s ease, box-shadow 0.2s ease, filter 0.2s ease;
  display: inline-block;
  text-align: center;
}

.btn-rosa:hover {
  transform: translateY(-1px);
  filter: saturate(1.1);
  box-shadow: 0 0 26px rgba(255, 0, 160, 0.6), 0 0 20px rgba(0, 255, 247, 0.4);
}

.btn-outline {
  background: transparent;
  color: #e9efff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: none;
  transition: transform 0.12s ease, box-shadow 0.2s ease, filter 0.2s ease;
  display: inline-block;
  text-align: center;
}

.btn-outline:hover {
  transform: translateY(-1px);
  filter: saturate(1.1);
  box-shadow: var(--shadow-cyan);
}

.btn-primary {
  background: var(--grad-cta);
  color: white;
  border: none;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: var(--shadow-pink);
  transition: transform 0.12s ease, box-shadow 0.2s ease, filter 0.2s ease;
  display: inline-block;
  text-align: center;
}

.btn-primary:hover {
  transform: translateY(-1px) !important;
  filter: saturate(1.1) !important;
  box-shadow: 0 0 26px rgba(255, 0, 160, 0.6), 0 0 20px rgba(0, 255, 247, 0.4) !important;
}

/* ===========================
   TARJETAS / CARDS
   =========================== */

.card-neon {
  background: linear-gradient(180deg, rgba(255, 0, 160, 0.06), rgba(0, 255, 247, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.2s ease;
}

.card-neon:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), var(--shadow-neon);
}

/* Box con fondo degradado */
.box-gradient {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(0, 255, 247, 0.06), rgba(255, 0, 160, 0.05));
  box-shadow: var(--shadow-neon);
}

/* ===========================
   SEPARADORES
   =========================== */

.sep {
  height: 2px;
  background: var(--grad-sep);
  opacity: 0.75;
  margin: 24px 0;
}

/* ===========================
   UTILIDADES DE TEXTO
   =========================== */

.text-center {
  text-align: center;
}

.text-shadow-neon {
  text-shadow: 0 0 16px rgba(255, 0, 160, 0.45), 0 0 24px rgba(0, 255, 247, 0.35);
}

.text-shadow-pink {
  text-shadow: 0 0 22px rgba(255, 0, 160, 0.55);
}

.text-shadow-cyan {
  text-shadow: 0 0 22px rgba(0, 255, 247, 0.55);
}

/* Texto con gradiente */
.text-gradient {
  background: var(--grad-cta);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===========================
   SOMBRAS / EFECTOS
   =========================== */

.shadow-neon {
  box-shadow: var(--shadow-neon) !important;
}

.shadow-pink {
  box-shadow: var(--shadow-pink) !important;
}

.shadow-cyan {
  box-shadow: var(--shadow-cyan) !important;
}

/* ===========================
   IMÁGENES
   =========================== */

/* Imagen con efecto neón dual (rosa + cyan) */
.img-neon {
  border-radius: var(--radius) !important;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-neon);
  overflow: hidden;
}

/* Imagen con borde y sombra rosa neón */
.img-pink-glow {
  border-radius: var(--radius) !important;
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid rgba(255, 0, 160, 0.3);
  box-shadow: var(--shadow-pink);
  overflow: hidden;
}

/* Imagen con borde y sombra cyan neón */
.img-cyan-glow {
  border-radius: var(--radius) !important;
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid rgba(0, 255, 247, 0.3);
  box-shadow: var(--shadow-cyan);
  overflow: hidden;
}

/* ===========================
   BACKGROUNDS
   =========================== */

.bg-gradient-card {
  background: var(--grad-card);
}

.bg-gradient-hero {
  background: var(--grad-hero);
}

.bg-night {
  background: var(--night);
}

.bg-deep {
  background: var(--deep);
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 18px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .015));
  box-shadow: var(--shadow-soft);
}

/* ===========================
   RESPONSIVE - IMÁGENES MÓVIL
   =========================== */

.img-fluid, .img-thumbnail, .rte-content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
  .img-fluid, .img-thumbnail, .rte-content img {
    max-width: 20%;
    height: auto;
  }
}

h1.h1.page-title {
  color: #cdd3e8 !important;
}

div#mobile-header {
  background-color: rgba(12, 12, 12, .7);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}


@media (min-width: 992px) {
  .col-lg-4 {
      width: 33.33333333%;
  }
}