body {
  background-color: #72a4d0;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.btn-outline-light-custom {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 24px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-outline-light-custom:hover {
  background-color: #ffffff;
  color: #72a4d0;
}

.btn-header-gradient {
  background: linear-gradient(to right, #3d91d9, #3476b3);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 10px 35px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.3s;
  white-space: nowrap;
}

.btn-header-gradient:hover {
  background: linear-gradient(to right, #3476b3, #3d91d9);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  margin-left: 2rem;
}

.nav-link {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 0.95rem;
}

header {
  background-color: #72a4d0;
}

.header-container {
  max-width: 1100px !important;
  margin: 0 auto;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.btn-header-gradient {
  background: linear-gradient(180deg, #4696d9 0%, #3476b3 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 17px 45px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.3s ease;
}

.btn-header-gradient:hover {
  filter: brightness(1.1);
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-right: 1.5rem;
  }
}

.card-custom {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-control-custom,
.form-select-custom {
  background-color: #f4f5f7;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 16px;
  color: #495057;
  font-size: 0.95rem;
}

.form-control-custom::placeholder {
  color: #6c757d;
}

.form-control-custom:focus,
.form-select-custom:focus {
  background-color: #ffffff;
  border-color: #387ec0;
  box-shadow: 0 0 0 0.2rem rgba(56, 126, 192, 0.25);
}

.btn-primary-custom {
  background-color: #387ec0;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
}

.btn-primary-custom:hover {
  background-color: #2c6499;
}

.btn-carousel-control {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.btn-carousel-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.carousel-indicators-custom {
  position: static;
  margin: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}

.carousel-indicators-custom button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #ffffff !important;
  opacity: 0.5 !important;
  border: none !important;
  text-indent: -999px;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.carousel-indicators-custom button.active {
  width: 24px !important;
  border-radius: 10px !important;
  background-color: #f37b21 !important;
  opacity: 1 !important;
}

.hero-image-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  max-height: 95vh;
  pointer-events: none;
}

.content-layer {
  z-index: 1;
}

.secao-passos {
  background-color: #101c37;
}

.text-laranja {
  color: #f39c12;
}

.icone-passo {
  width: 70px;
  height: 70px;
  background-color: #f39c12;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.linha-conectora {
  position: absolute;
  top: 35px;
  left: 16.66%;
  width: 66.66%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.btn-laranja-outline {
  background-color: #f39c12;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-laranja-outline:hover {
  background-color: #e67e22;
  color: #ffffff;
  transform: scale(1.05);
}

.bg-white {
  background-color: #ffffff;
}

.btn-laranja {
  background-color: #f39c12;
  border: none;
  transition: 0.3s;
}

.btn-laranja:hover {
  background-color: #e67e22;
  color: white;
}

.carousel-cotacoes-track {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-cotacoes-track::-webkit-scrollbar {
  display: none;
}

.card-milhas {
  width: calc((100% - 72px) / 4);
  scroll-snap-align: start;
  border-radius: 20px !important;
  border: 1px solid #f2f2f2 !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.card-milhas:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

@media (max-width: 991px) {
  .card-milhas {
    width: calc((100% - 48px) / 3);
  }
}

@media (max-width: 768px) {
  .card-milhas {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 576px) {
  .card-milhas {
    width: 100%;
  }
}

.btn-carousel-gray {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #aeb6c1;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.btn-carousel-gray:hover {
  background-color: #8d95a0;
}

.carousel-indicators-custom button {
  background-color: #aeb6c1 !important;
}
.carousel-indicators-custom button.active {
  background-color: #f39c12 !important;
}

.btn-tab-active {
  background-color: #f39c12 !important;
  color: #ffffff !important;
}

.btn-tab-inactive {
  background-color: #f5d7b5 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.btn-tab-inactive:hover {
  background-color: #f39c12 !important;
  opacity: 0.8;
}

.fade-in-custom {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.img-diferenciais {
  min-height: 400px;
}

.icone-quadrado {
  width: 65px;
  height: 65px;
  background-color: #f39c12;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.icone-quadrado:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(243, 156, 18, 0.3) !important;
}

.card-depoimento {
  background-color: #26334d;
  border: none !important;
  border-radius: 16px !important;

  width: calc((100% - 48px) / 3);

  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

@media (max-width: 991px) {
  .card-depoimento {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 768px) {
  .card-depoimento {
    width: 100%;
  }
}

.card-ra1000 {
  background-color: #31405c;
  max-width: 850px;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.faixas-container {
  position: relative;
  height: 180px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -90px;
  z-index: 10;
}

.faixa {
  position: absolute;
  width: 105vw;
  left: -5vw;
  padding: 12px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  color: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.faixa-laranja {
  background-color: #f39c12;
  transform: rotate(2.5deg);
  z-index: 1;
}

.faixa-azul {
  background-color: #387ec0;
  transform: rotate(-2.5deg);
  z-index: 2;
}

.faixa-track {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: scrollFaixa 30s linear infinite;
}

.faixa-track.reverse {
  animation-direction: reverse;
}

@keyframes scrollFaixa {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#certificacao {
  overflow: visible !important;
}

.btn-menu-lateral {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transition: transform 0.3s ease;
}

.btn-menu-lateral:hover {
  transform: translateX(5px);
}

.icone-menu {
  width: 45px;
  height: 45px;
  background-color: #f39c12 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-menu-lateral.active .icone-menu {
  box-shadow:
    0 0 0 3px #ffffff,
    0 0 0 5px #f39c12 !important;
}

.btn-menu-lateral.active span {
  color: #0b1c30 !important;
  font-weight: 800 !important;
}

.btn-menu-lateral:not(.active) span {
  color: #2b3240 !important;
  font-weight: 600 !important;
}

.img-stack-container {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  z-index: 3;
}

.img-stack-main {
  border-radius: 20px;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 400px;
}

.img-stack-container::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #aeb6c1;
  border-radius: 20px;
  z-index: 2;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.img-stack-container::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -40px;
  width: 100%;
  height: 100%;
  background-color: #8d95a0;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .btn-menu-lateral {
    flex: 1;
    justify-content: center;
  }
  .img-stack-container {
    margin-left: 40px;
  }
}

.custom-accordion {
  border-radius: 12px;
  overflow: hidden;
  background-color: #31405c;
}

.custom-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-accordion .accordion-item:last-child {
  border-bottom: none;
}

.custom-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none !important;
  padding: 24px 30px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  background-image: none !important;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.custom-accordion .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}

.custom-accordion .accordion-button:hover {
  color: #f39c12 !important;
}

.bg-light-custom {
  background-color: #f7f9fc;
}

.card-blog {
  border-radius: 16px !important;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.card-blog:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

.card-blog .card-img-top {
  height: 180px;
  object-fit: cover;
}

.link-ver-mais {
  transition: color 0.3s ease;
}

.link-ver-mais .icone-seta {
  transition: transform 0.3s ease;
}

.link-ver-mais:hover {
  color: #e67e22 !important;
}

.link-ver-mais:hover .icone-seta {
  transform: translateX(5px);
}

.footer-custom {
  background-color: #101c37;
  font-size: 0.9rem;
}

.footer-link {
  color: #e9ecef;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #f39c12;
}

.footer-text {
  color: #e9ecef;
  opacity: 0.85;
  line-height: 1.6;
}

.btn-social-custom {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #798b9e;
  color: #101c37;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-social-custom:hover {
  background-color: #f39c12;
  color: #ffffff;
  transform: translateY(-3px);
}

.hover-laranja:hover {
  color: #f39c12 !important;
}

.hover-branco:hover {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .border-start {
    border-left: none !important;
  }
}

.hero-title-line-height {
  line-height: 1.2;
}

.text-min-milhas {
  font-size: 0.75rem;
}

.text-security-info {
  font-size: 0.7rem;
}

.text-step-label {
  font-size: 0.85rem;
}

.badge-realtime {
  background-color: #f8eee0 !important;
  color: #555 !important;
  border-color: #f7e6cd !important;
}

.section-title-dark {
  color: #2b3240 !important;
}

.text-quotation-info {
  font-size: 0.9rem;
}

.text-tab-btn {
  font-size: 0.8rem;
}

.text-tab-btn-intern {
  font-size: 0.8rem;
  border: none;
}

.img-logo-airline {
  height: 40px;
  object-fit: contain;
}

.text-airline-program {
  font-size: 0.75rem;
}

.text-per-miles {
  font-size: 0.7rem;
}

.btn-cotar-card {
  font-size: 0.8rem;
  padding: 10px 0;
}

.container-diferenciais-text {
  max-width: 650px;
}

.text-list-item {
  font-size: 1.05rem;
}

.section-sub-tradicao {
  line-height: 1.4;
  font-size: 1.6rem;
}

.text-market-desc {
  font-size: 0.95rem;
  line-height: 1.6;
}

.text-market-item {
  font-size: 0.75rem;
  line-height: 1.5;
}

.section-final-cta-text {
  color: #2b3240;
  max-width: 750px;
  line-height: 1.5;
}

.btn-simulation-large {
  font-size: 1.05rem;
}

.text-depoimentos-desc {
  font-size: 0.95rem;
  max-width: 600px;
  line-height: 1.6;
}

.text-quote-body {
  font-size: 0.95rem;
  line-height: 1.6;
}

.separator-orange {
  width: 30px;
  height: 2px;
  background-color: #f39c12;
}

.text-city-label {
  font-size: 0.8rem;
}

.z-index-content {
  z-index: 3;
}

.img-ra1000-size {
  max-width: 140px;
}

.section-ra-title {
  line-height: 1.5;
}

.text-brand-light {
  color: #72a4d0;
}

.text-rules-desc {
  max-width: 650px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.scrollbar-none {
  scrollbar-width: none;
}

.section-tab-title {
  color: #2b3240;
  line-height: 1.3;
}

.text-tab-desc {
  line-height: 1.6;
}

.btn-simulation-tab {
  font-size: 0.95rem;
}

.badge-help-custom {
  background-color: #fcf8f2 !important;
  font-size: 0.8rem;
}

.text-faq-desc {
  font-size: 0.95rem;
  max-width: 600px;
}

.text-faq-body {
  font-size: 0.85rem;
  line-height: 1.6;
}

.btn-faq-all {
  font-size: 1.05rem;
}

.section-final-cta-title {
  color: #0b1c30 !important;
  line-height: 1.2;
}

.section-final-cta-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 450px;
}

.text-dark-title {
  color: #0b1c30;
}

.text-benefit-small {
  font-size: 0.8rem;
  line-height: 1.5;
}

.badge-blog-custom {
  background-color: #fcf8f2 !important;
  font-size: 0.8rem;
}

.section-blog-title {
  color: #0b1c30 !important;
  line-height: 1.3;
}

.text-blog-desc {
  max-width: 600px;
  font-size: 0.95rem;
}

.section-blog-item-title {
  color: #0b1c30;
  line-height: 1.5;
}

.text-blog-item-body {
  line-height: 1.6;
}

.text-blog-more {
  font-size: 1.1rem;
}

/*PÁGINA: QUEM SOMOS*/

#quem-somos-hero {
  background-image: radial-gradient(
    circle at top right,
    rgba(56, 126, 192, 0.1),
    transparent
  );
}

.card-numero {
  background-color: #26334d;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}

.card-numero:hover {
  transform: translateY(-5px);
  border-color: #f39c12;
}

.card-numero p.h3 {
  font-size: 1.8rem;
}

@media (max-width: 576px) {
  .card-numero p.h3 {
    font-size: 1.4rem;
  }
  .card-numero {
    padding: 20px 10px !important;
  }
}

#nossos-valores .icone-quadrado {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #f39c12;
}

#nossos-valores h3 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
}

#nossos-valores .text-secondary {
  font-size: 0.85rem;
  opacity: 0.8;
}

.bg-light-custom {
  background-color: #f8f9fa !important;
}

#nossos-valores .icone-quadrado img {
  max-height: 40%;
  max-width: 40%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

#nossos-valores .icone-quadrado:hover img {
  transform: scale(1.1);
}

.hero-subtitle {
  color: #fff;
  font-size: 1rem;
  max-width: 700px;
  line-height: 1.6;
}

.badge-custom {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 50px;
  border: 1px solid #dee2e6;
  background-color: #fcf8f2;
  color: #555;
  font-family: var(--bs-font-monospace);
  font-size: 0.8rem;
  font-weight: 700;
}

.section-title {
  font-weight: 700;
  color: #2b3240;
  line-height: 1.2;
}

.text-description {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.8;
}

.max-w-600 {
  max-width: 600px;
}

.card-numero {
  background-color: #26334d;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}

.card-numero:hover {
  transform: translateY(-5px);
  border-color: #f39c12;
}

.card-num-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}

.card-num-subtitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

.bg-light-custom {
  background-color: #f8f9fa !important;
}

.img-valor {
  max-height: 40%;
  max-width: 40%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.icone-quadrado:hover .img-valor {
  transform: scale(1.1);
}

.value-title {
  color: #0b1c30;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.5px;
}

.value-text {
  color: #6c757d;
  font-size: 0.85rem;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .card-num-title {
    font-size: 1.4rem;
  }
  .card-numero {
    padding: 20px 10px !important;
  }
}

#quem-somos-diferenciais {
  position: relative;
  overflow: hidden;
}

#quem-somos-diferenciais .text-white-50 {
  font-size: 1rem;
  line-height: 1.6;
}

.img-selo-quem-somos {
  max-width: 350px;
  height: auto;
  animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .img-selo-quem-somos {
    margin-top: 2rem;
  }

  #quem-somos-diferenciais h2 {
    font-size: 2rem;
  }
}

#cta-quem-somos .section-title {
  color: #0b1c30 !important;
}

.btn-cta-final {
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-cta-final:hover {
  transform: scale(1.05);
  background-color: #e67e22;
  color: #fff;
}

@media (max-width: 768px) {
  #cta-quem-somos .section-title {
    font-size: 2rem;
  }
}

/*COMO VENDER */

.card-cuidado {
  background-color: #3e7bb4;
  border-radius: 24px;
  border: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  color: #fff;
}

.card-cuidado:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(56, 126, 192, 0.2);
}

.icone-cuidado-container {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.img-cuidado {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-cuidado h2 {
  letter-spacing: -0.3px;
}

.card-cuidado p {
  line-height: 1.6;
}

@media (max-width: 576px) {
  .card-cuidado {
    flex-direction: column;
    text-align: center;
  }

  .icone-cuidado-container {
    margin: 0 auto 1.5rem auto !important;
  }
}

.custom-accordion {
  border-radius: 16px !important;
  overflow: hidden;
  border: none !important;
  background-color: #2b3b5a !important;
}

.custom-accordion .accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.custom-accordion .accordion-item:last-child {
  border-bottom: none !important;
}

.custom-accordion .accordion-button {
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 25px 30px;
  box-shadow: none !important;
  font-size: 1.05rem;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #ffffff !important;
}

.custom-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 30px 25px 30px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  background-size: 1rem;
  transition: transform 0.3s ease;
}

.link-faq-completo {
  font-size: 1.1rem;
  transition: opacity 0.3s;
}

.link-faq-completo:hover {
  opacity: 0.8;
}

/* AJUDA  */

#ajuda-hero {
  min-height: 40vh;
  display: flex;
  align-items: center;
}

#ajuda-hero h1 {
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  #ajuda-hero {
    min-height: auto;
    padding: 3rem 0;
  }

  #ajuda-hero h1 {
    font-size: 2.5rem;
  }
}

