.about-section .section-title {
  padding-top: 50px;
}

.about-section .section-title h2 {
  margin-bottom: 5px;
}

.about-section .section-title h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.team-member-section {
  background-color: black;
}

.about-section {
  background-color: black;
  padding-bottom: 0px;
}

h4 {
  color: white;
}

.row {
  color: white;
}

.header-section {
  background-color: black;
}

.nav-menu .mainmenu ul li a {
  color: white;
}

.bg-gradient,
.bd-text .bd-tag-share .s-share a:hover,
.bh-text .play-btn,
.schedule-table-tab .nav-tabs .nav-item .nav-link.active,
.newslatter-inner .ni-form button,
.latest-item .li-tag,
.price-item .price-btn:hover,
.price-item .pi-price,
.price-item .tr-tag,
.schedule-tab .nav-tabs .nav-item .nav-link.active,
.site-btn {
  background-image: -o-linear-gradient(330deg, #ee8425 0%, #f9488b 100%), -o-linear-gradient(330deg, #ee8425 0%, #f9488b 100%);
  background-image: linear-gradient(120deg, #99191d 0%, #ED3237 100%), linear-gradient(120deg, #ED3237 0%, #ED3237 100%)
}

.primary-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b)), -webkit-gradient(linear, left top, right top, from(#ee8425), to(#f9488b));
  background-image: -o-linear-gradient(left, #ee8425 0%, #f9488b 100%), -o-linear-gradient(left, #ee8425 0%, #f9488b 100%);
  background-image: linear-gradient(to right, #99191d 0%, #ED3237 100%), linear-gradient(to right, #ED3237 0%, #ED3237 100%);
}

.primary-btn:hover {
    background-color: #99191d;
}

.about-section .section-title h2 {
  color: white;
}

.about-section .section-title p {
  color: white;
}

.about-text h3 {
  color: white;
}

.about-text ul li {
  color: white;
}

.section-title h2 {
  color: white;
}

.section-title p {
    color: white;
}

.hero-section {
  padding-top: 350px;
  padding-bottom: 0px;
}

.hero-section .hero-text {
  padding-top: 50px;
}

.hero-section .hero-text h2 {
  font-size: 35px;
}

@media (max-width: 959px) {
  .set-bg {}

  .hero-section {
    padding-top: 170px !important;
  }

  .present-text {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 960px) {
  .counter-text{
    margin-top: 20px !important;
  }

  .slicknav_nav .dropdown {
    top: auto !important;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    padding-top: 470px;
  }

  .present-text {
    padding-bottom: 30px;
  }
}

.footer-section {
  background: black;
}

.logo {
  padding-top: 16px;
  padding-bottom: 16px;
}

.spad {
  background-color: black;
}

.team-member-section {
  padding-bottom: 50px;
  padding-top: 52px;
}

.breadcrumb-section {
  background-color: black;
}

.breadcrumb-text h2 {
  color: white;
}

.breadcrumb-text .bt-option a {
  color: white;
}

.breadcrumb-text .bt-option span {
  color: #ED3237;
}

.login-text {
  margin-left: 70px;
  text-transform: uppercase;
  color: white;
}

.media-image-box, .media-video-box, .media-document-box {
  width: 100%;
}

.btn-primary {
  background-color: #99191d;
  border-color: #99191d;
}

.btn-primary:hover {
  background-color: #ED3237;
  border-color: #ED3237;
}

a {
  color: white;
}

a:hover {
    color: white;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #ED3237;
  border-color: #ED3237;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(214 52 56 / 50%);
}

.section-title {
  padding-top: 0px;
}

.member-item {
  height: 290px;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #ed3237;
    border-color: #ed3237;
    box-shadow: 0 0 0 0.2rem #ed3237;
}

.btn-primary:focus {
  background-color: #ed3237;
  border-color: #ed3237;
  box-shadow: 0 0 0 0.2rem #ed3237;
}

h5 {
  color: white;
}

h2 {
  color: white;
}

h3 {
  color: white;
}

.h-100 {
  height: auto!important;
}

.py-5 {
  padding-bottom: 0!important;
}

.ha-text {
  padding-top: 0px;
}

.regulation-text {
  color: white;
  text-align: justify;
}

.regulation-text h4 {
  font-size: 30px;
  color: white;
}

.regulation-text p {
  color: white;
  font-size: 18px;
}

.regulation-title p {
  color: white;
  font-size: 18px;
}

.regulation-text h4{
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.regulation-text h5{
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.regulamento-list {
  list-style-type: none;
  counter-reset: item;
  padding-left: 20px; /* Ajuste o valor conforme necessário */
}

.regulamento-item {
  counter-increment: item;
  padding-bottom: 10px;
  margin-left: -20px;
}

.regulamento-item p::before {
  content: counter(item) ". ";
}

.sub-list {
  list-style-type: none;
  counter-reset: subitem;
  margin-left: 20px; /* Ajuste o valor conforme necessário */
}

.sub-list li {
  counter-increment: subitem;
  padding: 6px;
  font-size: 18px;
}

.sub-list li::before {
  content: counter(item) "." counter(subitem) " ";
}

.sub-sub-list {
  list-style-type: none;
  counter-reset: subsubitem;
  margin-left: 20px; /* Ajuste o valor conforme necessário */
}

.sub-sub-list li {
  counter-increment: subsubitem;
}

.sub-sub-list li::before {
  content: counter(item) "." counter(subitem) "." counter(subsubitem) " ";
}

.regulamento-item p {
  font-weight: bold; /* Adiciona negrito ao texto dentro da tag p */
  font-size: 23px;
}

.sub-sub-sub-list {
  list-style-type: none;
  counter-reset: subsubsubitem;
  margin-left: 20px; /* Ajuste o valor conforme necessário */
}

.sub-sub-sub-list li {
  counter-increment: subsubsubitem;
}

.sub-sub-sub-list li::before {
  content: counter(item) "." counter(subitem) "." counter(subsubitem) "." counter(subsubsubitem) " ";
}

.numeral-list {
  list-style-type: none;
  counter-reset: item;
  padding-left: 20px; /* Ajuste o valor conforme necessário */
  padding-left: 80px;
}

.numeral-list li {
  counter-increment: item;
  margin-bottom: 10px; /* Ajuste o valor conforme necessário */
}

.numeral-list li::before {
  content: counter(item) "º ";
  font-weight: bold;
  margin-right: 5px; /* Espaçamento entre o número e o texto do item */
}

.text-other {
  margin-left: 80px;
}

.present-text {
  font-size: 30px;
  text-shadow: 2px 2px black;
}

.counter-text h3 {
  font-size: 35px;
}

.text-small {
  font-size: 12px;
}

#validation-ok, #validation-error {
  display: none;
}

.btn-primary:disabled {
  background-color: #99191d;
  border-color: #99191d;
}

.counter-section strong{
  font-size: 20px;
}

.section-title h3, h4 {
  font-weight: bold;
}

.nav-menu .mainmenu ul li .dropdown {
  background: black;
}

#editions li.dropdown {
  position: static;
}

/* garante que TODOS os itens internos apareçam */
.slicknav_nav ul li {
  display: block !important;
}

/* evita altura travada */
.slicknav_nav ul {
  height: auto !important;
  overflow: visible !important;
}


