/* 1. RESET / BASE */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  background: #EFF0E1;
}

/* 2. LAYOUT GLOBAL */
.logo {
  position: fixed;
  top: 10px;
  left: 40px;
  height: 50px;
  z-index: 1100;
}

/* MENU */
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.logo:hover {
  transform: scale(1.5);
}

.rosa:hover {
  transform: scale(1.03);
}

.azul:hover {
  transform: scale(1.03);
}

.amarelo:hover {
  transform: scale(1.03);
}

.verde:hover {
  transform: scale(1.03);
}

.claro:hover {
  transform: scale(1.03);
}

/* 3. COMPONENTES */
.item {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 14px 28px;
  border-radius: 0 0 15px 15px;
  
  text-decoration: none;
  color: #222;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* cores */
.rosa {
  background: #F1A1C4;
}

.azul {
  background: #A4D7F7;
}

.amarelo {
  background: #FDD164;
}

.verde {
  background: #727C32;
  color: white;
}

.claro {
  background: #EFF0E1;
}

/* 4. SEÇÕES */
.secao {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  scroll-margin-top: 100px;
  overflow: hidden;

}

.secao.sobre {
  background: url("../img/decor/Vector 2.png") center / cover no-repeat;
  background-color: #727C32;
}

/* 5. UTILITÁRIOS / DECOR */
.sobre-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sobre-card {
  position: relative;
  width: 520px;
}

.card-bg {
  width: 100%;
}

.texto {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 80%;
  font-size: 18px;
  color: #565656;
  text-align: justify;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
}

.sede {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-top: 10px;
  color: #F37631;
  font-weight: bold;
  border: 2px dashed #F37631;
  padding: 10px;

  width: 90%;
}

.location {
  width: 18px;
  height: auto;
}

.sobre-imagens {
  position: relative;
  width: 600px;
  height: 500px;
  top: -40px;
}

.foto {
  position: absolute;
  width: 220px;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.foto:hover {
  transform: rotate(0deg) scale(1.03);
}

.foto1 {
  width: 370px;
  top: -20px;
  left: 100px;
  transform: rotate(-5deg);
}

.foto2 {
  bottom: 10px;
  left: 40px;
  transform: rotate(-8deg);
}

.foto3 {
  width: 250px;
  bottom: -30px;
  right: 60px;
  transform: rotate(10deg);
}

.sobre {
  background: #727C32;
  position: relative;
  overflow: hidden;
}

.sobre-svg {
  margin-top: -50px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto 5px auto;
  margin-bottom: -10px;
}

.sobre-text {
  font-family: 'Moody Adolescent', sans-serif;
  font-size: 150px;
  fill: #EFF0E1;
  stroke: #F37631;
  stroke-width: 50px;
  margin-bottom: -10px;
  paint-order: stroke fill;
}

.decor8 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.texto {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 1.2vw;
  color: #565656;
  text-align: justify;
  width: 80%;
  z-index: 2;
}

.hero {
  display: grid;
  padding-bottom: 20px !important;
  place-items: center;

  overflow: hidden;
  position: relative;
  background: url("../img/decor/Vector 3.png") center / cover no-repeat;
}

.hero-imagens {
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: 'Moody Adolescent';
  src: url('fonts/Moodyadolescent.otf') format('opentype');
}

.hero-content {
  margin-top: 56%;
  height: 100%;
  width: 100%;
}

.hero-svg {
  position: relative;
  margin-top: 0;
  width: 100%;
  z-index: 10;
}

.hero-text {
  font-family: 'Moody Adolescent', sans-serif;
  font-size: 110px;
  letter-spacing: -2px;
  line-height: 0.7;
  text-transform: uppercase;

  fill: #EFF0E1;
  stroke: #F37631;
  stroke-width: 35px;
  stroke-linejoin: round;

  paint-order: stroke fill;

}

.hero-text-img {
  position: relative;
  transform: translateY(-58%);
  z-index: 100;
  display: none;
}

.decor {
  position: absolute;
}

.decor.decor3:hover {
  transform: rotate(0deg) scale(1.03);
}

.decor.decor2:hover {
  transform: rotate(0deg) scale(1.03);
}

/* fundo */
.decor1 {
  position: absolute;
  inset: 0;
  /* top:0 right:0 bottom:0 left:0 */

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  z-index: 0;
}

/* elementos */
.decor2 {
  bottom: 20px;
  left: 10px;
  width: clamp(120px, 25vw, 230px);
  z-index: 2;
}

.decor3 {
  top: 150px;
  right: -20px;
  width: clamp(120px, 25vw, 240px);
  transform: rotate(40deg);
  z-index: 3;
}

/* imagens principais */
.decor4 {
  top: 20%;
  left: 10%;
  width: clamp(20%, 30%, 25%);
  transform: rotate(-10deg);
  z-index: 4;
}

.decor5 {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(200px, 100%, 35%);
  z-index: 5;
}

.decor6 {
  top: 20%;
  right: 12%;
  width: clamp(120px, 30%, 22%);
  transform: rotate(10deg);
  z-index: 6;
}

/* selo */

.selo {
  height: 100%;
  margin-top: -12%;
}

.decor7 {
  width: 35%;
  max-width: 450px;
  left: 33%;
  z-index: 7;
}

/* sobre */
.decor8 {
  width: 100%;
}

.decor9 {
  left: 5%;
  height: 400px;
}

/*depoimentos*/

.decor12 {
  width: 100%;
  z-index: 1;
}

/* contato */

.decor10 {
  width: 100%;
  z-index: 1;
}

/* footer */

.decor11 {

  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(120px, 25vw, 150px);
  z-index: 5;

}

/* SERVICOS */

.servicos {
  position: relative;

  margin-bottom: -100px;
}



.servicos-texto {
  position: absolute;
  top: 15%;
  /* controla a altura */
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
  width: 100%;
}

.servicos-texto-final {
  font-family: 'Moody Adolescent', sans-serif;
  font-size: 2.5vw;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #d95f1f;
  text-align: center;
}

.servicos-svg {
  width: 100%;
  max-width: 700px;
  height: 50px;
  /* controla altura real */
  display: block;
  margin: 0 auto;
  overflow: visible;
}

.servicos-text {
  font-family: 'Moody Adolescent', sans-serif;
  font-size: 120px;
  letter-spacing: -2px;

  fill: #EFF0E1;
  stroke: #F37631;
  stroke-width: 45px;

  paint-order: stroke fill;
}

.servicos-carrossel {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  overflow: hidden;
  padding: 5px;
  ;
}

/* área que desliza */
.carrossel-track {
  display: flex;
  gap: 10px;
  scroll-behavior: smooth;
  transition: transform 0.4s ease;

}

/* cada card */
.card {
  flex: 0 0 calc((100% - 16px) / 3);

  flex-shrink: 0;

  background: #727C32;
  border-radius: 20px;
  padding: 0;
  text-align: center;
}

/* imagem */
.card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;

}

.card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* label */
.card-label {
  background: #F37631;
  width: 185px;
  height: 30px;
  padding: 20px 20px;

  border-radius: 5px;
  margin-top: -60px;
  margin-bottom: 10px;
  display: flex;

  align-items: center;
  justify-content: center;

  font-family: 'Nunito', sans-serif;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border: 2px dashed;
  line-height: 18px;
}

.card-texto {
  font-family: 'Nunito', sans-serif;
  color: #F8FFCA;
  font-size: 15px;
  font-weight: bold;
}

/* botões */

.carrossel-wrapper {
  position: relative;
}

.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);

  width: 50px;
  height: 50px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #F37631;
  color: white;
  border: none;
  font-family: 'Nunito', sans-serif;
  font-size: 45px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.prev {
  left: -25px;
}

