/* ================= RESET + VARIABLES GLOBALES ================= */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --nav-height: 80px;
  --yellow: #F9B333;
  --green1: #6eb749;
  --green2: #48ad39;
  --green3: #086735;
  --violet: #362783;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-height);
}

@media (max-width: 768px) {
  :root { --nav-height: 70px; }
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
}

/* Animación rotateGear global (usada en múltiples secciones) */
@keyframes rotateGear {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
/* ================= NAVBAR ================= */

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.navbar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    to right,
    var(--yellow),
    var(--green1),
    var(--green2),
    var(--green3),
    var(--violet)
  );
    z-index: 1;
  pointer-events: none;
}
/* Estado al hacer scroll */
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 28px rgba(54, 39, 131, 0.10);
  border-bottom-color: rgba(54, 39, 131, 0.3);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* LOGO */
.nav-logo img {
  height: 48px;
  transition: transform 0.3s ease;
}

.nav-logo:hover img {
  transform: scale(1.04);
}

/* MENU */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-menu a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 17px;
  transition: color 0.25s ease;
  position: relative;
}

.nav-menu a:hover {
  color: var(--green2);
}

/* Link activo */
.nav-links a.nav-active {
  color: var(--green2);
}

.nav-links a.nav-active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green2);
  border-radius: 1px;
  animation: slideIn 0.25s ease;
}

@keyframes slideIn {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* CTA */
.nav-btn {
  background: var(--yellow);
  color: #fff !important;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: 'Lato', sans-serif;
  font-weight: 800 !important;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 14px rgba(249, 179, 51, 0.35);
}

.nav-btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 22px rgba(249, 179, 51, 0.45);
}

/* DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 14px;
  padding: 10px 0;
  min-width: 220px;
  box-shadow: 0 12px 32px rgba(54, 39, 131, 0.12);
  border: 1px solid rgba(54, 39, 131, 0.07);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 9999;
}
.dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 240px;
  height: 14px;
}
.dropdown-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 15px;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-menu a:hover {
  background: rgba(72, 173, 57, 0.07);
  color: var(--green2);
  padding-left: 22px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* HAMBURGUESA */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
  padding: 4px;
}

.nav-toggle span {
  width: 26px;
  height: 3px;
  background: var(--green3);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: block;
}

.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }


/* ================= HERO ================= */

.hero {
  position: relative;
  height: 100dvh;
  min-height: 640px;
  max-height: 1070px;
  overflow: hidden;
}

/* VIDEO */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;       /* extra para el parallax sin borde blanco */
  object-fit: cover;
  z-index: 1;
  will-change: transform;
}

/* OVERLAY: gradiente para profundidad */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
  radial-gradient(
    circle,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.38) 40%,
      rgba(0, 0, 0, 0.0) 100%
    );
  z-index: 2;
}

/* PNGs decorativos */
.hero-top,
.hero-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-top    { top: 0; }
.hero-bottom { bottom: 0; }

/* CONTENEDOR */
.hero-content {
  position: relative;
  z-index: 4;
  height: 100%;
  width: 100%;
  will-change: opacity, transform;
  transition: opacity 0.1s linear, transform 0.1s linear;
}

/* BLOQUE CENTRADO */
.hero-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* EDICION */
.hero-edicion {
  width: 380px;
  max-width: 80vw;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.3));
  animation: heroFadeDown 1s cubic-bezier(0.22,1,0.36,1) both;
}

/* FECHA */
.fecha {
  margin-top: 28px;
}

.hero-fecha {
  width: 800px;
  max-width: 85vw;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 4px 30px rgba(0,0,0,0.35));
  animation: heroFadeUp 1.1s 0.15s cubic-bezier(0.22,1,0.36,1) both;
}

/* ORGANIZAN */
.organizan {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  animation: heroFadeUp 1s 0.3s ease both;
}

.hero-organizadores {
  width: 300px;
  max-width: 100%;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.3));
}

.hero-scroll-indicator{
  position:absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  z-index:5;

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.scroll-mouse{
  width:34px;
  height:56px;
  border:2px solid rgba(255, 255, 255, 0.644);
  border-radius:20px;
  position:relative;
}

.scroll-wheel{
  width:4px;
  height:10px;
  border-radius:999px;
  background:#fff;

  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-50%);

  animation:wheelScroll 1.8s ease-in-out infinite;
}

@keyframes wheelScroll{
  0%{
    opacity:0;
    transform:translate(-50%,0);
  }

  30%{
    opacity:1;
  }

  100%{
    opacity:0;
    transform:translate(-50%,18px);
  }
}

@keyframes scrollBounce {
  0%, 100% { opacity: 0.3; transform: scaleY(0.7); }
  50%       { opacity: 1;   transform: scaleY(1.2); }
}

/* ANIMACIONES DE ENTRADA */
@keyframes heroFadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ================= COUNTDOWN BAR ================= */

.countdown-bar {
  position: relative;
  background: var(--violet);
  padding: 22px 40px;
  overflow: hidden;
}

