/*primeira parte*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}





body, html {
  height: 100%;
  overflow-x: hidden;
}

.header {
  position: absolute; /* em vez de fixed */
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  background: transparent;
}

.logo img {
  height: 120px;
  width: auto;
}

.nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav a:hover {
  color: #e1aa4b;
}

.menu-toggle {
  display: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* HERO SECTION */
.hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
}

.carousel img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.slides {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.slides.active {
  opacity: 1;
}

/* TEXTO CENTRAL */
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 12;
}


@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Great+Vibes&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');



.hero-text h1 {
  font-size: 48px;
  font-weight: 600;
  color: #b8917a;
   font-family: "Zalando Sans Expanded", sans-serif;
}

.hero-text p {
  font-size: 21px;
  margin: 10px 0 20px;
  
  font-family: "Zalando Sans Expanded", sans-serif;
 
}


.btn-orcamento {
  background-color: #e1aa4b;
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-orcamento:hover {
  background-color: #fff;
}


.hero.hide-content .hero-text {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.carousel picture,
.carousel picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* RESPONSIVO */
@media (max-width: 900px) {

    .hero {
  position: relative;
  height: 84vh;
  overflow: hidden;
}

   .nav ul {
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.97);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 84vh;
    padding: 120px 20px 20px;
    border-radius: 0;
    z-index: 100;
  }

  .nav ul.active {
    display: flex;
  }

 
  .menu-toggle {
    display: block;
    z-index: 101; 
    position: relative;
  }

  .hero-text h1 {
    font-size: 25px;
  }

  .hero-text p {
    font-size: 19px;
  }

  .logo img {
    height: 100px;
  }


  @media (max-width: 768px) {
  .hero-text h1 {
    margin-bottom: 50px; /* aumenta a separação do texto */
  }

  .hero-text p {
    margin-top: 0; /* garante que não grude */
  }
}


}

@media (max-width: 768px) {
   .hero-text {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 30%; /* menor que 50% para subir o texto */
    padding: 0 15px;
    text-align: center;
  }
  .hero-text h1,
  .hero-text p {
    display: block;
    width: 100%;
    white-space: normal; /* garante que o texto possa ajustar naturalmente */
    word-wrap: break-word; /* evita overflow */
  }

    .hero-text h1 {
    font-size: clamp(36px, 8vw, 60px);
    line-height: 1.1;
  }

    .hero-text p {
    font-size: clamp(18px, 5vw, 26px);
    line-height: 1.3;
    margin: 10px 0 20px;
  }
}

/*fim primeira parte*/

/*sobre nós*/



   #about {
      padding: 60px 8%;
      background-color: #f9f9ff;
      background-image: url("fundosobre.png");
    }

    .about-container {
      display: flex;
      flex-direction: column;
      padding: 40px 8%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .about-text {
      text-align: center;
    }

    .about-text h2 {
      font-size: 2.5rem;
      margin: 20px 0 16px;
      color: #b08b77;
    }

    .about-text p {
      font-size: 1rem;
      line-height: 1.6;
      color: #000;
      margin-bottom: 16px;
    }

    .link-color {
      color: #b8917a;
      font-weight: 500;
    }

    /* CONTADORES */
    .counters {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      margin-top: 32px;
    }

    .counter-box {
      text-align: center;
      min-width: 120px;
    }

    .counter-line {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 4px;
    }

    .counter {
      font-size: 2.5rem;
      font-weight: bold;
      color: #b8917a;
    }

    .counter-box:nth-child(2) .counter {
      color: #b8917a;
    }

    .counter-box:nth-child(3) .counter {
      color: #b8917a;
    }

    .suffix {
      font-size: 1.6rem;
      font-weight: bold;
      color: inherit;
    }

    /* GALERIA */
    .about-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 20px;
     
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .image-card {
      position: relative;
      overflow: hidden;
     
      height: 220px;
     
      transition: all 0.3s ease;
    }

    .image-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 16px;
      transition: transform 0.3s ease;
    }

    .image-card:hover {
      
      transform: scale(1.01);
    }

    .image-card:hover img {
      transform: scale(1.05);
    }



    /* ---- RESPONSIVO PARA CELULAR ---- */
