* {
  font-family: "Roboto", sans-serif;
}

nav .container-fluid {
  margin: 0!important;
  padding: 0!important;
}

nav {
  margin: 0!important;
  padding: 0!important;
}

.nav-link:focus, .nav-link:hover {
  color: #e4e4e4;
}

.navbar-nav {
  gap: 22px;
  padding-top: 60px;
  /* padding-left: 70px; */
}

.navbar-nav a {
  color: white;
  padding: 0px!important;
  font-weight: 400;
}

.header-bg {
  background: url(/assets/img/bg.png), linear-gradient(270deg, rgba(7, 9, 32, 0) 0%, #03061C 20.56%);
  background-position-x: right;
  background-repeat: no-repeat;
  min-height: 600px;
}

.hero {
  display: flex;
  flex-direction: row;
  padding-top: 82px;
  gap: 84px;
}

.hero img {
  width: 367px;
}

.hero p {
  width: 571px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.btn-cta {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  border: 0px solid transparent;
  font-family: "kanit";
  font-weight: 600;
  color: #FFF;
  background-color: #7F35F8;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.apresentacao {
  background: linear-gradient(0deg, #4A1F92 0%, #03061C 100%);
  display: flex;
  flex-direction: column;
  /* height: 306px; */
  /* padding-left: 70px; */
  /* padding-right: 70px; */
}

.apresentacao h1 {
  font-family: "kanit";
  font-weight: 600;
  font-size: 30px;
  line-height: 44.85px;
  color: #FFF;
}

.como-participar {
  background: #7F35F8;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.container-participar {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.como-participar-explicacao h2 {
  font-family: "kanit";
  font-weight: 600;
  font-size: 30px;
  line-height: 44.85px;
  color: #FFF;
  margin-bottom: 21px;
}
.como-participar-explicacao p {
  font-family: "roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
  margin-bottom: 28px;
  max-width: 70%;
}
.ref {
  font-family: "roboto";
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  color: #FFF;
}
.cta-c {
  display: block;
  width: 250px;
  height: 50px;
  border-radius: 5px;
  border: 0px solid transparent;
  font-family: "kanit";
  font-weight: 600;
  color:  #7F35F8;
  background-color: #FFF;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.criterio-avaliacao h2 {
  font-family: "kanit";
  font-weight: 600;
  font-size: 30px;
  line-height: 44.85px;
  color: #FFF;
  margin-bottom: 25px;
}
.criterio-avaliacao p {
  font-family: "roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
  margin-bottom: 84px;
  max-width: 70%;
}

.inscricao h2 {
  font-family: "kanit";
  font-weight: 600;
  font-size: 30px;
  line-height: 44.85px;
  color: #FFF;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #container {
    margin-top: -100px;
  }
  .inscricao form {
    min-width: 500px;
  }
  .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: "Kanit";
    line-height: 33px;
    margin-bottom: 0px;
  }
}

.inscricao input {
  padding: 21px 20px 19px;
  border-radius: 5px;
  border: 0px solid transparent;
}
.inscricao fieldset {
  margin-bottom: 16px!important;
}
#file-upload-button {
  background: #4A1F92;
  width: 240px;
  height: 50px;
  border-radius: 5px;
  border: 0px solid transparent;
  font-family: "kanit";
  font-weight: 600;
  font-size: 16px;
  line-height: 23.92px;
  color: #FFF;
  padding: 0;
}

.hs-form-7bdea9ed-42b8-4736-a824-8cab94bc948e_6fa9f7b7-e3bd-45a5-a65b-ad8bbe898d93 fieldset.form-columns-1 .input {
  margin: 0;
}

.hs-form-7bdea9ed-42b8-4736-a824-8cab94bc948e_6fa9f7b7-e3bd-45a5-a65b-ad8bbe898d93 fieldset.form-columns-2 .input {
  margin: 0!important;
}

.hs-form-7bdea9ed-42b8-4736-a824-8cab94bc948e_6fa9f7b7-e3bd-45a5-a65b-ad8bbe898d93 fieldset.form-columns-1 .hs-input {
  width: 100%!important;
}