/* Brillo sutil en el fondo */
.countdown-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 140% at 50% 50%, rgba(249,179,51,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* CONTENEDOR */
.countdown-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

/* LOGO */
.brand img {
  height: 56px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* DIVISOR */
.countdown-divider {
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* UNIDADES */
.countdown-units {
  display: flex;
  align-items: center;
  gap: 10px;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* BLOQUE NÚMERO */
.countdown-box {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  width: 76px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 900;
  color: var(--yellow);
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease;
}

/* Línea divisora central (efecto flip clock) */
.countdown-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
}

/* Flip animation */
@keyframes cdFlip {
  0%   { transform: translateY(-6px); opacity: 0; }
  100% { transform: translateY(0);    opacity: 1; }
}

.countdown-box.flip {
  animation: cdFlip 0.22s cubic-bezier(0.22,1,0.36,1);
}

/* SEPARADOR : */
.countdown-sep {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: var(--yellow);
  opacity: 0.55;
  align-self: flex-start;
  margin-top: 14px;
  line-height: 1;
}

/* ETIQUETA */
.countdown-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* ENGRANAJES */
.gear {
  position: absolute;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
  animation: rotateGear 35s linear infinite;
}

.gear-left  { left: 300px;  top: -180px;    width: 500px; animation-direction: reverse; }
.gear-right { right: 300px; bottom: -180px; width: 500px; }

@keyframes rotateGear {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ================= SISTEMA DE REVEAL ================= */

[data-reveal] {
  opacity: 0;
  transition-property: opacity, transform, filter;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.75s;
}

[data-reveal="up"]    { transform: translateY(36px); }
[data-reveal="left"]  { transform: translateX(-30px); }
[data-reveal="right"] { transform: translateX(30px); }
[data-reveal="scale"] { transform: scale(0.93); filter: blur(3px); }

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

/* ================= MUESTRA SECTION ================= */

.muestra-section {
  position: relative;
  background:
    radial-gradient(ellipse 70% 60% at 10% 20%, rgba(249,179,51,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 90% 80%, rgba(72,173,57,0.10) 0%, transparent 60%),
    #ffffff;
  padding: 80px 20px 40px;
  overflow: hidden;
}

.muestra-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ENGRANAJES FONDO */
.muestra-gear {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.gear-bg-left {
  width: 700px;
  left: -380px;
  top: 100px;
  opacity: 0.04;
  animation: rotateGear 55s linear infinite reverse;
}

.gear-bg-right {
  width: 700px;
  right: -380px;
  bottom: 60px;
  opacity: 0.04;
  animation: rotateGear 50s linear infinite;
}

/* ── TÍTULOS ── */
.section-title {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  color: #1e1e1e;
  margin: 0;
}

.left-title   { text-align: left; }
.center-title { text-align: center; }

/* ── BLOQUE SUPERIOR ── */
.muestra-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

/* ── COLUMNA IZQUIERDA ── */
.muestra-media { position: relative; width: 100%; }

.muestra-main-img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius:40px 0;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

/* ── STAT CARDS ── */
.muestra-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

.stat-card {
  background: #ffffff;
  border-radius: 20px 0;
  padding: 18px 14px 16px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(0,0,0,0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 140px;
  justify-content: center;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.13);
}

.stat-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon-wrap .material-symbols-outlined {
  font-size: 28px;
  color: #fff;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.stat-number {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--green3);
  line-height: 1;
  margin: 0;
}

.stat-desc,
.stat-sub {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
  color: #444;
  margin: 0;
}

/* ── COLUMNA TEXTO ── */
.muestra-texto { width: 100%; }

.title-with-icon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 28px;
}

.title-deco {
  width: 16px;
  flex-shrink: 0;
  margin-top: 6px;
}

.muestra-texto p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 16px;
  text-align: justify;
}

.muestra-destacado {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800 !important;
  font-style: italic;
  color: #1a1a1a;
  margin-top: 28px !important;
  text-align: left !important;
  max-width: 520px;
  padding-left: 16px;
  border-left: 4px solid var(--yellow);
}

/* ================= ORGANIZACIÓN ================= */


.organizacion-section {
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  background:
    radial-gradient(ellipse 70% 60% at 90% 20%, rgba(72,173,57,0.10) 0%, transparent 65%),
    radial-gradient(ellipse 70% 60% at 10% 80%, rgba(249,179,51,0.10) 0%, transparent 65%),
    #ffffff;
}

.organizacion-container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
}

.organizacion-gear {
  position: absolute;
  width: 680px;
  right: -370px;
  top: 80px;
  opacity: 0.035;
  pointer-events: none;
  animation: rotateGear 60s linear infinite;
}

.organizacion-sub {
  max-width: 720px;
  margin: -12px auto 42px;
  text-align: center;
  font-family: 'lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  font-style: italic;
  color: #555;
}

/* GRID */

.organizacion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: start;
}

/* DETAILS CARD */

.org-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 16px 42px rgba(0,0,0,0.09);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.org-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.13);
}
.organizacion-grid {
  align-items: stretch;
}
.org-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  z-index: 3;
}

.org-card-colegio::before {
  background: var(--violet);
}

.org-card-agricultores::before {
  background: var(--green3);
}

/* Quitar flecha nativa */

.org-summary {
  list-style: none;
  cursor: pointer;
}

.org-summary::-webkit-details-marker {
  display: none;
}

/* IMAGE */

.org-image {
  height: 240px;
  overflow: hidden;
}

.org-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1);
}
.org-card-colegio .org-image img{
  object-position:center 20%;
}
.org-card-agricultores .org-image img{
  object-position:center 60%;
}

.org-card:hover .org-image img {
  transform: scale(1.055);
}

/* CONTENT */

.org-content {
  padding: 26px 28px 30px;
}

.org-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.org-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.09);
}

.org-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 6px 13px;
  border-radius: 999px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.org-card-colegio .org-label {
  background: rgba(117, 114, 255, 0.16);
  color: var(--violet);
}

.org-card-agricultores .org-label {
  background: rgba(72,173,57,0.15);
  color: var(--green3);
}

.org-header h3 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  line-height: 1.08;
  font-style: italic;
  font-weight: 900;
  color: #202020;
}

.org-meta {
  margin: 6px 0 0;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--violet);
}

.org-extract {
  margin: 0 0 22px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}



/* BOTÓN LEER MÁS */

.org-toggle-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.org-card-colegio .org-toggle-text {
  background: var(--violet);
  box-shadow: 0 8px 20px rgba(81, 51, 249, 0.25);
}

.org-card-agricultores .org-toggle-text {
  background: var(--green3);
  box-shadow: 0 8px 20px rgba(72,173,57,0.25);
}

.org-toggle-text::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.org-card[open] .org-toggle-text::after {
  transform: rotate(180deg);
}

.org-card:hover .org-toggle-text {
  transform: translateY(-2px);
}

.text-close {
  display: none;
}

.org-card[open] .text-open {
  display: none;
}

.org-card[open] .text-close {
  display: inline;
}

/* TEXTO COMPLETO */

.org-full-text {
  padding: 0 28px 30px;
  animation: orgOpen 0.35s ease both;
}

.org-full-text p {
  margin: 0 0 13px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}
.org-full-text strong{
    color:#202020;
    font-weight:800;
}

.org-full-text p:last-child {
  margin-bottom: 0;
}

