:root {
  --color-primary: #a3114c;
  --color-secondary: #c99367;
  --color-default: #808080;
  --bg-primary: #a3114c21;
  --bg-secondary: #b17a4526;
  --bg-default: #808080;
  --color-primary-dark: #6b1237;
  --white: #fff;
  --color-primary-light: #a3114c80;
  --color-text: #666;
  --color-border: #0000001f;
}

a {
  text-decoration: none;
}

body,
html {
  padding: 0px 0px;
  margin: 0px 0px;
  max-width: 100%;
  overflow-x: hidden;
}

.form_wrap {
  display: flex;
  flex-direction: column;
  border-radius: 11px;
  padding: 21px;
  box-shadow: 0 0 20px #8080805c;
  gap: 17px;
  height: 100%;
}

.main_form {
  width: 87%;
}

.main_form_titles {
  display: flex;
  flex-direction: column;
}

.main_form_title {
  font-size: 1.7rem;
  font-weight: 400;
  color: #313131;
  margin-left: auto;
  margin-right: auto;
  padding-left: 21px;
  padding-right: 21px;
}

.main_form_subtitle {
  color: #b17a45;
  font-size: 15px;
  font-weight: 400;
}

.main_form_inputs_wrap {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.cimarronUI_input_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #ededed;
  padding: 7px 15px;
  gap: 9px;
  align-items: center;
  border-radius: 11px;
  transition: 0.3s;
}

.cimarronUI_input_wrap:hover {
  background-color: #cecece;
  cursor: text;
}

.cimarronUI_input_wrap_select {
  display: flex;
  position: relative;
  flex-direction: row;
  background-color: #ededed;
  padding: 0px;
  gap: 9px;
  align-items: center;
  border-radius: 11px;
  transition: 0.3s;
  width: 100%;
}

.cimarronUI_input_wrap_select:hover {
  background-color: #cecece;
  cursor: pointer;
}

.cimarronUI_input_icon {
  width: 19px;
  height: 19px;
  pointer-events: none;
  opacity: 0.5;
}

.cimarronUI_input_input {
  border: none !important;
  background-color: transparent !important;
  all: unset;
  text-align: start;
  width: 100%;
  /* width: -webkit-fill-available; */
}

.cimarronUI_input_input::placeholder {
  font-size: 0.9rem;
  color: #838383;
}

.cimarronUI_input_input:focus-within {
  border: none !important;
  outline: none !important;
}

.cimarronUI_input_select {
  border: none !important;
  background-color: transparent !important;
  all: unset;
  text-align: start;
  padding: 7px 43px;
  width: 100%;
  /* width: -webkit-fill-available; */
}

.cimarronUI_input_select::placeholder {
  font-size: 0.9rem;
  color: #838383;
}

.cimarronUI_input_select:focus-within {
  border: none !important;
  outline: none !important;
}

.inputs_row {
  display: flex;
  flex-direction: row;
  gap: 9px;
  width: 100%;
}

select[name="estado"] {
  color: #838383;
}

select[name="perfil"] {
  color: #838383;
}

.trailing_icon {
  position: absolute;
  right: 14px;
}

.leading_icon {
  position: absolute;
  left: 14px;
}

.registrarse_btn {
  background: linear-gradient(to right, #b75c81, #a81756);
  color: white;
  padding: 7px 0px;
  border-radius: 11px;
  letter-spacing: 1.2px;
  border: none;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.row_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 75px;
}

.left_info_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.undraw_account_img {
  width: 232px;
}

.background_absolute_logo {
  z-index: -1;
  max-width: 547px;
  width: 33vw;
  top: 0px;
  left: -83px;
  opacity: 0.2;
  position: absolute;
}

#registro {
  padding-left: 21px;
  padding-right: 21px;
}

.title_accent {
  font-weight: 800;
  color: #a81756;
}

input,
input:focus,
select,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bd-callout-info {
  border-left-color: #b17a45 !important;
  background: #c993673b;
}