@media (max-width: 768px) {

  /* Torna a galeria apenas com UMA imagem */
  .about-gallery {
    display: block; /* remove o grid */
    max-width: 100%;
   
  }

  /* Esconde TODAS as imagens */
  .about-gallery .image-card {
    display: none;
  }

  /* MOSTRA apenas a primeira imagem */
  .about-gallery .image-card:nth-child(4)
 {
    display: block;
    height: 320px; /* aumenta o tamanho */
  }

  .about-gallery .image-card:nth-child(4)
 img {
    height: 320px;
    object-fit: cover;
  }

  .about-text p {
      font-size: 1rem;
      line-height: 1.9;
      color: #555;
      
    }
}


/*diferenciais*/


/* SEÇÃO DIFERENCIAIS */
#diferenciais {
  position: relative;
  padding: 80px 8%;
  background-image: url("fundodif.png"); /* troque a imagem */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

/* Escurece o fundo */
#diferenciais .dif-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

#diferenciais * {
  position: relative;
  z-index: 2;
}

/* TEXTO INICIAL */
.dif-intro {
  max-width: 800px;
  margin: 0 auto 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s ease;
}

.dif-intro h2 {
  font-size: 2.4rem;
  margin-bottom: 12px;
  font-weight: bold;
  color: #b48d76;
}

.dif-intro.show {
  opacity: 1;
  transform: translateY(0);
}

/* CONTAINERS */
.dif-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.dif-container.show {
  opacity: 1;
  transform: translateY(0);
}

.dif-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 30px;
  width: 30%;
  min-width: 260px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.dif-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: bold;
  color: #b48d76;
}

.dif-card p {
  color: #e8e8e8;
  line-height: 1.5;
}

/* HOVER */
.dif-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

@media (max-width: 768px){
  .dif-intro h2 {
  font-size: 2.0rem;
  margin-bottom: 12px;
  font-weight: bold;
  color: #b48d76;
}

.dif-intro p {
  font-size: 1.3rem;
  
}

.dif-card p {
  color: #e8e8e8;
  line-height: 1.5;
   font-size: 1.1rem;
}

.dif-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px;
  width: 40%;
  min-width: 320px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
}

/*serviços*/

.outros-servicos {
  background: #fff;
  color: #000;
  padding: 80px 5%;
  text-align: center;
  background-image: url('fundosobre.png');
  background-size: cover;
  background-position: center;
}

.outros-servicos h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #b48d76;
}

.icon-titulo {
  width: 35px;
  height: 35px;
}

.outros-servicos .descricao {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 1rem;
  line-height: 1.6;
}






.grid-servicos {
 
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  align-items: flex-start; 
  gap: 25px; 
  max-width: 1050px; 
  margin: 0 auto; 
}


.card-servico {
  width: 330px; 
  height: 310px;
  
}


@media (max-width: 768px) {
  .grid-servicos {
    max-width: 100%;
  }

  .card-servico {
    width: 90%; 
    max-width: 330px; 
  }
  
 
}


.card-servico {
  position: relative;
  background: #fff;
  color: #1a1a1a;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 330px;
  height: 310px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  justify-self: start;
  position: relative;
}

.card-servico:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.card-servico .conteudo {
  padding: 30px 20px;
  transition: opacity 0.3s ease;
}

.icon-servico {
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
}

.card-servico .conteudo h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #4d4d4d;
}

.card-servico .conteudo p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #000;
}

.card-servico .overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-servico .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.card-servico:hover .conteudo {
  opacity: 0;
}

.card-servico:hover .overlay {
  opacity: 1;
}



