html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

header {
    display: flex;
    height: 60px;
    width: auto;
    position: sticky;
    top: 0;
    background-color: #ffffffaa;
    padding: 20px 40px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
}

.logo img {
    width: 80px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    min-width: 200px;
}

.logo-text small {
    font-size: 14px;
    margin-top: 5px;
    font-weight: normal;
}

body, html {
    margin: 0;
    padding: 0;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    padding: 10px;
    margin-left: 20px;
}

nav ul li a {
    font-size: 1.1rem;
    font-weight: 420;
    text-decoration: none;
    padding: 10px 6px;
    color: #333;
}

nav ul li a:hover {
    text-decoration: none;
    color: #6d84c3;
    transition: 0.1s ease-in-out;
}

.hamburguer {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 25px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburguer span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
}


/*---------------------------------------------------------------------------------------------*/

#sobre {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgb(213, 199, 229);
    position: relative;
    width: 100%;
    height: 640px;
    max-height: 700px;
    text-align: center;
    font-size: 1.2rem;
}

.imagem-sobre {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

#imgFundo {
    display: flex;
    width: 360px;
    height: 560px;
    border-radius: 80px;    
    padding: 30px;
    object-fit: cover;
}

.texto-sobre {
    width: 50%;
    text-align: left;
}

.texto-sobre h2 {
    font-size: 2rem;
    margin-top: 100px;
    margin-bottom: 10px;
}

.subtitulo {
    display: flex;
    align-items: center;
}

.texto-sobre hr {
    border: none;
    border-top: 2px solid #ccc; 
    margin-top: 15px;
    width: 8rem;
    margin-left: 0px;
    margin-right: 20px;
}

.subtitulo-sobre {
    display: inline-block;
    font-size: 1.2rem;
    color: #666;
}

.texto-sobre p {
    width: 80%;
    color: rgb(0, 0, 0);
    padding: 10px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

#sobre a {
    text-decoration: none;
    width: 12px;
}

#sobre button:hover {
    background-color: rgb(246, 242, 242);
    transition: 0.4s ease;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------------*/

#cards {
    height: auto;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px;
}

.cards-section {
    padding: 40px 20px;
    background-color: #f5f5f5;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.cards-section h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.card {
  background-color: #c0a4db;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card i {
  color: #e5efe3;
  margin-top: 15px;
  font-size: 3.8rem;
}

.card h3 {
  font-size: 1.25em;
  margin-bottom: 10px;
}

.card p {
  color: #474747;
  font-size: 1rem;
  line-height: 1.6;
}

/*---------------------------------------------------------------------------------------------*/

#atendimento {
    display: flex;
    justify-content: center;
    padding: 20px 40px;
    background-color: #c9b1d9;
    height: 400px;
}

.tipos-atendimento {
    width: 50%;
    padding: 80px 20px;
    margin-top: 20px;
    margin-left: 100px;
}

.tipos-atendimento hr {
    border: none;
    border-top: 2px solid #969696; 
    margin-top: 15px;
    width: 12rem;
    margin-left: 0px;
}

.texto-atendimento {
    display: flex;
    align-items: center;
    width: 50%;
    margin-right: 120px;
    text-align: justify;
    font-size: 1rem;
}



/*---------------------------------------------------------------------------------------------*/
/* PERGUNTAS FREQUENTES */


#faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0px;
    height: auto;
    background-color: #e6e6e6;
}

.titulo-faq {
    display: flex;
    justify-content: center;
    padding: 20px 40px;
    font-size: 1.3rem;
    font-weight: bold;
}

.faq {
    margin: auto;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
  padding: 15px;
  cursor: pointer;
  background: #f7f7f7;
  font-weight: bold;
}

.faq-answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    font-size: 0.9rem;
    transition: padding 0.2s ease;
}

.faq-answer.active {
  max-height: 500px; 
  padding: 15px;
}


/*---------------------------------------------------------------------------------------------*/
/* FALE COMIGO */


#contato {
    display: flex;
    justify-content: center;
    padding: 20px 40px;
    height: auto;
    max-height: 800px;
    background-color: #ffffff;
}

.planta {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    padding: 20px 40px;
}

.planta img {
    height: 100%;
    object-fit: contain;
}

.fale-comigo {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
}

.fale-comigo p {
    display: flex;
    align-items: center;
    line-height: 2rem;
}

.botao-contato {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    background-color: #ba94d8;
    border: none;
    height: 70px;
    width: 140px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border-radius: 20px;
}

.botao-contato-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    background-color: rgb(37, 211, 102);
    border: none;
    height: 70px;
    width: 130px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border-radius: 20px;
}

#contato a {
    text-decoration: none;
    width: 12px;
}

#contato button:hover {
    background-color: rgb(246, 242, 242);
    transition: 0.4s ease;
    cursor: pointer;
}

.mapa-container {
    margin-top: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.5);
    width: 80%;
    height: 400px;
}


/*---------------------------------------------------------------------------------------------*/

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-color: #464845;
    text-align: center;
}

.icon-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-footer a {
    display: flex;
    align-items: center; 
}

.whatsapp-logo {
    height: 5rem;
}

.whatsapp-logo:hover {
    filter: brightness(0) invert(1);
}
.instagram-logo {
    height: 4rem;
}

.instagram-logo:hover {
    filter: brightness(0) invert(1);
}

.texto-footer {
    display: flex;
    font-size: 1rem;
    color: white;
    padding: 20px 20px;
}

/*---------------------------------------------------------------------------------------------*/
/* RESPONSIVIDADE */

@media (max-width: 768px) {
    
header {
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
}

.logo img {
    height: 30px;
    width: 30px;
}

nav ul {
    display: none; 
    flex-direction: column;
    gap: 15px;
    background: white;
    position: absolute;
    top: 60px; 
    right: 0;
    left: 0;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  nav ul.active {
    display: flex; 
  }

  .hamburguer {
    display: flex; 
  }


#sobre {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 2500px;
    margin: 0;
}

.imagem-sobre {
    padding-top: 60px;
}

#imgFundo {
    height: 400px;
}

.texto-sobre {
    margin: 0px;
    width: 95%;
}

.texto-sobre h2 {
    margin-top: 10px;
}

.botao-contato {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 130px;
    margin-bottom: 40px;
    border-radius: 10px;
}

#cards {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 2000px;
}

.cards-container {
     grid-template-columns: 1fr;
}

#atendimento {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.tipos-atendimento {
    width: 300px;
    height: 40px;
    margin-left: 10px;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-style: oblique;
    font-weight: bold;
}

.tipos-atendimento hr {
    width: 300px;
    background-color: #dcdcdc;
    border-color: rgb(208, 207, 207);
}

.texto-atendimento {
    margin-left: 125px;
    width: 350px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}

.texto-atendimento p {
    width: 400px;
    text-align: center;
}



.planta img {
    height: 400px;
    object-fit: cover;
    margin-left: 140px;
}

.fale-comigo {
    width: 180px;
    max-width: 300px;
    margin-left: 60px;
    margin-right: 160px;
}

.fale-comigo p {
    width: 160px;
    margin-right: 60px;
}

.mapa-container {
    margin-top: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.5);
    width: 200px;
    height: 400px;
}


}




/* 
colors {
    color: #F1E6D1;  Bege claro 
    color: #D1B09E;  Marrom claro 
    color: #A1B88B;  Verde claro 
    color: #FFFFFF;  Branco 
    color: #FFD700;  Dourado
}

Cores verde:

#9DD487

#87D497

#C3D487

#C7E6BA

#74C154

#D49787
#87C3D4

*/