 html, body { 
     overflow-x: hidden;
     
 }
 
 body {
        background-color: #000000;
      }

      h1 {
        font-family: 'Anton', sans-serif;
        background: linear-gradient(90deg, #7402FD, #C722EB);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        font-size: 50px;
      }

      p, h3,h5 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
      }
      a {
        text-decoration: none;
        color: #fff;
      }
      ::selection {
  background: #80C872;
  color: #000;
}

::-moz-selection {
  background: #80C872;
  color: #000;
}


.card-text{
  color: #000;
}
      /* Ícone menu degradê */
      .menu-icon-gradient {
        font-size: 40px;
        background: linear-gradient(90deg, #7402FD, #C722EB);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
      }

      /* Offcanvas customizado */
      .offcanvas.offcanvas-end {
        width: 300px;
        background-color: #000000;
        color: #ffffff;
      }

      .offcanvas-title {
        font-family: 'Montserrat', sans-serif;
        background: linear-gradient(90deg, #7402FD, #C722EB);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
      }

      .offcanvas .nav-link {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.2rem;
        color: #ffffff;
        padding-left: 0.5rem;
        transition: all 0.3s ease;
      }

      .offcanvas .nav-link:hover,
      .offcanvas .nav-link.active {
        transform: translateX(10px) scale(1.05);
        color: #7402FD;
      }
     .universo-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 300px;      
}

.universo-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Texto fixo no canto inferior da imagem */
.universo-card .titulo-img {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Anton', sans-serif;
  color: white;
  font-size: 2rem;
  z-index: 2;
}

/* Overlay de hover */
.universo-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 200, 114, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Mostrar overlay ao passar o mouse */
.universo-card:hover .overlay {
  opacity: 1;
}
/* desktop/tablet: pode aumentar a altura */
@media (min-width: 768px){
  .universo-card{ height: 380px; }  /* ajuste a gosto */
}

/* Mídia (img/video) ocupa todo o card */
.universo-card .universo-media,
.universo-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;          /* corta mantendo o enquadramento */
  display: block;
}

/* overlays e título continuam absolutos dentro do card */
.universo-card .overlay,
.universo-card .titulo-img{
  position: absolute;
  left: 0; right: 0;
}

.equipe-membro img {
  width: 250px;      /* ou 120px, 80px — ajuste como preferir */
  height: 250px;
  object-fit: cover;
}

.btn-saiba {
  background-color: #80C872;
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 3;
}
/* === BANNER CONTENT === */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 800px; /* Largura ideal para quebrar em 2 linhas */
  width: 100%;
}

/* === TÍTULO === */
.banner-content h2 {
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  margin: 0;
  color: white;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  white-space: normal;
}

/* === BOTÃO === */
.btn-banner {
  border: 1px solid #80C872;
  color: #80C872;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
  display: inline-block;
}

.btn-banner:hover {
  background-color: #80C872;
  color: #000;
}