@keyframes orgOpen {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* UNION */

.organizacion-union {
  position: relative;
  max-width: 720px;
  margin: 52px auto 0;
  text-align: center;
}

.union-line {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--yellow) 20%,
    var(--green2) 50%,
    var(--violet) 80%,
    transparent 100%
  );
  z-index: 0;
  opacity: 0.9;
}

.union-center {
  position: relative;
  z-index: 2;
  width: 360px;
  min-height: 68px;
  margin: 40px auto 0px;
  padding: 22px 22px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(54,39,131,0.16);
  border: 1px solid rgba(54,39,131,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.union-center::before,
.union-center::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 170px;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 999px;
  z-index: -1;
}

.union-center::before {
  right: 100%;
  background: linear-gradient(90deg, transparent, var(--yellow));
}

.union-center::after {
  left: 100%;
  background: linear-gradient(90deg, var(--green2), transparent);
}

.union-center img {
  max-width: 100%;
  height: auto;
  display: block;
}

.organizacion-union p {
  margin: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  color: var(--violet);
}

/* ================= GALERÍA EDUCOAGRO ================= */

.galeria-section {
  position: relative;
  padding: 50px 20px;
  background:
    radial-gradient(ellipse 70% 60% at 10% 20%, rgba(249,179,51,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 90% 80%, rgba(72,173,57,0.10) 0%, transparent 60%),
    #ffffff;
  overflow: hidden;
}

.galeria-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.galeria-sub {
  max-width: 720px;
  margin: -12px auto 42px;
  text-align: center;
  font-family: 'lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  font-style: italic;
  color: #555;
}

/* GRID MOSAICO */
.galeria-grid {
  display: grid;

  grid-template-columns:
    1.2fr
    1.2fr
    1.2fr
    1.2fr
    1.2fr;

  grid-template-rows:
    170px
    170px
    170px
    170px;

  gap: 18px;
}
/* PROYECTOS EDUCATIVOS */
.galeria-card:nth-child(1){
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

/* MUESTRA ESTÁTICA */
.galeria-card:nth-child(2){
  grid-column: 3 / 6;
  grid-row: 1 / 2;
}

/* MUESTRA DINÁMICA */
.galeria-card:nth-child(3){
  grid-column: 4 / 6;
  grid-row: 2 / 4;
}

/* CORTE DE MELGA */
.galeria-card:nth-child(4){
  grid-column: 3 / 6;
  grid-row: 4 / 5;
}

/* GASTRONOMÍA */
.galeria-card:nth-child(5){
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

/* ESPECTÁCULOS */
.galeria-card:nth-child(6){
  grid-column: 2 / 3;
  grid-row: 4 / 5;
}

/* DESFILE */
.galeria-card:nth-child(7){
  grid-column: 1 / 4;
  grid-row: 3 / 4;
}

/* REMATES */
.galeria-card:nth-child(8){
  grid-column: 1 / 2;
  grid-row: 4 / 5;
}
/* CARD */

.galeria-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  display: block;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(0,0,0,.11);
  background: #ddd;
  isolation: isolate;
}

/* IMAGEN */

.galeria-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transition:
    transform .65s cubic-bezier(.22,1,.36,1),
    filter .35s ease;
}
.galeria-hidden {
  display: none;
}


/* OVERLAY */

.galeria-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.22) 45%,
      rgba(0,0,0,.04) 100%
    );

  transition: opacity .35s ease;
}

.galeria-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;

  border: 1px solid rgba(255,255,255,.35);
  border-radius: 20px;

  opacity: 0;
  transform: scale(.96);

  transition:
    opacity .35s ease,
    transform .35s ease;
}

/* TEXTO */

.galeria-card span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 3;

  max-width: calc(100% - 48px);

  font-family: 'Lato', sans-serif;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
  font-style: italic;
  color: #fff;

  text-shadow: 0 4px 16px rgba(0,0,0,.45);

  transition:
    transform .35s ease,
    color .35s ease;
}

/* HOVER */

.galeria-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05);
}

.galeria-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.galeria-card:hover span {
  transform: translateY(-6px);
  color: #F9B333;
}

/* ================= SECCIÓN INFO ================= */

.info-section {
  position: relative;
  padding: 50px 20px;
  overflow: hidden;
background:

  /* luz cálida amarilla */
  radial-gradient(
    circle at 12% 20%,
    rgba(249,179,51,.32) 0%,
    rgba(249,179,51,.12) 18%,
    transparent 42%
  ),

  /* luz violeta */
  radial-gradient(
    circle at 88% 80%,
    rgba(54,39,131,.28) 0%,
    rgba(54,39,131,.10) 20%,
    transparent 45%
  ),

  /* halo verde central */
  radial-gradient(
    circle at 50% 50%,
    rgba(110,183,73,.25) 0%,
    rgba(110,183,73,.08) 35%,
    transparent 70%
  ),

  /* sombra profunda izquierda */
  radial-gradient(
    circle at 0% 50%,
    rgba(0,0,0,.18),
    transparent 55%
  ),

  /* sombra profunda derecha */
  radial-gradient(
    circle at 100% 50%,
    rgba(0,0,0,.15),
    transparent 55%
  ),

  linear-gradient(
    135deg,
    #054826 0%,
    #086735 25%,
    #0f8b4c 55%,
    #086735 80%,
    #043f21 100%
  );
}

.info-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);

  background-size: 40px 40px;
  opacity: .45;
  pointer-events: none;
  z-index: 1;
}

.info-section::after {
  content: "";
  position: absolute;
  width: 850px;
  height: 850px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.info-gear-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  display: flex;
  align-items: center;
  justify-content: center;
}

.info-gear-center {
  width: 1300px;
  opacity: .04;
  filter: brightness(0) invert(1);
  animation: rotateGear 120s linear infinite;
}

.info-content {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
}

.info-section .title-with-icon2 {
  margin-bottom: 50px;
}

.info-section .section-title {
  color: #fff;
}

.info-section .title-with-icon2 h2 {
  color: #fff;
  text-shadow: 0 4px 18px rgba(0,0,0,.18);
}
#info .title-deco{
  filter: brightness(0) invert(1);
}
.info-grid {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

.info-item {
  width: 270px;
  height: 270px;

  border-radius: 180px;

  text-decoration: none;

  background: rgba(255,255,255,.94);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255,255,255,.35);

  box-shadow:
    0 18px 45px rgba(0,0,0,.16);

  position: relative;
  overflow: hidden;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}


