body {
    box-sizing: border-box;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background-color: #f4f4f9;
}

header {
    position: fixed; 
    display: flex; 
    height: 90px; 
    justify-content: space-around; 
    align-items: center; 
    background: linear-gradient(90deg, #136c56, #1e8c78);
    color: white; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
    z-index: 1000; 
    width: 100%; 
}

header img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

header h1 {
    margin: 0;
    font-size: 24px;
}

header nav ul {
    list-style: none;
    display: flex;
}

header nav ul li {
    position: relative;
}

nav ul li::after {
    content: "|"; /* Caractere de traço */
    margin: 20px; /* Espaçamento entre o item e o traço */
    color: #ffffff; /* Cor do traço */
}

nav ul li:last-child::after {
    content: ""; /* Remove o traço do último item */
}

header nav ul li a {
    color: white;
    text-decoration: none;
}

header a:hover {
    color: #a8d5ba; /* Altera a cor do texto ao passar o mouse */
    transition: color 0.3s; /* Adiciona uma transição suave */
}

.social-icons {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.social-icons li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icons li a:hover {
    color: #a8d5ba; /* Cor de destaque ao passar o mouse */
}

/*WhatsApp*/

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #129474;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 10%; /* quadrado */
    font-size: 30px;
    text-decoration: none;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Introdução */

.introducao-container {
    display: flex;
    color: white;
    padding-top: 90px;
    padding-left: 10%;
    padding-right: 10%;
    gap: 35px;
    align-items: center;
    min-height: 500px;
}

.introducao-container .texto {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    color: #2e2e2e;
    width: 100%;
}

.introducao-container .texto h1 {
    line-height: 1.2;
    font-size: 4.5rem;
    margin-top: 0%;
    margin-bottom: 1rem;
    color: #ffffff;
}

.introducao-container .texto p {
    margin-bottom: 1rem;
    color: #fff;
}

.introducao-container .imagem img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

/* Metodos */

#metodos {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    color: #2e2e2e;
    text-align: justify;
}

.metodos-container {
    display: flex;
    gap: 35px;
}

#metodos .texto {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #2e2e2e;

}

#metodos .imagem {
    flex: 1;
    height: 50%;
    width: auto;
}

#metodos .imagem img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#metodos .texto p {
    margin-right: 10%;
}

#metodos .texto li {
    margin-right: 10%;
    margin-bottom: 1rem;
}

#metodos .texto li strong{
    color: #136c56;
}

#metodos h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

/* Beneficios */

#beneficios {
    text-align: center;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    justify-content: center;
    align-items: center;
}

#beneficios h2 {
    font-size: 2rem;
    color: #2e2e2e;
    margin-bottom: 0%;
    margin-top: 0px;
    line-height: 1.6;
}

#beneficios p {
    margin-top: 0%;
    margin-bottom: 2.5rem;
    color: #2e2e2e;
}

#beneficios ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

#beneficios li {
    background: linear-gradient(45deg, #136c56, #1e8c78);
    border: none;
    border-radius: 10px;
    padding: 1.5rem;
    width: 250px;
    height: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    text-align: center;
    justify-content: center;
}

#beneficios ul li strong {
    font-size: 1.0rem;

}

#beneficios ul li {
    font-size: 0.9rem;
    line-height: 1.5;
}

#beneficios li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, #1e8c78, #1e8c78);
}

#beneficios li strong {
    color: #ffffff;
    font-size: 1.3rem;
    display: block;
    margin-bottom: 1rem;
}

/* Setores */

#setores {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    padding-top: 0%;
    background-color: #f4f4f4;
}

#setores .texto {
    flex: 1; /* Faz a lista ocupar metade da tela */
    padding-right: 5%; /* Espaço entre a lista e a imagem */
}

#setores .imagem {
    flex: 1; /* Faz a imagem ocupar a outra metade da tela */
}

#setores .imagem img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#setores h2 {
    font-size: 2rem;
    color: #2e2e2e;
    margin-bottom: 35px;
    font-weight: bold;
    text-align: left;
}

#setores ul {
    list-style-type: none;
    padding: 0;
    line-height: 1.6;
}

#setores li {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* Espaçamento entre os itens */
}

#setores li:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

#setores li strong {
    font-size: 1rem;
    color: #136c56;
}


/* Call to Action */

#calltoaction {
    background-color: #136c56;
    color: white;
    text-align: center;
    padding: 5% 10%;
}

#calltoaction h2 {
    font-size: 2rem;
    margin-top: 0px;
}

#calltoaction p {
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.6;
}

/* Contato */

.contact {
    padding: 4% 10%;
    background-color: #f9f9f9;
    color: #2e2e2e;
    display: flex;
    align-items: center;
    gap: 20px; /* Espaçamento entre a imagem e o formulário */
}

.contact h2 {
    font-size: 2rem;
    margin-top: 0px;
}

.contact-content {
    display: flex;
    flex: 1;
    gap: 60px;
    justify-content: center;
}

.contact-content img {
    width: auto;
    max-height: 420px;
}

.contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input, .contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    background-color: #1a897c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contato {
    width: 35%; /* Ajusta o tamanho da imagem */
    height: auto;
}

.contact-form .contact-row {
    display: flex;
    gap: 10px; /* Espaçamento entre os campos */
}

.contact-form .contact-row input[type="tel"],
.contact-form .contact-row input[type="email"] {
    flex: 1; /* Para que ambos ocupem o mesmo espaço */
}

.contact-form button:hover {
    background-color: #2ac4b2;
}

.message.success {
    color: #004d40; /* Cor de fundo verde para sucesso */
}
.message.error {
    color: #f44336; /* Cor de fundo vermelha para erro */
}

footer {
    display: flex;
    background-color: #004d40;
    color: white;
    text-align: center;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 70px;
}

footer img {
    width: 50px;
    height: auto;
    object-fit: cover;
}