.bd-callout {
  padding: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout > p {
  color: #00000078 !important;
}

.badge-movilidad,
.badge-si {
  color: var(--color-primary);
  background-color: #a3114c26;
}

.badge-visual {
  color: #b17a45;
  background-color: #b17a4526;
}

.badge-auditivo {
  color: #2196f3;
  background-color: #2196f31f;
}

.badge-ninguno,
.badge-no {
  color: #808080;
  background-color: #80808021;
}

.badge-otro {
  color: #4caf50;
  background-color: #4caf501c;
}

.table-fitd {
  box-shadow: 0 0 16px 0 #8080804f;
  border-radius: 15px;
  display: inline-table !important;
}

.table-fitd > thead {
  background-color: #a3114c21 !important;
  color: var(--color-primary) !important;
}

.borde-vino {
  border: 1px solid var(--color-primary) !important;
}

.letra-gris {
  color: #939393 !important;
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.box-border {
  box-shadow: 0 0 16px 0 #80808038 !important;
  border-radius: 10px !important;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  align-items: anchor-center;
  padding: 0px 20px !important;
  height: 100%;
}

.size-icon {
  font-size: 50px;
}

div.dataTables_wrapper div.dataTables_filter label {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 100% !important;
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 600px) {
  .row_container {
    flex-direction: column;
  }

  .background_absolute_logo {
    max-width: 547px;
    width: 50vw;
  }

  .main_form_title {
    width: 87%;
  }
}

/* Mobile */
@media (max-width: 599px) {
  .inputs_row {
    flex-direction: column;
    gap: 11px;
  }

  .row_container {
    flex-direction: column;
  }

  .left_info_bottom {
    display: none;
    visibility: 0;
    /* flex-direction: column;
        gap: 21px; */
  }

  .left_info_text {
    width: 80%;
  }

  .background_absolute_logo {
    max-width: 547px;
    width: 78vw;
  }

  .main_form_title {
    width: auto;
    font-size: 1.4rem;
  }

  .main_form {
    width: 89%;
  }

  #registro {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left_info_wrap {
    display: none;
    visibility: 0;
  }

  .hero-right {
    display: none;
  }

  .hero-content {
    padding: 0 !important;
    margin: 10px auto;
  }

  .hero p {
    max-width: 300px !important;
  }

  .gallery-fitd-grid {
    grid-template-columns: 2fr !important;
    grid-template-rows: max-content !important;
  }

  .btn-registro-fitd {
    width: 100%;
  }
}

.bg-movilidad {
  background: #d8246c !important;
}

.bg-visual {
  background: #da914b !important;
}

.bg-auditivo {
  background: #2196f3 !important;
}

.bg-otro {
  background: #4caf50 !important;
}

.bg-color-otro {
  color: #4caf50 !important;
}

.bg-color-movilidad {
  color: #d8246c !important;
}

.bg-color-visual {
  color: #da914b !important;
}

.bg-color-auditivo {
  color: #2196f3 !important;
}

li {
  list-style: none !important;
}

.parent {
  display: grid;
  gap: 8px;
  box-shadow: 0 0 16px 0 #80808080;
  border-radius: 10px;
}

.div1 {
  grid-column: span 2 / span 2;
}

.div2 {
  grid-row-start: 2;
}

.div3 {
  grid-row-start: 2;
}

.div4 {
  grid-column: span 2 / span 2;
  grid-row-start: 3;
}

.div5 {
  grid-column: span 2 / span 2;
}

.div1 > img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.div5 > img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* PORTAL FITD */
.hero {
  min-height: 92vh;
  background: linear-gradient(
    135deg,
    #1a0a12 0%,
    #3d1228 40%,
    #6b1d3f 70%,
    var(--color-primary) 100%
  );
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(189, 148, 92, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(189, 148, 92, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(189, 148, 92, 0.18) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 60px 80px;
  max-width: 700px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(189, 148, 92, 0.15);
  border: 1px solid rgba(189, 148, 92, 0.35);
  border-radius: 20px;
  padding: 6px 16px;
  margin-bottom: 28px;
}

.hero-eyebrow span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--color-secondary);
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 65px);
  font-weight: 500;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 20px;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  filter: drop-shadow(2px 4px 6px var(--color-secondary));
}

.hero h1 em {
  font-style: normal;
  color: var(--color-secondary);
}

.hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin-bottom: 36px;
  max-width: 520px;
}

.hero-counter {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-counter .item .num {
  font-size: 45px;
  font-weight: 800;
  color: var(--color-secondary);
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

.hero-counter .item .label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
}

.hero-counter .divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  align-self: stretch;
}

.hero-btns {
  display: flex;
  gap: 14px;
}

.btn {
  text-decoration: none;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
  height: 100% !important;
}

.btn-primary:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.btn-outline:hover {
  border-color: #fff;
}

.hero-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  overflow: hidden;
}

.hero-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(163, 17, 76, 0.15));
  z-index: 2;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 5.5s ease;
}

.hero-slide.is-active {
  opacity: 0.5;
}

.hero-slide.is-active img {
  transform: scale(1);
}

.hero-scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: transparent;
  color: #f03a78;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease;
  animation: heroScrollPulse 1.8s ease-in-out infinite;
}

