:root {
  --bs-font-sans-serif: "Helvetica Neue", Roboto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'SF Pro Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

@media (min-width: 1200px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 768px) {
  .swiper-slide img {
    height: 200px;
  }
}

.rounded-corners {
  border-radius: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}


.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-agendar {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 15px;
}

.navbar {
  transition: all 0.4s;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled-dark {
  background-color: rgba(22, 22, 23, .8) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled-light {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  border: 0px #fff;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler-icon::before {
  font-family: FontAwesome;
  content: "\f0c9";
  /* fa-bars, fa-navicon */
}

.nav-link {
  transition: all 0.2s;
}

.nav-link:hover {
  color: #000000 !important;
  transform: scale(1.005);
}

/* Estilo básico do dropdown */
.navbar-nav .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Transição suave */
  transform: translateY(10px);
  /* Efeito de deslizamento */
  position: absolute;
  /* Evita que o dropdown afete o layout */
  z-index: 1000;
  /* Garante que o menu fique acima dos outros itens */
  pointer-events: none;
  /* Impede que o menu seja clicável enquanto estiver oculto */
}

/* Aplica o efeito de abertura ao passar o mouse ou clicar no dropdown */
.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* Faz o dropdown deslizar para cima */
  pointer-events: all;
  /* Permite interação com o menu quando visível */
}

/* Estilizando o dropdown */
.dropdown-menu {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: white;
}


.whatsapp-btn {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}

.benefit-list {
  list-style: none;
  padding-left: 0;
}

.benefit-list li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.benefit-title {
  font-weight: bold;
}

.bi {
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  fill: currentcolor;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;

}

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

.hero {
  padding: 2rem 0;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.herofire {
  padding: 4rem 0;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}



.btn-secundary {
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 980px;
}




.product-image {
  max-width: 100%;
  height: auto;
}

.client-logo {
  transition: transform .2s;
  margin: 0 auto;
}

.client-logo:hover {
  transform: scale(1.1);
}

.card-img-overlay {
  background: rgba(0, 0, 0, 0.5);

}

.jumbotron {
  background: url('images/banner.webp') no-repeat center center;
  background-size: cover;
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(0.25turn, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 0;
  left: 0;
}

body {
  padding-top: 60px;
}

a {
  text-decoration: none;
}

#img1 {
  --index: 1;
}

#img2 {
  --index: 2;
}

#img3 {
  --index: 3;
}

#img4 {
  --index: 4;
}

#img5 {
  --index: 5;
}

@media (max-width: 767px) {
  #img2 {
    top: 45%;
    left: 25%;
  }

  #img3 {
    top: 51%;
    left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #img2 {
    top: 44%;
    left: 25%;
  }

  #img3 {
    top: 57%;
    left: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #img2 {
    top: 44%;
    left: 20%;
  }

  #img3 {
    top: 60%;
    left: 20%;
  }
}

@media (min-width: 1200px) {
  #img2 {
    top: 40%;
    left: 23%;
  }

  #img3 {
    top: 62%;
    left: 23%;
  }
}

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

.footer-link:hover {
  text-decoration: underline;
  color: #a5a5a5;
}

.footer-divider {
  border-top: 1px solid #666;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .bi {
    font-size: 1.2rem;
  }
}


#plans-comparison .table td,
#plans-comparison .table th {
  padding: 0.5rem;
}

.custom-row {
  background-color: #f8f9fa;
}

.custom-row:nth-child(odd) {
  background-color: #e9ecef;
}

.bi-check-lg {
  color: green;
  font-size: 1.2rem;
}

.bi-x-lg {
  color: red;
  font-size: 1.2rem;
}

.video-section {
  padding: 40px 0;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #030303;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.video-item {
  margin-bottom: 40px;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #f1f1f1;
  border-radius: 12px;
  overflow: hidden;
}

.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-title {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1d;
  margin-top: 12px;
  line-height: 1.4;
}

.video-info {
  font-size: 0.9rem;
  color: #1d1d1f;
  margin-top: 4px;
}

.card-scroller-container2::-webkit-scrollbar {
  display: none;
}

.card-wrapper {

  transition: transform 0.3s ease-in-out;
}

.card-wrapper:hover {
  transform: scale(1.01);
}

.card2 {
  flex: 0 0 250px;
  height: 600px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  transition: transform 1s ease-in-out;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.card2:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.01);
}

.card3 {
  flex: 0 0 600px;
  height: 480px;
  margin-right: 25px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.card3:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.01);
}

