@charset "UTF-8";

*{
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: 'poppins';
  background: radial-gradient(circle,
    #000000 11%,
    #0C0000 35%,
    #0D0000 58%,
    #410000 100%
  ) !important;
  background-attachment: fixed;
}
section {
  background: transparent !important;
}




/* fake barra */
#fakeProgressContainer {
  width: 90%;
  max-width: 800px;
  height: 8px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin: 10px auto;
  position: relative;
}

/* Barra vermelha Telepesquisa */
#fakeProgressBar {
  width: 0%;
  height: 100%;
  background-color: #e60000;
  transition: width 0.2s linear;
}

/* fim fake barra */



button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

.subtitle{
  font-size: 18px;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

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

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

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

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;

}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
  padding: 0.3rem;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.app-video-wrapper>img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}

/* Responsividade do vídeo */
.video-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* tamanho máximo no desktop */
  margin: 0 auto;
  cursor: pointer;
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

#fakeProgressContainer {
  width: 100%;
  height: 10px;
  background-color: transparent;
  overflow: hidden;
}

#fakeProgressBar {
  width: 0;
  height: 100%;
  background-color: red;
  transition: width 0.5s linear;
}


.ocultarAntes {
  display: none;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-container {
  position: relative;
}


/* Botão central moderno */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

.play-btn svg {
  width: 35px;
  height: 35px;
  fill: white;
  pointer-events: none;
}


.play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 0.25);
}

.play-btn svg {
  width: 32px;
  height: 32px;
  fill: white;
}

#tapArea {
  position: absolute;
  inset: 0;
  z-index: 2;           /* acima do iframe */
  background: transparent;
  touch-action: manipulation;
}

.play-btn { z-index: 3; }   /* botão acima da tapArea */
iframe { z-index: 1; }      /* iframe lá embaixo */

/* .fade-out {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.fade-in {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
} */


.heading{
  margin-top: 40px;
}

.headline-gradient {
  display: inline-block; /* garante renderização do gradiente */
  background: linear-gradient(90deg,
    #EBD28B 5%,
    #FFCA72 31%,
    #FF9500 62%,
    #FF9500 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important; /* força o uso do gradiente */
}

/* Remove interferências do strong */
.headline-gradient strong {
  color: inherit !important;
  -webkit-text-fill-color: transparent;
}

.logo {
  display: block; 
  margin: 0 auto ;
  width: 250px; 
  max-width: 35%; 
  height: auto;   
  color: #fff;
}

#playPauseBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  transition: transform .2s ease;
}