.hero-scroll-btn:hover {
  border-color: rgba(240, 58, 120, 0.8);
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-50%) translateY(-2px);
}

@keyframes heroScrollPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(240, 58, 120, 0.35);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(240, 58, 120, 0);
  }
}

.countdown-strip {
  background: linear-gradient(
    90deg,
    var(--color-primary-dark),
    var(--color-primary)
  );
  padding: 14px 80px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.countdown-strip .label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.countdown-strip .times {
  display: flex;
  gap: 24px;
}

.countdown-strip .t {
  text-align: center;
}

.countdown-strip .t .n {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.countdown-strip .t .u {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.countdown-strip .sep {
  font-size: 24px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  align-self: center;
}

/* SECTIONS */
.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.8rem, 5vw, 45px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.section-title em {
  color: var(--color-primary);
}

.section-sub {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  text-align: justify;
}

/* ABOUT */
/*
.about {
  background: #fff;
}*/
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.stat-card {
  text-align: center;
  justify-items: center;
  /*
  background: #f7f7f8;
  border: 1px solid #ececef;
  border-radius: 14px;
  padding: 22px 18px 20px;
  min-height: 100%;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
  */
}

.stat-card .num {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #161616;
}

.stat-ring {
  --accent: #c99367;
  --progress: 72%;
  width: 103px;
  height: 103px;
  margin: 2px auto 16px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(
    var(--accent) 0 var(--progress),
    transparent var(--progress) 100%
  );
}

.stat-ring:hover {
  filter: drop-shadow(2px 4px 6px #808080);
}

/*
.stat-ring::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: #f7f7f8;
  z-index: 1;
}

.stat-ring::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 11px solid #ebebef;
  z-index: 0;
}
*/
.stat-ring-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: #fff;
}

.stat-ring--edition {
  --accent: var(--color-secondary);
  --progress: 62%;
}

.stat-ring--countries {
  --accent: var(--color-secondary);
  --progress: 70%;
}

.stat-ring--attendance {
  --accent: var(--color-secondary);
  --progress: 58%;
}

.stat-ring--satisfaction {
  --accent: var(--color-primary);
  --progress: 88%;
}

.stat-card--violet .num {
  color: var(--color-secondary);
}

.stat-card--pink .num {
  color: var(--color-secondary);
}

.stat-card--purple .num {
  color: var(--color-secondary);
}

.stat-card--green .num {
  color: var(--color-primary);
}

.stat-card .lbl {
  font-size: 1rem;
  font-weight: 500;
  color: #888;
  line-height: 1.1;
  margin-bottom: 10px;
}

.about-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff61;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
}

.about-features {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feat {
  position: relative;
}

.feat-card {
  min-height: 240px;
  padding: 34px 28px 30px;
  border-radius: 30px;
  background: #fff;
  text-align: left;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  isolation: isolate;
}

.feat-card::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border-radius: 32px;
  z-index: -2;
}

.feat-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 108px;
  border-bottom-left-radius: 34px;
  z-index: -1;
}

.feat-card--coral::before {
  background: linear-gradient(135deg, #ff6a30 0%, #ff4d24 100%);
}

.feat-card--coral::after {
  background: linear-gradient(135deg, #ff6a30 0%, #ff4d24 100%);
}

.feat-card--berry::before {
  background: linear-gradient(135deg, #f0465f 0%, #e12436 100%);
}

.feat-card--berry::after {
  background: linear-gradient(135deg, #f0465f 0%, #e12436 100%);
}

.feat-card--teal::before {
  background: linear-gradient(135deg, #58c5cf 0%, #39a7b4 100%);
}

.feat-card--teal::after {
  background: linear-gradient(135deg, #58c5cf 0%, #39a7b4 100%);
}

.feat-card-badge {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 34px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 28px;
}

.feat-card--coral .feat-card-badge {
  background: linear-gradient(135deg, #ff6a30 0%, #ff4d24 100%);
}

.feat-card--berry .feat-card-badge {
  background: linear-gradient(135deg, #f0465f 0%, #e12436 100%);
}

.feat-card--teal .feat-card-badge {
  background: linear-gradient(135deg, #58c5cf 0%, #39a7b4 100%);
}

.feat-card-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 74px;
  height: 74px;
  border-radius: 22px 22px 22px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.feat-card--coral .feat-card-icon {
  background: linear-gradient(135deg, #ff6a30 0%, #ff4d24 100%);
}

.feat-card--berry .feat-card-icon {
  background: linear-gradient(135deg, #f0465f 0%, #e12436 100%);
}

.feat-card--teal .feat-card-icon {
  background: linear-gradient(135deg, #58c5cf 0%, #39a7b4 100%);
}

.feat-card-body {
  max-width: calc(100% - 78px);
}

.feat-card-title {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.1;
  color: #171717;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.feat-card-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4a4a;
}

/* VENUE */
.venue {
  background: linear-gradient(160deg, #ab0056 0%, #571f3e 50%, #a3114c 100%);
  padding: 80px;
}

.venue .section-title {
  color: #fff;
}

.venue .section-sub {
  color: rgba(255, 255, 255, 0.65);
}

.venue-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  margin-top: 52px;
  align-items: start;
}

.venue-img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.venue-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.venue-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffffff30;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.venue-info {
  color: #fff;
}

.venue-name {
  font-size: 32px;
  font-weight: 800;
  color: #a3114c;
  margin-bottom: 8px;
}

.venue-quote {
  font-size: 15px;
  color: #bd945c;
  font-style: italic;
  border-left: 3px solid #bd945c;
  padding-left: 14px;
  margin-bottom: 28px;
}

.venue-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.vd-icon {
  font-size: 16px;
  color: #0000004d;
  margin-top: 2px;
}

.venue-detail p {
  font-size: 14px;
  color: #00000085;
  line-height: 1.5;
}

.venue-detail p strong {
  color: #000000b8;
  display: block;
  font-size: 13px;
  margin-bottom: 1px;
}

.venue-discount-card {
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(163, 17, 76, 0.22);
  background: linear-gradient(135deg, #fff7f9 0%, #fff 100%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.venue-discount-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.venue-discount-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #7a0d39;
}

.venue-discount-text {
  font-size: 13px;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.venue-discount-code-wrap {
  margin-bottom: 8px;
}

.venue-discount-code {
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #a3114c;
  background: #ffffff;
  border: 2px dashed rgba(163, 17, 76, 0.45);
  border-radius: 10px;
  padding: 6px 14px;
}

.venue-discount-note {
  font-size: 12px;
  color: #5f5f5f;
}

.venue-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
}

/* GALLERY */
.gallery-fitd-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 12px;
  margin-top: 48px;
  border-radius: 16px;
  overflow: hidden;
}

.gallery-fitd-item {
  overflow: hidden;
  position: relative;
}

.gallery-fitd-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.gallery-fitd-item:hover img {
  transform: scale(1.06);
}

.gallery-fitd-item.tall {
  grid-row: 1/3;
}

.gallery-fitd-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 10px;
  font-weight: 500;
}

@keyframes sponsorCategoryMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .hotels-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hotels-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hotel-ticuan::before {
    animation: none;
  }

  .hotel-ticuan {
    animation: none;
  }
}

/* HOTELS */
.hotels {
  background: #f8f5f2;
}

.hotels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 48px;
}

.hotel-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: box-shadow 0.2s;
  position: relative;
}

.hotel-ticuan {
  border: 0;
  padding: 3px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    conic-gradient(
        from 0deg,
        var(--color-secondary),
        var(--color-primary),
        #ffdfab,
        var(--color-secondary),
        #ffd67f,
        var(--color-primary),
        var(--color-secondary)
      )
      border-box;
  box-shadow:
    0 22px 48px rgba(163, 17, 76, 0.28),
    0 0 0 1px rgba(189, 148, 92, 0.35);
  transform: translateY(-10px) scale(1.02);
  isolation: isolate;
  animation: hotelTicuanPulse 2.8s ease-in-out infinite;
}

.hotel-ticuan::before {
  content: "";
  position: absolute;
  inset: -42%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(255, 214, 127, 1) 45deg,
    rgba(189, 148, 92, 1) 95deg,
    rgba(163, 17, 76, 1) 155deg,
    rgba(255, 214, 127, 0.92) 215deg,
    transparent 255deg,
    transparent 360deg
  );
  animation: hotelTicuanBorderSpin 4.2s linear infinite;
  z-index: -2;
  filter: blur(12px);
  opacity: 0.95;
}

.hotel-ticuan::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 14px;
  background: #fff;
  z-index: -1;
}

.hotel-ticuan:hover {
  box-shadow:
    0 28px 62px rgba(163, 17, 76, 0.34),
    0 0 24px rgba(189, 148, 92, 0.4);
  transform: translateY(-12px) scale(1.025);
}

.hotel-ticuan .hotel-badge {
  background: var(--color-primary);
  box-shadow: 0 8px 18px rgba(163, 17, 76, 0.22);
}

.hotel-ticuan .hotel-name {
  color: var(--color-primary-dark);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hotel-ticuan .hotel-img {
  position: relative;
}

.hotel-ticuan .hotel-img::after {
  content: "HOTEL SEDE";
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff54;
  color: #a3114c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.hotel-ticuan .hotel-img img {
  filter: saturate(1.08) contrast(1.05);
}

.hotel-ticuan .hotel-price .amt {
  color: var(--color-primary-dark);
}

.hotel-card:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.hotel-img {
  height: 180px;
  overflow: hidden;
}

.hotel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
  border-radius: 10px 10px 0 0;
}

.hotel-card:hover .hotel-img img {
  transform: scale(1.04);
}

.hotel-body {
  padding: 20px;
}

.hotel-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
}

.star {
  color: #bd945c;
  font-size: 13px;
}

.hotel-name {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.hotel-dist {
  font-size: 12px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 10px;
}

.hotel-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 16px;
  height: 150px;
  text-align: justify;
}

.hotel-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.hotel-contact-link {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 600;
}

.hotel-contact-link i {
  color: var(--color-primary);
  margin-right: 6px;
}

.hotel-contact-link:hover {
  color: var(--color-primary);
}

.hotel-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hotel-price .from {
  font-size: 11px;
  color: #999;
}

.hotel-price .amt {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-primary);
}

.hotel-price .per {
  font-size: 11px;
  color: #999;
}

.hotel-btn {
  display: block;
  text-align: center;
  background: linear-gradient(90deg, var(--color-primary), #c41460);
  color: #fff !important;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 14px;
  transition: opacity 0.2s;
}

.hotel-btn:hover {
  opacity: 0.88;
}

.hotel-badge {
  background: var(--color-secondary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

@keyframes hotelTicuanBorderSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes hotelTicuanPulse {
  0%,
  100% {
    box-shadow:
      0 22px 48px rgba(163, 17, 76, 0.28),
      0 0 0 1px rgba(189, 148, 92, 0.35);
  }

  50% {
    box-shadow:
      0 28px 62px rgba(163, 17, 76, 0.34),
      0 0 26px rgba(189, 148, 92, 0.42);
  }
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.2s;
}

.social-link:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.hidden-day {
  display: none;
}

.btn-primary {
  border: 2px solid #fff !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: 0 0 16px 0 #ffffff87;
  transform: translateY(0) scale(1);
}

.btn-outline {
  border: 2px solid var(--color-secondary) !important;
  color: var(--color-secondary) !important;
  background: transparent !important;
}

.btn-secondary-outline {
  background: transparent !important;
  color: var(--color-secondary) !important;
  border: 2px solid var(--color-secondary) !important;
}

.btn-secondary {
  background: var(--color-secondary) !important;
  color: var(--white) !important;
  border-color: var(--color-secondary) !important;
}

.img-patrocinadores {
  width: 100px;
}

.btn-ticuan {
  background: var(--color-primary) !important;
  border: 2px solid var(--color-primary);
  color: var(--white) !important;
}

.btn-ticuan-outline {
  background: transparent !important;
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
}

.venue-btn-wrap {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.banner-dark {
  background: linear-gradient(
    90deg,
    var(--color-primary-dark) 0%,
    var(--color-primary) 50%,
    #c41460 100%
  );
  padding: 64px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.container-footer {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.z-index-1 {
  z-index: 1;
}

.h2-title-footer {
  font-size: 40px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}

.p-footer {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 36px;
}

.p-title-footer {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.event-insights {
  margin-top: 6px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f5f7 55%, #f2ecf0 100%);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(35, 25, 31, 0.12);
  border: 1px solid #eadde3;
  width: 100%;
}

.insights-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #2a2131;
  margin-bottom: 2px;
}

.insights-subtitle {
  font-size: 0.92rem;
  color: #6d6671;
  margin-bottom: 16px;
}

.insight-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1e7ec;
}

.attendance-value {
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 6px;
}

.attendance-label {
  font-size: 0.9rem;
  color: #5b5562;
  margin-bottom: 14px;
}

.event-chip {
  display: inline-block;
  background: #f6edf2;
  color: #7e2950;
  border: 1px solid #e7ceda;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 6px 8px 0;
}

.daily-chart {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e7d5df;
}

.daily-chart-title {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #7b6f7d;
  font-weight: 700;
  margin-bottom: 8px;
}

.day-bar-row {
  margin-bottom: 10px;
}

.day-bar-row:last-child {
  margin-bottom: 0;
}

.day-bar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 4px;
}

.day-name {
  color: #483f4d;
  font-weight: 700;
}

.day-total {
  color: #a3114c;
  font-weight: 800;
}

.day-track {
  width: 100%;
  height: 15px;
  border-radius: 999px;
  background: #ece4e8;
  overflow: hidden;
}

.day-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #a3114c 0%, #cd4b7b 100%);
}

.day-fill.day-two {
  background: linear-gradient(90deg, #6e2a92 0%, #af62db 100%);
}

.metric-row {
  margin-bottom: 16px;
}

.metric-row:last-child {
  margin-bottom: 0;
}

.metric-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
  gap: 12px;
}

.metric-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2f2734;
}

.metric-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #a3114c;
  white-space: nowrap;
}

.metric-detail {
  font-size: 0.78rem;
  color: #716977;
  margin-bottom: 8px;
}

.metric-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #ede4e9;
  overflow: hidden;
}

.metric-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #a3114c 0%, #cc3e74 100%);
}

.metric-fill.excellence {
  background: linear-gradient(90deg, #f06e4d 0%, #ff9d42 100%);
}

.donut-metric-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px;
  height: 100%;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1e7ec;
  display: flex;
  align-items: center;
  gap: 16px;
}

.donut-text-block {
  flex: 1;
  min-width: 0;
}

.donut-metric-title {
  font-size: 0.75rem;
  font-weight: 800;
  color: #2f2734;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 6px;
}

.donut-metric-desc {
  font-size: 0.74rem;
  color: #716977;
  line-height: 1.55;
  margin-bottom: 0;
}

.donut-chart-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donut-svg {
  width: 88px;
  height: 88px;
  display: block;
}

.donut-value-sub {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 5px;
  text-align: center;
}

@media (min-width: 992px) {
  .fitd-stats-row {
    flex-wrap: nowrap;
  }

  .fitd-stats-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.card-icon-step {
  color: var(--color-primary);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon-step svg {
  width: 44px;
  height: 44px;
}

.card-text {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
}

.card-header-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.card-header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-number {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -1px;
}

.card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 0;
}

.card-divider {
  width: 32px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 2px;
  margin-bottom: 12px;
}

.event-gallery-row {
  display: flex;
  gap: 10px;
}

.event-gallery-row {
  display: flex;
  gap: 10px;
}

.gallery-item-2025 {
  flex: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
  background: #c9b8c0;
}

.gallery-img-2025 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-2025-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 10px 28px;
  background: linear-gradient(
    to bottom,
    rgba(20, 8, 14, 0.65) 0%,
    transparent 100%
  );
}

.gallery-2025-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.fitd-gallery-section {
  margin-top: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f3f5 100%);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #eadde3;
  box-shadow: 0 10px 32px rgba(35, 25, 31, 0.12);
}

.fitd-gallery-heading {
  font-size: 1.3rem;
  font-weight: 800;
  color: #2a2131;
  margin-bottom: 4px;
}

.fitd-gallery-subheading {
  font-size: 0.92rem;
  color: #6d6671;
  margin-bottom: 18px;
}

.fitd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 160px;
  gap: 12px;
}

.fitd-gallery-tile {
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
  min-height: 170px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #d5c7cf;
  box-shadow: 0 8px 24px rgba(58, 34, 45, 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.fitd-gallery-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(58, 34, 45, 0.24);
}

.fitd-gallery-tile:focus {
  outline: 3px solid rgba(163, 17, 76, 0.28);
  outline-offset: 3px;
}

.fitd-gallery-tile--hero {
  grid-column: span 2;
  grid-row: span 2;
}

.fitd-gallery-tile--wide {
  grid-column: span 2;
}

.fitd-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.fitd-gallery-tile:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.fitd-gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(24, 11, 18, 0.05) 0%,
    rgba(24, 11, 18, 0.12) 100%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.fitd-gallery-tile:hover::after {
  opacity: 1;
}

.fitd-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(16, 9, 14, 0.86);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  z-index: 999;
}

.fitd-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fitd-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
}

.fitd-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  background: #120a0f;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.fitd-lightbox-stage {
  position: relative;
  background: #120a0f;
  min-height: 320px;
}

