@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.id-color {
  color: #EDC27C !important;
}

h1, h2, h4, h3, h5, h6, .h1_big, .h1, .h2, .h3, .h4, .h5, .h6, footer.footer-light h5, body, #mainmenu {
  font-family: "Inter";
}

header #logo img {
  height: 50px;
  max-width: 200px;
}

#subheader {
  background: url(/images/background/bg2.jpg) center/cover !important;
}
#subheader h1 {
  font-size: 60px;
}

h1.ultra-big {
  font-size: 100px;
}

header.smaller {
  background-color: rgba(0, 34, 58, 0.8);
}

.top-countdown {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.top-countdown #section-date {
  padding: 20px 0px;
  background-color: rgba(0, 239, 200, 0.9);
}
.top-countdown #countdown_fixed {
  text-transform: uppercase;
}
.top-countdown #countdown_fixed .countdown-row {
  display: flex;
  flex-direction: row;
}
.top-countdown #countdown_fixed .countdown-row span {
  margin-right: 5px;
}

#back-to-top.show {
  bottom: 70px;
}

.cta-register {
  background-size: cover;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
.cta-register .cta-text {
  line-height: 1.5;
  margin-bottom: 0px;
  color: rgb(0, 34, 58);
  text-align: end;
}
.cta-register .cta-btn {
  height: 45px;
  margin-left: 20px;
}

.countdown-section {
  color: rgb(0, 34, 58);
  display: flex;
  align-items: center;
}
.countdown-section .countdown-amount {
  color: rgb(0, 34, 58);
  font-size: 48px;
  font-weight: 900;
}
.countdown-section .countdown-period {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.btn-secondary {
  background-color: rgb(0, 34, 58) !important;
}
.btn-secondary span {
  color: #EDC27C !important;
}

@media screen and (max-width: 480px) {
  .countdown-section .countdown-amount {
    font-size: 32px;
  }
  .cta-register {
    justify-content: center;
  }
  .cta-register .cta-text {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .cta-register .cta-btn {
    margin-left: 0px;
  }
  h1 {
    font-size: 30px;
  }
 p {
    font-size: 20px;
  }
 
  
  .hero-banner {
    padding-top: 320px !important;
    justify-content: start !important;
    padding-top: 20px;
    text-align: center;
  }
  .hero-banner p {
    font-size: 20px !important;
  }
  .hero-banner h1 {
    font-size: 30px !important;
  }
  .header-mobile {
    background-color: rgba(0, 34, 58, 0.8) !important;
  }
  #subheader {
    padding-top: 160px;
  }
  #subheader h1 {
    font-size: 40px;
  }
  footer {
    padding-bottom: 250px !important;
  }
}
.h-100 {
  height: 100vh !important;
}

#menu-btn {
  height: 30px;
  padding: 2px;
  margin-top: 0px;
  border-radius: 2px;
}

.btn-main {
  border-radius: 2px !important;
}

.speaker-item .arrow__up {
  border-bottom: 15px solid rgba(0, 239, 200, 0.9);
}
.speaker-item .speaker-info {
  background: rgba(0, 239, 200, 0.9);
  color: rgb(0, 34, 58);
  padding: 5px;
  line-height: 1;
}
.speaker-item .speaker-info .speaker-name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.speaker-item .speaker-info .speaker-title {
  font-size: 12px;
}
.speaker-item h3 {
  font-size: 20px !important;
}

.bg-primary {
  background-color: #EDC27C !important;
}

.font-size-80 {
  font-size: 80px !important;
}

.font-size-65 {
  font-size: 65px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.color-secondary {
  color: rgb(0, 34, 58) !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700;
}

.text-upper {
  text-transform: uppercase;
}

.specs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specs .spec-item {
  margin-bottom: 40px;
}

.header-mobile {
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 2;
}

footer {
  padding-bottom: 200px;
  padding-top: 100px;
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer .logo {
  margin-bottom: 30px;
}
footer .footer .logo img {
  width: 100%;
  max-width: 200px;
}
footer .footer .social {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
footer .footer .documents a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline !important;
}

.bg-white {
  background-color: white !important;
}

.booths {
  overflow-y: scroll;
  list-style-type: none;
  padding-left: 0;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
}
.booths li {
  padding: 10px 20px;
}
.booths li:hover {
  background-color: rgba(0, 34, 58, 0.5);
}
.booths li:hover a {
  color: white;
}
.booths li a {
  display: inline-block;
  color: rgb(0, 34, 58);
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}

#form_contact textarea {
  height: 195px;
}

.success {
  border: solid 2px #EDC27C;
}

h2.swal2-title {
  color: rgb(0, 34, 58);
}

.text-del {
  text-decoration: line-through;
}

#section_gallery img {
  height: 250px;
  width: 100%;
}

#section_qr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding-top: 20px;
  margin-bottom: 40px;
}
#section_qr img {
  width: 200px;
}

/*# sourceMappingURL=custom.css.map */
