@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Garante que padding e border sejam incluídos no tamanho total do elemento */
}
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: #fff;
    padding: 14px 22px;
    width: 250px;
    height: 20px;
    border-radius: 8px;
    justify-content: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-whatsapp img {
    width: 22px;
    height: 22px;
}

.btn-whatsapp:hover {
    background-color: #1ebe5d;
}
.top{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: "Raleway", sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff; /* obrigatório pra não ficar transparente */
}

.logopicture{
    width: 100px;
    height: 100px;
}
.item{
    text-decoration: none;
    color: gray;
    font-size: 17px;
    font-weight: bold;
}
.itemsmenu{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    text-decoration: none;
    list-style-type: none;
}
.title{
    font-size: 20px
}
.principal{
    font-family: "Raleway", sans-serif;

}
.btn-whatsapp2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #e17100;
    color: #fff;
    padding: 20px 10px;
    width: 200px;
    height: 10px;
    border-radius: 8px;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}
.btn-whatsapp2:hover {
    background-color: #ff8000;
}
.btn-whatsapp3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: none;
    color: #fff;
    padding: 20px 10px;
    width: 150px;
    height: 10px;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
    border: solid 2px white;
    align-items: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}
.btn-whatsapp3:hover {
    background-color: white;
    color: black;
}
.parte1{
    display: flex;
    flex-direction: row;
    gap: 4rem;
    align-items: start;
    background-image: url(/images/homepagefundo.png);
    padding-left: 3.5rem;
    padding-right: 7rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: white;
}
.advs{
    width: 350px;
    height: 450px;
    border-radius: 1rem;
}
.introducao{
    font-size: 60px;
    padding-bottom: 2rem;
}
.txtintro{
    font-size: 30px;
    font-weight: lighter;
    padding-bottom: 2rem;
}
.CTAS{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.parte2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.escritoriopicture{
    width: 600px;
    height: 400px;
    border-radius: 1rem;
}
.titlenos{
    font-size: 45px;
    font-weight: bold;
}
.textnos{
    font-size: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: rgb(70, 70, 70);
    text-align: justify;
}
.parte3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(243, 242, 242);
    align-items: center;
    gap: 1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.areainfo{
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: start;
    text-align: start;
    padding: 2rem;
    width: 15rem;
    height: 12rem;
    border-radius: 1rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
.areas{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.areatitle{
    font-size: 25px;
    font-weight: bold;
    color: black;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.areatxt{
    font-size: 17px;
    text-align: start;
}
.google-comment {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  background-color: #f5f5f5;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  max-width: 500px;
  height: 8rem;
}
.end{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    gap: 0rem;
    font-family: "Raleway", sans-serif;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: start;
} 
.avatar {
  width: 36px;
  height: 36px;
  background-color: #1a73e8;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.name {
  font-size: 14px;
  font-weight: bold;
  color: #202124;
}
.stars {
  font-size: 14px;
  color: #fbbc04;
}
.comment-text {
  font-size: 13px;
  color: #4d5156;
  margin: 4px 0 0 0;
}
.parte4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    align-items: center;
    gap: 1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.comentarios{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.parte5{
    display: flex;
    flex-direction: row;
    justify-content: start;
    background-color: #0f172b;
    align-items: center;
    gap: 1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: white;
}
.infos1{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.tel{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;

}
.titleinfo{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 1rem;
}
.textinfo{
    font-size: 20px;
    padding-bottom: 2rem;
}
.titleinfo2{
    font-size: 18px;
    font-weight: lighter;
}
/* Botão WhatsApp flutuante */
.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: all 0.3s ease;
  }
  
  .whatsapp-float:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  }
  
  /* Ícone dentro do botão */
  .whatsapp-icon {
    width: 36px;
    height: 36px;
    margin-top: 14px;
    filter: invert(1);
  }
.rodape{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Raleway", sans-serif;
    background-color: #090e1b;
    color: white;
    font-size: 12px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (max-width: 768px) {

  /* Header */
  .top {
    flex-direction: row;
    gap: 1rem;
    padding: 1rem;
  }
  .title{
    font-size: 15px;
  }
  .menu{
    display: none
  }
  .itemsmenu {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .logopicture {
    width: 80px;
    height: 80px;
  }

  /* Botões */
  .btn-whatsapp,
  .btn-whatsapp2,
  .btn-whatsapp3 {
    width: 100%;
    height: auto;
    padding: 14px;
    font-size: 15px;
  }

  /* Parte 1 (Hero) */
  .parte1 {
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 2rem;
    text-align: center;
    background-size: cover;
    background-position: center;
  }

  .introducao {
    font-size: 32px;
  }

  .txtintro {
    font-size: 18px;
  }

  .CTAS {
    flex-direction: column;
    width: 100%;
  }

  .advs {
    width: 100%;
    height: auto;
  }

  /* Parte 2 */
  .parte2 {
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 2rem;
  }

  .escritoriopicture {
    width: 100%;
    height: auto;
  }

  .titlenos {
    font-size: 30px;
    text-align: center;
  }

  .textnos {
    font-size: 16px;
    text-align: left;
  }

  /* Parte 3 – Áreas */
  .areas {
    flex-direction: column;
    gap: 1.5rem;
  }

  .areainfo {
    width: 100%;
    height: auto;
  }

  .areatitle {
    font-size: 20px;
  }

  .areatxt {
    font-size: 15px;
  }

  /* Comentários */
  .comentarios {
    flex-direction: column;
    gap: 1rem;
  }

  .google-comment {
    max-width: 100%;
    height: auto;
  }

  /* Parte 5 */
  .parte5 {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    gap: 2rem;
  }

  .titleinfo {
    font-size: 28px;
  }

  .textinfo {
    font-size: 16px;
  }

  /* Rodapé */
  .rodape {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  /* WhatsApp flutuante */
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
    margin-top: 12px;
  }
}