/* === RESPONSIVO: Telas menores === */
@media (max-width: 768px) {
  .banner-content {
    max-width: 90%;
  }

  .banner-content h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .btn-banner {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  .banner-slide {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .banner-content h2 {
    font-size: 2rem;
  }

  .banner-slide {
    height: 450px;
  }
}


.menu-border-gradient {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #7402FD, #C722EB);
}
/* Estilo personalizado para os botões do Accordion */
.accordion-button {
  background-color: #000;
  color: #80C872;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Efeito ao passar o mouse */
.accordion-button:hover {
  background-color: #1a1a1a;
  color: #C722EB;
}

/* Ícone de setinha customizado */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2380C872' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* Quando estiver aberto */
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Corpo do Accordion */
.accordion-body {
  background-color: #111;
  color: #fff;
  border-top: 1px solid #7402FD;
  font-family: 'Montserrat', sans-serif;
}

/* Item externo do Accordion */
.accordion-item {
  background-color: #000;
  border: 1px solid #7402FD;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.accordion-button:not(.collapsed) {
  background-color: #b4e6aa !important; /* verde clarinho */
  color: #000 !important; /* texto escuro */
}

.accordion-wrapper {
  max-width: 700px;
  margin: 0 auto;
}


.card-instalacao {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.card-instalacao img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.card-instalacao:hover img {
  transform: scale(1.05);
}

.overlay-instalacao {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.overlay-instalacao h5 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #80C872;
}

.overlay-instalacao p {
  margin: 5px 0 0;
  font-size: 0.95rem;
  color: #ddd;
}
.depoimentos-section {
  background-color: #000;
  color: #fff;
}

.titulo-depoimentos {
  font-family: 'Anton', sans-serif;
  font-size: 2.5rem;
  color: #C722EB;
  text-transform: uppercase;
}

.depoimento-card {
  background: linear-gradient(to bottom, #111, #191919);
  border: 1px solid #7402FD;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(116, 2, 253, 0.15);
  padding: 40px 30px;
}

.depoimento-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #80C872;
  box-shadow: 0 0 10px rgba(128, 200, 114, 0.4);
}

.depoimento-nome {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #80C872;
  margin-top: 15px;
  margin-bottom: 10px;
}

.depoimento-texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #ddd;
  margin-bottom: 10px;
}

.depoimento-sub {
  font-family: 'Montserrat', sans-serif;
  color: #aaa;
  font-size: 0.9rem;
}
.depoimentos-swiper {
  padding: 30px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #C722EB;
}

.missao-visao-valores-section {
  background: linear-gradient(90deg, #7402FD, #C722EB);
  padding: 30px 15px; /* reduziu a altura */
  color: #fff;
  border-radius: 25px;
  margin: 40px auto;
  max-width: 1300px;
}


.mv-box {
  background-color: #000;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(116, 2, 253, 0.3);
  transition: transform 0.3s ease;
}

.mv-box:hover {
  transform: translateY(-10px);
}

.mv-icon {
  font-size: 50px;
  color: #80C872;
  margin-bottom: 20px;
}

.mv-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #7402FD, #C722EB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv-text {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
}


 /* ===== Seção Eventos Homefit (full-width, sem container) ===== */
.hf-eventos {
  --altura-row: 230px;   /* altura das fileiras */
  --gap: 14px;           /* espaço entre itens na horizontal */
  --velocidade: 40s;     /* menor = mais rápido */
  --fade-largura: 60px;  /* fade nas bordas */
  width: 100%;
  margin: 0;
  padding: 24px 0;
  overflow: hidden;
}

/* Espaçamento entre as 3 linhas */
.hf-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; /* espaço entre as linhas */

  /* Fade nas laterais para o loop ficar suave */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--fade-largura),
    #000 calc(100% - var(--fade-largura)),
    transparent 100%
  );
          mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--fade-largura),
    #000 calc(100% - var(--fade-largura)),
    transparent 100%
  );
}

/* Faixa deslizante */
.hf-track {
  display: flex;
  align-items: center;
  gap: var(--gap);
  width: max-content; /* encolhe ao conteúdo para animar */
}

/* Imagens E vídeos com o mesmo estilo/tamanho */
.hf-track img,
.hf-track video {
  height: var(--altura-row);
  width: auto;            /* mantém proporção */
  object-fit: cover;      /* corta para preencher sem distorcer */
  display: block;
  filter: grayscale(100%);/* preto e branco */
  transition: transform .25s ease, filter .25s ease;
  user-select: none;
  pointer-events: auto;
}

/* Hover (zoom leve + opção de colorir) */
.hf-track img:hover,
.hf-track video:hover {
  transform: scale(1.03);
  filter: grayscale(0%);
}

/* Animações alternadas */
@keyframes hf-marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* metade porque duplicamos o conteúdo */
}
@keyframes hf-marquee-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.hf-left .hf-track  { animation: hf-marquee-left  var(--velocidade) linear infinite; }
.hf-right .hf-track { animation: hf-marquee-right var(--velocidade) linear infinite; }

/* Acessibilidade: reduz movimento se o user preferir */
@media (prefers-reduced-motion: reduce) {
  .hf-left .hf-track,
  .hf-right .hf-track {
    animation: none;
    transform: translateX(0);
  }
}