.fade-start {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-show {
  opacity: 1;
  transform: translateY(0);
}

.container-servicos {
  display: flex;
  flex-direction: column; /* ISSO resolve */
  align-items: center;
}


@media (max-width: 768px) {
  .grid-servicos {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-servico:nth-child(4),
  .card-servico:nth-child(5) {
    transform: none;
    margin-left: 0;
  }

  .card-servico {
  position: relative;
  background: #fff;
  color: #1a1a1a;
  border-radius: 25px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  min-width: 400px;
  height: 400px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  justify-self: start;
  position: relative;
}
}



@media (max-width: 768px) {
  .grid-servicos {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-servico {
    height: 270px;
  }

  .outros-servicos .descricao {
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.card-servico .conteudo p {
  font-size: 1.0rem;
  line-height: 1.5;
  color: #333;
}

}

@media (max-width: 768px) {
  .grid-servicos {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-servico:nth-child(4),
  .card-servico:nth-child(5) {
    transform: none;
    margin-left: 0;
  }
}



/*serviços2*/


.servicos-subestacoes {
  position: relative;
  background-image: url('fundoform2.png');
  background-size: cover;
  background-position: center;
  padding: 100px 5%;
  color: #fff;
}

.servicos-subestacoes .overlay {
  position: absolute;
  inset: 0;
 
}

.container-subestacoes {
  position: relative;
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 2;
}


/* TEXTO */
.servicos-texto {
  flex: 1;
}

.subtitulo {
  color: #b08b77;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

.servicos-texto h2 {
  font-size: 38px;
  margin: 15px 0 30px;
  color: #b08b77;
}

.lista-servicos {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  color: #fff;
}

.lista-servicos li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.lista-servicos img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.descricao {
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-orcamento {
  display: inline-block;
  background: #b08b77;
  color: #4d4d4d;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* CARROSSEL */
.servicos-carrossel {
  flex: 1;
}

.carrossel {
  position: relative;
  width: 100%;
  height: clamp(320px, 45vw, 600px);
  overflow: hidden;
  border-radius: 16px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide.ativo {
  opacity: 1;
}

@media (max-width: 992px) {
  .container-subestacoes {
    flex-direction: column;
  }

  .servicos-subestacoes {
  position: relative;
  background-image: url('capasercelular2.png');
  background-size: cover;
  background-position: center;
  padding: 100px 5%;
  color: #fff;
}


  .servicos-texto,
  .servicos-carrossel {
    width: 100%;
  }

 .carrossel {
  position: relative;
  width: 105%;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}

.servicos-texto h2 {
  font-size: 30px;
  margin: 15px 0 30px;
  color: #b08b77;
}

.descricao {
  margin-bottom: 30px;
  line-height: 1.9;
  font-size: 19px;
}

.lista-servicos {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 19px;
}

.lista-servicos li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 19px;
}


}


/*formulário*/



.contato {
  background-image: url('fundosobre.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: clamp(60px, 8vh, 120px) 40px;
  min-height: 100vh;
  font-family: 'Poppins', sans-serif;
}


.container-contato {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.info-contato {
  flex: 1 1 100%;
}

.info-contato h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.info-contato h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #b8917a;
}

.info-contato p {
  color: #4d4d4d;
  margin-bottom: 30px;
}

.contatos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contatos .item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
}

.contatos .item i {
  font-size: 26px;
  color: #b8917a;
}

.formulario-contato {
  flex: 1;
  background: #fff;
  padding: 35px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.formulario-contato h3 {
  margin-bottom: 25px;
  font-size: 22px;
  color: #b8917a;
 
}

.duas-colunas {
  display: flex;
  gap: 15px;
}

.campo {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.campo label {
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

.campo input,
.campo textarea {
  background: #f3f4f5;
  border: none;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
}

.campo textarea {
  resize: none;
  height: 90px;
}

.btn-enviar {
  width: 100%;
  background: #b8917a;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-enviar:hover {
  background: #fff;
  color: #07334c
}

.imagem-contato {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}

.imagem-contato img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 10px;
}

.imagem-contato .texto-imagem {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #4d4d4d;
}

.imagem-contato .texto-imagem span {
  font-size: 13px;
  letter-spacing: 1px;
  color: #036b65;
}

.imagem-contato .texto-imagem h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}



/* Celulares */
@media (max-width: 767px) {

  .container-contato {
    flex-direction: column; /* elementos empilhados */
    align-items: center;
    gap: 20px;
  }

  .info-contato {
    flex: 1 1 100%;
    text-align: center; /* opcional, deixa centralizado */
  }

  .formulario-contato {
    width: 100%; /* ocupa toda a tela */
    padding: 25px 20px; /* reduz padding */
    box-sizing: border-box;
  }

  .duas-colunas {
    flex-direction: column; /* colunas viram uma abaixo da outra */
    gap: 10px;
  }

  .imagem-contato {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .imagem-contato img {
    width: 100%;
    height: auto; /* mantém proporção */
    text-align: center;
  }

  .imagem-contato .texto-imagem {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 10px;
    text-align: center;
  }

  .contato {
  background: #f8f9fa;
  padding: 80px 40px;
  font-family: 'Poppins', sans-serif;
  background: #f8f9fa;
  padding: 80px 40px;
  font-family: 'Poppins', sans-serif;
  background-image: url('fundosobre.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 200vh;

 
}
 
}

@media (max-width: 768px) {
  .contato {
    min-height: auto;
    padding: 60px 20px;
  }
}



@media (max-width: 1366px) {
  .contato {
    min-height: 150vh;
    background-position: center top;
  }
}


@media (max-width: 1024px) {
  .contato {
    min-height: 160vh;
    background-position: top center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contato {
    min-height: 90vh;   /* limita o crescimento */
    padding: 80px 30px;
    background-position: center top;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .container-contato {
    flex-direction: column;
  }

  .formulario-contato {
    order: 1; /* formulário primeiro */
    width: 100%;
  }

  .imagem-contato {
    order: 2; /* imagem embaixo */
    width: 100%;
    margin-top: 30px;
  }

  .imagem-contato img {
    width: 100%;
    height: auto;
  }
}






.footer {
  background-color: #4d4d4d;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-top: 30px;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5% 20px 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo img {
  width: 200px;
  margin-bottom: 8px;
}

.footer-logo p {
  font-size: 0.9rem;
  color: #fff;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}

.footer-info p {
  margin: 0;
  font-size: 0.95rem;
  color: #fff;
}

.footer-info i {
  color: #fff;
  margin-right: 8px;
}

.footer-bottom {
  text-align: center;
  padding: 12px 0;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-bottom strong {
  color: #fff;
}

/* Ícones sociais */
.footer-social {
  display: flex;
  justify-content: right;
  gap: 12px;
  margin-top: 10px;
}

.footer-social img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.footer-social img:hover {
  transform: scale(1.15);
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-social {
    justify-content: center;
  }
}


/* --- RESPONSIVO --- */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-info {
    text-align: center;
    margin-top: 20px;
  }

  .footer-logo img {
  width: 150px;
  margin-bottom: 8px;
}

}

/* Boneca fixa lateral */
.boneca-whats {
  position: fixed;
  bottom: 20px;     /* Distância da parte de baixo */
  left: 20px;       /* Canto esquerdo */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  z-index: 9999;
}

.boneca-whats img {
  width: 155px;      /* tamanho da boneca */
  height: auto;
  
  cursor: pointer;
  transition: transform 0.3s ease;
}

.boneca-whats img:hover {
  transform: scale(1.1);
}

/* Balão de mensagem */
.msg-boneca {
  background: #bd957e; /* cor do whats */
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-top: 8px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
  animation: aparecer 1s ease forwards;
}

/* Animação suave */
@keyframes aparecer {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsivo */
@media (max-width: 600px) {
  .boneca-whats img {
    width: 120px;
  }

  .msg-boneca {
    font-size: 0.85rem;
  }
}

