body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

header {
  text-transform: uppercase;
}
header ul {
  gap: 15px;
}
header ul a {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

footer {
  background-color: #00182a;
  color: #fff;
}
footer span {
  font-size: 0.75rem;
}

.svg-title {
  max-height: 48px;
}
@media (max-width: 1399.98px) {
  .svg-title {
    max-height: 36px;
  }
}

.btn-primary {
  background: #ff3441;
  padding: 10px 20px;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  transition: 2s;
}
.btn-primary:hover {
  background: #a04c1b;
}

.btn-custom {
  font-size: 22px;
  font-weight: 700;
  border-radius: 5px;
}
@media (max-width: 998.98px) {
  .btn-custom {
    font-size: 0.875rem;
    width: 100%;
  }
}

section#banner {
  background: url("../assets/img/bg-banner-min.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
section#banner .logo-evento {
  width: 700px;
}
@media (max-width: 1024.98px) {
  section#banner .logo-evento {
    width: 400px;
  }
}
section#banner .title {
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  color: #033051;
}
section#banner .subtitle {
  text-align: left;
  color: #f6860e;
  font-size: 1.313rem;
  font-weight: 700;
}
section#banner .text {
  text-align: left;
  font-size: 1.313rem;
  color: #000;
}
@media (min-width: 998.98px) and (max-width: 1024.98px) {
  section#banner .text {
    font-size: 1rem;
  }
}
section#banner .preletores-banner {
  max-width: 745px;
  margin: auto;
  width: 100%;
}
section#banner h1 {
  color: #fff;
  font-weight: 700;
}
section#banner p {
  color: #fff;
  max-width: 700px;
  font-size: 1.125rem;
  font-weight: 400;
}
section#banner .title {
  font-size: 2.738rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media (min-width: 998.98px) and (max-width: 1024.98px) {
  section#banner .title {
    font-size: 2rem;
    line-height: 40px;
  }
}

section#sobre {
  background: linear-gradient(180deg, var(--token-8310a0f6-f294-4e30-a889-818efa4605f2, rgb(0, 76, 120)) 0%, rgb(5, 30, 53) 100%);
  color: #fff;
}
section#sobre .tag {
  background-color: #f9b546;
  color: #fff;
  max-width: 200px;
  letter-spacing: 1px;
  padding: 5px 10px;
}
section#sobre h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}
section#sobre h3 {
  font-size: 2rem !important;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -1px;
}
@media (max-width: 1399.98px) {
  section#sobre h3 {
    font-size: 1.6rem !important;
  }
}
section#sobre p {
  color: #fff;
  font-size: 1.225rem;
  font-weight: 400;
  line-height: 35px;
}
section#sobre .titulo {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
section#sobre .subtitulo {
  color: #fd7809;
}
@media (max-width: 1399.98px) {
  section#sobre .subtitulo {
    line-height: 30px;
  }
}
section#sobre .box {
  border: solid 1px #ffffff;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  min-height: 308px;
  position: relative;
}
@media (max-width: 1199.98px) {
  section#sobre .box {
    margin-top: 30px !important;
  }
}
section#sobre .box p {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 0;
  padding-top: 15px;
  font-weight: 300;
}
@media (max-width: 1399.98px) {
  section#sobre .box p {
    line-height: 30px;
  }
}
@media (min-width: 998.98px) and (max-width: 1024.98px) {
  section#sobre .box {
    min-height: 368px;
  }
}
section#sobre .about-content p {
  font-size: 1rem !important;
  line-height: normal;
  line-height: 30px;
  font-weight: 300;
}

section#preletores {
  background: #ff8b32;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
section#preletores h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
section#preletores p {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 1399.98px) {
  section#preletores {
    padding: 25px 0;
  }
  section#preletores img {
    max-width: 375px;
  }
}
@media (max-width: 361.98px) {
  section#preletores img {
    max-width: 316px;
  }
}
section#preletores .box-release {
  border-radius: 15px;
}
section#preletores h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 35px;
}
section#preletores .bg-palestrantes {
  background-color: #00182b;
  border-radius: 30px;
  color: #fff;
  padding: 10px;
  max-width: 500px;
  height: 890px;
}
@media (max-width: 1368.98px) {
  section#preletores .bg-palestrantes {
    height: 800px;
  }
}
@media (max-width: 998.98px) {
  section#preletores .bg-palestrantes {
    height: auto;
  }
}
@media (min-width: 998.98px) and (max-width: 1024.98px) {
  section#preletores .bg-palestrantes {
    height: 840px;
  }
}
section#preletores .bg-palestrantes p {
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 25px;
  padding-bottom: 15px;
}
section#preletores .bg-palestrantes img {
  background: #e2c7b1;
  margin-top: 5px;
  border-radius: 30px;
}

.shine {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -78%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

section#fotos .box-figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#fotos .border {
  border: solid 1px rgba(255, 255, 255, 0.2588235294) !important;
  width: 90%;
  height: 90%;
  position: absolute;
  margin: auto;
}
section#fotos figure {
  margin-bottom: 0;
}
section#fotos .image-label {
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #f9b546;
  padding: 7px 10px;
  color: #fff;
  font-size: 0.875rem;
}

