body {
  scroll-behavior: smooth;
}

/* Header */
.header-main .logo18anos {
  width: 57px;
  margin: 8px 0 0 17px;
}

/* Footer */
.widget-head .logo18anos {
  width: 57px;
  margin: 8px 0 0 17px;
}

/* Menu */
@media (min-width: 1200px) {
  #menu-primary-menu>.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
  }

  #menu-primary-menu .submenu .menu-item-has-children>a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 8px;
    font-size: 12px;
  }
}

/* Footer */
@media (min-width: 1200px) {
  .footer-section .rodape-premios {
    max-width: 300px;
    margin-top: -70px;
  }
}

/* 404 | Obrigado */
.error404 .header-1 {
  background-color: #0F172A;
}

.page-default {
  background-color: #3B82F6;
  margin-top: 100px;
  padding: 16px 0;
}

.page-default h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.page-default-message {
  margin: 60px 0;
  padding: 0 16px;
}

.page-default-message h2 {
  color: #0F172A;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 991px) {

  /* 404 */
  .page-default {
    margin-top: 100px;
  }
}

/* Outros */
.hero-1 .hero-content h2 {
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.hero-1 .hero-content h2 span {
  background-color: #094FC3;
  color: var(--white);
  border-radius: 20px;
  height: 23px;
  display: inline-block;
  line-height: 23px;
  padding: 0 10px;
  margin-right: 10px;
}

.hero-1 .hero-content .hero-info .info-content h2 {
  color: var(--white);
  font-size: 25px;
  font-weight: 500;
  text-transform: inherit;
}

.feature-box-items h2 {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

/* Depoimentos */
.testimonial-wrapper {
  position: relative;
  padding: 0 50px;
}

.testimonial-wrapper .array-button {
  position: static;
}

.testimonial-wrapper .array-prev,
.testimonial-wrapper .array-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #ffffff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.testimonial-wrapper .array-prev {
  left: -20px;
}

.testimonial-wrapper .array-next {
  right: -20px;
}

.testimonial-wrapper .array-prev:hover,
.testimonial-wrapper .array-next:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

@media (max-width: 576px) {
  .testimonial-wrapper {
    padding: 0 15px;
  }

  .testimonial-wrapper .array-prev {
    left: 5px;
  }

  .testimonial-wrapper .array-next {
    right: 5px;
  }
}

.video-card {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ratio-9x16 {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
}

.ratio-9x16 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Formulário */
.form-tabs-wrapper {
  width: 100%;
  margin-bottom: 25px;
}

.form-tabs {
  display: flex;
  background-color: #f1f3f6;
  border-radius: 8px;
  padding: 4px;
  gap: 4px;
}

.form-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #4a5568;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

.form-tabs .tab-item.active {
  background-color: var(--theme);
  color: #ffffff;
  cursor: default;
}

.form-tabs a.tab-item:hover {
  background-color: #e2e8f0;
  color: #2d3748;
}