.countdown {
  font-family: "Laconic", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: -100px;
  right: 50px;
  background: #fff;
  color: #0e1b30;
  padding: 25px 30px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  z-index: 6;
  opacity: 0.75;
  overflow: visible;
}

.countdown .title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: -55px;
  left: -55px;
  background: url("img/slider/Recurso_2.svg") no-repeat center center;
  z-index: 7;
}

.container {
  overflow: visible;
}

.countdown .highlight {
  color: #ff3d2e;
}

.timer {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
}

.timer div {
  display: flex;
  flex-direction: column;
  flex-basis: 100px;
}

.timer span:not(:last-child):not([id]) {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.timer span:first-child {
  font-family: "Anton", sans-serif;
  font-size: 35px;
  font-weight: normal;
  margin: 10px 0px;
}

.timer span:nth-child(2) {
  font-family: poppins;
  font-size: 16px;
  font-weight: lighter;
}

.circle {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #4d586c;
  left: -20px;
  top: -5px;
}

.circle::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border: 5px solid #0e1b30;
  background-color: #fff;
  border-radius: 50%;
  top: 10%;
  left: 10%;
}

.nivo-caption {
  overflow: visible;
}

.about-right {
  position: relative;
  overflow: visible;
}

.about-right::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 120px;
  right: -30px;
  bottom: -50px;
  rotate: 350deg;
  opacity: 1;
  background: url("img/Logo_Isotipo_principal.svg") no-repeat center center,
    linear-gradient(white, white);
  z-index: 7;
}

.about-area {
  position: relative;
  overflow: hidden;
}

.about-area::before {
  content: "";
  position: absolute;
  width: 635px;
  height: 213px;
  right: 0px;
  bottom: 0px;
  background: url("img/cinta_1.png") no-repeat center center / contain;
  z-index: 9;
}

.about-area,
.what-happen-area {
  position: relative;
  overflow: visible;
}

.what-happen-area .section-title,
.speakers-section .section-title {
  border-left: 4px solid #ed412a;
  padding: 10px 0 10px 20px;
}

.about-area::after {
  position: absolute;
  content: "";
  bottom: -130px;
  left: 20px;
  width: 250px;
  height: 250px;
  z-index: 9;
  background: url("img/Sticker_holo_supay.svg") no-repeat center center;
  rotate: 350deg;
}

.grayscale-map {
  filter: grayscale(1);
  width: 100%;
  height: 600px;
  border: 0;
}

.map-content {
  color: #fff;
  padding: 30px 0;
}

.map-content h3 {
  font-family: "Laconic", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
}

.map-content i {
  color: #ed412a;
  font-size: 24px;
}

.map-content li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-area {
  position: relative;
  overflow: visible;
}

.footer-area::after {
  position: absolute;
  content: "";
  width: 317px;
  height: 236px;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  background: url("img/cinta_2.png") no-repeat center center / contain;
}

.social-area {
  position: relative;
  z-index: 10;
  overflow: visible;
}

.sponsor-button {
  background-color: rgba(77, 88, 108, 0.8);
  padding: 15px;
  border-radius: 5px;
  color: #fff !important;
}
.sponsor-button:hover {
  background-color: rgba(77, 88, 108, 1);
  color: #fff;
  transition: background-color 0.3s ease;
}