.next {
  right: -25px;
}

/* GALERIA */

.secao.galeria {
  max-height: 600px;
  margin-top: -100px;
}

.galeria {
  margin-top: -100px;

}

.galeria-container {
  overflow: hidden;
  width: 100%;
  cursor: pointer;

}

.galeria-track {
  display: flex;
  gap: 15px;
  transition: transform 0.1s linear;
  will-change: transform;
}

.galeria-track img {
  height: 400px;
  flex-shrink: 0;
  border-radius: 0;
  object-fit: cover;
}

/*DEPOIMENTOS*/

.depoimentos {
  position: relative;
  min-height: 128vh;

  display: flex;
  align-items: center;
  justify-content: center;
}

.depoimentos-bg {
  position: absolute;
  inset: 0;
  z-index: 0; 
  
}

.depoimentos-container {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 60px;
  /* espaço entre stack e botão */


}

.stack {
  position: relative;
  width: 450px;
  height: 250px;
  margin-bottom: 10%;
  touch-action: pan-y;
}

.stack-card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EFF0E1;
  border-radius: 20px;
  padding: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* importante */

  font-family: 'Nunito', sans-serif;
  color: #565656;
  font-size: 15px;
  font-weight: bold;

  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* camadas */
.stack-card:nth-child(1) {
  z-index: 3;
  transform: translateY(0) scale(1);
}

.stack-card:nth-child(2) {
  z-index: 2;
  transform: translateY(15px) scale(1.02) rotate(-4deg);

  background-color: #FDD164;
}