/* Responsivo */
@media (max-width: 992px) {
  .hf-eventos { --altura-row: 180px; }
}
@media (max-width: 768px) {
  .hf-eventos { --altura-row: 140px; --gap: 10px; --fade-largura: 40px; }
}
@media (max-width: 480px) {
  .hf-eventos { --altura-row: 120px; --fade-largura: 24px; }
}
/* cafe*/
/* Rotator com ratio próprio (sem Bootstrap ratio) */
.project-rotator {
  position: relative;
  width: 100%;
  --ratio: 100%; /* defina: 75% = 4:3, 56.25% = 16:9, 100% = 1:1 */
  overflow: hidden;
  background: #f2f2f2;
}

/* “trava” o espaço na altura desejada */
.project-rotator::before {
  content: "";
  display: block;
  padding-top: var(--ratio);
}

/* Slides (img e video) ocupam toda a área e animam o fade */
.project-rotator > img,
.project-rotator > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: projFade 12s infinite; /* 4 slides x 3s */
}

/* Delays para 4 itens */
.project-rotator > :nth-child(1) { animation-delay: 0s; }
.project-rotator > :nth-child(2) { animation-delay: 3s; }
.project-rotator > :nth-child(3) { animation-delay: 6s; }
.project-rotator > :nth-child(4) { animation-delay: 9s; }

@keyframes projFade {
  0%, 8%   { opacity: 0; }
  12%, 38% { opacity: 1; }
  42%, 100%{ opacity: 0; }
}

/* Acessibilidade */
@media (prefers-reduced-motion: reduce) {
  .project-rotator > img,
  .project-rotator > video { animation: none; opacity: 1; }
  .project-rotator > :not(:first-child) { display: none; }
}

.hf-video-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: var(--altura-row);           /* garante altura igual aos outros */
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.hf-video-wrapper:hover {
  filter: grayscale(0%);
  transform: scale(1.03);
}

.hf-video-wrapper iframe {
  display: block;
  height: var(--altura-row);          /* altura padrão igual ao vídeo/imagem */
  width: auto;                        /* evita estourar layout */
  aspect-ratio: 1 / 1;                /* mantém proporção quadrada */
  object-fit: cover;                  /* cobre o espaço visual sem deformar */
  max-width: 100%;                    /* garante que nunca ultrapasse o limite do container */
  pointer-events: auto;
}
.ratio.ratio-9x16 {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* 9:16 aspect ratio */
  overflow: hidden;
}

.ratio.ratio-9x16 iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.border-purple {
  border: 1px solid #C722EB !important;
}



/* Desktop: empurra conteúdo um pouco para baixo */
.banner-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  width: 100%;
  padding: 0 1rem;
}


/* Estilo padrão do wrapper */
.video-banner {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.video-banner-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

.ratio.ratio-16x9 {
  position: relative;
  width: 100%;
  padding-top: 0%; /* mantém proporção desktop */
  overflow: hidden;
}

/* Iframe ocupa toda a área e é recortado */
.ratio.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 📱 MOBILE: aumenta "zoom" vertical no vídeo */
@media (max-width: 768px) {
  .ratio.ratio-16x9 {
       margin-top: -80px; /* Remove espaço preto no topo */
    padding-top: 100%; /* Aumenta altura do bloco */
  }

  .ratio.ratio-16x9 iframe {
    transform: scale(1.3); /* Dá zoom */
    transform-origin: center;
  }

  .banner-content h2 {
    font-size: 2rem;
  }
.banner-content {
    top: 45% !important; /* Mantém texto visível */
  }
  .btn-banner {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .ratio.ratio-16x9 {
    padding-top: 140%;
    margin-top: -200px;
     margin-bottom: -200px; /* 👈 Remove o espaço inferior */
  }

  .ratio.ratio-16x9 iframe {
    transform: scale(1.7);
  }

  .banner-content h2 {
    font-size: 1.6rem;
  }
  .banner-content {
    top: 43% !important;
  }
}
