@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Righteous&family=Sarala:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala:wght@400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.cabecalho{
    display: flex;
    flex-direction: row;
    background-color: #091235;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    font-family: "Sarala", sans-serif;
}
.Logo-nome{
    display: flex;
    flex-direction: row;
    color: #f4ebd0;
    align-items: center;
    padding: 0;
}

.menu{
    color: #f4ebd0;
    display: flex;
    flex-direction: row;
    gap: 15px;
    a{
        color:#f4ebd0
    }
    a:hover{
        color: #FFD700;
    }
}
.conteudo{
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: flex-start;
    padding-left: 150px;
    background: linear-gradient(to right, #0b1a33, #f4ebd0);
    padding-bottom: 67px;



}
.title1{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #977d6c
}
.valor0{
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    
}
.valor1{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.whatsapp-btn{
  display: inline-flex;
  align-items: center;
  background-color: #00332E; /* Verde escuro semelhante */
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  transition: background-color 0.3s;
  max-width: 25%;
  justify-content: center;
  font-size: 20px;
}

.whatsapp-btn:hover {
  background-color: #005C4B; /* Verde mais claro ao passar o mouse */
}
.traço1{
border: black;
height: 10px;
}
.Icone-msg{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

;.setor2{
    background-color: black;
}

.whatline{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 10px;
    align-items: center;
    color: #f4ebd0;
    font-family: sans-serif;
    font-weight: bold;
    
}
.whatwedo{
    font-family: sans-serif;
    padding-left: 150px;
    padding-top: 67px;
    background-color: #091235;
}

.atuacao{
padding-left: 5px;
font-size: 40px;
color: white;
padding-top: 15px;
padding-bottom: 15px
}

.servicos {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #091235;
  padding-bottom: 50px;
  padding-top: 40px;
}
.card {
  position: relative;
  width: 300px;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
  background-size: cover;
  background-position: center;
    z-index: 1;
}


.botaonew{
display: inline-flex;
  align-items: center;
  background-color: #091235; /* Verde escuro semelhante */
  color: white;
  padding: 12px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  transition: background-color 0.3s;
  max-width: 110%;
  justify-content: center;
  padding-top: 12px;
}

.Descritivo{
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    justify-content: center;
    text-align:left;
    font-size: 28px;
}
.botao{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.advimg{
    width: 350px;
}

.Advgui{
    display: flex;
    flex-direction: row;
    background-color: #091235;
    padding-bottom: 50px;
    padding-top: 40px;
    padding-left: 150px;
    align-items: center;
    font-family: sans-serif;
    gap: 25px;
    padding-right: 140px;
}

.Nome{
    color: #977d6c;
    padding-bottom: 8px;
    font-size: 36px;
    font-weight: bold;
}
.Cargogui{
    color: #f4ebd0;
    font-size: 22px;
    padding-bottom: 5px;
}
.Oab {
    color: #f4ebd0;
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.eu {
    color: #f4ebd0;
    font-size: 18px;
    padding-top: 15px;
    justify-content: center;
    padding-bottom: 10px;
}

.whatsapp-btn2{
display: inline-flex;
  align-items: center;
  background-color: #00332E; /* Verde escuro semelhante */
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 5px;
  transition: background-color 0.3s;
  max-width: 35%;
  justify-content: center;
  font-size: 20px;
}

.whatsapp-btn2:hover {
  background-color: #005C4B; /* Verde mais claro ao passar o mouse */
}

.adress{
display: inline-flex;
  align-items: center;
  background-color: #00332E; /* Verde escuro semelhante */
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 5px;
  transition: background-color 0.3s;
  max-width: 45%;
  justify-content: center;
  font-size: 20px;
}

.adress{
  background-color: #005C4B; /* Verde mais claro ao passar o mouse */
}

.Advbia{
    display: flex;
    flex-direction: row;
    background-color: #091235;
    padding-bottom: 50px;
    padding-top: 40px;
    padding-left: 150px;
    align-items: center;
    font-family: sans-serif;
    gap: 25px;
    padding-right: 140px;
}
.depoimentos{
    display: flex;
    flex-direction: row;
    background-color: #091235;
    padding-bottom: 80px;
    padding-top: 40px;
    padding-left: 150px;
    align-items: center;
    font-family: sans-serif;
    gap: 25px;
    padding-right: 140px;
    justify-content: space-around;
}
.htitulo{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #977d6c;
    font-weight: bold;
    font-size: 16px;
}
.geralcoments{
    display: flex;
    flex-direction: column;
    font-size: 40px;
    color: #f4ebd0;
}
.testimonials {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 40px 20px;
}

.testimonial-card {
  background-color: #003934;
  border-radius: 8px;
  padding: 20px;
  width: 400px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.logo {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.testimonial-header div {
  flex: 1;
  margin-left: 10px;
}

.testimonial-header h3 {
  margin: 0;
  font-size: 1.1em;
}

.testimonial-header span {
  font-size: 0.85em;
  color: #ccc;
}

.google-icon {
  width: 18px;
  height: 18px;
}
.avaliacao{
    color: #f4ebd0;
}

.FORM{
  align-items: center;
  font-family: sans-serif;
  color: #f4ebd0;
  gap: 25px;
  padding-right: 140px;
  padding-left: 150px;
  padding-top: 100px;
  padding-bottom: 200px;
  justify-content: space-around;
  background-image: url(/images/city.png);
  background-position: center;

}
.mapa1{
  max-width: 100%;
  padding-top: 40px;
}
.fale-conosco{
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  padding-top: 0x;
  padding-bottom: 10px;
  font-family: sans-serif;
  color: #977d6c;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
  .consulta1{
  font-family: sans-serif;
  padding-bottom: 10px;
  padding-right: 650px;
  padding-bottom: 35px;
  font-size: 40px;
}
.entrar-contato{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00332E;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: sans-serif;
  font-weight: bold;
  transition: background-color 0.3s;
  max-width: 28%;
  font-size: 15px;
  text-decoration: white;
  gap: 10px;
}

.entrar-contato:hover {
  background-color: #005C4B; /* Verde mais claro ao passar o mouse */
}

.informacoes{
  padding-top: 35px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.details{
  display: flex;
  flex-direction: column;
}
.whts{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 16px;
}
.email{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.Instagram{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.Localizacao{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.mensagem{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.botao-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  z-index: 1000;
  text-decoration: none;
}

.botao-whatsapp img {
  width: 60px;
  height: 60px;
}
.base{
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #091235;
  font-family: sans-serif;
  font-size: 12.8px;
  font-weight: lighter;
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
}
@media (max-width: 768px) {

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
  }
  .body {
    font-family: "Open Sans", sans-serif;
    }

  .cabecalho {
    display: flex;
    flex-direction: row;
    background-color: #091235;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    flex-wrap: wrap;
  }

  .Logo-nome {
    display: flex;
    color: #f4ebd0;
    align-items: center;
  }

  .menu {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .menu a {
    color: #f4ebd0;
  }

  .menu a:hover {
    color: #FFD700;
  }

  .conteudo {
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: flex-start;
    padding: 8rem 5vw 4rem 5vw;
    background: linear-gradient(to right, #0b1a33, #f4ebd0);
  }

  .title1 {
    font-size: 1rem;
    color: #977d6c;
  }

  .valor0 {
    font-size: 2.5rem;
  }

.valor1 {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    background-color: #00332E;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: bold;
    justify-content: center;
    font-size: 1.2rem;
    max-width: 60%;
}

.whatsapp-btn:hover {
    background-color: #005C4B;
}

.whatwedo {
    padding: 4rem 5vw;
    background-color: #091235;
}

.atuacao {
    font-size: 2rem;
    color: white;
    margin: 1rem 0;
}

.servicos {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #091235;
    padding: 2rem 1rem;
}

.card {
    width: 80vw;
    max-width: 300px;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    background-size: cover;
    background-position: center;
}

.botaonew {
    display: inline-flex;
    align-items: center;
    background-color: #091235;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    justify-content: center;
    max-width: 100%;
}

.Descritivo {
    display: flex;
    flex-direction: column;
    color: black;
    font-weight: bold;
    text-align: left;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}
.Advgui, .Advbia, .depoimentos {
    display: flex;
    flex-direction: column;
    background-color: #091235;
    padding: 2rem 5vw;
    align-items: center;
    gap: 1.5rem;
}

.advimg {
    width: 80%;
    max-width: 350px;
}

.Nome {
    color: #977d6c;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.Cargogui, .Oab, .eu {
    color: #f4ebd0;
    font-size: 1.2rem;
    margin: 0.3rem 0;
}

.whatsapp-btn2, .adress {
    display: inline-flex;
    align-items: center;
    background-color: #00332E;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1.2rem;
    justify-content: center;
    max-width: 70%;
    margin-top: 1rem;
}

.whatsapp-btn2:hover, .adress:hover {
    background-color: #005C4B;
}

.testimonials {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 1rem;
}

.testimonial-card {
    background-color: #003934;
    border-radius: 8px;
    padding: 1.5rem;
    width: 90vw;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.FORM {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f4ebd0;
    gap: 2rem;
    padding: 5rem 5vw;
    background-image: url(/images/city.png);
    background-position: center;
    background-size: cover;
}

.mapa1 {
    width: 25rem;
    height: 10rem;
    margin-top: 2rem;
    align-items: center;
}

.fale-conosco, .consulta1 {
    color: #977d6c;
    font-weight: bold;
    font-size: 1rem;
    margin: 1rem 0;
    text-align: center;
}

.entrar-contato {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00332E;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: bold;
    max-width: 70%;
    font-size: 1rem;
    gap: 0.5rem;
}

.entrar-contato:hover {
    background-color: #005C4B;
}

.informacoes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 5vw;
    font-size: 1rem;
    font-weight: bold;
}

.botao-whatsapp {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.botao-whatsapp img {
    width: 100%;
    height: 100%;
}
.mapa{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.base {
    display: flex;
    justify-content: center;
    background-color: #091235;
    font-size: 0.8rem;
    color: white;
    padding: 1rem;
    text-align: center;
}
}