.info-item::before {
  content: "";

  position: absolute;
  inset: 14px;

  border-radius: 180px;

  border: 3px solid currentColor;

  opacity: .22;

  transition:
    opacity .3s ease,
    inset .3s ease;
}


.info-item::after {
  content: "";

  position: absolute;

  width: 120px;
  height: 120px;

  right: -40px;
  bottom: -40px;

  border-radius: 50%;

  background: currentColor;

  opacity: .08;
}


.info-item:hover {
  transform: translateY(-10px);

  box-shadow:
    0 28px 60px rgba(0,0,0,.22);
}

.info-item:hover::before {
  inset: 10px;
  opacity: .4;
}

.info-item .material-symbols-outlined {
  position: relative;
  z-index: 2;

  font-size: 84px;

  margin-bottom: 18px;

  transition:
    transform .3s ease;
}

.info-item:hover .material-symbols-outlined {
  transform: scale(1.08) rotate(-3deg);
}

.info-item p {
  position: relative;
  z-index: 2;

  font-family: 'Lato', sans-serif;

  font-size: 21px;
  line-height: 1.18;

  font-weight: 900;
  font-style: italic;

  color: #1f1f1f;

  max-width: 180px;

  text-align: center;
}

.info-item.orange {
  color: #F9B333;
}

.info-item.green {
  color: #48ad39;
}

.info-item.purple {
  color: #362783;
}

.title-with-icon2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  margin-bottom: 40px;
}

.title-with-icon2.center { justify-content: center; }

.title-with-icon2 h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 900;
}
.info-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.info-popup.active {
  display: flex;
}

.info-popup-box {
  position: relative;
  max-width: 420px;
  width: 100%;
  background: #fff;
  border-radius: 28px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}

.info-popup-box span {
  font-size: 54px;
  color: #F9B333;
  margin-bottom: 12px;
}

.info-popup-box h3 {
  font-size: 28px;
  font-weight: 900;
  color: #086735;
  margin-bottom: 10px;
}

.info-popup-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  font-weight: 600;
  font-family: Lato;
  font-style: italic;
}

.info-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

/* ================= PÚBLICO ================= */

.publico-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  background: radial-gradient(ellipse 70% 60% at 90% 20%, rgba(72,173,57,0.10) 0%, transparent 65%),
    radial-gradient(ellipse 70% 60% at 10% 80%, rgba(249,179,51,0.10) 0%, transparent 65%),
    #ffffff;
}

.publico-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.publico-gear {
  position: absolute;
  width: 760px;
  left: -360px;
  top: 70px;
  opacity: .045;
  pointer-events: none;
  animation: rotateGear 70s linear infinite reverse;
}

.publico-header {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.publico-header p {
  max-width: 720px;
  margin: -12px auto 42px;
  text-align: center;
  font-family: 'lato', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
  font-style: italic;
  color: #555;
}

/* LAYOUT */

.publico-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 42px;
  align-items: center;
}

/* GALERÍA */

.publico-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 260px 260px;
  gap: 18px;
}

.publico-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  transition: transform .4s ease, box-shadow .4s ease;
}

.publico-img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 26px 60px rgba(0,0,0,.16);
}

.publico-img-large {
  grid-row: span 2;
  border-radius: 34px;
}

/* CARDS */

.publico-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.publico-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 18px;

  background: rgba(255,255,255,.94);
  border-radius: 26px;
  padding: 22px 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,.09);
  border: 1px solid rgba(0,0,0,.04);

  transition: transform .35s ease, box-shadow .35s ease;
}

.publico-card:hover {
  transform: translateX(8px);
  box-shadow: 0 24px 60px rgba(0,0,0,.13);
}

.publico-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.publico-card-icon .material-symbols-outlined {
  font-size: 40px;
  color: #fff;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

.publico-card h3 {
  margin: 0 0 8px;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  color: #1f1f1f;
}

.publico-card p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  line-height: 1.5;
  color: #555;
  font-weight: 500;
}

/* COLORES */

.publico-card.yellow .publico-card-icon {
  background: #F9B333;
}

.publico-card.green .publico-card-icon {
  background: #48ad39;
}

.publico-card.purple .publico-card-icon {
  background: #362783;
}

.publico-card.yellow {
  border-left: 5px solid #F9B333;
}

.publico-card.green {
  border-left: 5px solid #48ad39;
}

.publico-card.purple {
  border-left: 5px solid #362783;
}

/* ================= EXPOSITORES ================= */

.expositores-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 10% 20%, rgba(249,179,51,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 90% 80%, rgba(72,173,57,0.10) 0%, transparent 60%),
    #ffffff;
  padding: 0;
}

/* BARRAS DE COLOR */
.color-bar {
  display: flex;
  width: 100%;
}

.color-bar span {
  flex: 1;
  display: block;
}

.top-color-bar span:nth-child(1) { height: 14px; }
.top-color-bar span:nth-child(2) { height: 20px; }
.top-color-bar span:nth-child(3) { height: 26px; }
.top-color-bar span:nth-child(4) { height: 20px; }
.top-color-bar span:nth-child(5) { height: 14px; }

.bottom-color-bar { align-items: flex-end; margin-top: 60px; }
.bottom-color-bar span:nth-child(1) { height: 14px; }
.bottom-color-bar span:nth-child(2) { height: 10px; }
.bottom-color-bar span:nth-child(3) { height: 7px; }
.bottom-color-bar span:nth-child(4) { height: 10px; }
.bottom-color-bar span:nth-child(5) { height: 14px; }

/* TÍTULO */
.title-with-icon3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.title-with-icon3.center {
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 16px;
}

.title-with-icon3 h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 900;
}

/* CONTENEDOR */
.expositores-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

/* GRID */
.expo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 50px;
  align-items: start;
}

/* CARD */
.expo-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.expo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0,0,0,0.12);
}

/* Card destacada (central) */
.expo-card--featured {
  border-top: 4px solid var(--green2);
}

.expo-card--featured:hover {
  box-shadow: 0 22px 48px rgba(72,173,57,0.15);
}