#playPauseBtn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.btn-whats {
    background: linear-gradient(90deg, #26AE17 0%, #035C2E 100%);
    color: #fff !important;
    border: none !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.1rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-whats i {
    font-size: 1.3rem;
}

.btn-whats:hover {
    transform: scale(1.03);
    box-shadow: 0 0 18px rgba(38, 174, 23, 0.45);
}


/* Controles customizados */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 2rem;
  height: 2rem;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

/* Espaçamento */
/* ===== Depoimentos (carrossel) ===== */

.testimonials-section {
  color: #ffffff;
}

/* Centralizar o conteúdo do slide, SEM quebrar o display:none do Bootstrap */
.testimonials-section .carousel-item {
  justify-content: center;
}

/* Card "pílula" */
.testimonial-card {
  background: #ffffff;
  border-radius: 999px;
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

/* Bolinha com iniciais */
.avatar-circle {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
  color: #555555;
  flex-shrink: 0;
}

/* Texto do card */
.testimonial-body {
  flex: 1;
  text-align: left;
  color: #222222;
}

.testimonial-name {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.testimonial-text {
  margin-bottom: 0;
  line-height: 1.4;
}

/* Estrelas */
.testimonial-stars {
  color: #ffb400;
  font-size: 1rem;
  white-space: nowrap;
  align-self: flex-start;
}

/* Responsivo: em telas pequenas o card fica menos "pílula" */
@media (max-width: 767px) {
  .testimonial-card {
    border-radius: 24px;
    align-items: flex-start;
  }

  .avatar-circle {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }
}

/* ===== CONTROLES DO CARROSSEL DE DEPOIMENTOS ===== */

/* Desktop: setas na lateral, centralizadas verticalmente */
.testimonials-section .carousel-inner {
  position: relative;
}

.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

/* Mobile: setas embaixo do card, sem cobrir o conteúdo */
@media (max-width: 767px) {
  .testimonials-section .carousel-inner {
    padding-bottom: 2.5rem; /* espaço pras setas */
  }

  .testimonials-section .carousel-control-prev,
  .testimonials-section .carousel-control-next {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .testimonials-section .carousel-control-prev-icon,
  .testimonials-section .carousel-control-next-icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .testimonial-card {
    border-radius: 20px;
    padding: 1rem 1.2rem;
  }
}
/* ===== Melhor tipografia no mobile ===== */
@media (max-width: 767px) {

  /* Título do nome */
  .testimonial-name {
    font-size: 0.95rem !important;
  }

  /* Texto do depoimento */
  .testimonial-text {
    font-size: 0.90rem !important;
    line-height: 1.35 !important;
  }

  /* Estrelas */
  .testimonial-stars {
    font-size: 0.85rem !important;
  }

  /* Avatar*/
  .avatar-circle {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
  }

  /* Card menos estufado = caber melhor na tela */
  .testimonial-card {
    padding: 0.9rem 1rem;
    border-radius: 18px;
  }
}

/* Footer com barra vermelha */
.footer-isa {
  background-color: #7A0011 !important; /* sobrescreve o section { background: transparent !important; } */
  padding: 1rem 0;
  margin-top: 1rem;
}

.footer-isa p {
  color: #ffffff;
}

/* FAQ */
.faq-wrapper {
    background: #ffffff;
    border-radius: 15px;
    width: 100%;
    max-width: 95vw; 
    margin: 0 auto;
}

/* Itens */
.faq-item {
    border-bottom: 1px solid #dcdcdc;
}
.faq-item:last-child {
    border-bottom: none;
}

/* Botão */
.faq-btn {
    width: 100%;
    background: #f4f4f4;
    border: none;
    padding: 18px 20px;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-btn:focus {
    outline: none;
    box-shadow: none;
}

/* Ícone (+) */
.faq-btn .icon::before {
    content: "+";
    font-size: 22px;
    color: #333;
    transition: .3s;
}

/* Abriu → vira (–) */
.collapse.show + .faq-btn .icon::before,
.faq-btn[aria-expanded="true"] .icon::before {
    content: "–";
    font-size: 26px;
}

/* Conteúdo */
.faq-content {
    background: white;
    padding: 15px 20px 20px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 0 0 10px 10px;
}

/* TABLET */
@media (min-width: 768px) {
    .faq-wrapper {
        max-width: 90vw;
    }
}

/* LAPTOP */
@media (min-width: 992px) {
    .faq-wrapper {
        max-width: 85vw;   /* ocupa bem mais da tela no notebook */
    }
}

/* DESKTOP GRANDE */
@media (min-width: 1200px) {
    .faq-wrapper {
        max-width: 80vw;
    }
}

/* TELAS MUITO GRANDES (ultrawide) */
@media (min-width: 1600px) {
    .faq-wrapper {
        max-width: 70vw;
    }
}


/* Seção mais “alta” */
.section-3 {
  padding: 1rem;
}

/* CARD MAIOR E MAIS LARGO NO DESKTOP */
.section-3 .card {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px 40px;
  border: 1px solid #dcdcdc;
  width: 100%;
  max-width: min(1200px, 90vw);
  margin: 0 auto;
}

/* TEXTO PRINCIPAL */
.section-3 .p-card {
  font-weight: 700;
  color: #000;
  line-height: 1.45;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

/* TABLET */
@media (min-width: 768px) {
  .section-3 .p-card {
    font-size: 1.3rem;
  }
}

/* NOTEBOOK / DESKTOP */
@media (min-width: 992px) {
  .section-3 .p-card {
    font-size: 1.4rem;
  }
}

/* MONITORES GRANDES */
@media (min-width: 1400px) {
  .section-3 .card {
    max-width: min(1300px, 80vw);
  }
}

/* DESTAQUE VERMELHO */
.section-3 .text-p {
  color: #A70000;
  font-weight: 800;
}


/* ===== SEÇÃO CTA – CHEGOU A HORA ===== */
.cta-guia {
    background: #000000;
    padding:  20px;
    text-align: center;
    color: #ffffff;
}

.cta-guia h2 {
    font-size: 1.27rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
}

.cta-guia .highlight {
    color: #2CC428;
    font-weight: 800;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #26AE17 0%, #035C2E 100%);
    color: #ffffff !important;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: .2s;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(38, 174, 23, 0.4);
}

/* RESPONSIVO */
@media (min-width: 768px) {
    .cta-guia h2 {
        font-size: 1.8rem !important;
    }
}

@media (min-width: 992px) {
    .cta-guia h2 {
        font-size: 2.8rem;
    }
}

/* TÍTULO */
.heading-isa {
    font-size: 1.4rem;
    line-height: 1.3;
}
.heading-isa .highlight-green {
    color: #22c55e; 
}

/* CARD DA MÉTRICA */
.section-4 {
    padding: 2.5rem 1rem;
}

.stat-card {
    background: #E5E5E5;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    max-width: 320px;
    width: 100%;
    text-align: center;
}

/* Número verde */
.stat-number {
    color: #22c55e;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

/* Texto do card */
.stat-text {
    color: #111111;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.35;
    margin: 0;
}

/* ===== RESPONSIVO ===== */

/* Tablet */
@media (min-width: 768px) {
    .heading-isa {
        font-size: 1.6rem;
    }
    .stat-number {
        font-size: 1.7rem;
    }
    .stat-text {
        font-size: 1.2rem;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .heading-isa {
        font-size: 1.9rem;
    }
    .stat-number {
        font-size: 1.7rem;
    }
    .stat-text {
        font-size: 1.4rem;
    }

}

/* ===== SESSÃO BÔNUS EXCLUSIVO ===== */

.section-bonus {
    color: #ffffff;
}

/* Título amarelo */
.bonus-title {
    color: #FFE94A;
    font-weight: 800;
    font-size: 1.9rem;
}

/* Subtítulo */
.bonus-subtitle {
    font-size: 1.1rem;
    line-height: 1.4;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

/* Container dos botões */
.bonus-list {
    width: 100%;
    max-width: 520px;   /* <<< AQUI FICOU MAIOR NO DESKTOP */
}

/* “Botões” arredondados */
.bonus-pill {
    border-radius: 999px;
    border: 2px solid #FFE94A;
    padding: 20px 28px;
    background: rgba(0, 0, 0, 0.35);
}

.bonus-text {
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 500;
}

.bonus-strong {
    color: #FFE94A;
    font-weight: 700;
}

/* ---- RESPONSIVO ---- */
@media (max-width: 767px) {
    .bonus-title {
        font-size: 1.6rem;
    }
    .bonus-subtitle {
        font-size: 0.95rem;
        max-width: 280px;
    }
    .bonus-list {
        max-width: 360px;
    }
    .bonus-text {
        font-size: 1rem;
    }
}

/* MONITORES GRANDES */
@media (min-width: 1400px) {
    .bonus-list {
        max-width: 600px;   /* <<< FICOU AINDA MAIS LARGO EM TELAS MAIORES */
    }
    .bonus-text {
        font-size: 1.25rem;
    }
}

.whats-flutuante {
    position: fixed;
    bottom: 24px;      /* equivalente ao bottom-6 */
    right: 24px;       /* equivalente ao right-6 */
    width: 64px;
    height: 64px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform .2s ease-in-out;
}

.whats-flutuante:hover {
    transform: scale(1.1);
}

.sub{
  font-size: 1.3rem;
  padding: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-3 {
    padding: 4rem 2rem;
    margin-top: 3.5rem;
    margin-bottom: 1rem; 
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .cta-guia h2 {
    font-size: 2.3rem;
  }
}

@media (min-width: 990px){
  .cta-guia h2 {
    font-size: 1.9rem;
  }

  .sub{
    font-size: 1.9rem;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .heading-isa.sub {
    font-size: 1.8rem !important;
    line-height: 1.3;
  }
}

/* Layout padrão (mobile/tablet): em coluna, como já está */
.bonus-list {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

/* Desktop: colocar os bônus lado a lado */
@media (min-width: 992px) {
  .section-bonus .container {
    max-width: 1100px; /* opcional, só pra não ficar gigante demais */
  }

  .bonus-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    max-width: none;     /* libera a largura pra ocupar o container */
  }

  .bonus-pill {
    flex: 1 1 0;
    margin-bottom: 0;    /* já teremos o gap, não precisa do mb-3 visual */
  }
}
