/* =======================
   EmprendeNOA Landing CSS Responsive
======================= */

/* ===== Reset básico ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    line-height: 1.6;
    color: #fff;
    background-image: repeating-linear-gradient(157.5deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 10px, transparent 10px, transparent 11px), repeating-linear-gradient(67.5deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 10px, transparent 10px, transparent 11px), linear-gradient(90deg, hsl(143deg 39.68% 9.69%), hsl(215, 33%, 50%), hsl(287, 33%, 50%), hsl(359, 33%, 50%), hsl(71deg 48.63% 11.22%));
    margin: 0% 6%;
}   


h1, h2, h3, .primera-edicion-bar {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
}

body, p, li {
  font-family: 'Open Sans', sans-serif;
}

.mensaje-1 {
    font-family: 'Karla';
    font-size: 18px;
}



/* ===== Colores ===== */
:root {
  --violeta: #de81b4;
  --naranja: #ff7f32;
  --rosa: #e5749d;
  --blanco: #ffffff;
  --negro: #1a1a1a;
}

/* ===== Contenedor ===== */
.container {
    max-width: 1200px;
    margin: auto;
    padding: 19px 54px;
}

/* ===== Franja superior rosa ===== */
.primera-edicion-bar {
    background: var(--rosa);
    color: var(--blanco);
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
    text-shadow: 1px 1px #737373b0;
}

.primera-edicion-bar b {
  font-weight: bold;
}

/* ===== Barra logo + menú ===== */
header {
    color: var(--blanco);
    position: sticky;
    top: 0;
    z-index: 1000;
    background: url(/assets/img/fondo_audiencia_emprendenoa_webp_0.webp) bottom / cover no-repeat;
    text-align: center;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #161214ba;
    filter: drop-shadow(2px 4px 6px black);
}

.nav-bar .logo img {
  height: 51px;
}

.nav-bar nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.nav-bar nav ul li a {
    color: var(--blanco);
    text-decoration: none;
    font-family: 'poppins';
    font-weight: 500;
    font-size: 18px;
}

.nav-bar nav ul li a:hover {
  color: var(--naranja);
}

/* Menú móvil */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--blanco);
}

/* RESPONSIVE */

@media (max-width: 1250px) {
    .nav-bar .logo img {height: 30px;}
    .nav-bar nav ul { list-style: none; display: flex; gap: 15px; }
}

@media (max-width: 768px) {
  .nav-bar {
    flex-wrap: wrap;
  }
  nav {
    display: none;
    flex-direction: column;
    background: var(--violeta);
    width: 100%;
    padding: 1rem 0;
  }
  nav.active {
    display: flex;
  }
  .nav-bar nav ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .menu-toggle {
    display: block;
  }
  .primera-edicion-bar {
            font-size: 1rem;
        padding: 11px 25px;
        line-height: 24px;
}
.nav-bar nav ul li a {
    font-size: 19px;
}

.countdown div {
       min-width: 70px !important;
       font-size: 13px !important;
}

.entradas-grid {
   flex-direction: column !important;
}
.entrada-card {
    width: 100% !important;
}

.hero {
        padding: 3% !important;
}


.container {
    padding: 15px 18px;
}

.hero h1 {
    font-size: 2.2rem;
    font-family: 'Poppins';
    line-height: 46px;
    margin-bottom: 2rem;
}

.hero p {
    font-size: 0.95rem !important;
}
.nav-bar .logo img {
        height: 50px !important;
        padding: 6px 0px 0px 1px;
    }
#que-es p {
    margin: 4% !important;
    font-size: 1.12rem !important;
    line-height: 23px !important;
}
.experiencia-grid {
    gap: 3rem !important;
}
.entradas-grid {
    gap: 3rem;
}
.partner-img {
    width: 100px;
}
.sub-titulos-exp {
    padding: 4% !important;
}
.footercito {
    font-size: 14px !important;
    margin: 16px;
}
}


@media (max-width: 1339px) {
    .nav-bar nav ul li a {
    font-size: 15px;
}
}