/* Imagen wrap */
.expo-img-wrap {
  position: relative;
  overflow: hidden;
}

.expo-img-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}

.expo-card--featured .expo-img-wrap img {
  height: 290px;
}

.expo-card:hover .expo-img-wrap img {
  transform: scale(1.05);
}

/* CHIP badge */
.expo-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--violet);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.expo-chip.chip-green  { background: var(--green2); }
.expo-chip.chip-violet { background: var(--yellow); }

/* INFO */
.expo-info {
  padding: 22px 22px 26px;
}

.expo-info h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 19px;
  text-align: center;
  margin: 0 0 12px;
  color: #1a1a1a;
}

.expo-info p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  color: #555;
  margin: 0;
}

/* ================= LOGOS ================= */

.logos-section {
  text-align: center;
  overflow: hidden;
  background: #ffffff;
  padding: 50px 20px;
}

.logos-container {
  max-width: 1000px;
  margin: 0 auto;
}

.logos-img img {
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;

}

/* ================= CTA ================= */

.cta-section {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  padding: 100px 20px;
}

.cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgb(8, 103, 52) 0%,
    rgba(54, 39, 131, 0) 50%,
    rgba(54, 39, 131, 0.87) 100%
  );
  z-index: 2;
}

/* PARTÍCULAS DECORATIVAS */
.cta-deco { position: absolute; inset: 0; z-index: 2; pointer-events: none; }

.cta-deco-dot {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  animation: floatDot 6s ease-in-out infinite;
}

.dot-1 {
  width: 180px; height: 180px;
  background: var(--yellow);
  top: -60px; left: 10%;
  animation-delay: 0s;
}

.dot-2 {
  width: 120px; height: 120px;
  background: var(--green2);
  bottom: -40px; right: 15%;
  animation-delay: 2s;
}

.dot-3 {
  width: 80px; height: 80px;
  background: #fff;
  top: 40%; right: 5%;
  animation-delay: 4s;
}

@keyframes floatDot {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-16px) scale(1.05); }
}

/* CONTENEDOR */
.cta-container {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  margin: 0 auto;
}

/* TÍTULO */
.cta-title {
  display: block;
  width: 580px;
  max-width: 90%;
  margin: 0 auto 52px;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.3));
}

/* GRID */
.cta-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* CARD */
.cta-card {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.cta-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.16);
  box-shadow: 0 24px 52px rgba(0,0,0,0.25);
}

/* ICONO */
.cta-icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.2);
}

.cta-icon-wrap .material-symbols-outlined {
  font-size: 48px;
  color: #fff;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.cta-icon-wrap.green  { background: var(--green2); }
.cta-icon-wrap.purple { background: var(--violet); }

/* TEXTOS */
.cta-card h3 {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
  margin: 0 0 18px;
  color: #ffffff;
}

.cta-card p {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  margin: 0 0 28px;
}

/* BOTONES */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cta-btn .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: 'FILL' 1;
}

.cta-btn:hover {
  transform: translateY(-2px) scale(1.03);
}

.cta-btn--green  {
  background: var(--green2);
  box-shadow: 0 8px 22px rgba(72,173,57,0.4);
}
.cta-btn--green:hover { box-shadow: 0 14px 30px rgba(72,173,57,0.5); }

.cta-btn--purple {
  background: var(--violet);
  box-shadow: 0 8px 22px rgba(54,39,131,0.4);
}
.cta-btn--purple:hover { box-shadow: 0 14px 30px rgba(54,39,131,0.5); }

/* ================= CONTACTO ================= */

.contacto-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  background:
    radial-gradient(circle at 15% 20%, rgba(249,179,51,.20), transparent 35%),
    radial-gradient(circle at 85% 80%, rgba(54,39,131,.16), transparent 38%),
    radial-gradient(circle at 50% 50%, rgba(110,183,73,.12), transparent 60%),
    linear-gradient(135deg, #f7faf4 0%, #eef7ed 45%, #f8fbf6 100%);
}

.contacto-container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.contacto-gear {
  position: absolute;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
  animation: rotateGear 80s linear infinite;
}

.contacto-gear.gear-left {
  width: 1100px;
  left: -420px;
  top: 120px;
  animation-direction: reverse;
}

.contacto-gear.gear-right {
  width: 1100px;
  right: -420px;
  top: 120px;
}

.contacto-sub {
  max-width: 650px;
  margin: -14px auto 48px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 700;
  color: #555;
}

.contacto-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: stretch;
}

/* CAJAS */

.contacto-box,
.contacto-card {
  border-radius: 30px;
  box-shadow: 0 20px 55px rgba(0,0,0,.11);
  overflow: hidden;
}

.form-box {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 34px;
  border: 1px solid rgba(255,255,255,.70);
  text-align: left;
}

.contacto-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mapa-box {
  background: linear-gradient(135deg, #48ad39, #086735);
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
}

.mapa-box h3,
.contacto-card.small h3 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  color: #fff;
}

/* FORM */

.contacto-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-label {
  margin-top: 6px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #086735;
}

.contacto-form input,
.contacto-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1.5px solid rgba(8,103,53,.12);
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  background: #fff;
  color: #1f1f1f;
  transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease;
}

.contacto-form input:focus,
.contacto-form textarea:focus {
  outline: none;
  border-color: #48ad39;
  box-shadow: 0 0 0 4px rgba(72,173,57,.14);
  transform: translateY(-1px);
}

.contacto-form textarea {
  resize: none;
  min-height: 150px;
}

.contacto-btn {
  margin-top: 12px;
  border: none;
  border-radius: 999px;
  padding: 17px 24px;
  background: linear-gradient(135deg, #48ad39, #086735);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(72,173,57,.28);
  transition: transform .3s ease, box-shadow .3s ease;
}

.contacto-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(72,173,57,.38);
}

/* MAPA */

.mapa-wrap {
  margin: 20px 0 18px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
}

.mapa-wrap iframe {
  width: 100%;
  height: 315px;
  border: 0;
  display: block;
  filter: saturate(.95) contrast(1.02);
}

.contacto-mapa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 14px 18px;
  background: #ffffff;
  color: #086735;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  transition: transform .3s ease, box-shadow .3s ease;
}

