body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;

}

h1,
h2,
h4 {
  margin: 15px 0;
}



.container {
  max-width: 1720px;
  padding: 0 15px;

}

section {
  padding: 75px 0;
}

form .form-label {
  font-weight: 600;
}

.header-logo-redes {
  padding: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.redes-header {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.redes-header i {
  font-size: 20px;
  background-color: #04771f;
  color: white;
  border-radius: 50%;
  padding: 15px 20px;
}

/* .redes-header a:first-child i {
  padding: 15px 20px;
} */

.redes-header i:hover {
  background-color: rgba(253, 116, 48, 1);
}

.nav-bg {
  background-color: rgba(253, 116, 48, 1);
}

.nav-bg a {
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.banner {
  background-color: rgba(22, 167, 221, 1);
  padding: 100px 0;
  margin-bottom: 150px;
  text-transform: uppercase;
}

.banner h1 {
  font-weight: 700;
  font-size: 35px;
  color: white;
  text-align: center;
}

.banner p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: white;
}

.btn-banner {
  background-color: rgba(253, 116, 48, 1);
  padding: 15px 25px;
  border-radius: 15px;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms all ease-in-out;
}

.btn-banner a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.banner_escrita {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.btn-banner:hover,
.servicos_btn:hover {
  transform: translateY(10px);
}

.line {
  width: 350px;
  height: 3px;
  background-color: rgba(253, 116, 48, 1);
}

.sobrenos {
  gap: 80px;
}

.projetos {
  margin: 0 0 50px 0;
}

.disc_projetos {
  background-color: rgba(22, 167, 221, 1);
  position: relative;

}

.disc_projetos .container {
  padding: 0;
  max-width: 1920px;
}

.cards {
  height: 320.2px;
  width: 715px;
  border-radius: 16px;
  padding: 15px 35px;
  position: absolute;
  right: 770px;
  z-index: 99;
}

.cards_titulo p {
  color: white;
  font-weight: bold;
  background-color: rgba(253, 116, 48, 1);
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 18px;
}

.cards_btn a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 16px;
  padding: 5px 20px;
  background-color: rgba(254, 57, 191, 1);
  border-radius: 10px;
}



.servicos_sessao {
  width: 24%;

}

.servicos_texto {
  padding: 15px 20px;
}


.servicos_btn {
  background-color: #04771F;
  padding: 15px 25px;
  border-radius: 15px;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms all ease-in-out;
  margin: 0 auto;
}

.servicos_btn a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.sessao_1 {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FE39BF;
}

.sessao_2 {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #04771F;
}

.sessao_conteudo {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 164px 0;
  gap: 50px;
}

.sessao_texto {
  background: white;
  border-radius: 35px;
  width: 40%;
  display: flex;

  flex-direction: column;
  justify-content: center;
  padding: 50px 64px;
}

.sessao_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;

}


.sessao_tags p {
  padding: 5px 10px;
  font-weight: 600;
  color: white;
  font-size: 12px;
  border-radius: 10px;
  margin: 2px 0;
  text-transform: uppercase;
}

#contato {
  background-color: #FD7430;
}

.contato {
  display: flex;
  flex-direction: row;
  width: 100%;

}

.texto-form,
.formulario {
  width: 100%;
}

.texto-form {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-banner.btn-contato {
  background-color: #04771F;

}

.btn-banner.btn-contato i {
  margin-right: 15px;
}

.footer-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer_desc {
  width: 31%;
}

.formulario form {
  border-radius: 20px;
}

.tags_escolas {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 50px 0;
}

.tags_escolas p {
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 600;
}

.texto_escola {
  color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}

.escola_ruas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  align-items: center;
}

.btn_escola {
  background: white;
  padding: 15px 10px;
  width: 240px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.btn_escola a {
  color: #DE0606;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.desenvolvido {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ===== MOBILE FIRST ===== */
@media (max-width: 768px) {
  .header-logo-redes {
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
  }

  .redes-header i {
    font-size: 15px;
    background-color: #04771f;
    color: white;
    border-radius: 50%;
    padding: 18px 20px;
    display: none;
  }

  .sobrenos {
    gap: 80px;
    flex-direction: column;
  }

  .container {
    width: 100%;
    max-width: 720px;
    /* trava em telas maiores */
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .img_sobrenos img {
    width: 100%;
    object-fit: contain;
  }

  .sessao-cards {
    flex-direction: column !important;
    gap: 25px;
  }

  .cards {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    padding: 15px 35px;
    position: static;
    /* right: 770px; */
    z-index: 99;
  }

  #carouselImgs {
    width: 100% !important;
  }

  .servicos_sessao {
    width: 100%;
  }

  .sessao_conteudo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 164px 0;
    gap: 50px;
  }

  .sessao_texto {
    background: white;
    border-radius: 35px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 64px;
  }

  .contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 50px;
  }

  .footer-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
  }

  .footer_desc {
    width: 100%;
  }

  .logo {
    margin: 0 auto;
  }

  .tags_escolas {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 50px 0;
    flex-wrap: wrap;
  }

  .escola_ruas {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 50px;
    align-items: center;
  }
  .escola_ruas img{
    width: 100%;
    height: auto;
  }
  
  .sessao_tags {
    display: flex
;
    gap: 15px;
    margin-top: 50px;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}
}

#whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
}
#whatsapp-btn img {
  width: 35px;
  height: 35px;
}

/* Caixa de mensagem */
#whatsapp-box {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 280px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  padding: 10px;
  display: none;
  flex-direction: column;
  z-index: 999;
}
.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
}
#close-box {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#whatsapp-msg {
  width: 100%;
  height: 80px;
  padding: 5px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#send-whatsapp {
  background: #25d366;
  border: none;
  padding: 8px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}