html, body{
    margin: 0;
    padding: 0;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #84A893; /* Cor de fundo verde */
    
    width: 100%;
}

.logo img {
    width: 400px; /* Aumentando o tamanho da logo proporcionalmente */
}

.menu ul {
    list-style-type: none; /* Removendo marcadores de lista */
    margin: 0;
    padding: 0;
    display: flex;
}

.menu li {
    margin-right: 40px; /* Aumentando o espaçamento entre os itens do menu */
}

.menu li a {
    text-decoration: none; /* Removendo sublinhado dos links */
    color: white; /* Cor do texto dos links */
}

.botao {
    display: inline-block;
    padding: 20px 40px; /* Aumentando o tamanho dos botões */
    border-radius: 40px; /* Aumentando o raio da borda para deixar mais arredondado */
    background-color: #C8DEC4; /* Cor de fundo padrão */
    color: rgb(0, 0, 0); /* Cor do texto */
    text-align: center;
    text-decoration: none;
    font-size: 20px; /* Aumentando o tamanho da fonte */
    transition: background-color 0.3s; /* Transição suave da cor de fundo */
}

/* Estilo para alterar a cor do botão quando passa o mouse */
.botao:hover {
    background-color: #75A05D; /* Nova cor de fundo ao passar o mouse */
}