.contacto-mapa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(249,179,51,.30);
}

/* REDES */

.contacto-card.small {
  background: linear-gradient(135deg, #48ad39, #086735);
  padding: 26px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.12);
}

.contacto-redes {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.contacto-redes a {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .3s ease, background .3s ease;
}

.contacto-redes a:hover {
  transform: translateY(-5px) scale(1.04);
  background: rgba(255,255,255,.24);
}

.contacto-redes svg {
  width: 38px;
  height: 38px;
  fill: #fff;
}

/* ================= FOOTER ================= */

.footer {
  background: linear-gradient(135deg, var(--violet) 0%, #1a1060 60%, #0d0a3c 100%);
  color: #fff;
  padding: 64px 20px 20px;
  position: relative;
  overflow: hidden;
}

/* Brillo sutil */
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(249,179,51,0.5), transparent);
}

/* Borde superior con la paleta */
.footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--yellow), var(--green1), var(--green2), var(--green3), var(--violet));
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
}

.footer-col h4 {
  margin-bottom: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--yellow);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-col p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin-bottom: 6px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 16px;
  display: block;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li { margin-bottom: 9px; }

.footer-col ul a {
  text-decoration: none;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
}

.footer-col ul a:hover {
  color: var(--yellow);
  padding-left: 5px;
}

/* REDES */
.footer-social {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-social a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.footer-social a:hover {
  background: var(--green2);
  border-color: var(--green2);
  transform: translateY(-4px);
}

.footer-social svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

.footer-credit {
  color: var(--yellow);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.25s ease;
}

.footer-credit:hover { opacity: 0.8; text-decoration: underline; }

/* ================= POPUP ================= */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-box {
  background: #fff;
  padding: 40px 32px;
  border-radius: 20px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 24px 60px rgba(0,0,0,0.2);
  transform: translateY(16px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.22,1,0.36,1);
}

.popup-overlay.active .popup-box {
  transform: translateY(0) scale(1);
}

.popup-icon {
  font-size: 58px;
  margin-bottom: 12px;
  display: block;
}

.popup-icon.success { color: var(--green2); }
.popup-icon.error   { color: #e53935; }

.popup-box h3 {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.popup-box p {
  font-size: 15px;
  color: #666;
  margin-bottom: 22px;
}

#popup-close {
  background: var(--green2);
  color: #fff;
  border: none;
  padding: 11px 28px;
  border-radius: 999px;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 16px rgba(72,173,57,0.3);
}

#popup-close:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 22px rgba(72,173,57,0.4);
}

/* =====================================================
   TABLET ≤ 1024px
===================================================== */

@media (max-width:1024px){

  /* ================= NAVBAR ================= */

.nav-container {
  max-width: 1100px;
  padding: 12px 18px;
}

.nav-links {
  gap: 18px;
}

.nav-menu {
  gap: 22px;
}

.nav-menu a {
  font-size: 15px;
}

.nav-btn {
  padding: 10px 15px;
  font-size: 13px;
}

.nav-logo img {
  height: 44px;
}

.dropdown-menu {
  min-width: 210px;
}

/* ================= HERO ================= */

.hero {
  height: 90dvh;
  min-height: 620px;
  max-height: 900px;
}

.hero-video {
  height: 112%;
}

.hero-top,
.hero-bottom {
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-edicion {
  width: 320px;
}

.hero-fecha {
  width: 620px;
  max-width: 88vw;
}

.hero-organizadores {
  width: 230px;
}

.hero-scroll-indicator {
  bottom: 24px;
}

.scroll-mouse {
  width: 30px;
  height: 50px;
}

.countdown-bar {
  padding: 20px 24px;
}

.countdown-content {
  gap: 26px;
}

.countdown-divider {
  display: none;
}

.brand img {
  height: 48px;
}

.countdown-box {
  width: 60px;
  height: 50px;
  font-size: 25px;
}

.countdown-sep {
  font-size: 26px;
  margin-top: 12px;
}

.gear-left {
  left: -120px;
  top: -180px;
}

.gear-right {
  right: -120px;
  bottom: -180px;
}

/* ================= MUESTRA ================= */

.muestra-section {
  padding: 80px 30px 50px;
}

.muestra-top {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.muestra-stats {
  grid-template-columns: repeat(2, 1fr);
  margin-top: -50px;
}

.muestra-texto p {
  font-size: 15px;
}

.muestra-destacado {
  font-size: 17px;
}

/* ================= ORGANIZACIÓN ================= */

.organizacion-section {
  padding: 30px 30px;
}

.organizacion-grid {
  gap: 22px;
}

.org-image {
  height: 220px;
}

.org-content {
  padding: 24px;
}

.org-header h3 {
  font-size: 23px;
}

.org-extract,
.org-full-text p {
  font-size: 14px;
}

.organizacion-union p {
  font-size: 22px;
}

.union-center {
  width: 320px;
}

.union-center::before,
.union-center::after {
  width: 120px;
}

/* ================= GALERÍA ================= */

.galeria-section {
  padding: 30px 30px 60px;
}

.galeria-sub {
  font-size: 16px;
  margin: -8px auto 36px;
}

.galeria-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: none;
  grid-auto-rows: 220px;
  gap: 16px;
}

.galeria-card:nth-child(1),
.galeria-card:nth-child(2),
.galeria-card:nth-child(3),
.galeria-card:nth-child(4),
.galeria-card:nth-child(5),
.galeria-card:nth-child(6),
.galeria-card:nth-child(7),
.galeria-card:nth-child(8) {
  grid-column: auto;
  grid-row: auto;
}


.galeria-card span {
  font-size: 19px;
}

/* ================= INFO ================= */

.info-section {
  padding: 60px 30px;
}

.info-grid {
  gap: 28px;
}

.info-item {
  width: 230px;
  height: 230px;
}

.info-item .material-symbols-outlined {
  font-size: 72px;
  margin-bottom: 14px;
}

.info-item p {
  font-size: 18px;
  max-width: 160px;
}

.info-gear-center {
  width: 980px;
}

.info-popup-box {
  max-width: 400px;
}

/* ================= PÚBLICO ================= */

.publico-section {
  padding: 60px 30px;
}

.publico-layout {
  grid-template-columns: 1fr;
  gap: 34px;
}

.publico-gallery {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 240px 240px;
}

.publico-img-large {
  grid-column: span 2;
  grid-row: span 1;
}

.publico-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.publico-card {
  height: 100%;
  align-items: start;
}

.publico-card:last-child {
  grid-column: auto;
}

.publico-card-icon {
  width: 66px;
  height: 66px;
}

.publico-gear {
  width: 600px;
  left: -340px;
}

/* ================= EXPOSITORES ================= */

.expositores-container {
  padding: 0 24px;
}

.expo-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  align-items: stretch;
}

.expo-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.expo-img-wrap {
  flex-shrink: 0;
}

.expo-img-wrap img,
.expo-card--featured .expo-img-wrap img {
  height: 220px;
}

.expo-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bottom-color-bar {
  margin-top: 46px;
}

  /* ================= LOGOS ================= */

.logos-section { 
  padding: 50px 20px; 
}

.logos-img img { 
  max-width: 680px; 
}

/* ================= CTA ================= */

.cta-section {
  padding: 80px 30px;
  min-height: auto;
}

.cta-title {
  width: 500px;
}

.cta-grid {
  gap: 26px;
}

.cta-card {
  max-width: 360px;
  padding: 32px 24px;
}

.cta-card h3 {
  font-size: 24px;
}

.cta-card p {
  font-size: 16px;
}

.cta-btn {
  min-width: auto;
  padding: 14px 20px;
  font-size: 16px;
}

/* ================= CONTACTO ================= */

.contacto-section {
  padding: 60px 30px;
}


.contacto-sub {
  font-size: 17px;
  margin-bottom: 42px;
}

.form-box {
  padding: 30px;
}

.mapa-wrap iframe {
  height: 280px;
}

.contacto-gear.gear-left {
  width: 850px;
  left: -420px;
}

.contacto-gear.gear-right {
  width: 850px;
  right: -420px;
}

/* ================= FOOTER ================= */

.footer {
  padding: 56px 30px 20px;
}

.footer-container {
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 28px;
  align-items: start;
}

.footer-col:first-child {
  grid-column: auto;
}

.footer-logo {
  width: 155px;
}

}

/* =====================================================
   MOBILE ≤ 768px
===================================================== */

@media (max-width:768px){

/* ================= NAVBAR ================= */

.nav-container {
  position: relative;
  padding: 12px 18px;
}

.nav-logo img {
  height: 40px;
}

.nav-toggle {
  display: flex;
}

.nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;

  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  flex-direction: column;
  align-items: flex-start;
  gap: 20px;

  padding: 20px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 14px 30px rgba(54,39,131,.10);
  border-top: 1px solid rgba(54,39,131,.08);

  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);

  transition: opacity .3s ease, transform .3s ease;
}