.fitd-lightbox-image {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #120a0f;
}

.fitd-lightbox-counter {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  backdrop-filter: blur(8px);
}

.fitd-lightbox-close,
.fitd-lightbox-nav {
  position: absolute;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 1.1rem;
  backdrop-filter: blur(10px);
}

.fitd-lightbox-close {
  top: 14px;
  right: 14px;
}

.fitd-lightbox-nav--prev {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.fitd-lightbox-nav--next {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .about-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stat-card {
    padding: 20px 16px 18px;
  }

  .stat-ring {
    width: 148px;
    height: 148px;
  }

  .stat-ring-inner {
    width: 96px;
    height: 96px;
  }

  .stat-card .lbl {
    font-size: 1.35rem;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feat-card {
    min-height: auto;
    padding: 26px 22px 24px;
  }

  .feat-card-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px 18px 18px 24px;
    font-size: 1.35rem;
  }

  .feat-card-body {
    max-width: calc(100% - 56px);
  }

  .feat-card-title {
    font-size: 1.12rem;
  }

  .event-insights {
    padding: 16px;
  }

  .attendance-value {
    font-size: 2.4rem;
  }

  .fitd-gallery-section {
    padding: 16px;
  }

  .fitd-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
  }

  .fitd-gallery-tile--hero {
    grid-column: span 2;
    grid-row: span 1;
  }

  .fitd-gallery-tile--wide {
    grid-column: span 2;
  }

  .fitd-lightbox {
    padding: 12px;
  }

  .fitd-lightbox-nav {
    width: 40px;
    height: 40px;
  }
}