/* ===== HERO ===== */
.hero {
    background: url('/assets/img/fondo_audiencia_emprendenoa_webp_principal.webp') center/cover no-repeat;
    position: relative;
    padding: 4rem 0;
    text-align: center;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  filter: drop-shadow(2px 4px 6px black);
}

.hero .content {
  position: relative;
  z-index: 1;
}

.hero h1 {
    font-size: 2.7rem;
    margin-bottom: 3rem;
    font-weight: 600;
    font-family: 'Poppins';
    line-height:50px;
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: 600;
}
.hero .btn {
    background: var(--naranja);
    color: var(--blanco);
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.hero .btn:hover {
  background: #ff995a;
}

/* Contador */
.countdown {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 77px;
    margin-top: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
}

.countdown div {
    background: var(--violeta);
    padding: 1rem;
    border-radius: 8px;
    min-width: 144px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown span {
    font-size: 2.1rem;
    font-weight: 600;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

/* ===== ¿QUÉ ES? ===== */
#que-es {
  background: var(--rosa);
  padding: 3rem 0;
  text-align: center;
}

#que-es h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Poppins';
    text-align: left;
    line-height: 3rem;
    text-shadow: 1px 1px #737373b0;
    font-weight: 500;
}

#que-es p {
    margin: 0px 33px;
    font-size: 1.35rem;
    font-family: 'Poppins';
    line-height: 29px;
    padding-top: 4px;
    text-align: justify;
    line-height: 27px;
}

/* ===== EXPERIENCIA ===== */
#experiencia {
    background: #44289d;
    padding: 4rem 0;
    filter: drop-shadow(2px 0px 6px black);
}

#experiencia h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Poppins';
    text-align: left;
    line-height: 3rem;
    text-shadow: 1px 1px #737373b0;
    font-weight: 500;
}

.sub-titulos-exp {
    color: #ffffff;
    font-size: 1.15rem;
    font-family: 'Poppins';
    line-height: 22px;
}
.experiencia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    text-align: center;
    padding-top: 22px;
}

.experiencia-item img {
    height: 100px;
    margin-bottom: 0.5rem;
    image-rendering: optimizequality;
}

/* ===== ENTRADAS ===== */
#entradas {
    background: #44289d6e;
    padding: 3rem 0;
}

#entradas h2 {
  font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Poppins';
    text-align: left;
    line-height: 3rem;
    text-shadow: 1px 1px #737373b0;
    font-weight: 500;
}

.entradas-grid {
    display: flex;
    max-width: 1200px;
    justify-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 24px;
}

.entrada-card {
    background: var(--naranja);
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    min-height: 377px;
    width: 300px;
}

/* ===== SPONSORS / ORGANIZA ===== */
#sponsors {
  background: #44289d;
  padding: 2rem 0;
}

#sponsors h2 {
  font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Poppins';
    text-align: left;
    line-height: 3rem;
    text-shadow: 1px 1px #737373b0;
    font-weight: 500;
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    align-items: center;
    max-width: 500px;
}

.sponsors-grid img {
  max-width: 100%;
  display: block;
  margin: auto;border-radius: 14px;
}

.partner-img {
    width: 194px;
    padding: 26px 6px;
}

#sponsors-partners {
    background: #44289d;
}
#sponsors-partners h2 {
        font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'Poppins';
    text-align: left;
    line-height: 3rem;
    text-shadow: 1px 1px #737373b0;
    font-weight: 500;
}
/* ===== FOOTER ===== */

.footercito {
    font-size: 23px;
    font-family: 'Poppins';
}

footer {
  background: #161214ba;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
}

footer a {
    color: var(--blanco);
    text-decoration: none;
    font-size: 25px;
}

footer a:hover {
  color: var(--naranja);
}

@media (max-width: 1493px) {
    .nav-bar .logo img { height: 37px; }
}

@media (max-width: 1100px) {
    body {margin: 0% 5%;}
    .entrada-card {width: 224px;}

}
@media (max-width: 650px) {
    body {margin: 0% 0%;}

}
@media (max-width: 1506px) {
     .entrada-card {width: 291px !important;}
    .beneficios li {font-size:15px !important}
}
/* Modo urgencia para el contador */
.countdown.urgente {
  animation: parpadeo 1s infinite;
  color: #fff;
  font-weight: bold;
}

