*{
    font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
   
    color: #222;
  }
:root{
  --container-max: 1920px; 
  --header-h: clamp(72px, 8vw, 96px); 
  --pad-x: clamp(16px, 8vw, 50px); 
}

/* ===== HEADER ===== */
.topo-site {
  width: 100%;
  background: url('fundo-menu.jpg') center/cover no-repeat; /* imagem de fundo do menu */
  height: var(--header-h);
  display: flex;
  align-items: center;
  z-index: 10;
}

.container-topo {
  width: min(var(--container-max), 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--pad-x);
  box-sizing: border-box;
}

/* Logo */
.logo img {
  height: calc(var(--header-h) - clamp(10px, 4vw, 10px) * 2);
  display: block;
}

/* Menu */
#menu {
  list-style: none;
  display: flex;
  gap: clamp(16px, 3vw, 40px);
  margin: 0;
  padding: 0;
}

#menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 18px);
  text-transform: uppercase;
}

/* ===== BANNER + VÍDEO ===== */
.area-banner {
  position: relative;
}

.banner-topo {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 800;
  overflow: hidden;
  z-index: 1;
}

.banner-topo picture,
.banner-topo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Vídeo sobre o banner */
.video-rotativo {
  position: absolute;
  inset: 0;
}

.video-rotativo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



  .topo ul {
    list-style: none;
    display: flex;
    gap: 35px;
    padding-right: 80px;
    
  }
  
  .topo ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    word-spacing: 3px;
    text-transform: uppercase;
  }
  .topo ul {
    list-style: none;
    display: flex;
    gap: 35px;
    padding-right: 80px;
    
  }
  
  .topo ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    word-spacing: 3px;
    text-transform: uppercase;
  }
 
  
  .banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  
  .banner img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  
  .banner-texto {
    position: absolute;
    font-size: 30px;
    top: 30%;
    left: 70%;
   padding-right: 90px;
    color: #fff;
   
   
    text-align: right;
  }
  .video-rotativo {
    position: relative;
    width: 100%;
    height: 8vh;
    overflow: hidden;
    background: black;
    margin: 0;
  }
  
  .video-rotativo video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 50%;
    min-height: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    
  }
  #quem-somos {
    background-image: url('Quem\ somos.jpg');
    background-size: cover;
    background-position: center;
    color: #111;
    position: relative;
    z-index: 1;
    padding: 80px 20px;
    text-align: center;
    word-spacing: 3px;
  }
  
  #quem-somos img {
    margin-top: 50px;
    height: 80px;
  }
  
  #quem-somos h2 {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
  }
  
  #quem-somos p {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto;
    color: #111;
    text-align: center; /* Justifica o conteúdo interno */
  }
  
  #quem-somos button {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    background-color: #e53935;
    color: white;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
  }
  
  #quem-somos button:hover {
    transform: scale(1.03);
  }
  #quem-somos span{
    color: red;
  }
 
  .secao {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
  }
  
  .secao h2 {
    color: #111;
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .secao p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
  
  }
  
  button {
    background-color: #e53935;
    color: white;
    
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 4px;
  }
  .carrossel-container {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  
  .carousel {
    display: flex;
    transition: transform 0.5s ease;
    width: 600%; /* 7 imagens lado a lado */
    margin-left: 300px;
  }
  
  .slide {
    min-width: 100%;
    box-sizing: border-box;
  
  }
  
  .slide img {

    display: block;
    width: 11%;
  }
  
  .dots {
    text-align: center;
    margin: 20px 0;
  }
  
  .dots button {
    border: none;
    background: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .dots button.active {
    background: #e53935;
  }
  .diferenciais-bg {
    background-image: url('fundo.jpg');
    background-size: cover;
    
    color: #111;
    padding: 80px 100px;
    text-align: center;
    position: relative;
    margin: 0;
  }
  
  .tag-topo {
    position: absolute;
    top: 20px;
    left: 100px;
    background: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
  }
  
  .titulo-diferenciais {
    text-align: left;
    margin-bottom: 40px;
    padding-left: 40px;
  }
  
  .titulo-diferenciais .topo {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #111;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
  }
  
  .titulo-diferenciais h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #000;
  }
  
  .titulo-diferenciais .linha-baixo {
    display: inline-block;
  }
  
  .titulo-diferenciais .ponto {
    color: #e53935;
    font-weight: bold;
  }
  
  
  
  .diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    max-width: 1980px;
    margin: 0 auto;
  }
   .carrossel-setas button{
    display: none;
   }
  
  .card {
    padding: 20px;
    border-radius: 10px;
  
    width: 10px;
    max-width: 320px;
    opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .card.aparecer {
  opacity: 1;
  transform: translateY(0);
}
  .card img {
    height: 420px;
    margin-bottom: 20px;
  }
  
  .card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
  }
  
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .clientes-parceiros {
    background: #F3F3F3;
    padding: 30px 20px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .titulo-clientes{
    margin-left: 118px;
  }
  .titulo-clientes .topo {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    color: #111;
  }
  
  .titulo-clientes h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #000;
  }
  
  .titulo-clientes .ponto {
    color: #e53935;
    font-weight: bold;
  }
  
  .marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
