@font-face {
  font-family: "playbold";
  src: url("../assets/fonts/play-bold-webfont.woff2") format("woff2"), url("../assets/fonts/play-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playregular";
  src: url("../assets/fonts/play-regular-webfont.woff2") format("woff2"), url("../assets/fonts/play-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

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

footer {
  background-color: #000125;
  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: #ff2938;
  padding: 10px 20px;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  transition: 1s;
}
.btn-primary:hover {
  background: #ff6c2f;
}

.btn-primary-white {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 100px;
  color: #000000;
  text-decoration: none;
  transition: 1s;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary-white:hover {
  background: rgba(255, 255, 255, 0.768627451);
}

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

section#banner {
  background: url("/assets/img/bg-banner-min.jpg?v=2");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 992.98px) {
  section#banner {
    background: url("/assets/img/bg-banner-mobile.jpg");
    background-size: cover;
    background-position: center;
  }
}
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 .preletores {
  max-width: 340px;
  width: 100%;
}
@media (min-width: 992.98px) {
  section#banner .preletores {
    max-width: 600px;
  }
}
section#banner .logo-evento {
  max-width: 270px;
  position: relative;
  width: 100%;
  top: 40px !important;
}
@media (min-width: 992.98px) {
  section#banner .logo-evento {
    width: 100%;
    max-width: 330px;
  }
}
section#banner a {
  position: relative;
  top: -30px;
}
@media (min-width: 992.98px) {
  section#banner a {
    top: -100px;
  }
}
section#banner .location {
  position: relative;
  top: -120px;
}
@media (max-width: 992.98px) {
  section#banner .location {
    top: -50px;
  }
}
section#banner .location img {
  max-width: 150px;
  margin-bottom: 15px;
}
@media (max-width: 992.98px) {
  section#banner .location img {
    max-width: 130px;
  }
}
section#banner .location .local {
  border: solid 3px #9400f9;
  border-radius: 5px;
  padding: 6px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  max-width: 320px;
  margin: auto;
}
@media (max-width: 992.98px) {
  section#banner .location .local {
    font-size: 0.875rem;
  }
}

section#sobre {
  background: url("/assets/img/02.png");
  color: #fff;
  background-attachment: fixed;
}
section#sobre p {
  color: #fff;
  font-size: 1.325rem !important;
  font-weight: 400;
  line-height: 35px !important;
}
@media (max-width: 992.98px) {
  section#sobre p {
    line-height: 28px;
  }
}
section#sobre h3 {
  font-family: "playregular";
  text-transform: uppercase;
  font-size: 2.7rem;
}
section#sobre ul {
  margin: 0;
  padding: 0;
}
section#sobre ul li {
  margin-top: 20px;
  font-weight: 300;
  display: flex;
}
section#sobre ul li b {
  font-weight: 600;
}

section#preletores {
  background-image: url("/assets/img/bg-preletores-min.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#preletores h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  font-size: 2.3rem;
}
section#preletores p {
  color: #fff;
  font-size: 1rem;
}
section#preletores .box-release {
  border-radius: 15px;
  padding: 15px 10px;
}
section#preletores h3 {
  color: #fff;
  font-weight: 700 !important;
  font-size: 2.1rem;
  text-transform: uppercase;
  line-height: 35px;
}
section#preletores h3 span {
  font-weight: 400 !important;
}

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#regulamento {
  background: #ff2b40;
}
section#regulamento h3 {
  font-family: "playregular";
  text-transform: uppercase;
  font-size: 2.7rem;
  color: #fff;
  text-align: center;
}
section#regulamento .subtitle {
  color: #fff;
  text-align: center;
}

section#ingressos {
  background-color: #fff;
  background: url("/assets/img/04.png") no-repeat;
  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 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  font-size: 2.3rem;
}
section#ingressos h3 {
  font-family: "playregular";
  text-transform: uppercase;
  font-size: 2.7rem;
  color: #fff;
  text-align: center;
}
section#ingressos .hr {
  padding: 0 !important;
  margin: 0 !important;
}
section#ingressos p {
  color: #fff;
  font-size: 1.225rem;
  font-weight: 400;
  line-height: 35px;
}
section#ingressos .plan {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px;
  border-radius: 20px;
  position: relative;
  font-size: 1.12rem;
  background-color: #fff;
}
@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;
}
section#ingressos .plan ul li {
  padding: 10px 30px;
}
section#ingressos .plan a {
  display: block;
  border-style: none;
  border-radius: 0 0 10px 10px;
  left: 23px;
  z-index: 295;
  width: 100%;
  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;
  font-weight: 600;
  display: block;
}
section#ingressos .plan .price .value {
  font-size: 2.95rem;
  font-weight: 700;
  line-height: 50px;
  color: #ff2b40;
}

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: #0e0829;
}
section#faq h3 {
  font-family: "playregular";
  text-transform: uppercase;
  font-size: 2.7rem;
  color: #fff;
  text-align: center;
}
section#faq .subtitle {
  color: #fff;
  text-align: center;
}
section#faq a {
  color: #ff2b40;
}
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: 1rem;
  font-family: "playregular";
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: #201847;
  color: #fff !important;
}
section#faq .accordion-button:focus {
  box-shadow: none;
  color: #fff !important;
}
section#faq .section#faq .accordion-button:not(.collapsed) {
  color: #fff;
  border: none;
}
section#faq .accordion-item {
  margin-top: 10px;
  border: none;
}
section#faq .accordion-collapse {
  background-color: #201745;
  color: #fff;
  text-align: left;
}
section#faq .accordion-collapse p {
  color: #fff;
}

section#hotels .cupom {
  width: calc(100% - 40px);
  font-size: 14px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 175px);
  border: solid 1px #000;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 992.98px) {
  section#hotels .cupom {
    left: calc(50% - 150px);
  }
}
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 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 {
  background: #f7f7f7;
}
section#suporte h3 {
  font-family: "playregular";
  text-transform: uppercase;
  font-size: 2.7rem;
  color: #0e0828 !important;
  text-align: left;
}
section#suporte a {
  color: #0e0828 !important;
}
section#suporte .social {
  display: flex;
  gap: 10px;
}
section#suporte .social svg {
  width: 45px;
  height: 45px;
}
section#suporte .social svg path {
  fill: #ff2d47 !important;
}
section#suporte .social svg:hover path {
  fill: #ff7229 !important;
}

.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: #00c13d;
  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;
}

.address {
  position: absolute;
  z-index: 9999;
  background: #24055e;
  color: #fff;
  top: 22%;
  text-align: center;
  left: calc(50% - 410px);
  border-radius: 10px;
}
.address a {
  background-color: #00d3cb;
  color: #25035c;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
}
@media (max-width: 992.98px) {
  .address {
    left: calc(50% - 160.6px);
  }
}

.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;
}

.tag-parceiro {
  background-color: #ffb900;
  position: absolute;
  top: -25px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  left: calc(50% - 95px);
}

#programacao {
  background-color: #0e0047;
  color: #fff;
  font-size: 1.525rem;
  font-weight: 600;
  text-transform: uppercase;
}
#programacao .highlight {
  color: #00d3cb;
}
@media (max-width: 992.98px) {
  #programacao .highlight {
    display: block;
  }
}
#programacao .subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  color: #dbd2ff;
  line-height: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(245, 245, 245, 0.1490196078);
  padding-top: 10px;
}
#programacao .hour {
  font-weight: 600;
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
  border: solid 1px #0e0047;
}/*# sourceMappingURL=styles.css.map */