@keyframes parpadeo {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
/* ===== Entradas estiladas ===== */
#entradas {
  background: #120441de;
  padding: 3rem 0;
}

.entradas-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.entrada-card {
    --card-bg: #F49333;
    --card-border: rgba(255, 255, 255, 0.15);
    --ok: #b7ff7a;
    --no: #ffd1d1;
    width: 340px;
    min-height: 520px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 10px;
    text-align: left;
    position: relative;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.entrada-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0 18px 38px rgba(0,0,0,0.45);
}

.entrada-card .entrada-head {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: .75rem;
    align-items: center;
    margin-bottom: .75rem;
    background-image: radial-gradient(circle at top right, rgb(16 4 57) 0%, rgb(4, 20, 62) 28%, rgb(49, 29, 62) 28%, rgb(49, 29, 62) 45%, rgb(19 16 65 / 85%) 45%, rgb(94, 38, 62) 63%, rgb(138, 47, 62) 63%, rgb(138 47 62 / 74%) 100%);
    padding: 14px;
    border-radius: 8px;
    position: unset;
}

.entrada-card .emoji {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  font-size: 26px;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--card-border);
  border-radius: 10px;
}

.entrada-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
  text-shadow: 1px 1px #0000004d;
}

.entrada-card h3 small {
  display: block;
  font-size: .85rem;
  opacity: .9;
  font-weight: 500;
}

.entrada-card .precio {
  grid-column: 1 / -1;
  margin-top: .35rem;
  margin-bottom: .5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .5px;
}

.entrada-card .precio .moneda {
  font-weight: 600;
  opacity: .85;
}

.entrada-card .precio small {
  font-size: .85rem;
  font-weight: 500;
  opacity: .85;
  margin-left: .35rem;
}

.beneficios {
  list-style: none;
  margin: .75rem 0 1.2rem;
  padding: 0;
  display: grid;
  gap: .4rem;
}

.beneficios li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: .6rem;
    align-items: start;
    background: rgba(255,255,255,0.04);
    border: 1px dashed rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: .5rem .7rem;
    font-size: 17px;
    line-height: 1.3rem;
    font-family: 'Karla';
}

.beneficios li.ok::before,
.beneficios li.no::before {
  content: "✔";
  display: inline-grid;
  place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  font-size: .9rem;
  translate: 0 2px;
}

.beneficios li.ok::before {
  background: rgba(183,255,122,0.15);
  color: var(--ok);
  border: 1px solid rgba(183,255,122,0.35);
}

.beneficios li.no {
  opacity: .7;
  background: rgba(255,255,255,0.02);
  border-style: dotted;
}
.beneficios li.no::before {
  content: "✘";
  background: rgba(255,116,116,0.12);
  color: #6b6b6b;
  border: 1px solid rgba(255,139,139,0.35);
}

.btn-entrada {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: .85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.2);
  background: #44289d;
  color: var(--blanco);
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn-entrada:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.45);
  filter: brightness(1.04);
}