.logo-container {
  overflow: hidden;
  width: 100%;
}

.logos {
  display: flex;
  gap: 60px;
  animation: scroll-logos 35s linear infinite;
  align-items: center;
}

.logos img {
  height: 150px;
  width: auto;
  filter: grayscale(0%);
  transition: filter 0.5s;
}

.logos img:hover {
  filter: grayscale(100%);
}

@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-700%); }
}

  
  .contato-box {
    background-image: url('fundorecortjpeg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: start;
    padding: 165px 40px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .contato-inner {
    display: flex;
    background: #fff;
    padding: 40px 40px 40px 60px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    max-width: 1200px;
    width: 65%;
    position: relative;
    z-index: 1;
  }
  
  .contato-form {
    flex: 1;
    min-width: 300px;
    z-index: 2;
  }
  
  .contato-imagem-wrapper {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 1;
  }
  
  .contato-imagem-wrapper img {
    max-height: 639px;
    
    width: auto;
    margin-bottom: -4px;
  }
  
#form-contato input {
  width: 50%;
  padding: 17px;
  margin-bottom: 15px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.botao-imagem {
  display: block;
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  padding: 0;
}


  .footer {
    background: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 40px;
    gap: 40px;
    font-family: "Montserrat", sans-serif;
  }
  
  .footer-col {
    flex: 1;
    min-width: 220px;
  }
  
  .logo-footer img {
    height: 100px;
    padding-left: 20px;
  }
  
  .logo-footer p {
    color: #e53935;
    font-size: 14px;
    font-weight: 600;
  }
  
  .icones-sociais {
    display: flex;
    gap: 15px;
    padding-left: 37px;
  }
  
  .icones-sociais a img {
    height: 30px;
    width: 30px;
    
    border-radius: 4px;
    padding: 6px;
    transition: transform 0.3s;
    
  }
  
  .icones-sociais a:hover img {
    transform: scale(1.1);
  }
  
  .footer-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .footer-col a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    word-spacing: 3px;
  }
  
  .footer-col a:hover {
    color: #e53935;
  }
  
  .ponto {
    color: #e53935;
  }
  .footer {
    position: relative;
    background-color: #000;
    background-image: url('Footer\ Detalhe-01.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    z-index: 0;
    
  }
  
  .footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6); /* escurece um pouco por cima, opcional */
    z-index: 1;
  }
  
  .footer > .footer-col {
    position: relative;
    z-index: 2;
  }
 .footer-col p {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    word-spacing: 2px;
     line-height: 1.8;
  }
  #whatsapp-balao {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

#whatsapp-balao img {
  width: 40px;
  height: 40px;
}

#whatsapp-balao:hover {
  transform: scale(1.1);
}

  @media (max-width: 467px){
    *{
    font-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    color: #222;
  }


/* ===== HEADER ===== */
.topo-site {
  display: none; 
}

.container-topo {
 display: none;
  }

/* Logo */
.logo img {
  display: none;
}



/* ===== BANNER + VÍDEO ===== */


.banner-topo {
  background-color: #000;
  width: 100%;
  height: 900px;
  display: flex;
  z-index: 1;
}

.banner-topo picture,
.banner-topo img {
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    .logo img {
    display: none;
    
  } 
  .banner-topo img {
    width: 99%;
    height: auto;
    display: block;
    margin: 0;
    
  }
  
 .menu-toggle {
    display: block;
  }

  .topo {
    flex-direction: row;
    justify-content: space-between;
  }

  .topo ul {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 20px;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .topo ul.active {
    display: flex;
  }
  .video-rotativo {
    position: relative;
    width: 100%;
    height: 5vh;
    overflow: hidden;
    background: black;
    margin: 0;
  }
  
  .video-rotativo video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 50%;
    min-height: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 120%;
    
  }
  #quem-somos {
    background-image: url('mobile/quemsomosm.jpg');
    background-size: cover;
    background-position: center;
    color: #111;
    position: relative;
    z-index: 1;
    padding: 80px 40px;
    text-align: center;
    word-spacing: 3px;
  }
  
  #quem-somos picture, 
  #quem-somos img {
    margin-top: 50px;
    height: 62px;
  }
  
  #quem-somos h2 {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
  }
  
  #quem-somos p {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto;
    color: #111;
    text-align: center; /* Justifica o conteúdo interno */
  }
  
  #quem-somos button {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    background-color: #e53935;
    color: white;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
  }
  
  #quem-somos button:hover {
    transform: scale(1.03);
  }
  #quem-somos span{
    color: red;
  }
 
  .secao {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
  }
  
  .secao h2 {
    color: #111;
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .secao p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
  
  }
  
  button {
    background-color: #e53935;
    color: white;
    
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 4px;
  }


