@font-face {
    font-family: 'Poltawski Nowy Bold';
    src: url('../fonts/PoltawskiNowy-Bold.eot');
    src: url('../fonts/PoltawskiNowy-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PoltawskiNowy-Bold.woff2') format('woff2'),
         url('../fonts/PoltawskiNowy-Bold.woff') format('woff'),
         url('../fonts/PoltawskiNowy-Bold.ttf')  format('truetype'),
         url('../fonts/PoltawskiNowy-Bold.svg#Poltawski Nowy') format('svg');
}

@font-face {
    font-family: 'Poltawski Nowy Regular';
    src: url('../fonts/PoltawskiNowy-Regular.eot');
    src: url('../fonts/PoltawskiNowy-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PoltawskiNowy-Regular.woff2') format('woff2'),
         url('../fonts/PoltawskiNowy-Regular.woff') format('woff'),
         url('../fonts/PoltawskiNowy-Regular.ttf')  format('truetype'),
         url('../fonts/PoltawskiNowy-Regular.svg#Poltawski Nowy') format('svg');
}

:root {
  --brand-blue: #203968;
  --brand-blue-2: #2d4f87;
  --brand-green: #74804d;
  --brand-green-dark: #5d683d;
  --brand-gold: #d8a12f;
  --brand-copper: #c77d4f;
  --brand-cream: #f7f3eb;
  --brand-ink: #1f2834;
  --muted: #667085;
  --surface: #ffffff;
  --line: rgba(32, 57, 104, .12);
  --shadow-sm: 0 8px 24px rgba(26, 43, 70, .08);
  --shadow-md: 0 18px 50px rgba(26, 43, 70, .14);
  --radius: 20px;
  --radius-sm: 14px;
  --container-pad: clamp(1rem, 3vw, 2rem);

  /* Sustituye estas dos variables por tus fuentes finales */
  --font-title: 'Poltawski Nowy Bold', Georgia, "Times New Roman", serif;
  --font-body: "Poppins", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brand-ink);
  background: #fff;
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
}
body.modal-open-custom { overflow: hidden; }

img { max-width: 100%; height: auto; }