.btn-entrada.btn-dorado {
  background: linear-gradient(180deg, #ffd56a, #ffb703);
  color: #1a1a1a;
  border-color: rgba(255,215,110,.35);
}

/* Destacado (Líder NOA) */
.entrada-card.destacado {
  outline: 2px solid rgba(255,215,110,.45);
  background:
    linear-gradient(170deg, rgba(255,215,110,0.08) 0%, rgba(255,255,255,0.02) 35%),
    var(--card-bg);
  transform: translateY(-4px);
}
.entrada-card.destacado:hover { transform: translateY(-8px); }

/* Ribbon */
.entrada-card .ribbon {
  position: absolute;
  top: 12px; right: -10px;
  background: linear-gradient(180deg, #ffd56a, #ffb703);
  color: #1a1a1a;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  font-size: .75rem;
  padding: .35rem .6rem;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(0,0,0,.35);
}

/* Formas de pago */
.formas-pago {
    margin-top: 2rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}
.formas-pago h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: .6rem;
}
.formas-pago ul { list-style: none; display: grid; gap: .25rem; }
.formas-pago li {
    font-size: 1.15rem;
    font-family: 'Poppins';
}

/* Responsive tuning (complementa tus @media) */
@media (max-width: 768px) {
  .entradas-grid { gap: 1.5rem; }
  .entradas-grid {
    gap: 1.5rem;
    align-content: center;
}
  .entrada-card .precio { font-size: 1.6rem; }
  .formas-pago {
    margin-top: 2rem;
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 14px;
    align-content: center;
    gap: 18px;
}
.formas-pago li {
    font-family: 'Poppins';
    font-size: 19px;
}
}
/* =========================
   FAQ — EmprendeNOA 2025
   ========================= */

/* Hero FAQ */
.hero-faq {
  background: radial-gradient(1200px 600px at 20% 10%, rgba(245,142,179,.25), transparent 60%),
              linear-gradient(180deg, rgba(68,40,157,.15), rgba(68,40,157,.05)),
              #ffffff;
  padding: 80px 0 60px;
  text-align: left;
}
.hero-faq .content h1 {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: #44289d;
  margin-bottom: 10px;
}
.hero-faq .content p {
  font-family: 'Karla', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: clamp(16px, 2.1vw, 20px);
  color: #333;
  max-width: 900px;
}

/* Contenedor FAQ */
#faq {
  padding: 48px 0 80px;
  background: #faf9ff;
}
.faq-container {
  max-width: 980px;
  margin: 0 auto;
}

/* Títulos de grupo */
#faq h2 {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 700;
  color: #222;
  margin: 28px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#faq h2::after {
  content: "";
  height: 3px;
  width: 38px;
  background: linear-gradient(90deg, #f58eb3, #44289d);
  border-radius: 2px;
  margin-left: 6px;
}

/* Items (accordion) */
#faq details {
  background: #fff;
  border: 1px solid rgba(68, 40, 157, .15);
  border-radius: 14px;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}
#faq details:hover {
  border-color: rgba(68, 40, 157, .28);
  box-shadow: 0 6px 22px rgba(68, 40, 157, .08);
}

/* Cabecera del item */
#faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 56px 18px 18px;
  position: relative;
  user-select: none;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 600;
  color: #2b2b2b;
  line-height: 1.35;
  outline: none;
}
#faq summary::-webkit-details-marker { display: none; }

/* Icono chevron */
#faq summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #44289d;
  border-bottom: 2px solid #44289d;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform .2s ease;
}
#faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

/* Cuerpo del item */
#faq details > p,
#faq details > div,
#faq details > ul,
#faq details > ol {
  padding: 0 18px 18px 18px;
  font-family: 'Karla', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #404040;
  font-size: 16px;
}
#faq details > ul,
#faq details > ol {
  margin-left: 18px;
  padding-left: 18px;
}
#faq details > ul li,
#faq details > ol li {
  margin: 6px 0;
}

/* Microetiquetas dentro del texto */
#faq b {
  color: #44289d;
}

/* Estados y accesibilidad */
#faq summary:focus {
  box-shadow: inset 0 0 0 2px rgba(68,40,157,.25);
}
#faq a {
  color: #44289d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Barra activa del menú en esta página (por si no existiera en style.css) */
.nav-bar nav a.active {
  color: #44289d;
  font-weight: 700;
  position: relative;
}
.nav-bar nav a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -8px;
  height: 3px;
  background: linear-gradient(90deg, #f58eb3, #44289d);
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-faq { padding: 64px 0 48px; }
  #faq details { margin: 12px 0; }
  #faq details > p,
  #faq details > div,
  #faq details > ul,
  #faq details > ol { font-size: 15px; }
}

/* Modo impresión — abre todo para que se pueda leer/guardar en PDF */
@media print {
  #faq details { border-color: #ddd; box-shadow: none; }
  #faq details[open] > *,
  #faq details > * { display: block !important; }
  #faq summary::after { display: none; }
}