#accordionAjuda .accordion-item {
  background-color: #2e3e5c;
}

.btn-faq-ajuda {
  background-color: #2e3e5c !important;
  color: #ffffff !important;
  padding: 25px 30px !important;
  font-size: 1.2rem !important;
  box-shadow: none !important;
  border: none !important;
}

.body-faq-ajuda {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 30px 30px 30px !important;
  font-size: 1rem;
  line-height: 1.7;
}

.btn-faq-ajuda::after {
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none !important;
  color: #f39c12;
  font-size: 1.5rem;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-faq-ajuda:not(.collapsed)::after {
  content: "\f056";
  color: #f39c12;
}

#accordionAjuda .accordion-item {
  transition: transform 0.3s ease;
}

#accordionAjuda .accordion-item:hover {
  transform: scale(1.01);
}

.bg-cinza {
  background-color: #f9fafb;
}

/* BLOG */

#blog-hero.secao-passos {
  background-color: #101c37;
  padding: 100px 0 !important;
}

#blog-hero h1 {
  font-size: 3rem;
  color: #ffffff;
}

#blog-hero .text-laranja {
  color: #f39c12;
}

#blog-hero .hero-subtitle {
  color: #ffffff;
  opacity: 0.9;
  font-size: 1.1rem;
  max-width: 800px;
  margin-top: 20px;
}

