/* --------------------- */
/* hero           */
/* --------------------- */

#hero {
  margin-bottom: 30px;
}

.hero {
  overflow: hidden;
}

.hero-content {
  color: white;
  text-align: center;
  z-index: 2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  padding-top: 125px;
}

.logo-veeva-hero img {
  width: 120px;
}

.hero h2 {
  font-size: 2.2rem;
  width: 270px;
  margin: 0 auto;
}

.hero h3 {
  font-size: 2.8rem;
}

.hero h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 65px;
}

@media (min-width: 1200px) {
  .hero h2 {
    font-size: 4.5rem;
    width: auto;
    margin: 0;
  }

  .hero h3 {
    font-size: 3.2rem;
  }

  .hero h4 {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }

  .hero-content {
    padding-top: 120px;
  }
}

/* --------------------- */
/* countdown           */
/* --------------------- */

#countdown {
  margin-bottom: 40px;
}

.countdown-gradient {
  background: #fdae02;
  background: linear-gradient(
    0deg,
    rgba(253, 174, 2, 1) 0%,
    rgba(253, 136, 1, 1) 50%,
    rgba(253, 79, 0, 1) 100%
  );
  color: white;
  padding: 15px 0;
  text-align: center;
}

.countdown-gradient h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.countdown-gradient h3 small {
  font-size: 0.1rem;
  font-weight: 400;
}

.countdown-label {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
  transform: translateY(-3px);
}

@media (min-width: 1200px) {
  #countdown {
    margin-bottom: 90px;
  }

  .countdown-gradient {
    padding: 40px 0;
  }

  .countdown-gradient h3 {
    font-size: 3rem;
  }

  .countdown-gradient h3 span {
    line-height: 1;
  }

  .countdown-label {
    font-size: 1.4rem;
    transform: translateY(-10px);
  }

  .countdown-gradient h3 {
    font-size: 3rem;
  }

  .countdown-gradient h3 small {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

/* --------------------- */
/* about           */
/* --------------------- */

.about {
  margin-bottom: 3rem !important;
}

.about-numbers {
  font-size: 1.3rem;
  margin-bottom: 0;
  display: flex;
  gap: 18px;
}

.about-numbers-number {
  color: #e29142;
  font-size: 3.5rem;
  font-weight: 700;
  width: 135px;
  text-align: center;
}

.about-numbers-description {
  font-size: 1.3rem;
  padding-top: 30px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .about-numbers-number {
    width: auto;
    text-align: left;
  }

  .about-numbers-description {
    padding-top: 18px;
  }
}

/* --------------------- */
/* sponsors           */
/* --------------------- */

.sponsors-logos-area {
  background-color: #f1f2f2;
  padding-top: 40px;
}

.sponsors h3 {
  font-weight: 400;
}

.sponsors-subtitle {
  font-size: 2rem;
  font-weight: 400 !important;
  text-align: center;
  margin-bottom: 40px;
}

/* --------------------- */
/* información importante           */
/* --------------------- */

#important {
  margin-bottom: 3rem;
}

.important-box {
  background-color: #f2f2f2;
  color: #212529;
  border-radius: 64px;
  padding: 45px 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.important-box:hover {
  background: linear-gradient(
    180deg,
    rgba(231, 84, 49, 1) 0%,
    rgba(255, 180, 74, 1) 63%
  );
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.important-box:hover h4.important-box-title {
  color: white;
}

.important-box-icon {
  height: 100px;
  margin-bottom: 25px;
  transition: filter 0.3s ease-in-out;
}

.important-box:hover .important-box-icon {
  filter: invert(100%);
}

h4.important-box-title {
  font-size: 1.6rem;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
}

.important-box-description {
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .important-box {
    height: 325px;
    margin-bottom: 0;
  }

  .important-box-larger {
    height: 430px;
  }
}

/* --------------------- */
/* agenda           */
/* --------------------- */

#agenda {
  margin-bottom: 60px;
}

.agenda h3 {
  font-size: 2.4rem;
  font-weight: 400;
}

.agenda h4 {
  font-weight: 400 !important;
}

.agenda hr {
  border-top: 1px solid #212529;
  opacity: 1;
}

.speaker-img {
  width: 80px;
}

.agenda-icon {
  width: 24px;
}

.agenda-gray-card {
  background-color: #f4f4f4;
  border-radius: 32px;
  padding: 24px 45px;
}

h4.room-title {
  color: #d05528;
  text-align: center;
  font-weight: 700 !important;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

/* --------------------- */
/* footer           */
/* --------------------- */

footer {
  background-color: #d05721;
  padding: 40px 0;
}

.footer-logo {
  width: 120px;
}

footer a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}