/* Tickets */
.tickets {
  background: var(--color-primary);
}
.tickets li,
.tickets ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: normal;
  vertical-align: baseline;
  text-decoration: none;
}
.review-slider li blockquote {
  color: #000;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  overflow: hidden;
}
.tickets .block-ticket {
  background: #121212;
  opacity: 0.3;
  text-align: center;
  cursor: pointer;
  position: relative;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  padding: 60px 0;
  height: 460px;

  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;

  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.block-tickets.overlap {
  position: relative;
  /* left: 150px; */
}
.block-ticket:hover,
.block-ticket.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  z-index: 40;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  opacity: 1;
}
.block-ticket .block-price .price {
  color: #cccccc;
  font-size: 95px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.block-ticket .block-price .price-past {
  color: #746c6c;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.block-ticket .block-price .cur {
  display: block;
  font-size: 20px;
  font-weight: 500;
  left: -18px;
  position: absolute;
  top: 20px;
}
.block-ticket .block-price .block-type {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  /* top: -12px; */
  color: #999999;
}
.sub-title-2 {
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
}
.gradient-text {
  background: -webkit-linear-gradient(
    left,
    #399bff 30%,
    rgba(238, 113, 249, 0.9) 65%
  );
  background: -moz-linear-gradient(
    left,
    #399bff 30%,
    rgba(238, 113, 249, 0.9) 65%
  );
  background: linear-gradient(left, #399bff 30%, rgba(238, 113, 249, 0.9) 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #399bff;
}
.block-ticket .block-price {
  font-family: "Work Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial,
    sans-serif;
}
.but {
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 11px 40px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: rgb(57, 155, 255);
  /* Old browsers */

  background: -moz-linear-gradient(
    45deg,
    rgba(57, 155, 255, 1) 0%,
    rgba(238, 113, 249, 1) 100%
  );
  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    45deg,
    rgba(57, 155, 255, 1) 0%,
    rgba(238, 113, 249, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(
    45deg,
    rgba(57, 155, 255, 1) 0%,
    rgba(238, 113, 249, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#399bff', endColorstr='#ee71f9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.vertical-align {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.tickets ul li {
  display: list-item;
}

.block-ticket li {
  margin-bottom: 10px;
  color: #999999;
}

.tickets span {
  font: inherit;
}

.tickets .col-sm-8,
.tickets .col-sm-4,
.tickets .col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.tickets .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

.tickets .row {
  margin-right: -15px;
  margin-left: -15px;
}

.tickets .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.pt-120 {
  padding-top: 50px !important;
}
.pb-120 {
  padding-bottom: 50px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}

.tickets {
  position: relative;
  overflow: hidden;
}

.tickets-title {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 18px;
  border-left: none;
  padding-left: 0;
}
.tickets-desc {
  color: #fff;
  font-size: 0.96rem;
  margin-top: 30px;
}

.block-ticket a {
  background-color: var(--color-accent) !important;
  border: none;
}

.block-ticket a:hover {
  border: none;
  outline: none;
}

.btn-ticket {
  background-color: var(--color-accent) !important;
  color: #fff !important;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.btn-ticket-parent {
  height: 60px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Simple styles for speakers section */
.speakers-section {
  background: #faf9fa;
  font-family: "Laconic", sans-serif;
}
.speakers-carousel-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 0 40px 0;
}
.speakers-carousel-view {
  overflow: hidden;
  flex: 1 1 auto;
  width: 100%;
}
.speakers-carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  width: max-content;
  align-items: stretch;
}
.speakers-carousel-track2 {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  width: max-content;
  align-items: stretch;
}
.speaker-card {
  border: 2px solid #1a2237;
  border-radius: 18px;
  padding: 30px 20px 20px 20px;
  text-align: center;
  background: #fff;
  min-width: 200px;
  max-width: 230px;
  width: 100%;
  margin: 0 16px;
  min-height: 320px;
  box-sizing: border-box;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.speaker-card:hover {
  box-shadow: 0 4px 24px 0 rgba(26, 34, 55, 0.08);
  border-color: #e74c3c;
}
.speaker-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
  background: #f3f3f3;
  object-fit: cover;
  border: 6px solid #f3f3f3;
}
.speaker-name {
  letter-spacing: 1px;
  color: #1a2237;
  font-size: 20px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.speaker-role {
  color: #1a2237;
  /* color: #888; */
  margin-bottom: 15px;
  font-size: 20px;
  min-height: 75px;
  align-items: center;
  justify-content: center;
}
.speaker-social {
  margin-top: auto;
}
.speaker-social a {
  margin: 0 8px;
  color: #1a2237;
  font-size: 22px;
  transition: color 0.2s;
  vertical-align: middle;
}
.speaker-social a:hover {
  color: #e74c3c;
}
.chevron {
  background: #fff;
  border: 2px solid #1a2237;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 22px;
  color: #1a2237;
  box-shadow: 0 2px 8px rgba(26, 34, 55, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 10px;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
  flex-shrink: 0;
}
.chevron:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.chevron:hover:not(:disabled) {
  background: #e74c3c;
  color: #fff;
  border-color: #e74c3c;
}

.sponsors-section {
  background: #fff;
  padding: 40px 0 10px 0;
}
.sponsors-title {
  font-family: "Anton", sans-serif;
  font-size: 1.4rem;
  color: #1a2237;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sponsors-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 48px;
}
.sponsor-logo {
  height: 54px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .sponsors-logos {
    gap: 24px 16px;
  }
  .sponsor-logo {
    height: 38px;
  }
}

@media (max-width: 1199px) {
  .speaker-card {
    min-width: 180px;
    max-width: 242px;
  }
}
@media (max-width: 991px) {
  .speaker-card {
    min-width: 160px;
    max-width: 260px;
  }
  .about-area::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .speakers-carousel-wrapper {
    padding-bottom: 20px;
  }
  .speaker-card {
    min-width: 300px;
    max-width: 395px;
    margin: 0 8px;
  }
  .chevron {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .but {
    padding: 11px 25px;
  }
  .block-ticket .block-price {
    font-size: 75px;
  }
  .sub-title-0 {
    font-size: 22px;
  }
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: portrait) {
  .but {
    padding: 11px 25px;
  }
  .block-ticket .block-price {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .but {
    padding: 11px 25px;
  }
  .block-ticket .block-price {
    font-size: 75px;
  }
  .sub-title-0 {
    font-size: 22px;
  }
  .block-ticket {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .vertical-align {
    display: block;
  }
  .block-tickets li {
    display: block;
  }
  /* .block-tickets.overlap {
    left: auto;
    margin-bottom: 20px;
    margin-top: 100px;
  } */
  .block-ticket {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 479px) {
  .vertical-align {
    display: block;
  }
  .block-tickets li {
    display: block;
  }
  .but {
    padding: 11px 20px;
  }
  /* .block-tickets.overlap {
    left: auto;
    margin-bottom: 20px;
    margin-top: 100px;
  } */
  .block-ticket {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  .tickets .col-sm-8,
  .tickets .col-sm-4,
  .tickets .col-sm-6 {
    float: none !important;
  }
}

@media (max-width: 767px) {
  #scrollUp {
    right: 25px;
  }

  .content-body {
    max-height: 500px;
  }

  .footer-area::after {
    content: none;
  }

  .special-wrap {
    padding: 0 15px;
  }

  .special-offer-area {
    padding: 100px 0;
  }

  .special-offer-area::after {
    top: -55px;
    left: -55px;
    width: 150px;
    height: 150px;
  }

  .about-area::after {
    /* bottom: -100px;
    left: 15px;
    width: 170px;
    height: 170px; */
    display: none;
  }

  .about-right a.btn-def,
  .special-offer-area a.btn-def {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #ed412a;
  }

  .about-area::before {
    content: none;
  }

  .about-left {
    padding: 0 30px;
  }

  .about-right {
    margin: 0 30px;
  }

  .about-right > ul li {
    font-size: 14px;
  }

  .descp > p {
    font-size: 14px;
    line-height: 1.2;
  }

  .slide1-text .cap-title h1 {
    font-size: 45px;
    text-align: center;
    line-height: 1.5;
  }

  .slide1-text .cap-title h1 .highlight {
    font-size: 60px;
    color: #ed412a;
    font-weight: bold;
  }

  .slide1-text .cap-dec p {
    margin-top: 10px;
    font-size: 35px;
    text-align: center;
  }

  .slider-btn {
    display: block !important;
    text-align: center;
    padding: 0;
  }

  .slider-container a.btn-def {
    padding: 12px 25px;
    font-size: 16px;
  }

  .date-address {
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin: 25px 0;
  }

  .down-arrow {
    display: none;
  }

  .nivoSlider img {
    height: 700px !important;
    background: #0e1b30;
  }

  .logo-02 {
    left: 15px !important;
    width: 130px;
  }

  .about-right::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 80px;
    right: -20px;
    bottom: -10px;
  }

  .countdown {
    font-size: 18px;
    padding: 10px 15px;
    margin: 40px auto 0;
    width: 300px;
    opacity: 1;
    /* bottom: -50px; */
    /* right: 20px; */
    position: static;
  }

  .countdown .title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: -35px;
    left: -35px;
  }

  .countdown .title {
    font-size: 21px;
    margin: 0 auto;
    text-align: center;
  }

  .timer {
    gap: 7px;
    margin-top: 5px;
  }

  .timer span:first-child {
    font-size: 25px;
    margin: 0;
  }

  .timer span:nth-child(2) {
    font-size: 10px;
  }

  .timer span:not(:last-child):not([id]) {
    font-size: 14px;
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .countdown {
    font-size: 20px;
    padding: 15px 20px;
    bottom: 0px;
    right: 0px;
  }

  .timer span:first-child {
    font-size: 25px;
    margin: 0;
  }

  .timer span:nth-child(2) {
    font-size: 12px;
  }

  .timer span:not(:last-child):not([id]) {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .countdown {
    font-size: 28px;
    padding: 22px 28px;
  }

  .timer span:first-child {
    font-size: 32px;
  }

  .timer span:nth-child(2) {
    font-size: 15px;
  }
}

.sponsor-card {
  padding: 10px 10px 10px 10px;
  text-align: center;
  min-width: 200px;
  max-width: 230px;
  width: 100%;
  margin: 0 16px;
  min-height: 150px;
  box-sizing: border-box;
  transition: box-shadow 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.sponsor-img {
  width: 250px;
  margin-bottom: 15px;
}

.sponsor-section {
  background: #ffffff;
  font-family: "Laconic", sans-serif;
}

.what-happen-area .section-title,
.sponsor-section .section-title {
  border-left: 4px solid #ed412a;
  padding: 10px 0 10px 20px;
}

@media (max-width: 575px) {
  .sponsor-card {
    width: 70vw;
    max-width: 70vw;
    min-width: 0;
    height: 40vw;
    max-height: 40vw;
    margin: 0 auto 18px auto;
    box-sizing: border-box;
  }
  .sponsor-card.active {
    display: flex !important;
  }
}

.timeline {
  position: relative;
  background-color: white;
  padding: 0px;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: #f8f8f8e1;
  padding: 0px;
  border-radius: 4px;
  min-height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

/* Línea y círculo */
.timeline-item::before {
  content: "";
  position: absolute;
  left: 133px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #0d0d0d;
  background-color: white;
}

/* Columna izquierda (tipo y sala) */
.left-content {
  width: 120px;
  flex-shrink: 0;
  color: #f26d6d;
  font-size: 13px;
  line-height: 1.4;
  padding-top: 35px;
}

.left-content span {
  color: #333;
  display: block;
  font-size: 15px;
}

/* Columna derecha (hora, título, speaker) */
.right-content {
  border-left: 2px solid #9a9a9a;
  padding-left: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.time {
  color: #555;
  font-size: 14px;
  margin-bottom: 5px;
}

.title {
  font-weight: bold;
  color: #1e1e1e;
  font-size: 16px;
  margin-bottom: 3px;
}

.speaker {
  color: #666;
  font-size: 14px;
}