.titulo {
  font-family: var(--font-title);
  color: var(--brand-blue);
  line-height: 1.06;
  letter-spacing: -.025em;
}
.subtitulo {
  font-family: var(--font-body);
  color: var(--muted);
  line-height: 1.55;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a { text-underline-offset: .18em; }
:focus-visible { outline: 3px solid var(--brand-gold); outline-offset: 3px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -100px;
  z-index: 99999;
  padding: .75rem 1rem;
  border-radius: .5rem;
  background: #fff;
  color: var(--brand-blue);
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 1rem; }

.site-header {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.navbar { min-height: 84px; }
.navbar-brand img {max-height: 78px;width: auto;}
.nav-link {
  color: #2f3033;
  font-size: .94rem;
  font-weight: 500;
  padding: .75rem .7rem !important;
}
.nav-link:hover, .nav-link.active { color: var(--brand-blue); }
.nav-link.active::after {
  content:"";
  display:block;
  width: 28px;
  height: 2px;
  margin-top: 6px;
  background: var(--brand-gold);
}
.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}

.btn {
  border-radius: 12px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-brand {
  color: #fff;
  background: var(--brand-green);
  border-color: var(--brand-green);
  box-shadow: 0 8px 22px rgba(116,128,77,.22);
}
.btn-brand:hover, .btn-brand:focus {
  color: #fff;
  background: var(--brand-green-dark);
  border-color: var(--brand-green-dark);
}
.btn-outline-brand {
  color: var(--brand-blue);
  background: #fff;
  border: 1px solid rgba(32,57,104,.5);
}
.btn-outline-brand:hover {
  color: #fff;
  background: var(--brand-blue);
  border-color: var(--brand-blue);
}

.hero-section {
  position: relative;
  min-height: clamp(620px, 72vh, 780px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--brand-cream);
}
.hero-media, .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media img { object-fit: cover; object-position: center; }
.hero-overlay {
  position:absolute;
  inset:0;
  opacity: 0.3;
  background:
    linear-gradient(90deg, rgba(249,246,239,.98) 0%, rgba(249,246,239,.88) 33%, rgba(249,246,239,.16) 66%, rgba(0,0,0,.06) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.hero-copy { width: min(100%, 585px); }
.eyebrow {
  color: var(--brand-green-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-copy h1 { font-size: clamp(3.1rem, 6vw, 5.5rem); }
.hero-copy h1 strong { font-weight: 700; }
.hero-facts { margin: 1.5rem 0; display:grid; gap:.7rem; font-size:1.1rem; }
.hero-facts li { display:flex; gap:.8rem; align-items:flex-start; }
.hero-facts i { width: 22px; margin-top:.2rem; color:var(--brand-blue); }
.hero-text { max-width: 520px; font-size:1.04rem; line-height:1.75; }
.ornament-line { display:flex; align-items:center; width:min(290px,70%); gap:.5rem; margin:1.2rem 0; }
.ornament-line span { height:1px; flex:1; background:var(--brand-blue); }
.ornament-line i { width:9px; height:9px; border-radius:50%; background:var(--brand-gold); box-shadow:15px 0 0 var(--brand-green), -15px 0 0 var(--brand-blue); }
.anchor{ position: absolute; top: 0; left: 0; width: 0; height: 0}
.section-block { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-heading { max-width: 760px; margin: 0 auto 2.2rem; }
.section-heading .titulo { font-size: clamp(2.35rem, 4vw, 3.4rem); }
.section-heading .subtitulo { font-size: 1.05rem; }

.program-section {
  background:
    radial-gradient(circle at 10% 15%, rgba(216,161,47,.06), transparent 20%),
    linear-gradient(#fff,#fff);
}
.date-tabs {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  max-width: 1040px;
  margin: 0 auto 2.2rem;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  box-shadow: var(--shadow-sm);
}
.date-tab {
  border:0;
  border-right:1px solid var(--line);
  background:#fff;
  color:var(--brand-ink);
  padding:1rem;
  font-weight:700;
}
.date-tab:last-child { border-right:0; }
.date-tab.active {
  background:var(--brand-blue);
  color:#fff;
}
.date-tab--general { color: var(--brand-gold, #c8962e); }
.date-tab--general.active { background: var(--brand-gold, #c8962e); color:#fff; }
.schedule-head, .schedule-row {
  display:grid;
  grid-template-columns: 150px minmax(230px,1.2fr) minmax(320px,1.6fr) 155px 130px;
  align-items:stretch;
}
.schedule-head {
  padding:.9rem 1rem;
  color:#fff;
  background:var(--brand-blue);
  border-radius:14px 14px 0 0;
  font-size:.84rem;
  font-weight:800;
}
.schedule-row {
  --committee-color: var(--brand-green);
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-top:0;
  box-shadow:0 6px 18px rgba(26,43,70,.035);
}
.schedule-row.activity-en-curso {
  background-color: #b8e0c8 !important;
  border-left: 5px solid #166534 !important;
  box-shadow: 0 6px 20px rgba(22, 101, 52, 0.22) !important;
}
.schedule-row.activity-en-curso .activity-title {
  color: #0d4624 !important;
  font-weight: 800;
}
.schedule-row::before {
  content:"";
  position:absolute;
  left: -11px;
  top:0;
  bottom:0;
  width: 10px;
  background:var(--committee-color);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.schedule-cell {
  min-width: unset;
  padding: 1.3rem 8px;
  display:flex;
  align-items:center;
  border-right:1px solid rgba(32,57,104,.08);
}
.schedule-cell:last-child { border-right:0; }
.schedule-time {font-variant-numeric: tabular-nums; white-space: nowrap; max-width: 160px;}
.schedule-room {max-width: 135px;}
.schedule-activity {max-width: 470px;}
.schedule-committee {max-width: 360px;}
.committee-wrap { display:flex; gap:.8rem; align-items:center; }
.committee-icon {
  width:42px; height:42px; flex:0 0 42px; display:grid; place-items:center;
  color:#fff; background:var(--committee-color); border-radius:50%;
}
.activity-title { font-weight:800; color:#26364f; line-height:1.3; }
.activity-summary { color:var(--muted); font-size:.84rem; line-height:1.45; margin:.3rem 0 0; }
.room-pill {
  display:inline-flex; align-items:center; gap:.4rem; padding:.55rem .75rem; border-radius:999px;
  background:rgba(116,128,77,.12); color:var(--brand-green-dark); font-weight:800; white-space:nowrap;
}

.committee-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.committee-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}


/* =========================================================
   CONVENIOS HOTELEROS
========================================================= */

.hotel-agreements-section {

  position: relative;
  padding:
    clamp(4rem, 8vw, 7rem) 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(216, 161, 47, 0.07),
      transparent 24%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(116, 128, 77, 0.07),
      transparent 22%
    ),
    #ffffff;
}


.hotel-agreements-heading {
  max-width: 720px;
  margin-bottom: 3rem;
}


.hotel-agreements-heading .titulo {
  font-size:
    clamp(2.5rem, 4vw, 3.6rem);
}


/* =========================================================
   GRID DE HOTELES
========================================================= */

.hotel-logos-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 1.2rem;
}


.hotel-validity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;

  margin:
    -1rem 0 3rem;

  padding:
    1rem 1.2rem;

  border-left:
    3px solid
    var(--brand-gold, #d8a12f);

  background:
    rgba(216, 161, 47, 0.07);

  border-radius:
    0 12px 12px 0;
}

.hotel-validity p {
  display: flex;
  align-items: center;
  gap: 0.55rem;

  margin: 0;

  color: #465269;

  font-size: 0.88rem;
  font-weight: 600;
}

.hotel-validity i {
  color:
    var(--brand-green, #74804d);
}



/* =========================================================
   CARD DEL LOGO
========================================================= */

.hotel-logo-card {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 220px;

  padding: 2rem 1.5rem 1.4rem;

  overflow: hidden;

  border:
    1px solid rgba(32, 57, 104, 0.11);

  border-radius: 20px;

  color:
    var(--brand-blue, #203968);

  background: #ffffff;

  box-shadow:
    0 12px 35px rgba(26, 43, 70, 0.07);

  cursor: pointer;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}


.hotel-logo-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    var(--brand-gold, #d8a12f);

  transform: scaleX(0);

  transform-origin: left;

  transition:
    transform 0.3s ease;
}


.hotel-logo-card:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(32, 57, 104, 0.2);

  box-shadow:
    0 20px 45px rgba(26, 43, 70, 0.12);
}


.hotel-logo-card:hover::before {
  transform:
    scaleX(1);
}


/* Logo */

.hotel-logo-card picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
}


.hotel-logo-card img {
  width: auto;
  max-width: 220px;
  max-height: 120px;
  object-fit: contain;
  transition:
    transform 0.3s ease;
}


.hotel-logo-card:hover img {
  transform:
    scale(1.04);
}


/* CTA inferior */

.hotel-logo-action {
  display: inline-flex;

  align-items: center;

  gap: 0.45rem;

  margin-top: auto;
  padding-top: 1rem;

  color:
    var(--brand-blue, #203968);

  font-size: 0.84rem;

  font-weight: 800;

  letter-spacing: 0.02em;
}


.hotel-logo-action i {
  transition:
    transform 0.2s ease;
}


.hotel-logo-card:hover
.hotel-logo-action i {
  transform:
    translateX(4px);
}


/* =========================================================
   POPUP HOTEL
========================================================= */

.hotel-modal {
  position: fixed;

  inset: 0;

  z-index: 10050;

  display: grid;

  place-items: center;

  padding:
    clamp(0.75rem, 3vw, 2rem);

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}


.hotel-modal.is-open {
  opacity: 1;

  visibility: visible;

  pointer-events: auto;
}


/* =========================================================
   BACKDROP CRISTAL
========================================================= */

.hotel-modal-backdrop {
  position: absolute;

  inset: 0;

  background:
    rgba(14, 25, 44, 0.58);

  backdrop-filter:
    blur(18px)
    saturate(125%);

  -webkit-backdrop-filter:
    blur(18px)
    saturate(125%);
}


/* =========================================================
   PANEL
========================================================= */

.hotel-modal-panel {
  position: relative;

  z-index: 2;

  width:
    min(1180px, 100%);

  max-height:
    calc(100vh - 4rem);

  overflow: hidden;

  border:
    1px solid rgba(255, 255, 255, 0.6);

  border-radius: 28px;

  background:
    rgba(255, 255, 255, 0.94);

  box-shadow:
    0 35px 100px rgba(5, 14, 28, 0.35);

  transform:
    translateY(18px)
    scale(0.985);

  transition:
    transform 0.3s ease;
}


.hotel-modal.is-open
.hotel-modal-panel {
  transform:
    translateY(0)
    scale(1);
}


.hotel-modal-scroll {
  max-height:
    calc(100vh - 4rem);

  overflow-y: auto;

  overscroll-behavior: contain;

  padding:
    clamp(1.5rem, 4vw, 3.4rem);
}


/* =========================================================
   CERRAR
========================================================= */

.hotel-modal-close {
  position: absolute;

  z-index: 10;

  top: 1rem;
  right: 1rem;

  display: grid;

  place-items: center;

  width: 46px;
  height: 46px;

  border: 0;

  border-radius: 50%;

  color:
    var(--brand-blue, #203968);

  background:
    rgba(32, 57, 104, 0.08);

  font-size: 1.25rem;

  cursor: pointer;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}


.hotel-modal-close:hover {
  color: #ffffff;

  background:
    var(--brand-blue, #203968);

  transform:
    rotate(5deg);
}


/* =========================================================
   CABECERA MODAL
========================================================= */

.hotel-modal-header {
  display: grid;

  grid-template-columns:
    180px
    minmax(0, 1fr);

  gap: 2rem;

  align-items: center;

  padding-right: 4rem;
  padding-bottom: 2rem;

  border-bottom:
    1px solid rgba(32, 57, 104, 0.1);
}


.hotel-modal-logo {
  display: flex;

  align-items: center;
  justify-content: center;

  min-height: 130px;

  padding: 1.2rem;

  border:
    1px solid rgba(32, 57, 104, 0.09);

  border-radius: 16px;

  background: #ffffff;
}


.hotel-modal-logo img {
  max-width: 145px;
  max-height: 85px;

  object-fit: contain;
}


.hotel-modal-title {
  margin-bottom: 0.7rem;

  font-size:
    clamp(2rem, 4vw, 3.4rem);
}


.hotel-modal-description {
  max-width: 700px;

  margin: 0;

  line-height: 1.7;
}


/* =========================================================
   INFORMACIÓN GENERAL
========================================================= */

.hotel-general-info {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 1rem;

  margin: 2rem 0 3rem;
}


.hotel-general-info-item {
  display: flex;

  align-items: flex-start;

  gap: 0.9rem;

  padding: 1rem;

  border-radius: 14px;

  background:
    rgba(32, 57, 104, 0.045);
}


.hotel-general-info-item > i {
  display: grid;

  place-items: center;

  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  border-radius: 50%;

  color: #ffffff;

  background:
    var(--brand-green, #74804d);
}


.hotel-general-info-item span {
  display: block;

  margin-bottom: 0.2rem;

  color:
    var(--brand-green-dark, #5d683d);

  font-size: 0.7rem;

  font-weight: 800;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.hotel-general-info-item p {
  margin: 0;

  color: #465269;

  font-size: 0.9rem;

  line-height: 1.45;
}


/* =========================================================
   HABITACIONES
========================================================= */

.hotel-rooms-heading {
  margin-bottom: 1.5rem;
}


.hotel-rooms-heading .titulo {
  margin-bottom: 0;

  font-size:
    clamp(1.8rem, 3vw, 2.5rem);
}


.hotel-rooms-list {
  display: grid;

  gap: 1.25rem;
}


/* =========================================================
   HABITACIÓN INDIVIDUAL
========================================================= */

.hotel-room {
  display: grid;

  grid-template-columns:
    minmax(300px, 0.85fr)
    minmax(0, 1.15fr);

  overflow: hidden;

  border:
    1px solid rgba(32, 57, 104, 0.1);

  border-radius: 20px;

  background: #ffffff;

  box-shadow:
    0 10px 30px rgba(26, 43, 70, 0.06);
}


/* Imagen */

.hotel-room-media {
  position: relative;

  min-height: 280px;

  overflow: hidden;

  background: #e8e8e8;
}


.hotel-room-media picture,
.hotel-room-media img {
  width: 100%;
  height: 100%;
}


.hotel-room-media img {
  position: absolute;

  inset: 0;

  display: block;

  object-fit: cover;

  transition:
    transform 0.5s ease;
}


.hotel-room:hover
.hotel-room-media img {
  transform:
    scale(1.025);
}


/* Información */

.hotel-room-content {
  display: flex;

  flex-direction: column;

  justify-content: center;

  padding:
    clamp(1.3rem, 3vw, 2.2rem);
}


.hotel-room-top {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  gap: 1rem;

  margin-bottom: 1rem;
}


.hotel-room-name {
  margin: 0;

  color:
    var(--brand-blue, #203968);

  font-size:
    clamp(1.25rem, 2vw, 1.6rem);

  font-weight: 800;
}


.hotel-room-price {
  flex-shrink: 0;

  text-align: right;
}


.hotel-room-price strong {
  display: block;

  color:
    var(--brand-green-dark, #5d683d);

  font-size: 1.35rem;

  line-height: 1.1;
}


.hotel-room-price span {
  color: #7a8495;

  font-size: 0.75rem;
}


/* Características */

.hotel-room-features {
  display: flex;

  flex-wrap: wrap;

  gap: 0.55rem;

  margin: 0 0 1rem;

  padding: 0;

  list-style: none;
}


.hotel-room-features li {
  display: inline-flex;

  align-items: center;

  gap: 0.4rem;

  padding:
    0.45rem 0.65rem;

  border-radius: 999px;

  color: #465269;

  background:
    rgba(32, 57, 104, 0.055);

  font-size: 0.79rem;
}


.hotel-room-features i {
  color:
    var(--brand-green, #74804d);
}


.hotel-room-description {
  margin: 0;

  color: #667085;

  font-size: 0.9rem;

  line-height: 1.65;
}


/* =========================================================
   FOOTER MODAL
========================================================= */

.hotel-modal-footer {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 2rem;

  margin-top: 2rem;

  padding-top: 2rem;


  border-top:
    1px solid rgba(32, 57, 104, 0.1);
}


.hotel-modal-footer p {
  max-width: 650px;

  margin: 0;

  color: #7a8495;

  font-size: 0.8rem;

  line-height: 1.55;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

  .hotel-logos-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .hotel-general-info {
    grid-template-columns: 1fr;
  }


  .hotel-room {
    grid-template-columns:
      minmax(240px, 0.8fr)
      minmax(0, 1.2fr);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

  .hotel-logos-grid {
    grid-template-columns: 1fr;
  }


  .hotel-logo-card {
    min-height: 180px;
  }


  .hotel-modal {
    padding: 0;
  }


  .hotel-modal-panel {
    width: 100%;
    max-height: 100vh;

    border-radius: 0;
  }


  .hotel-modal-scroll {
    max-height: 100vh;

    padding:
      1.3rem;
  }


  .hotel-modal-header {
    grid-template-columns: 1fr;

    gap: 1.2rem;

    padding-top: 3.5rem;
    padding-right: 0;
  }


  .hotel-modal-logo {
    width: 150px;

    min-height: 100px;
  }


  .hotel-room {
    grid-template-columns: 1fr;
  }


  .hotel-room-media {
    min-height: 250px;
  }


  .hotel-room-top {
    flex-direction: column;
  }


  .hotel-room-price {
    text-align: left;
  }


  .hotel-modal-footer {
    flex-direction: column;

    align-items: stretch;
  }


  .hotel-modal-footer .btn {
    width: 100%;
  }

}
/* =========================================================
   SEDE DEL EVENTO
========================================================= */

.venue-section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0;
  overflow: hidden;
  background: var(--brand-cream);
}

.venue-card {
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(0, 0.92fr);

  min-height: 560px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(32, 57, 104, 0.1);
  border-radius: 26px;

  box-shadow:
    0 24px 70px rgba(26, 43, 70, 0.12);
}


/* =========================
   IMAGEN
========================= */

.venue-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.venue-media::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(32, 57, 104, 0.08),
      transparent 40%
    );

  pointer-events: none;
}

.venue-media picture,
.venue-media img {
  display: block;

  width: 100%;
  height: 100%;
}

.venue-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: left center;
  transition:
    transform 0.7s ease;
}

.venue-card:hover .venue-media img {
  transform: scale(1.025);
}


/* =========================
   CONTENIDO
========================= */

.venue-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding:
    clamp(2rem, 5vw, 4.5rem);
}

.venue-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;

  margin: 0 0 1rem;

  color: var(--brand-green-dark, #5d683d);

  font-size: 0.76rem;
  font-weight: 800;

  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.venue-eyebrow i {
  color: var(--brand-gold, #d8a12f);
}

.venue-title {
  max-width: 620px;

  margin-bottom: 0;

  font-size:
    clamp(2.2rem, 4vw, 3.5rem);

  color:
    var(--brand-blue, #203968);
}


/* =========================
   DIVISOR
========================= */

.venue-divider {
  position: relative;

  width: 125px;
  height: 2px;

  margin: 1.5rem 0 1.7rem;

  background:
    var(--brand-blue, #203968);
}

.venue-divider::after {
  content: "";

  position: absolute;

  top: 50%;
  right: -13px;

  width: 9px;
  height: 9px;

  border-radius: 50%;

  background:
    var(--brand-gold, #d8a12f);

  transform:
    translateY(-50%);
}


/* =========================
   TEXTO
========================= */

.venue-description {
  max-width: 650px;

  margin-bottom: 1.8rem;

  font-size: 1rem;
  line-height: 1.8;
}


/* =========================
   DIRECCIÓN
========================= */

.venue-address {
  display: flex;
  align-items: flex-start;
  gap: 1rem;

  margin-bottom: 2rem;

  padding: 1rem 1.2rem;

  background:
    rgba(32, 57, 104, 0.045);

  border:
    1px solid
    rgba(32, 57, 104, 0.08);

  border-radius: 14px;
}

.venue-address-icon {
  display: grid;
  place-items: center;

  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  color: #ffffff;

  background:
    var(--brand-blue, #203968);
}

.venue-address-label {
  display: block;

  margin-bottom: 0.25rem;

  color:
    var(--brand-green-dark, #5d683d);

  font-size: 0.72rem;
  font-weight: 800;

  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.venue-address p {
  margin: 0;

  color: #465269;

  font-size: 0.94rem;
  line-height: 1.55;
}


/* =========================
   BOTONES
========================= */

.venue-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
}

.venue-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.venue-info-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;

  color:
    var(--brand-blue, #203968);

  font-size: 0.9rem;
  font-weight: 700;

  text-decoration: none;
}

.venue-info-link::after {
  content: "";

  position: absolute;
}

.venue-info-link:hover {
  color:
    var(--brand-green-dark, #5d683d);

  text-decoration: underline;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

  .venue-card {
    grid-template-columns: 1fr;
  }

  .venue-media {
    min-height: 430px;
  }

  .venue-media img {
    position: absolute;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

  .venue-section {
    padding: 3.5rem 0;
  }

  .venue-card {
    border-radius: 20px;
  }

  .venue-media {
    min-height: 300px;
  }

  .venue-content {
    padding: 1.7rem;
  }

  .venue-title {
    font-size:
      clamp(2rem, 10vw, 2.8rem);
  }

  .venue-description {
    font-size: 0.95rem;
  }

  .venue-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .venue-actions .btn {
    width: 100%;

    justify-content: center;
  }

  .venue-info-link {
    justify-content: center;

    padding: 0.4rem;
  }

}


/* =========================================================
   MOBILE PEQUEÑO
========================================================= */

@media (max-width: 480px) {

  .venue-media {
    min-height: 250px;
  }

  .venue-address {
    padding: 0.9rem;
  }

  .venue-address-icon {
    flex-basis: 38px;

    width: 38px;
    height: 38px;
  }

}







.rooms-section { background:var(--brand-cream); }
.rooms-current-date { color:var(--brand-blue); font-weight:800; }
.rooms-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.room-card {
  --room-accent:#3f7659;
  position:relative;
  min-height:320px;
  overflow:hidden;
  border-radius:var(--radius);
  background:#273047;
  box-shadow:var(--shadow-sm);
}
.room-card picture, .room-card picture img {
  position:absolute; inset:0; width:100%; height:100%;
}
.room-card img { object-fit:cover; transition:transform .5s ease; }
.room-card:hover img { transform:scale(1.035); }
.room-card::after {
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(11,18,32,.88));
}
.room-card__content {
  position:relative; z-index:2; height:100%; min-height:320px;
  display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-start;
  padding:1.3rem; color:#fff;
}
.room-card__content h3 { font-size:1.28rem; font-weight:800; }
.room-card__committee { min-height:3rem; opacity:.9; }
.room-card .btn { width:100%; background:var(--room-accent); border-color:var(--room-accent); color:#fff; }
.room-card.is-disabled .btn { pointer-events:none; opacity:.55; }

.registration-section { background:linear-gradient(135deg,#f7f3eb,#fff); }
.registration-section {
  position: relative;
  overflow: hidden;
}
.registration-wrap {
  display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:clamp(2rem,5vw,5rem);
  align-items:start;
}
.registration-copy .titulo { font-size:clamp(2.3rem,4vw,3.4rem); }
.check-list { list-style:none; padding:0; display:grid; gap:.7rem; }
.check-list li { display:flex; gap:.65rem; }
.check-list i { color:var(--brand-green); margin-top:.2rem; }

.registration-button {
  height: 100%;
}

.registration-button .btn {
  font-size: 1.25rem;
  font-weight: 600;
}

.registration-form {
  padding:clamp(1.3rem,4vw,2.4rem);
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow-sm);
}
.form-control, .form-select {
  min-height:50px; border-radius:10px; border-color:#d6dbe4;
}
.form-control:focus, .form-select:focus {
  border-color:var(--brand-blue-2); box-shadow:0 0 0 .2rem rgba(45,79,135,.12);
}



/* Picture que funciona como background */
.registration-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
    opacity: 0.2
}

.registration-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}

/* Mantiene todo tu contenido por encima del background */
.registration-section > .container-xxl {
  position: relative;
  z-index: 1;
}

.site-footer { background:#fafafa; }
.footer-main {
  display:grid;
  grid-template-columns: 100px 1fr 1.2fr;
  gap:2rem;
  align-items:center;
  padding:3rem 0;
}
.footer-copy { padding:0 2rem; border-left:1px solid var(--line); border-right:1px solid var(--line); }
.footer-copy h2 { color:var(--brand-blue); font-weight:800; }
.footer-logos { display:grid; gap:1rem; }
.partner-logos {display:flex;flex-wrap:wrap;gap:2rem;align-items:center;mix-blend-mode: darken;}
.footer-bottom { background:var(--brand-blue); color:#fff; padding:1rem 0; font-size:.84rem; }
.social-links { display:flex; gap:.55rem; }
.social-links a {
  width:34px;height:34px;display:grid;place-items:center;border-radius:50%;
  color:#fff;text-decoration:none;background:rgba(255,255,255,.08);
}
.social-links a:hover { background:rgba(255,255,255,.18); }

/* MODAL GLASS */


.activity-modal {
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:clamp(.75rem,3vw,2rem);
  visibility:hidden;
  opacity:0;
  transition:opacity .25s ease, visibility .25s ease;
}
.imgCom span img {
   border-radius: 8px;
   max-width: 62px;
}

.activity-modal.is-open { visibility:visible; opacity:1; }
.activity-modal__backdrop {
  position:absolute; inset:0;
  background:rgba(14,25,44,.55);
  backdrop-filter:blur(18px) saturate(120%);
}
.activity-modal__panel {
  position:relative;
  width:min(1120px,100%);
  max-height:min(90vh,900px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.55);
  border-radius:28px;
  background:rgba(255,255,255,.9);
  box-shadow:0 30px 90px rgba(5,14,28,.35);
}
.modal-scroll { max-height:min(90vh,900px); overflow:auto; padding:clamp(1.3rem,4vw,3.2rem); }
.modal-close {
  position:absolute; top:1rem; right:1rem; z-index:3;
  width:44px;height:44px;border:0;border-radius:50%;
  background:rgba(32,57,104,.1);color:var(--brand-blue);font-size:1.2rem;
}
.modal-topline {display:flex;gap:.6rem;flex-wrap:wrap;padding-right:4rem;margin-bottom: 0.5rem;}
.modal-committee-badge {
  display:inline-flex;align-items:center;padding:.55rem .75rem;border-radius:999px;
  background:var(--brand-blue);color:#fff;font-size:.8rem;font-weight:800;
}
.activity-modal .titulo { font-size:clamp(2rem,5vw,3.7rem); max-width:900px; }
.modal-meta { display:flex; flex-wrap:wrap; gap:1.2rem; margin:1.2rem 0 1.5rem; color:var(--brand-blue); font-weight:700; }
.modal-meta span { display:flex; gap:.5rem; align-items:center; }
.modal-description { max-width:920px; line-height:1.8; color:#465269; }
.speakers-section { margin-top:2rem; padding-top:2rem; border-top:1px solid var(--line); }

.speakers-slider { margin:0 -.5rem; }
.speaker-slide { padding:.5rem; }
.speaker-card {
  height:100%;
  min-height:190px;
  padding:1.3rem;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.9);
  box-shadow:0 8px 22px rgba(26,43,70,.06);
}
.speaker-avatar {
  width:54px;height:54px;display:grid;place-items:center;border-radius:50%;
  background:var(--brand-cream);color:var(--brand-blue);font-size:1.25rem;margin-bottom:1rem;
}
.speaker-name { font-weight:800; color:var(--brand-blue); }
.speaker-role { color:var(--muted); font-size:.9rem; line-height:1.45; }
.slider-controls { display:flex; gap:.5rem; }
.slider-controls button {
  width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--brand-blue);
}
.slick-dots { bottom:-30px; }
.slick-dots li button:before { color:var(--brand-blue); }
.slick-track { display:flex !important; }
.slick-slide { height:inherit !important; }

.empty-state {
  padding:2rem;text-align:center;border:1px dashed rgba(32,57,104,.25);border-radius:16px;color:var(--muted);
}







/**FORM**/




.registration-form .form-section {
  border: 0;
  padding: 0;
  margin: 0;
}

.registration-form .form-label,
.registration-form legend {
  font-weight: 600;
}

.registration-form .form-control,
.registration-form .form-select {
  min-height: 50px;
  border-radius: 10px;
}

.registration-form .country-select {
  display: block;
  width: 100%;
}

.registration-form .country-select .country-list {
  z-index: 1050;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-height: 220px;
}

.registration-form .country-select .flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/country-select-js/2.1.1/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .registration-form .country-select .flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/country-select-js/2.1.1/img/flags@2x.png");
  }
}

.registration-form .option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 20px;
}

.registration-form .option-grid .form-check {
  margin: 0;
  min-height: 24px;
}

.registration-form .room-options,
.registration-form .committee-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.registration-form .room-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  padding: 15px 16px;

  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;

  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.registration-form .room-option:hover {
  border-color: var(--bs-primary);
  transform: translateY(-1px);
}

.registration-form .room-option .form-check-input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.registration-form .room-option span {
  display: flex;
  gap: 8px;

  font-size: 0.92rem;
  line-height: 1.4;
}

.registration-form .room-option strong {
  flex: 0 0 auto;
  opacity: 0.55;
}

.registration-form .room-option:has(.form-check-input:checked) {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.06);
}

.registration-form .modality-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.registration-form .modality-option {
  position: relative;
  cursor: pointer;
}

.registration-form .modality-option .form-check-input {
  position: absolute;
  top: 18px;
  right: 18px;
  margin: 0;
}

.registration-form .modality-option > span {
  display: flex;
  align-items: center;
  gap: 10px;

  min-height: 70px;
  padding: 18px;

  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;

  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.registration-form .modality-option i {
  font-size: 1.2rem;
}

.registration-form
.modality-option
.form-check-input:checked
+ span {
  border-color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.06);
}

.registration-form .privacy-check {
  padding: 18px 18px 18px 42px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.025);
}

@media (max-width: 991.98px) {
  .registration-form .option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .registration-form .room-options,
  .registration-form .modality-options {
    grid-template-columns: 1fr;
  }

  .registration-form .option-grid {
    grid-template-columns: 1fr;
  }
}














@media (max-width: 1199.98px) {
  .navbar-collapse { padding:1rem 0 1.2rem; }
  .nav-link.active::after { display:none; }
  .rooms-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 991.98px) {
  .hero-section { min-height:680px; }
  .hero-overlay {
    background:linear-gradient(90deg,rgba(249,246,239,.98),rgba(249,246,239,.90) 48%,rgba(249,246,239,.4));
  }
  .schedule-row { grid-template-columns:1fr 1fr; padding:1rem; gap:.85rem 1rem; }
  .schedule-cell { padding:0; border:0; align-items:flex-start; }
  .schedule-cell::before {
    display:block; margin-bottom:.25rem; color:var(--muted); font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em;
  }
  .schedule-time::before { content:"Horario"; }
  .schedule-committee::before { content:"ComitÃ©"; }
  .schedule-activity { grid-column:1/-1; }
  .schedule-activity::before { content:"Actividad"; }
  .schedule-room::before { content:"Sala virtual"; }
  .schedule-action::before { content:"Acciones"; }
  .schedule-cell { flex-direction:column; }
  .technical-card { flex-direction:column; align-items:flex-start; }
  .registration-wrap { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-logos { grid-column:1/-1; }
  .footer-copy { border-right:0; }
}

@media (max-width: 767.98px) {
  .hero-section { min-height:720px; }
  .hero-media img { object-position:center; }
  .hero-overlay { background:linear-gradient(180deg,rgba(249,246,239,.93) 0%,rgba(249,246,239,.92) 56%,rgba(249,246,239,.75) 100%); }
  .hero-content { align-items:flex-end; padding-bottom:3rem; }
  .hero-copy h1 { font-size:clamp(2.8rem,14vw,4.4rem); }
  .date-tabs { grid-template-columns:1fr; }
  .date-tab { border-right:0; border-bottom:1px solid var(--line); }
  .date-tab:last-child { border-bottom:0; }
  .rooms-grid { grid-template-columns:1fr; }
  .room-card, .room-card__content { min-height:270px; }
  .footer-main { grid-template-columns:1fr; text-align:center; }
  .footer-copy { padding:1.5rem 0; border-left:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
  .partner-logos { justify-content:center; }
  .schedule-row { grid-template-columns:1fr; }
  .schedule-activity { grid-column:auto; }
  .activity-modal { padding:0; place-items:stretch; }
  .activity-modal__panel { width:100%; max-height:100vh; border-radius:0; }
  .modal-scroll { max-height:100vh; padding:1.2rem; }
  .modal-close { top:.75rem; right:.75rem; }
}

@media (max-width: 480px) {
  .schedule-row { padding:1rem .9rem 1rem 1.1rem; }
  .hero-copy .btn { width:100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}

/* =============================================================================
 * BOTÓN Y MODAL DE CHECK-IN EN SALA (34ª REUNIÓN ANUAL CONASA)
 * ============================================================================= */
.btn-checkin-action {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #ffffff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 6px rgba(32, 57, 104, 0.25);
  transition: all 0.2s ease;
}
.btn-checkin-action:hover {
  background: #182c52;
  border-color: #182c52;
  color: #ffffff;
  transform: translateY(-1px);
}
.checkin-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
}
.checkin-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 32, 0.82);
  backdrop-filter: blur(8px);
}
.checkin-modal__card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  background: linear-gradient(145deg, #101d36 0%, #203968 100%);
  border: 1px solid rgba(216, 161, 47, 0.35);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  color: #ffffff;
  padding: 2.2rem 1.8rem;
  text-align: center;
  animation: checkinScaleUp 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes checkinScaleUp {
  from { opacity: 0; transform: scale(0.92) translateY(12px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.checkin-icon-circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  border: 3px solid #22c55e;
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.checkin-badge-confirmed {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(216, 161, 47, 0.18);
  border: 1px solid rgba(216, 161, 47, 0.4);
  color: #D8A12F;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.checkin-attendee-name {
  font-family: var(--font-title);
  font-size: 1.85rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.checkin-attendee-id {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 1.35rem;
}
.checkin-info-box {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 1.1rem;
  text-align: left;
  margin-bottom: 1.35rem;
}
.checkin-zoom-btn {
  background: linear-gradient(135deg, #D8A12F 0%, #b8831b 100%);
  color: #101d36 !important;
  font-weight: 700;
  border-radius: 12px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(216, 161, 47, 0.35);
  transition: all 0.2s ease;
  width: 100%;
}
.checkin-zoom-btn:hover {
  background: linear-gradient(135deg, #e4af3d 0%, #c48f27 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(216, 161, 47, 0.45);
}

/* =============================================================================
 * PARTICIPANTES DE SESIÓN: PONENTES, COORDINADORES, MODERADORES Y RELATORES
 * ============================================================================= */
.participants-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.participant-role-group {
  border: 1px solid rgba(32, 57, 104, 0.1);
  border-radius: 16px;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(26, 43, 70, 0.04);
}

.participant-group-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 0.85rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(32, 57, 104, 0.08);
}

.participant-group-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: #fff;
}

.participant-group-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-blue);
  margin: 0;
}

.participant-badge-role {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.participant-role-coordinador .participant-group-icon {
  background: #5C0294;
}
.participant-role-moderador .participant-group-icon {
  background: #018ADB;
}
.participant-role-relator .participant-group-icon {
  background: #049C2F;
}
.participant-role-ponente .participant-group-icon {
  background: var(--brand-blue);
}

.participant-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.participant-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(32, 57, 104, 0.03);
  border: 1px solid rgba(32, 57, 104, 0.08);
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.participant-card:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(26, 43, 70, 0.08);
}

.participant-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(32, 57, 104, 0.08);
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.participant-card-body {
  flex: 1;
  min-width: 0;
}

.participant-card-name {
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--brand-ink);
  margin-bottom: 2px;
  line-height: 1.25;
}

.participant-card-role {
  font-size: 0.8rem;
  color: #667085;
  margin-bottom: 2px;
  line-height: 1.3;
}

.participant-card-inst {
  font-size: 0.74rem;
  color: var(--brand-blue-2);
  font-weight: 600;
}

/* =============================================================================
 * EVENTOS GENERALES DEL DÍA (INAUGURACIÓN, REGISTRO, COMIDAS, ETC.)
 * ============================================================================= */
.general-events-block {
  background: linear-gradient(135deg, #f7f9fc 0%, #edf3fa 100%);
  border: 1px solid rgba(32, 57, 104, 0.15);
  border-left: 5px solid var(--brand-gold);
  border-radius: 18px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 24px rgba(26, 43, 70, 0.05);
}

.general-events-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(32, 57, 104, 0.1);
}

.general-events-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--brand-blue);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.general-events-badge {
  background: var(--brand-gold);
  color: #101d36;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.general-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.general-event-card {
  background: #ffffff;
  border: 1px solid rgba(32, 57, 104, 0.09);
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(26, 43, 70, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.general-event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(26, 43, 70, 0.08);
  border-color: rgba(216, 161, 47, 0.4);
}

.general-event-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-gold);
  background: rgba(216, 161, 47, 0.12);
  padding: 3px 9px;
  border-radius: 8px;
  margin-bottom: 0.65rem;
  align-self: flex-start;
  font-family: monospace;
}

.general-event-name {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--brand-ink);
  margin-bottom: 0.45rem;
  line-height: 1.3;
}

.general-event-desc {
  font-size: 0.84rem;
  color: #556987;
  line-height: 1.5;
  margin-bottom: 0.65rem;
  flex-grow: 1;
}

.general-event-desc ul {
  margin: 0;
  padding-left: 1.15rem;
}

.general-event-loc {
  font-size: 0.76rem;
  color: var(--brand-blue-2);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px dashed rgba(32, 57, 104, 0.08);
}

.general-events-day-group {
  margin-bottom: 2rem;
}

.general-events-day-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand-blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.5rem 0 0.75rem;
  border-bottom: 2px solid var(--brand-blue);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

@media (max-width: 768px) {
  .date-tabs { grid-template-columns: repeat(2, 1fr); }
}