.stack-card:nth-child(3) {
  z-index: 1;
  transform: translateY(24px) scale(0.92) rotate(2deg);
}

.stack-btn {
  
  background: #F37631;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}



.depoimentos-texto {
  position: absolute;
  top: 20%;
  /* controla a altura */
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
  width: 100%;
}

.depoimentos-svg {
  width: 100%;
  max-width: 700px;
  height: 50px;
  /* controla altura real */
  display: block;
  margin: 0 auto;
  overflow: visible;
}

.depoimentos-text {
  font-family: 'Moody Adolescent', sans-serif;
  font-size: 120px;
  letter-spacing: -2px;

  fill: #EFF0E1;
  stroke: #F37631;
  stroke-width: 45px;

  paint-order: stroke fill;
}

/* DECOR */
.decor12 {
  height: 100%;
}

.decor13 {
  top: 140px;
  left: 20px;
  width: 230px;
  z-index: 2;
}

.decor14 {
  bottom: 140px;
  left: 20px;
  width: 230px;
  z-index: 2;
}

.decor15 {
  bottom: 140px;
  right: 50px;
  width: 170px;
  z-index: 2;
}

.decor16 {
  top: 100px;
  right: 80px;
  width: 170px;
  z-index: 2;
}

/* 

/*CONTATO*/

/* ===== SECTION CONTATO ===== */

.contato {
  background: #EFF0E1;
  position: relative;
  overflow: hidden;
  padding: 0 20px 60px;
}

.contato.secao {
  height: auto;
  align-items: flex-start;
  /* joga pro topo */
  justify-content: flex-start;
  padding-top: 40px;
}

/* Container principal */
.contato-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;

  z-index: 2;
}

/* ===== FUNDO DECORATIVO ===== */
.contato-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* ===== TÍTULO (SVG) ===== */
.contato-texto {
  position: absolute;
  top: 10px;
  /* controla a altura */
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
  width: 100%;
}

.contato-svg {
  width: 100%;
  max-width: 700px;
  height: 150px;
  /* controla altura real */
  display: block;
  margin: 0 auto;
  overflow: visible;
}

.contato-text {
  font-family: 'Moody Adolescent', sans-serif;
  font-size: 120px;
  letter-spacing: -2px;

  fill: #EFF0E1;
  stroke: #F37631;
  stroke-width: 45px;

  paint-order: stroke fill;
}

.decor-form {
  position: absolute;
  top: 73px;
  /* ajusta aqui */
  left: 50%;
  transform: translateX(-50%);

  width: 350px;
  /* ajusta tamanho */
  z-index: 5;
  pointer-events: none;
}

/* ===== FORMULÁRIO ===== */
form {
  width: 350px;
  max-width: 420px;
  height: 500px;

  display: flex;
  flex-direction: column;
  gap: 15px;

  background: #727C32;
  padding: 120px 40px 40px;
  border-radius: 16px;

  position: relative;
  z-index: 2;

  margin-top: 50px;
}

/* Campos */
.campo {
  display: flex;
  flex-direction: column;
  gap: 5px;

  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  color: #F8FFCA;
}

.campo:first-child {
  margin-top: 50px;
}

/* Inputs */
input,
textarea {
  padding: 12px;
  border-radius: 8px;
  border: none;

  background: #8A9450;
  color: #fff;

  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

/* Placeholder */
input::placeholder,
textarea::placeholder {
  color: #F8FFCA;
  font-size: 12px;
}

/* Botão */
button {
  margin-top: 10px;
  padding: 14px;

  border: none;
  border-radius: 25px;

  background: #F37631;
  color: #F8FFCA;

  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: bold;

  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: #d95f1f;
}

/*FOOTER*/
footer {
  background: #F37631;
  text-align: center;
  padding: 50px;
  color: #fff;
}

.footer-logo {
  padding: 30px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;

  z-index: 9999;
}

.lightbox.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.footer-social a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  transition: 0.3s;
}

.footer-social i {
  font-size: 22px;
  color: white;
}

/* hover */
.footer-social a:hover {
  transform: scale(1.1);
  background: white;
}

.footer-social a:hover i {
  color: #F37631;
}

/* =========================
   MOBILE
========================= */
.menu-toggle {
  display: none;
}

.text-banner {
  display: none;
}

.hero-svg {
  display: block;
}

html,
body {
  overflow-x: hidden;
}

.text-banner {
  display: none;
}