.gap-1 {
  gap: 1rem;
}

/*   FORMULARIO CONFIRMACION TALLER */
.form-card {
  background: #fff;
  border: 0.5px solid var(--color-primary-light, rgba(0, 0, 0, 0.15));
  border-radius: 16px;
  max-width: 680px;
  margin: 0 auto;
  overflow: hidden;
}

.card-header-custom {
  background: var(--color-primary);
  padding: 2rem 2rem 1.5rem;
  color: #fff;
}

.card-header-custom .badge-event {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.card-header-custom h1 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 0.4rem;
  color: #fff;
}

.card-header-custom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.venue-bar-taller {
  background: var(--color-primary-dark, #7a0d39);
  padding: 0.85rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.venue-bar-taller svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.venue-bar-taller .venue-name-taller {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px;
}

.venue-bar-taller .venue-detail-taller {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.5;
}

.card-body-custom {
  padding: 1.75rem 2rem 2rem;
}

.section-label-taller {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.75rem;
}

.option-card-taller {
  border: 1.5px solid var(--color-border);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition:
    border-color 0.15s,
    background 0.15s;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--color-background-primary, #fff);
}

.option-card-taller:hover {
  border-color: #a3114c1f;
  background: #a3114c1f;
}

.option-card-taller.selected {
  border-color: #a3114c1f;
  background: #a3114c1f;
}

.option-card-taller input[type="radio"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--color-primary);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.option-title-taller {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary, #111);
  margin: 0 0 3px;
}

.option-desc-taller {
  font-size: 13px;
  color: var(--color-text);
  margin: 0;
  line-height: 1.5;
}

.option-icon-taller {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.icon-yes {
  background: #e8f5e9;
}

.icon-rep {
  background: #e8eaf6;
}

.icon-no {
  background: #fce4ec;
}

.representative-block {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 10px;
  border: 0.5px solid var(--color-primary-light);
}

.representative-block.visible {
  display: block;
}

.representative-block label {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 4px;
  display: block;
}

.representative-block input {
  width: 100%;
  border: 0.5px solid var(--color-border-secondary, rgba(0, 0, 0, 0.25));
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  background: var(--color-background-primary, #fff);
  color: var(--color-text-primary);
  margin-bottom: 0.75rem;
  outline: none;
}

.representative-block input:focus {
  border-color: var(--color-inst);
  box-shadow: 0 0 0 2px rgba(163, 17, 76, 0.15);
}

.submit-btn-taller {
  width: 100%;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.15s,
    transform 0.1s;
  margin-top: 1.25rem;
}

.submit-btn-taller:hover {
  background: var(--color-primary);
}

.submit-btn-taller:active {
  transform: scale(0.985);
}

.submit-btn-taller:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.info-bar-taller {
  background: var(--color-inst-light, #f8e8ef);
  border-top: 0.5px solid rgba(163, 17, 76, 0.15);
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--color-primary);
}

.info-bar-taller svg {
  flex-shrink: 0;
}

.success-overlay {
  display: none;
  text-align: center;
  padding: 3rem 2rem;
}

.success-overlay.visible {
  display: block;
}

.check-circle {
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

/*PATROCINADORES*/
.container-patrocinadores .rollers {
  flex: 0 0 230px;
}

.container-patrocinadores .start-roller {
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, white 30%, #ffffff00);
}

.container-patrocinadores .start-roller,
.container-patrocinadores .end-roller {
  height: 100%;
  width: 40px;
  position: absolute;
  z-index: 1;
}

.container-patrocinadores .end-roller {
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0));
}

.container-patrocinadores .rollers .wrapper {
  position: relative;
  width: 1400px;
  height: 100px;
  margin: 0 0 20px 0;
  flex: 0 0 auto;
}

.container-patrocinadores .rollers .wrapper .items-container {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.container-patrocinadores .rollers .wrapper .items-container.roll-LL {
  animation-name: roll;
}

.container-patrocinadores .rollers .wrapper .items-container.roll-RL {
  animation-name: roll-reverse;
  left: 100%;
}

.container-patrocinadores .rollers .wrapper .items-container.reverse-roll-LL {
  animation-name: roll-clockwise;
  left: -100%;
}

.container-patrocinadores .rollers .wrapper .items-container.reverse-roll-RL {
  animation-name: roll-reverse-clockwise;
  left: 100%;
}

@keyframes roll {
  0% {
    left: 0%;
  }

  100% {
    left: -100%;
  }
}

@keyframes roll-reverse {
  0% {
    left: 100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes roll-clockwise {
  0% {
    left: -100%;
  }

  100% {
    left: 0%;
  }
}

@keyframes roll-reverse-clockwise {
  0% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

.container-patrocinadores .rollers .wrapper .items-container .item {
  flex: 1 1 200px;
  min-width: 0;
  margin: 20px;
}

.container-patrocinadores .rollers .wrapper .items-container .item .company {
  filter: grayscale(100%);
  opacity: 0.2;
  width: 100%;
  object-fit: contain;
}

.container-patrocinadores
  .rollers
  .wrapper
  .items-container
  .item
  .company:hover {
  filter: grayscale(0%);
  opacity: 1;
  cursor: pointer;
}

.container-patrocinadores img {
  vertical-align: middle;
}

@media (max-width: 575.5px) {
  .content {
    padding: 20px;
  }

  .content .container-patrocinadores {
    padding: 20px;
  }

  .h3 {
    font-size: calc(1.1rem + 0.6vw);
  }

  .fs-5 {
    font-size: 0.9rem !important;
  }

  .container-patrocinadores .rollers .wrapper .items-container .item .company {
    opacity: 0.4;
  }
}

.agenda {
  background: linear-gradient(150deg, #fdf4f8 0%, #fff9f0 50%, #fdf4f8 100%);
  padding: 80px;
}

.agenda-tabs {
  display: flex;
  gap: 0;
  margin-top: 48px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eee;
}

.agenda-tab {
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
}

.agenda-tab.active {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.agenda-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.agenda-items.hidden-day {
  display: none;
}

.agenda-item {
  display: grid;
  grid-template-columns: 90px 24px 1fr;
  gap: 0 20px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #f0e8f0;
  position: relative;
}

.agenda-time {
  font-size: 13px;
  font-weight: 700;
  color: var(--secondary);
  text-align: right;
  padding-top: 2px;
}

.agenda-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-primary);
  border: 3px solid #fdf4f8;
  margin-top: 4px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.agenda-item:not(:last-child) .agenda-dot::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 40px);
  background: linear-gradient(to bottom, rgba(163, 17, 76, 0.2), transparent);
}

.agenda-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 4px;
}

.agenda-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.agenda-speaker {
  font-size: 13px;
  color: #888;
}

.agenda-location {
  font-size: 12px;
  color: var(--secondary);
  margin-top: 4px;
  font-weight: 500;
}

.agenda-tag-pill {
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 6px;
}

.pill-keynote {
  background: #fde8f0;
  color: var(--color-primary);
}

.pill-taller {
  background: #fef5e8;
  color: #9a6b1e;
}

.pill-panel {
  background: #edf7f0;
  color: #1a6b3f;
}

.pill-receso {
  background: #f0f0f0;
  color: #666;
}

.foto-ponente {
  width: 150px;
  height: 150px;
  border: 1px dashed #b8b8b8;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
#fotoPreview {
  width: 150px;
  height: 150px;
}
.img-circle {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

/* CONFERENCISTAS */
.speakers {
  background: #f8f5f2;
}
.speakers-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.speakers-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.filter-btn {
  padding: 7px 18px;
  border-radius: 20px;
  border: 1.5px solid #ddd;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.speaker-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  position: relative;
}
.speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(163, 17, 76, 0.12);
}
.speaker-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.speaker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.speaker-card:hover .speaker-img img {
  transform: scale(1.05);
}
.speaker-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(163, 17, 76, 0.95) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.speaker-card:hover .speaker-overlay {
  opacity: 1;
}
.speaker-bio {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin-bottom: 10px;
}
.speaker-info {
  padding: 16px;
}
.speaker-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.speaker-info p {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
}
.hidden-speaker {
  display: none;
}