.card-link {
  flex: 0 0 300px;
  height: 480px;
  margin-right: 25px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  transition: transform 1.3s ease-in-out;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.card-link:hover {
  transform: translateY(-5px);
  transform: scale(1.01);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
}



.card-shelf {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.shelf-title {
  font-size: 34px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 20px;
}

.card-scroller-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.card-scroller-container2 {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.card-scroller-container::-webkit-scrollbar {
  display: none;
}

.card-scroller {
  display: flex;
  scroll-snap-type: x mandatory;
  padding-bottom: 35px;
  padding-top: 20px;
}

.card-scroller-monitor {
  display: flex;
  max-width: 100%;
  scroll-snap-type: x mandatory;
  padding-bottom: 35px;
  padding-top: 20px;
}

.card {
  flex: 0 0 350px;
  height: 600px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.01);
}

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

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}

.card-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.nav-button.prev {
  left: 10px;
}

.nav-button.next {
  right: 10px;
}

.card-shelf:hover .nav-button {
  opacity: 0.8;
}

@media (min-width: 1200px) {
  .card-scroller {
    width: calc(280px * 6 + 15px * 5);
    max-width: none;
  }
}

@media (min-width: 1000px) {
  .card-scroller-monitor {
    width: calc(480px * 6 + 15px * 5);
    max-width: none;
  }
}

.benefit-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  font-size: 5rem;
  margin-bottom: 1rem;
  background-clip: text;
  background: linear-gradient(180deg, #004C94 45%, #297BC4 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.benefit-description {
  color: #666;
  font-size: 1rem;
}

.text-gradient {
  background-image: linear-gradient(180deg, #004C94 45%, #297BC4 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  padding: 4px;

}

.text-gradient2 {
  margin-top: 16px;
  margin-bottom: 22px;
  background: #fff;
  background-image: linear-gradient(90deg, #0090F7 8%, #BA62FC, #F2416B, #F55600);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}


.benefit-card2 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.benefit-card2 i {
  font-size: 48px;
  background-clip: text;
  background: linear-gradient(180deg, #004C94 45%, #297BC4 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 30px;
  padding: 2px;
}

.benefit-card2 h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1d1d1f;
}

.benefit-card2 p {
  font-size: 18px;
  line-height: 1.5;
  color: #86868b;
  transition: all 0.4s;
}

.benefit-card2:hover {
  transform: scale(1.01);

}

.benefit-card3 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  /* 40px convertido para rem */
  margin: 0 auto 2.5rem;
  /* 40px convertido para rem */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  max-width: 70%;
  /* Alterado para melhor responsividade */
  width: 100%;
  /* Garante que ocupe todo o espaço disponível */
}

/* Efeito hover melhorado */
.benefit-card3:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Estilos para os ícones */
.benefit-card3 i {
  font-size: 3rem;
  /* 48px convertido para rem */
  margin-bottom: 1.5rem;
  /* Espaçamento abaixo do ícone */
  background: linear-gradient(180deg, #004C94 45%, #297BC4 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  /* Garante que o gradiente funcione corretamente */
}

@media (max-width: 992px) {
  .benefit-card3 {
    max-width: 100%;
  }
}

/* Media Queries para responsividade */
@media (max-width: 768px) {
  .benefit-card3 {
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 15px;
    max-width: 100%;
  }

  .benefit-card3 i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .benefit-card3 {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 12px;
  }

  .benefit-card3 i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
}

.benefit-card3 h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1d1d1f;
}

.benefit-card3 p {
  font-size: 18px;
  line-height: 1.5;
  color: #86868b;
  transition: all 0.4s;
}

.benefit-card3:hover {
  transform: scale(1.01);

}

.shelf-title {
  font-size: 64px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 20px;
}

.shelf-title2 {
  font-weight: 600;
  font-size: 64px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ytvideo {
  transition: all 0.3s ease-in-out;
}

.ytvideo:hover {
  transform: scale(1.01);
}

@media (max-width:768px) {
  .shelf-title {
    font-size: 40px;
  }

  .shelf-title2 {
    font-size: 40px;
  }

  h1,
  h2 {
    font-size: 32px;
  }
}

#cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
  z-index: 1000;
}

@media (min-width: 769px) {
  .video-section {
    padding: 2px 0;
  }

  .hero .btn-primary {
    background-color: #1a73e8;
    border-color: #1a73e8;
    padding: 7px 25px;
    font-size: 11px 21px;
  }

  .container-benefit {
    padding: 40px 0;
  }

  .card-shelf {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
  }

  .bi {
    font-size: 1.6rem;
    /* Maior para telas largas */
  }

  p,
  tr th {
    font-size: 16px;
  }

  .card2 {
    flex: 0 0 950px;
    height: 700px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .card2:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.004);
  }

  .card-link {
    flex: 0 0 950px;
    height: 600px;
    margin-right: 25px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }

  .card3 {
    flex: 0 0 550px;
    height: 700px;
    margin-right: 25px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .card3:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 30px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.005);
  }

  .card-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .card-description {
    font-size: 17px;
    opacity: 1;
  }

  .card {
    flex: 0 0 650px;
    height: 700px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }

  .card-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .card-description {
    font-size: 28px;
    opacity: 0.8;
  }

}