.carrossel-container {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%; /* 7 imagens */
  margin: 0; /* ZERA qualquer margem */
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide picture,
.slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 100%;
  margin: 10px;
  padding: 0;
  
}

/* Bolinhas de navegação */
.dots {
  text-align: center;
  margin: 20px 0;
}

.dots button {
  border: none;
  background: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dots button.active {
  background: #e53935;
}
  .diferenciais-bg {
    background-image: url('mobile/Fundo.png');
    background-size: cover;
    
    color: #111;
    padding: 8px 10px;
    text-align: center;
    position: relative;
    margin: 0;
  }
.titulo-diferenciais {
    text-align: left;
    margin-bottom: 40px;
    padding-left: 28px;
}
  .diferenciais-grid {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    margin-left: 0px;
    padding-left: 11px;
  }

  .card {
    flex: 0 0 90%; /* antes era 100%, agora reduzido */
    max-width: 85%;
    margin-right: 0px;
    box-sizing: border-box;
    padding: 0px;
    scroll-snap-align: start;
  }

  .card picture,
  .card img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto 0px 7px;
  }

  .carrossel-setas {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .carrossel-setas button {
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    font-size: 18px;
    cursor: pointer;
  }

  #proximo {
    background-color: red;
  }
  #anterior {
    background-color: red;
  }

 


  
  .clientes-parceiros {
    background: #F3F3F3;
   padding: 25px 20px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .titulo-clientes{
    margin-left: 20px;
  }
  .titulo-clientes .topo {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    color: #111;
  }
  
  .titulo-clientes h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #000;
  }
  
  .titulo-clientes .ponto {
    color: #e53935;
    font-weight: bold;
  }
  
  .marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
.logo-container {
  overflow: hidden;
  width: 100%;
}

.logos {
  display: flex;
  gap: 60px;
  animation: scroll-logos 220s linear infinite;
  align-items: center;
}

.logos img {
  height: 150px;
  width: auto;
  filter: grayscale(0%);
  transition: filter 0.5s;
}

.logos img:hover {
  filter: grayscale(100%);
}

@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-10000%); }
}

  
  .contato-box {
    background-image: url('mobile/Fundo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 40px 40px;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .contato-inner {
    display: flex;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    max-width: 1200px;
    width: 71%;
    position: relative;
    z-index: 1;
  }
  
  .contato-form {
    flex: 1;
    min-width: 300px;
    z-index: 2;
  }
.contato-form .topos {
  display: block;
  font-size: 14px;
 
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contato-form h2 {
  font-size: 23px;
  font-weight: 700;
  color: #111;
  
}
  
  .contato-imagem-wrapper {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 1;
  }
  
  .contato-imagem-wrapper img {
    max-height: 0px;
    
    width: auto;
  }
  
#form-contato input {
  width: 75%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.botao-imagem {
  display: block;
  width: 75%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  padding: 0;
}


  .footer {
    background: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 40px;
    gap: 40px;
    font-family: "Montserrat", sans-serif;
    padding-left: 4px;
  }
  
  .footer-col {
    flex: 1;
    min-width: 220px;
  }
  
  .logo-footer img {
    height: 100px;
    padding-left: 20px;
  }
  
  .logo-footer p {
    color: #e53935;
    font-size: 14px;
    font-weight: 600;
  }
  
  .icones-sociais {
    display: flex;
    gap: 15px;
    padding-left: 30px;
  }
  
  .icones-sociais a img {
    height: 30px;
    width: 30px;
    
    border-radius: 4px;
    padding: 6px;
    transition: transform 0.3s;
    
  }
  
  .icones-sociais a:hover img {
    transform: scale(1.9);
  }
  
  .footer-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  
  .footer-col ul {
    
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
     padding-left: 40px;
  }
  
  .footer-col a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    word-spacing: 3px;
    
  }
  
  .footer-col a:hover {
    color: #e53935;
  }
  
  .ponto {
    color: #e53935;
  }
  .footer {
    position: relative;
    background-color: #000;
    background-image: url('Footer\ Detalhe-01.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 50%;
    z-index: 0;
    
  }
  
  .footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6); /* escurece um pouco por cima, opcional */
    z-index: 1;
  }
  
  .footer  {
    position: relative;
    z-index: 2;
  }
   .footer-col {
    position: relative;
    z-index: 2;
    padding-left: 10px;
  }
 .footer-col p {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    word-spacing: 2px;
     line-height: 1.8;
      padding-left: 40px;
  }
 
  }