.btn-filtro-blog {
  background-color: #f5d7b5;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.btn-filtro-blog:hover,
.btn-filtro-blog.active {
  background-color: #f39c12;
  color: #ffffff;
  transform: translateY(-2px);
}

.card-blog-principal {
  border-radius: 20px !important;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #f2f2f2 !important;
}

.card-blog-principal:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.card-img-wrapper {
  padding: 0;
  overflow: hidden;
}

.card-blog-principal .card-img-top {
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.badge-categoria-blog {
  background-color: #fcf1e6;
  color: #2b3240;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
}

.data-post-blog {
  font-size: 0.75rem;
  color: #aeb6c1;
  font-weight: 500;
}

.post-title-blog {
  color: #2b3240;
  line-height: 1.4;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-excerpt-blog {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.btn-pagination-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #aeb6c1;
  border: none;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-pagination-arrow:hover:not(.disabled) {
  background-color: #f39c12;
}

.btn-pagination-arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.dot-link {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #aeb6c1;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.dot-link.active {
  width: 30px;
  border-radius: 10px;
  background-color: #f39c12;
}

@media (max-width: 768px) {
  #blog-hero h1 {
    font-size: 2.2rem;
  }
  .btn-filtro-blog {
    padding: 6px 15px;
    font-size: 0.75rem;
  }
  .card-blog-principal .card-img-top {
    height: 200px;
  }
}

.c-t-1 {
  font-size: 11px;
}

.c-t-2 {
  font-size: 17px;
}

/* COMO COMPRAR  */

#comprar-hero.secao-passos {
  background-color: #101c37;
  padding: 100px 0 !important;
}

.card-vantagem {
  border-radius: 25px !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #f8f9fa !important;
}

.card-vantagem:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.card-vantagem .icone-quadrado {
  width: 65px;
  height: 65px;
  background-color: #f39c12;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-vantagem h3 {
  color: #0b1c30;
  letter-spacing: -0.5px;
}

.card-vantagem p {
  line-height: 1.6;
  color: #6c757d;
}

@media (max-width: 991px) {
  #comprar-hero h1 {
    font-size: 2.5rem;
  }
}

.secao-passos-compra {
  background-color: #101c37;
}

.icone-passo-compra {
  width: 75px;
  height: 75px;
  background-color: #f39c12;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 18px;
  transition: transform 0.3s ease;
}

.icone-passo-compra img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.icone-passo-compra:hover {
  transform: scale(1.1);
}

.linha-passos-compra {
  position: absolute;
  top: 37px;
  left: 12.5%;
  width: 75%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.secao-passos-compra h3 {
  letter-spacing: -0.2px;
}

.secao-passos-compra p.text-white-50 {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .secao-passos-compra .col-md-3 {
    padding-bottom: 2rem;
  }
}

.badge-custom-compra {
  background-color: #fcf8f2;
  color: #555;
  border: 1px solid #dee2e6;
}

.track-programas-compra {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.track-programas-compra::-webkit-scrollbar {
  display: none;
}

.card-programa-compra {
  width: calc((100% - 72px) / 4);
  border-radius: 20px !important;
  border: 1px solid #f2f2f2 !important;
  transition: transform 0.3s ease;
}

.card-programa-compra:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.img-logo-compra {
  height: 45px;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .card-programa-compra {
    width: calc((100% - 48px) / 3);
  }
}

@media (max-width: 991px) {
  .card-programa-compra {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 575px) {
  .card-programa-compra {
    width: 85%;
  }
}

/*  CONTATO */

#contato-hero.secao-passos {
  background-color: #101c37;
  padding: 100px 0 !important;
}

.card-contato-main {
  border-radius: 25px !important;
}

.card-contato-info,
.card-contato-faq {
  border-radius: 20px !important;
}

.form-control-contato {
  background-color: #f4f5f7;
  border: none;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 0.95rem;
  transition: 0.3s;
}

.form-control-contato:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(56, 126, 192, 0.2);
}

.icone-contato-round {
  width: 45px;
  height: 45px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-small {
  font-size: 0.8rem;
  line-height: 1.5;
}

.mt-n5 {
  margin-top: -80px !important;
}

.z-index-content {
  z-index: 5;
}

@media (max-width: 991px) {
  .mt-n5 {
    margin-top: -40px !important;
  }
}

/* --- PÁGINA SINGLE (POST) --- */

.post-hero-section {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.badge-post-single {
  background-color: #ffffff;
  color: #2b3240;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
}

.date-post-single {
  color: #ffffff;
  opacity: 0.8;
  font-size: 0.9rem;
  font-weight: 500;
}

.post-main-title {
  max-width: 800px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Estilização do Conteúdo do WordPress */
.post-content-body {
  color: #6c757d;
  line-height: 1.8;
  font-size: 1.05rem;
}

.post-content-body h2 {
  color: #0b1c30;
  font-weight: 700;
  margin: 40px 0 20px 0;
}

.post-content-body p {
  margin-bottom: 25px;
}

.post-content-body ul {
  margin-bottom: 25px;
}

/* Sidebar Relacionados */
.related-post-item {
  transition: transform 0.3s ease;
}

.related-post-item:hover {
  transform: translateX(10px);
}

.related-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 20px; /* Miniatura arredondada conforme a imagem */
}

.related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-title {
  color: #2b3240;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s;
}

.related-post-item:hover .related-title {
  color: #f39c12;
}

/* Responsividade Post */
@media (max-width: 991px) {
  .post-hero-section {
    height: 350px;
  }
  .post-main-title {
    font-size: 2.2rem;
  }
}

/* header[style*="#ffffff"] .nav-link {
    color: #2b3240 !important; 
}

header[style*="#ffffff"] .navbar-toggler i {
    color: #2b3240; 
} */

.header-padrao {
  background-color: #72a4d0;
}

.header-padrao .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 0.95rem;
}

.header-claro {
  background-color: #ffffff;
}

.header-claro .nav-link {
  color: #2b3240 !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.header-claro .navbar-toggler i {
  color: #2b3240 !important;
}

/* Ajuste da linha horizontal em Links Úteis */
.title-links-uteis {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
  width: 100%; /* Faz a linha ocupar a largura da coluna */
  text-align: left;
}

/* Garante que a borda vertical antiga não apareça */
.footer-custom .border-start {
  border-left: none !important;
}

/* Ajuste mobile para o título links úteis */
@media (max-width: 767px) {
  .title-links-uteis {
    text-align: center;
  }
}

/* Ajuste do Hero para Carrossel de tela cheia */
/* Ajuste do Hero para Carrossel */
#hero {
  position: relative;
  min-height: 600px;
  height: 80vh;
  padding: 0 !important;
  overflow: hidden;
}

#hero .hero-carousel,
#hero .carousel-inner {
  height: 100%;
}

#hero .carousel-item {
  height: 80vh;
  min-height: 600px;
  transition:
    transform 0.6s ease-in-out,
    opacity 0.5s ease-in-out;
}