.my-slider {
  gap: 40px;
}

section#ingressos {
  background-color: #fff;
  background: url("../assets/img/bg-ingressos.jpg") no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  background-color: #290b00;
}
@media (max-width: 1199.98px) {
  section#ingressos {
    background-position: center;
  }
}
section#ingressos h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
section#ingressos p {
  color: #505050;
  font-size: 1.225rem;
  font-weight: 200;
  line-height: 35px;
}
section#ingressos .plan {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px;
  border-radius: 10px;
  position: relative;
  font-size: 1.12rem;
  background-color: #fff;
  max-width: 340px;
}
section#ingressos .plan .title {
  text-transform: uppercase;
  color: #fff;
}
section#ingressos .plan .plan-body {
  padding: 10px 30px;
  padding-bottom: 30px;
}
@media (max-width: 1399.98px) {
  section#ingressos .plan {
    margin: 5px;
  }
}
section#ingressos .plan .hr {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 1rem 0;
}
section#ingressos .plan h3 {
  font-weight: 700;
  font-size: 1.425rem;
  background: #18b542;
  padding: 35px;
  border-radius: 10px 10px 0 0;
}
section#ingressos .plan a {
  display: block;
  border-style: none;
  border-radius: 10px;
  left: 23px;
  z-index: 295;
  font-size: 1.125rem;
  bottom: -50px;
}
@media (max-width: 1399.98px) {
  section#ingressos .plan a {
    width: 100%;
    font-size: 1rem;
  }
}
section#ingressos .plan ul {
  min-height: 80px;
}
section#ingressos .plan .price span {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
}
section#ingressos .plan .price .value {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 40px;
}
section#ingressos .parceiros h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.325rem;
  margin-top: 25px;
}
section#ingressos .parceiros p {
  color: #fff;
}
section#ingressos .parceiros a {
  color: #fff;
  text-decoration: none;
}

section#programacao {
  background: #00182b;
  color: #fff;
}
section#programacao h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
section#programacao .date {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
section#programacao .date .highlight {
  color: #ff8b32;
}
section#programacao .date .subtitle {
  font-size: 1.225rem;
  text-transform: none;
  font-weight: 400;
}

section#revista h2 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.5rem;
}
section#revista p {
  color: #505050;
  font-size: 1.225rem;
  font-weight: 200;
  line-height: 35px;
}

section#faq {
  background: #ffffff;
}
section#faq h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
section#faq p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
section#faq .accordion-button:not(.collapsed) {
  color: #000;
}
section#faq .accordion {
  --bs-accordion-active-bg: #fff;
}
section#faq .accordion-button {
  padding: 24px !important;
  font-weight: 600;
  font-size: 1.125rem;
}
section#faq .accordion-button:focus {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
}

section#hotels .box-hotels {
  border: solid 12px #f1f1f1;
  border-radius: 15px;
  padding: 20px;
  font-size: 1.225rem;
  text-align: center;
  margin-bottom: 20px;
}
section#hotels .box-hotels p {
  line-height: normal;
  margin-top: 10px;
  font-weight: 400;
}
section#hotels .box-hotels p a {
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

section#parceiros {
  background-color: #fffbfb;
  border-top: solid 1px #fee;
}
section#parceiros h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}
section#parceiros .tns-item {
  text-align: center;
}

section#hotels {
  border-top: solid 1px #fee;
}
section#hotels h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}

section#map {
  height: 400px;
}

section#suporte h2 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}

.tns-nav {
  gap: 5px;
  display: flex;
  justify-content: center;
}
.tns-nav button {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: none;
}
.tns-nav .tns-nav-active {
  background-color: #cdcdcd;
}

.tns-ovh {
  margin-bottom: 30px;
}

.buy-ticket {
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  background-color: #ef141a;
  background: hsl(358, 87%, 51%);
  background: linear-gradient(90deg, hsl(358, 87%, 51%) 0%, hsl(358, 97%, 63%) 100%);
  background: -webkit-linear-gradient(90deg, hsl(358, 87%, 51%) 0%, hsl(358, 97%, 63%) 100%);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

section#suporte a {
  font-size: 1.125rem;
  color: #000;
  text-decoration: none;
}
section#suporte .facilitador a {
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  section#suporte .duvidas {
    border-top: solid 1px #ccc;
  }
}

.address {
  position: absolute;
  z-index: 9999;
  background: #00182a;
  color: #fff;
  top: 22%;
  text-align: center;
  left: calc(50% - 410px);
  border-radius: 20px;
}
@media (max-width: 1399.98px) {
  .address {
    left: calc(50% - 170px);
  }
}
.address .address-title {
  font-weight: 600;
  font-size: 1.5rem;
}
.address a {
  background-color: #ff8b32;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
}

.jotiva a {
  text-decoration: none;
  color: #6f6f6f;
  font-weight: 500;
}
.jotiva span {
  font-size: 10px;
}
.jotiva img {
  filter: brightness(0) invert(1);
  opacity: 0.4;
  transition: 0.2s;
}
.jotiva img:hover {
  opacity: 100;
  filter: none;
}/*# sourceMappingURL=styles.css.map */