#arquivo-7bdea9ed-42b8-4736-a824-8cab94bc948e {
  padding: 0px!important;
}

ul {
  list-style-type: none;
}

.inputs-list {
  padding-left: 0px;
  margin-bottom: 0px;
}

.round-checkbox {
  display: none; /* Esconde o checkbox padrão */
}

.round-checkbox + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%; /* Torna redondo */
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}

.round-checkbox:checked + label {
  background-color: transparent;
}

.round-checkbox + label::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}

.round-checkbox:checked + label::after {
  opacity: 1;
}

.hs-form-booleancheckbox {
  display: flex;
  gap: 10px;
}

#regulamento {
  font-family: "roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
  margin-bottom: 22px;
}

.inscricao fieldset.regulamento {
  margin-bottom: 0px!important;
}

.hs-button.primary.large {
  width: 500px;
  height: 76px;
  border-radius: 5px;
  background: #00FF75;
  border: 0px solid transparent;
  font-family: "kanit";
  font-weight: 600;
  font-size: 16px;
  line-height: 23.92px;
  color: #7F35F8;
}

.d-f {
  display: flex;
  margin-top: 33px!important;
  justify-content: space-between;
}

.d-f p {
  font-family: "roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFF;
  max-width: 228px;
  margin-bottom: 51px;
}

.jurados {
  background: #03061C;
}

.jurados-container {
  display: flex;
  flex-direction: column;
}

.jurados-container h3 {
  font-family: "kanit";
  font-weight: 600;
  font-size: 30px;
  color: #FFF;
  line-height: 44.85px;
  margin-top: 50px;
  margin-bottom: 24px;
  /* margin-left: 77px; */
}

.lista-jurados {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 17px;
  /* margin-bottom: 86px; */
}

.card {
  background:transparent;
  border-color: transparent;
}

.card-title {
  color: #00FF75;
  font-size: 22px;
  font-weight: 900;
  font-family: "Roboto";
  line-height: 23px;
  margin-bottom: 30px;
}
.card-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 23px;
}

.card-body {
  padding-left: 0px;
}
.modal-dialog {
  max-width: 800px;
}
.modal-content {
  background: #03061C;
  width: 800px;
  /* height: 330px; */
}
.modal-header {
  border-bottom: 1px solid transparent;
}
.modal-title {
  font-size: 22px;
  color: #00FF75;
  font-weight: 900;
  line-height: 23px;
}
.modal-header {
  padding-top: 49px;
  padding-left: 30px;
  padding-right: 31px;
  padding-bottom: 23px;
}
.modal-body {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 23px;
  padding: 20px;
}
.btn-close {
  background-image: url(/assets/img/close.png);
  opacity: 1!important;
}

.premiacao {
  background: linear-gradient(180deg, #7F35F8 0%, #4A1F92 100%);
}

.premiacao-container {
  display: flex;
  flex-direction: column;
}

.premiacao-container h3 {
  font-family: "kanit";
  font-weight: 600;
  font-size: 30px;
  color: #FFF;
  line-height: 44.85px;
  margin-top: 50px;
  margin-bottom: 30px;
  /* margin-left: 77px; */
}

.premiacao-container .subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 23px;
  margin-bottom: 30px;
}

.lista-premiacao {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 62px;
}
.lista-premiacao .card {
  background: transparent;
  border: 0px solid transparent;
}

.pagamento {
  margin-top: 91px;
  margin-bottom: 24px;
}
.pagamento h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 900;
  font-family: "Roboto";
  line-height: 23px;
}
.pagamento p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 23px;
  margin-bottom: 24px;
}
.pagamento button {
  font-size: 20px!important;
  margin-bottom: 50px;
}

footer {
  background: rgba(3, 6, 28, 1);
}