#hero .carousel-item .content-layer {
  position: relative;
  z-index: 2;
}

.hero-cotacao-wrap {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.hero-cotacao-wrap .container {
  pointer-events: none;
}

.hero-cotacao-col {
  pointer-events: auto;
}

.hero-text-box {
  position: relative;
  z-index: 2;
}

.hero-subcontent p:last-child {
  margin-bottom: 0;
}

/* Permitir cliques no formulário */
.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

/* Mobile */
@media (max-width: 991px) {
  #hero {
    height: auto;
    min-height: auto;
    overflow: visible;
    padding-bottom: 0 !important;
  }

  #hero .hero-carousel,
  #hero .carousel-inner {
    height: auto;
  }

  #hero .carousel-item {
    height: auto;
    min-height: 520px;
    padding: 120px 0 140px;
    background-position: center center !important;
  }

  .hero-text-box {
    text-align: center;
    margin: 0 auto;
  }

  .hero-carousel-nav {
    justify-content: center;
  }

  .hero-cotacao-wrap {
    position: relative;
    inset: auto;
    display: block;
    margin-top: -70px;
    padding-bottom: 40px;
    pointer-events: auto;
  }

  .hero-cotacao-wrap .container {
    pointer-events: auto;
  }

  .hero-cotacao-col {
    max-width: 100%;
  }

  .hero-title-line-height {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media (max-width: 576px) {
  #hero .carousel-item {
    min-height: 480px;
    padding: 100px 0 120px;
  }

  .hero-title-line-height {
    font-size: 1.7rem;
  }

  .hero-subcontent {
    font-size: 1rem !important;
  }

  .hero-cotacao-wrap {
    margin-top: -50px;
  }
}