/* Estilos específicos para os botões da barra de navegação */
.menu a {
    margin: 0 30px; /* Espaçamento entre os botões */
}
.whats {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

a.whats {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 1000;
}
.footer {
    
    width: 100%; /* Faz o footer ter a largura total */
    background-color: #84A893; /* Cor de fundo do footer */
    color: white; /* Cor do texto */
    padding: 0px; /* Espaçamento interno */
}

.container {
    display: flex;
    justify-content: space-around;
    overflow-x: hidden;
}

.info, .redes-sociais {
    flex: 1;
    font-size: 27px; /* Aumenta o tamanho do título */
    margin-left: 140px;
    margin-right: 10px;
}

.redes-sociais ul {
    list-style-type: none;
    padding: 0;
}

.redes-sociais ul li {
    display: inline-block;
    margin: 0 10px;
}

.redes-sociais ul li a {
    color: white;
    font-size: 24px;
}

.redes-sociais ul li a:hover {
    color: #C8DEC4;
}

.info {
    flex: 1;
    margin-left: 10px;
    margin-right:100px ;

}

.info h3 {
    font-size: 28px; /* Aumenta o tamanho do título */
    margin-bottom: 0; /* Adiciona espaço abaixo do título */
    margin-right: 20px;
    
}

.info p {
    font-size: 24px; /* Aumenta o tamanho do texto */
    margin: 5px 0; /* Adiciona espaço vertical entre os parágrafos */
}    
.title {
    text-align: center;
    font-size: 40px;
    color: #84A893;
    text-shadow:  1px 1px #000000; 
    text-transform: uppercase; /* Transforma o texto em maiúsculas */
    font-weight: bold; /* Peso da fonte */

   
}

.produtos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.produto {
    flex: 0 0 calc(33% - 110px);
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
}

.produto img {
    max-width: 300px;
    height: 300px;
}

.produto p {
    margin: 0;
    font-size: 23px;
    font-family: "Bevan",  sans-serif;
    text-shadow:  1px 1px #000000; /* Adiciona um contorno */
    color: #84A893;
}
section {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

section h2 {
    font-size: 30px;
    font-weight: bold;
    color:#75A05D;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section p {
    color: #000000;
    font-size: 23px;
    margin-bottom: 5px;
}

section a {
    color: #4530bd;
    text-decoration: none;
}

section a:hover {
    text-decoration: underline;
    color: #180F4A;
}


section.endereco {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
}

section.endereco-info {
    flex: 1;
    box-sizing: border-box;
    max-width: 50%; 
}

section.endereco-info h2,
section.endereco-info p {
    margin: 0;
    margin-bottom: 10px; 
}

section.mapa {
    flex: 1;
    box-sizing: border-box;
    max-width: 50%; 
    margin-top: 20px;
    display: flex;
    align-items: center; 
}

section.mapa iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.convenios img{
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    margin-left: 230px;
    margin-bottom: 5%;
   
}
.sobre-nos {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

.sobre-nos-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.sobre-nos h2 {
    text-align: center;
    font-size: 40px;
    color: #84A893;
    text-shadow:  1px 1px #000000; 
    text-transform: uppercase; /* Transforma o texto em maiúsculas */
    font-weight: bold; /* Peso da fonte */
}

.sobre-nos p {
    font-size: 25px;
    color: #474747;
    line-height: 1.6;
    margin-bottom: 20px;
}
.about-us {
    text-align: center;
    padding: 20px;
}

.about-us h2 {
    font-size: 40px;
    color:  #84A893;
    text-shadow:  1px 1px #000000; /* Adiciona um contorno */
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.image {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image img {
    width: 100%;
    height: 700px;
}
.our-team {
    text-align: center;
    padding: 20px;
}

.our-team h2 {
    text-align: center;
    font-size: 40px;
    color: #84A893;
    text-shadow:  1px 1px #000000; 
    text-transform: uppercase; /* Transforma o texto em maiúsculas */
    font-weight: bold; /* Peso da fonte */

}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.photo {
    width: 500px;
    height: 550px;
    overflow: hidden;
    box-shadow: 10px 10px 10px black;
}

.photo img {
    width: 100%;
    height: auto;

}

.infor {
    margin-top: 30px;
    text-align: left;
}

.infor h3 {
    font-size: 35px;
    color: #333;
    margin-bottom: 5px;
}

.infor p {
    font-size: 20px;
    color: #666;
    margin-bottom: 5px;
}
.Textotitulo h3{
    text-align: center;
    font-size: 40px;
    color: #84A893;
    text-shadow:  1px 1px #000000; 
    text-transform: uppercase; /* Transforma o texto em maiúsculas */
    font-weight: bold; /* Peso da fonte */
}
.banner {
    width: 1000px; /* largura da imagem */
    height: 800px; /* altura da imagem */
    margin: 0 auto; /* centraliza horizontalmente */
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    width: 100%; /* garante que a imagem ocupe toda a largura do contêiner */
    height: auto; /* permite que a altura seja ajustada proporcionalmente */
}
.Quadrados-container {
    display: flex;
    justify-content: center; /* Centraliza os botões horizontalmente */
    margin-top: 20px; /* Espaçamento entre a linha de botões e o conteúdo acima */
}

.Quadrado {
    width: 300px; /* Largura dos botões */
    height: 100px; /* Altura dos botões */
    margin: 0 50px; /* Espaçamento horizontal entre os botões */
    border: none; /* Remove a borda */
    background-color:#84A893; /* Cor de fundo */
    color: white; /* Cor do texto */
    font-size: 24px; /* Tamanho da fonte */
    cursor: pointer; /* Muda o cursor ao passar sobre o botão */
    transition: background-color 0.3s; /* Transição suave da cor de fundo */
}

.Quadrado:hover {
    background-color: #75A05D; /* Cor de fundo ao passar o mouse */
}
.linha {
    border-bottom: 1px solid #CCCCCC; /* Adiciona uma borda inferior */
    margin-bottom: 20px; /* Espaço abaixo da linha */
}
.texto-informativo {
    text-align: center;
    width: 65%; /* Define a largura do contêiner de texto */
    padding: 20px; /* Adiciona espaçamento interno */
    margin-left: 340px; /* Largura do vídeo + margem */
}

.texto-informativo h2 {
    font-size: 36px;
    color:#84A893 ;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Adiciona sombra ao texto */
}

.texto-informativo p {
    font-size: 25px;
    color: #333;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6; /* Espaçamento entre linhas */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Adiciona sombra ao texto */
}