@media (max-width: 768px) and (max-width: 1024px) {

  * {
    max-width: 100%;
  }

  .logo{
    position: absolute;
    z-index: 998;
  }

  svg.hero-svg {
    display: none !important;
  }

  .hero-content svg {
    display: none !important;
  }

  .text-banner {
    display: block;
  }


  .hero-svg {
    display: none;
  }

  .hero-img-mobile {
    display: none;

  }

  .hero-text-img {
    display: block;
  }

  img {
    height: auto;
    display: block;
  }

  .menu-toggle {
    width: 35px;
    height: 28px;
    background: #EFF0E1;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    box-shadow: #222;

    position: fixed;
    top: 20px;
    right: 20px;

    z-index: 9999;
    cursor: pointer;
  }

  .menu-toggle span {
    height: 4px;
    width: 100%;
    background: #F37631;
    border-radius: 2px;

    transition: 0.3s;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .menu {
    position: fixed;
    top: -100px;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 10px;

    background: url("../img/bckg/menu-mobile-bckg.png") center / cover no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

    transition: right 0.3s ease;
    z-index: 999;
  }

  .menu.active {
    right: 0 !important;
    /* aparece */
  }

  .menu .item {
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero {
    height: auto;
    padding: 80px 16px 40px;
    padding-bottom: 100px;

    background-size: 250%;
    background-position: 100% top;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    position: relative;

  }

  /* RESET TOTAL */
  .hero-imagens img,
  .hero-content img,
  .hero-content svg {
    position: relative;

  }

  /* IMAGENS */
  .hero-imagens {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 80px;
    width: 100%;
    max-width: 100%;

  }

  .hero-imagens img {
    max-width: 100%;
    height: auto;
    position: relative !important;
  }

  .decor4,
  .decor5,
  .decor6 {
    max-width: 30%;

  }

  .decor {
    max-width: 100%;
  }

  .decor4 {
    transform: rotate(-10deg);
    width: 110px;
  }

  .decor6 {
    transform: rotate(10deg);
    width: 110px;
  }

  .decor5 {
    width: 160px;
    z-index: 10;
    border-radius: 20px;

    position: relative;
    left: 0;
    transform: none;

    transform: rotate(0deg) translateY(-30px);
  }

  /* TEXTO (SUBIR ELE!) */
  .hero-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .hero-imagens {
    margin-top: 140px;
  }


  /* SELO */
  .selo {
    position: relative !important;
    margin-top: -88px;

    width: 82% !important;

    display: flex;
    justify-content: center;
    align-items: center;

    transform: none !important;

  }

  .decor7 {
    margin-top: -40%;

    width: 85%;

    transform: rotate(5deg) !important;

    position: relative;
    left: 0;
    top: 0;
  }

  /* DECORATIVOS LEVES */
  .decor2 {
    position: absolute;
    left: 19px;
    bottom: 30px;

    width: 100px;

    transform: none;
  }

  .decor3 {
    position: absolute;
    top: 70px;
    left: 10px;
    width: 150px;
    z-index: 100;
    transform: rotate(-250deg);
  }

  /* =========================
   SOBRE - MOBILE
========================= */

  .sobre-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
  }

  .secao.sobre {
    height: auto;
    min-height: 100vh;
    padding: 80px 0;
    background: url("../img/decor/Vector2-mobile.png") center / cover no-repeat;
    background-color: #727C32;
    background-position: 50% 10%;
  }

  /* CARD EM CIMA */
  .sobre-card {
    width: 100%;
    max-width: 400px;
  }

  .sobre-svg {
    position: relative;
    margin-top: -50px;
  }

  .card-bg {
    height: 470px;
  }

  /* TEXTO - remove problema de posicionamento */
  .texto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    font-size: 14px;
  }

  /* IMAGENS EMBAIXO */
  .sobre-imagens {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 260px;
    margin: 0 auto;
    margin-top: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  /* REMOVE ABSOLUTE DAS FOTOS */
  .foto {
    position: absolute !important;
    /* força reset real */
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  /* AJUSTES FINOS */
  .foto1 {
    width: 80%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
    z-index: 1;
  }

  .foto2 {
    width: 45%;
    bottom: -95px;
    left: 5px;
    transform: rotate(-10deg);
    z-index: 2;
  }

  .foto3 {
    width: 50%;
    bottom: -110px;
    right: 5px;
    transform: rotate(12deg);
    z-index: 2;
  }

  /*CSS SERVICOS*/
  .sobre-text {
    font-size: 150px;
    stroke-width: 50px;
    margin-top: -40px;
  }

  .servicos.secao {
    height: auto;
    padding: 100px 20px 60px;
  }

  .servicos-texto {
    position: relative;
    left: auto;
    transform: none;

    width: 100%;
    display: flex;
    justify-content: center;
  }

  .servicos-svg {
    width: 100%;
    max-width: 300px;
    display: block;
  }

  .servicos-text {
    font-size: 125px;
    stroke-width: 60px;
  }

  .servicos-carrossel {
    max-width: 320px;
    margin: 0 auto;
    overflow: hidden;
  }

  .carrossel-track {
    display: flex;
    gap: 20px;
  }

  .card {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 25px;
  }

  .card-img {
    border-radius: 25px;
  }

  .card-label {
    width: 85%;
    height: auto;
    padding: 15px;
    font-size: 16px;
    margin-top: -40px;
  }

  .card-texto {
    font-size: 14px;
    padding: 0 10px;
  }

  .btn {
    width: 45px;
    height: 45px;
    font-size: 30px;
    top: 45%;
  }

  .prev {
    left: 5px;
  }

  .next {
    right: 5px;
  }

  .servicos-texto-final {
    font-size: 18px;
    margin-top: 30px;
    padding: 0 20px;
  }

  /*DEPOIMENTOS MOBILE*/

  .secao.depoimentos {
    min-height: 100vh;
  }

  .depoimentos {
    padding: 60px 20px 100px;
    height: auto;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .depoimentos-bg {
    height: 100%;
    overflow: visible;
  }

  .depoimentos-texto {
    position: relative;
    top: 140px;
    left: auto;
    transform: none;

    margin-bottom: 20px;
  }

  .depoimentos-svg {
    max-width: 300px;
    height: auto;
  }

  .depoimentos-text {
    font-size: 135px;
    stroke-width: 60px;
  }


  .decor12 {
    content: url("../img/bckg/Group 10-mobile.png");
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .decor13 {
    width: 130px;
    left: 280px;
    top: 50px;
  }

  .decor14 {
    width: 150px;
    left: -20px;
    top: 90px;
  }

  .decor15 {
    width: 120px;
    left: 10px;
    bottom: 65px;
  }

  .decor16 {
    width: 120px;
    left: 280px;
    top: 850px;
  }

  .stack {
    width: 300px;
    height: 461px;
    top: 150px;
    left: -5%;

  }

  .stack-card {
    padding: 15px;
    font-size: 16.5px;
    font-weight: bold;
    border-radius: 18px;
    line-height: 1.45;
    text-align: justify;

    height: 100%;
    padding: 20px;
  }

  /* camadas mais suaves e bonitas */
  .stack-card:nth-child(1) {
    transform: translateY(0) scale(1);
    transform: rotate(3deg);
    z-index: 3;
  }

  .stack-card:nth-child(2) {
    transform: translateY(10px) scale(0.97) rotate(-3deg);
    z-index: 2;
  }

  .stack-card:nth-child(3) {
    transform: translateY(18px) scale(1) rotate(3deg);
    z-index: 1;
  }

  .stack-btn {
    margin-top: 15px;
    padding: 12px 22px;
    border-radius: 25px;
    font-size: 14px;
  }

  /*CSS CONTATO */

  .contato.secao {
    height: 90%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    padding: 40px 20px 80px;

    background: url("../img/decor/Vector4.png") center / cover no-repeat;
    background-position: 90% 93%;
  }

  .contato-container {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .contato-texto {
    position: relative;
    margin-top: 20%;
    top: 50px;
    left: auto;
    transform: none;

    width: 100%;
    text-align: center;
  }

  .contato-svg {
    max-width: 320px;
    height: auto;
  }

  .contato-text {
    font-size: 13vh;
    stroke-width: 45px;
  }

  .decor-form {
    position: relative;
    top: 1vh;
    left: auto;
    transform: none;

    width: 90%;

  }

  form {
    width: 100%;
    max-width: 320px;
    height: 500px;

    margin-top: 0;
    top: -13vh;
    padding: 120px 20px 40px;

    border-radius: 20px;
  }

  .campo {
    width: 90%;

  }

  .campo:first-child {
    margin-top: 0;
    /* remove aquele espaço estranho */
  }

  input,
  textarea {
    width: 100%;
    font-size: 14px;
  }

  button {
    width: 100%;
    padding: 18px;
    border-radius: 40px;
    font-size: 16px;
    margin-top: 150px;
  }


  .decor10 {
    display: none;
    /* evita duplicação */
  }

}

/*WHATSAPP*/
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;

  width: 80px;
  height: 80px;

  background: #25D366;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);

  z-index: 99999;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  animation: shake 1.5s infinite;
  animation-delay: 3s;
}

.whatsapp-float i {
  font-size: 38px;
  color: white;
}

/* efeito hover */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-float {
  animation: pulse 2s infinite;
}