/* @media (max-width: 576px) {
  .secao-passos {
    margin-top: 500px;
  }
} */

.title-hat {
  background-color: #fcf1e3;
  border: 1px solid #f5dfc3;
  color: #162747;
  padding: 12px 28px;
  font-size: 0.85rem;
  font-weight: 700;
}

/* CONFIRMAÇÃO DA COTAÇÃO */

.cotacao-sucesso-box {
  background-color: #387ec0;
  border-radius: 10px;
  padding: 30px 15px 26px;
  margin-bottom: 10px;
  color: #ffffff;
}

.cotacao-sucesso-icone {
  width: 48px;
  height: 48px;
  border: 3px solid #43d5a5;
  border-radius: 50%;
  color: #43d5a5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 17px;
}

.cotacao-sucesso-titulo {
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.25;
}

.cotacao-sucesso-texto {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.btn-consultor-cotacao {
  background-color: #387ec0;
  border: none;
  border-radius: 10px;
  padding: 12px 10px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-consultor-cotacao:hover {
  background-color: #2c6499;
  color: #ffffff;
}

.btn-nova-cotacao {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #415268;
  font-size: 0.62rem;
  font-weight: 500;
  margin-top: 6px;
  padding: 5px 10px 0;
}

.btn-nova-cotacao:hover {
  color: #387ec0;
}

@media (max-width: 576px) {
  .cotacao-sucesso-box {
    padding: 27px 12px 24px;
  }

  .cotacao-sucesso-titulo {
    font-size: 1.18rem;
  }
}

/* RESULTADO DA COTAÇÃO */

.cotacao-resultado-section {
  background-color: #ffffff;
  padding: 35px 0 55px;
}

.cotacao-resultado-header {
  max-width: 900px;
}

.cotacao-resultado-title {
  color: #15233e;
  font-size: 2rem;
  line-height: 1.25;
}

.cotacao-resultado-subtitle {
  color: #253149;
  font-size: 1rem;
  line-height: 1.35;
}

.cotacao-resultado-divider {
  width: 100%;
  height: 1px;
  background-color: #e7ebf1;
  margin: 34px 0 32px;
}

.cotacao-resultado-chamada {
  color: #16243f;
  font-size: 1rem;
  line-height: 1.4;
}

.cotacao-resultado-info {
  color: #253149;
  font-size: 1rem;
}

.cotacao-opcoes-row {
  margin-top: 32px;
}

.card-opcao-cotacao {
  position: relative;
  width: 290px;
  min-height: 355px;
  border: 2px solid #edf1f5;
  border-radius: 26px;
  background-color: #ffffff;
  padding: 40px 22px 25px;
  color: #16243f;
}

.card-opcao-recomendada {
  border-color: #f58b16;
}

.badge-recomendado {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f58b16;
  color: #ffffff;
  font-size: 0.52rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 10px 18px;
}

.icone-opcao-cotacao {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #f7941d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.opcao-cotacao-title {
  color: #172540;
  font-size: 1.1rem;
}

.opcao-cotacao-desc {
  color: #213252;
  font-size: 0.73rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 34px;
}

.opcao-cotacao-label {
  color: #26334d;
  font-size: 0.72rem;
  font-weight: 500;
}

.opcao-cotacao-valor {
  color: #16243f;
  font-size: 1.45rem;
  line-height: 1.2;
}

.opcao-cotacao-milhas {
  color: #26334d;
  font-size: 0.75rem;
}

.opcao-cotacao-programa {
  color: #16243f;
  font-size: 1rem;
}

.btn-vender-cotacao {
  background-color: #f7941d;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 12px 22px;
  min-width: 170px;
  transition: 0.3s ease;
}

.btn-vender-cotacao:hover {
  background-color: #e77f0e;
  color: #ffffff;
}

.cotacao-resultado-observacao {
  color: #27334a;
  font-size: 0.7rem;
}

@media (max-width: 767px) {
  .cotacao-resultado-section {
    padding: 38px 0;
  }

  .cotacao-resultado-title {
    font-size: 1.5rem;
  }

  .cotacao-resultado-subtitle,
  .cotacao-resultado-info {
    font-size: 0.9rem;
  }

  .cotacao-resultado-chamada {
    font-size: 0.95rem;
  }

  .card-opcao-cotacao {
    width: min(100%, 290px);
    margin: 0 auto;
  }
}

/* PROGRAMA DE PARCEIROS */

.programa-parceiros-section {
  padding: 82px 0 76px;
}

.parceiros-header {
  max-width: 1100px;
}

.parceiros-title {
  color: #152747;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.18;
  letter-spacing: -1px;
}

.text-parceiros-laranja {
  color: #f28416;
}

.parceiros-subtitle {
  color: #71829e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  max-width: 700px;
}

.parceiros-beneficios-row {
  max-width: 990px;
  margin: 55px auto 0;
}

.parceiro-icone {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  background-color: #f7941d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.parceiro-beneficio-title {
  color: #152747;
  font-size: 1.15rem;
  line-height: 1.3;
}

.parceiro-beneficio-text {
  color: #71829e;
  font-size: 0.92rem;
  line-height: 1.5;
  font-weight: 500;
}

.parceiros-cta {
  max-width: 1055px;
  margin: 48px auto 0;
  background-color: #344a75;
  border-radius: 20px;
  padding: 48px 64px;
}

.parceiros-cta-title {
  color: #ffffff;
  font-size: 1.52rem;
  line-height: 1.45;
}

.parceiros-cta-text {
  color: #ffffff;
  font-size: 1.08rem;
}

.btn-quero-ser-parceiro {
  min-width: 255px;
  background-color: #f7941d;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 16px 36px;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-quero-ser-parceiro:hover {
  background-color: #e88010;
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .programa-parceiros-section {
    padding: 64px 0 60px;
  }

  .parceiros-beneficios-row {
    margin-top: 48px;
  }

  .parceiros-cta {
    padding: 40px 30px;
    margin-top: 46px;
  }

  .parceiros-cta-title {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .programa-parceiros-section {
    padding: 52px 0;
  }

  .parceiros-title {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }

  .parceiros-subtitle {
    font-size: 0.92rem;
  }

  .parceiros-beneficios-row {
    margin-top: 42px;
  }

  .parceiro-icone {
    width: 64px;
    height: 64px;
    font-size: 1.7rem;
  }

  .parceiros-cta {
    margin-top: 44px;
    padding: 34px 22px;
    border-radius: 18px;
  }

  .parceiros-cta-title {
    font-size: 1.22rem;
  }

  .parceiros-cta-text {
    font-size: 0.95rem;
  }

  .btn-quero-ser-parceiro {
    min-width: auto;
    width: 100%;
    padding: 14px 25px;
  }
}

/* SLIDER DE CERTIFICAÇÕES */

#carouselCertificacoes {
  max-width: 850px;
  margin: 0 auto;
}

.certificacao-slide-card {
  background-color: #eef1f7;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 34px 54px;
  min-height: 190px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.certificacao-slide-logo {
  display: inline-block;
  object-fit: contain;
}

.certificacao-slide-top {
  color: #f08717;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.certificacao-slide-title {
  color: #3d79b1;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.certificacao-carousel-control {
  opacity: 1;
  width: auto;
}

.certificacao-carousel-control.carousel-control-prev {
  left: -48px;
}

.certificacao-carousel-control.carousel-control-next {
  right: -48px;
}

.certificacao-arrow-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(180, 188, 202, 1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.certificacao-carousel-control:hover .certificacao-arrow-wrap {
  background-color: rgba(180, 188, 202, 0.95);
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .certificacao-slide-card {
    padding: 28px 34px;
    min-height: auto;
  }

  .certificacao-slide-top {
    font-size: 1rem;
  }

  .certificacao-slide-title {
    font-size: 1.15rem;
  }

  .certificacao-carousel-control.carousel-control-prev {
    left: -10px;
  }

  .certificacao-carousel-control.carousel-control-next {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .certificacao-slide-card {
    padding: 24px 18px;
    border-radius: 18px;
    text-align: center;
  }

  .certificacao-slide-top {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .certificacao-slide-title {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .certificacao-arrow-wrap {
    width: 42px;
    height: 42px;
    font-size: 0.95rem;
  }

  .certificacao-carousel-control.carousel-control-prev {
    left: -6px;
  }

  .certificacao-carousel-control.carousel-control-next {
    right: -6px;
  }
}

/* TRANSIÇÃO SUAVE DO SLIDER DE CERTIFICAÇÕES */

#carouselCertificacoes .carousel-item {
  transition: opacity 0.85s ease-in-out;
}

#carouselCertificacoes.carousel-fade .carousel-item {
  opacity: 0;
}

#carouselCertificacoes.carousel-fade .carousel-item.active,
#carouselCertificacoes.carousel-fade .carousel-item-next.carousel-item-start,
#carouselCertificacoes.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}

#carouselCertificacoes.carousel-fade .active.carousel-item-start,
#carouselCertificacoes.carousel-fade .active.carousel-item-end {
  opacity: 0;
}

/* NOSSA EQUIPE */

.nossa-equipe-section {
  padding: 85px 0 80px;
}

.equipe-header {
  max-width: 980px;
}

.badge-equipe {
  background-color: #fcf1e3;
  border: 1px solid #f1dcc0;
  color: #162747;
  padding: 12px 24px;
  font-size: 0.85rem;
  font-weight: 700;
}

.equipe-title {
  color: #12295b;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -1px;
}

.text-equipe-laranja {
  color: #f28416;
}

.equipe-subtitle {
  color: #7a8aa5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.equipe-row {
  margin-top: 62px;
}

.equipe-card {
  height: 100%;
}

.equipe-foto-wrap {
  border-radius: 50%;
  background-color: #f5a01a;
  border: 3px solid #10285a;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.equipe-foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipe-nome {
  color: #162747;
  font-size: 1.15rem;
  line-height: 1.3;
}

.equipe-cargo {
  color: #6a7c99;
  font-size: 0.95rem;
}

.equipe-descricao {
  color: #8b99af;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 370px;
}

.equipe-linkedin {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #0a66c2;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.equipe-linkedin:hover {
  color: #ffffff;
  transform: translateY(-2px);
  filter: brightness(1.05);
}

@media (max-width: 1199px) {
  .equipe-row {
    margin-top: 54px;
  }
}

@media (max-width: 991px) {
  .nossa-equipe-section {
    padding: 70px 0;
  }

  .equipe-title {
    line-height: 1.08;
  }

  .equipe-foto-wrap {
    width: 200px;
    height: 200px;
  }

  .equipe-descricao {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .nossa-equipe-section {
    padding: 55px 0 60px;
  }

  .equipe-title {
    font-size: 2.2rem;
  }

  .equipe-subtitle {
    font-size: 0.92rem;
  }

  .equipe-row {
    margin-top: 42px;
  }

  .equipe-card {
    text-align: center;
  }

  .equipe-foto-wrap {
    width: 185px;
    height: 185px;
  }

  .equipe-descricao {
    font-size: 0.94rem;
    margin-left: auto;
    margin-right: auto;
  }
}