footer .footer-interno {
  padding-top: 31px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-interno p {
  margin-bottom: 0px;
  color: rgba(107, 106, 176, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
}

.lista-jurados-scroll {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 17px;
  margin-bottom: 86px;
  flex-wrap: nowrap;
}

.lista-premiacao-scroll {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 62px;
}

@media (min-width: 768px) {
  .card {
    max-width: 365px;
  }
  .collapse:not(.show) {
    display: block;
  }
  .fechar {
    display: none;
  }
  .subir {
    position: fixed;
    top: 600px;
    right: 60px;
  }
  #ombsp .ombsp-interno {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 80vw;
  }
}

@media (max-width: 767px) {
  #container {
    margin-top: -200px;
  }
  .card-list {
    display: flex;
    flex-direction: column!important;
    justify-content: space-around;
    align-items: center;
  }
  #ombsp p {
    font-size: 18px;
  }
  #ombsp .ombsp-interno {
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: -1px;
  }
  .subir {
    display: none;
  }
  .title {
    display: none;
  }
  .hero {
    padding-top: 148px;
    gap: 25px;
    padding-bottom: 49px;
  }
  .hero p {
    font-size: 16px;
    width: auto!important;
    margin-bottom: 0px;
  }
  .hero img {
    width: min-content;
    max-width: 300px;
  }
  .header-bg {
    background: url(/assets/img/bg-mobile.png), rgba(4, 7, 29, 1);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .apresentacao h1 {
    font-size: 26px;
    margin-bottom: 21px;
  }
  .apresentacao {
    /* height: 580px; */
  }
  .como-participar {
    padding-top: 41px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .como-participar-explicacao p {
    max-width: 100%;
  }
  .container-participar {
    display: flex;
    flex-direction: column;
  }
  .criterio-avaliacao p {
    max-width: 100%;
    margin-bottom: 47px;
  }
  form.hs-form-7bdea9ed-42b8-4736-a824-8cab94bc948e_6fa9f7b7-e3bd-45a5-a65b-ad8bbe898d93:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-7bdea9ed-42b8-4736-a824-8cab94bc948e_6fa9f7b7-e3bd-45a5-a65b-ad8bbe898d93:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
    margin-bottom: 16px;
  }
  .inscricao h2 {
    font-size: 26px;
  }
  .criterio-avaliacao h2 {
    font-size: 26px;
  }
  .como-participar-explicacao h2 {
    font-size: 26px;
  }
  .d-f {
    display: flex;
    margin-top: 0px !important;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .d-f p {
    max-width: max-content;
    margin-bottom: 13px;
  }
  .hs-button.primary.large {
    width: 300px;
    height: 80px;
    font-size: 20px;
  }
  .actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
  }
  .card {
    /* width: 222px; */
  }
  .lista-jurados {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 50px;
  }
  .lista-jurados-scroll {
    margin-left: 490px;
    display: flex;
    flex-direction: row;
    gap: 38px;
    margin-bottom: 0px;
  }
  .pagamento {
    margin-top: 50px;
    margin-bottom: 72px;
  }
  .lista-premiacao {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .lista-premiacao-scroll {
    margin-left: 460px;
    display: flex;
    flex-direction: row;
    gap: 38px;
  }
  footer .footer-interno {
    padding-top: 50px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .footer-interno p {
    font-size: 12px;
    max-width: 85%;
  }
  .footer-interno img {
    width: 30px;
  }
  .navbar-toggler {
    position: fixed;
    top: 70px;
    right: 0px;
    background: #4A1F92;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    z-index: 99;
  }
  .navbar-toggler-icon {
    background-image: url(/assets/img/menu.svg);
    width: 25px;
    height: 21px;
  }
  nav .collapse-horizontal{
    position: absolute;
    right: -12px;
    top: 0px;
    width: 200px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #4A1F92;
    align-items: center;
    z-index: 999;
  }
  .navbar-nav {
    width: 80%;
  }
  .fechar {
    position: relative;
    top: -45px;
    margin-left: auto;
  }
  .footer-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: 1040; */
}

.no-scroll {
  overflow: hidden;
}

footer h2 {
  font-family: "kanit";
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.encerrado {
  width: 100%;
  height: 50px;
  background: #F83558;
  font-size: 32px;
  font-family: "kanit";
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.card-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

video {
  width: 100%;
}