.nav-menu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-links {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 18px;
}

.nav-menu a {
  text-align: left;
  font-size: 16px;
}

.nav-btn {
  width: auto;
  align-self: flex-start;
  padding: 12px 22px;
  border-radius: 999px;
  margin-top: 0;
}

.dropdown {
  width: 100%;
}

.dropdown-menu {
  position: static;
  display: none;
  box-shadow: none;
  background: rgba(72,173,57,.05);
  border-radius: 10px;
  padding: 6px 0;
  width: 100%;
  border: none;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.dropdown.active .dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.dropdown-menu a {
  padding: 8px 16px;
  font-size: 15px;
}

/* ================= HERO ================= */

.hero {
  height: 75svh;
  min-height: 560px;
  max-height: 720px;
}

.hero-video {
  height: 100%;
  object-fit: cover;
}

.hero-top,
.hero-bottom {
  width: 100%;
  transform: translateX(-50%);
}


.hero-center {
  width: 92%;
  padding: 0 16px;
  top: 48%;
}

.hero-edicion {
  width: 250px;
  max-width: 82vw;
}

.fecha {
  margin-top: 20px;
}

.hero-fecha {
  width: 340px;
  max-width: 90vw;
}

.organizan {
  bottom: 0px;
}

.hero-organizadores {
  width: 190px;
}

.hero-scroll-indicator {
  display: none;
}

.countdown-bar {
  padding: 20px 14px;
}

.countdown-content {
  flex-direction: column;
  gap: 12px;
}

.brand img {
  height: 38px;
}

.gear-left {
  position: absolute;
  left: -20%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 160px;
}

.gear-right {
display: none;
}
/* ================= MUESTRA ================= */

.muestra-section {
  padding: 50px 20px 20px;
}

.muestra-top {
  grid-template-columns: 1fr;
  gap: 24px;
}

.muestra-stats {
  grid-template-columns: 1fr;
  margin-top: 16px;
  gap: 10px;
}

.stat-card {
  flex-direction: row;
  text-align: left;
  gap: 14px;
  min-height: auto;
  padding: 14px;
  justify-content: start;
}

.stat-icon-wrap {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.stat-icon-wrap .material-symbols-outlined {
  font-size: 22px;
}

.stat-number {
  font-size: 22px;
}

.stat-desc,
.stat-sub {
  font-size: 13px;
}

.section-title {
  font-size: 21px;
}

.muestra-texto p {
  font-size: 14px;
  text-align: left;
}

.muestra-destacado {
  font-size: 16px;
}

.muestra-gear {
  display: none;
}

/* ================= ORGANIZACIÓN ================= */

.organizacion-section {
  padding: 20px 20px;
}

.organizacion-section .title-with-icon2 {
  align-items: start;
}

.organizacion-section .section-title {
  text-align: left;
}

.organizacion-sub {
  margin: -8px auto 32px;
  font-size: 15px;
}

.organizacion-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

.org-card {
  border-radius: 22px;
}

.org-image {
  height: 210px;
}

.org-content {
  padding: 22px 20px 24px;
}

.org-header {
  align-items: flex-start;
  gap: 14px;
}

.org-logo {
  width: 58px;
  height: 58px;
  border-radius: 16px;
}

.org-header h3 {
  font-size: 22px;
}

.org-meta {
  font-size: 12.5px;
}

.org-extract {
  font-size: 14px;
}

.org-full-text {
  padding: 0 20px 24px;
}

.org-full-text p {
  font-size: 14px;
  line-height: 1.6;
}

/* UNIÓN */

.organizacion-union {
  margin-top: 40px;
}

.union-line {
  display: none;
}

.union-center {
  width: 220px;
  min-height: 58px;
  padding: 16px 18px;
  margin: 0 auto 18px;
}

.organizacion-union p {
  margin: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.organizacion-gear {
  display: none;
}

/* ================= GALERÍA ================= */

.galeria-section {
  padding: 10px 20px 40px;
}

.galeria-sub {
  margin: -10px auto 32px;
  font-size: 15px;
}

.galeria-grid {
  grid-template-columns: 1fr;
  grid-template-rows: none;
  grid-auto-rows: 220px;
  gap: 14px;
}

.galeria-card:nth-child(1),
.galeria-card:nth-child(2),
.galeria-card:nth-child(3),
.galeria-card:nth-child(4),
.galeria-card:nth-child(5),
.galeria-card:nth-child(6),
.galeria-card:nth-child(7),
.galeria-card:nth-child(8) {
  grid-column: auto;
  grid-row: auto;
}

.galeria-card {
  border-radius: 20px;
}

.galeria-card span {
  font-size: 18px;
  left: 18px;
  bottom: 18px;
}

/* ================= INFO ================= */

.info-section {
  padding: 56px 20px;
}

.info-section .title-with-icon2 {
  margin-bottom: 34px;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-items: center;
}

.info-item {
  width: 200px;
  height: 200px;
}

.info-item::before {
  inset: 12px;
}

.info-item .material-symbols-outlined {
  font-size: 66px;
  margin-bottom: 12px;
}

.info-item p {
  font-size: 17px;
  max-width: 150px;
}

.info-gear-center {
  width: 760px;
  opacity: .035;
}

.info-section::after {
  width: 560px;
  height: 560px;
}

.info-popup-box {
  max-width: 340px;
  border-radius: 24px;
  padding: 32px 24px;
}

.info-popup-box span {
  font-size: 48px;
}

.info-popup-box h3 {
  font-size: 24px;
}

.info-popup-box p {
  font-size: 16px;
}

.info-popup-close {
  top: 10px;
  right: 14px;
}

/* ================= PÚBLICO ================= */

.publico-section {
  padding: 56px 20px;
}

.publico-header {
  text-align: left;
  margin-bottom: 34px;
}

.publico-header p {
  font-size: 15px;
  margin: -8px auto 28px;
}

.publico-layout {
  grid-template-columns: 1fr;
  gap: 26px;
}

.publico-gallery {
  grid-template-columns: 1fr;
  grid-template-rows: none;
  gap: 14px;
}

.publico-img,
.publico-img-large {
  height: 220px;
  grid-column: span 1;
  grid-row: span 1;
  border-radius: 22px;
}

.publico-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.publico-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  height: auto;
  padding: 18px;
  border-radius: 22px;
}

.publico-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.publico-card-icon .material-symbols-outlined {
  font-size: 32px;
}

.publico-card h3 {
  font-size: 19px;
}

.publico-card p {
  font-size: 14px;
}

.publico-gear {
  display: none;
}

/* ================= EXPOSITORES ================= */

.expositores-container {
  padding: 0 20px;
}

.title-with-icon3.center {
  padding-top: 40px;
}

.expo-grid {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 30px;
}

.expo-img-wrap img,
.expo-card--featured .expo-img-wrap img {
  height: 200px;
}

.expo-info {
  padding: 20px;
}

.expo-info h3 {
  font-size: 17px;
}

.expo-info p {
  font-size: 14px;
}

.expo-gear {
  display: none;
}

.bottom-color-bar {
  margin-top: 30px;
}

  /* ================= LOGOS ================= */

.logos-section { 
  padding: 40px 20px; 
}

.logos-section .title-with-icon2 {
  align-items: start;
}
.logos-section .section-title {
  text-align: left;
}

.logos-img img { 
  max-width: 100%; 
}

/* ================= CTA ================= */

.cta-section {
  padding: 60px 16px;
}

.cta-title {
  width: 100%;
  max-width: 330px;
  margin-bottom: 34px;
}

.cta-grid {
  gap: 20px;
}

.cta-card {
  padding: 28px 20px;
}

.cta-icon-wrap {
  width: 72px;
  height: 72px;
}

.cta-icon-wrap .material-symbols-outlined {
  font-size: 36px;
}

.cta-card h3 {
  font-size: 22px;
}

.cta-card p {
  font-size: 15px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  width: 100%;
  min-width: unset;
  padding: 14px;
  font-size: 16px;
}

.dot-1,
.dot-2,
.dot-3 {
  display: none;
}
.cta-overlay {
  background: linear-gradient(
  135deg,
  rgb(8, 103, 52) 0%,
  rgba(54, 39, 131, 0) 10%,
  rgba(54, 39, 131, 0.87) 100%
  );
}

/* ================= CONTACTO ================= */

.contacto-section {
  padding: 60px 16px;
}

.contacto-sub {
  font-size: 15px;
  margin-bottom: 32px;
}

.contacto-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.form-box,
.mapa-box,
.contacto-card.small {
  padding: 22px;
  border-radius: 24px;
}

.contacto-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mapa-wrap iframe {
  height: 240px;
}

.contacto-form input,
.contacto-form textarea {
  padding: 15px 16px;
  font-size: 15px;
}

.contacto-form textarea {
  min-height: 130px;
}

.contacto-btn {
  width: 100%;
  font-size: 16px;
  padding: 15px;
}

.mapa-box h3,
.contacto-card.small h3 {
  font-size: 20px;
}

.contacto-redes a {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.contacto-redes svg {
  width: 32px;
  height: 32px;
}

.contacto-gear {
  display: none;
}

/* ================= FOOTER ================= */

.footer {
  padding: 50px 20px 20px;
}

.footer-container {
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: center;
}

.footer-col:first-child {
  grid-column: auto;
}

.footer-logo {
  width: 160px;
  margin: 0 auto 16px;
}

.footer-social {
  justify-content: center;
}

.footer-col ul a:hover {
  padding-left: 0;
}

.footer-bottom {
  margin-top: 34px;
  font-size: 13px;
}

}