/*
Cores:

Marrom>
color: #5e392a;
color: #7f594f;
color: #b18b80;

Verde>
color: #394736;
color: #758e63;
color: #b4c1a3;

Laranja>
color: #f36b31;
color: #f48033;
color: #ef9a6a;

Bege>
color: #e9e5d5;


*/


body {
    font-family: 'Nunito Sans', sans-serif;
}

.linguas {
    margin-right: 20px;
}

.bandeira {
    max-width: 100%; /* Garante que a imagem não exceda a largura da coluna */
    height: auto; /* Mantém a proporção da imagem */
}

.index1 {
    background-image: url('img/bg1.png');
    background-size:auto;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center; /* centraliza a imagem no elemento */  
    padding-bottom: 150px;            
}


.navbar-nav {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.671);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, box-shadow 0.3s;
    gap: 20px;
}

.nav-link {
    color: #E74C3C !important;
    font-weight: bold;
}

.classe-header{
    display: flex;
}

.nome-principal {
    font-weight: 800;
    font-size: 60px;
    color: #394736;
}

.div-texto-index-sessao1{
background-color: #394736;
border-radius: 10px;
padding: 20px;
}

.texto-index-sessao1{
    color: #e9e5d5;
}

.nome-secundario{
    color: #f36b31;
}

.round-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: white;
    color: #394736;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.round-button:hover {
    background-color: #b4c1a3;
    color: white;
}

.sessao2{
    background-color: #e9e5d5;
}

.card {
    border-radius: .5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.btn-custom {
    padding: 0.2rem 0.5rem;
    width: 120px;
    background-color: #f36b31;
    color: white;
}

.texto-index-sessao2 {
    color: #394736;
}


.sessao3-index{
    background-color: #394736;
    color: #e9e5d5;
}

.texto-index-sessao3 {
    font-size: 150%;
}

.email {
    color: #e9e5d5;
}

.menu-footer {
    background-image: url('img/bg2.png');
    background-size: cover;
    color: #e9e5d5;
}


.copy{
    background-color: #758e63;
}

.nav-footer li a {
    color: #e9e5d5;
    padding-right: 20px;
    font-size: 200%;
}

footer p a{
font-size: 150%;
}

/* Página Sobre Nós*/


.styled-image {
    width: 400px; /* Ajuste o tamanho conforme necessário */
    height: auto;
    border-radius: 20px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para destacar a imagem */
    transition: transform 0.3s, box-shadow 0.3s;
    max-width: 100%;
}

.div-texto-sobrenos-sessao1{
    border-radius: 10px;
    background-image: url('img/bg5.png');
    background-size: cover;
    color: #e9e5d5;
    display: table;
}

.div-texto-sobrenos-sessao1 .teste-centro{
display: table-cell;         /* Define o conteúdo como célula de tabela */
vertical-align: middle; 
}


.styled-image:hover {
    transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Aumenta a sombra ao passar o mouse */
}

.sessao3-sobre{
    background-color: #f36b31;
    color: #e9e5d5;
}

.footer-sobre{
    background-image: url('img/bg5.png');
    background-size: cover;
    color: #e9e5d5;
}


/* Página Serviços*/

.produtos{
    background-color: #e9e5d5;
}

.bg-produtos{
    color: #5e392a;
    background-color: #C7BCAC;
    margin-bottom: 20px;
    border-radius: 20px;
}

.img-produtos{
    max-width: 300px;
    min-width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-sizing: border-box;
}

.card-servicos {
    
    background-color: white;
    max-width: 300px;
    min-width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #f48033;
}

.texto-produto{
    padding-top: 40px;
}

.footer-produtos{
    background-image: url('img/bg6.png');
    background-size: cover;
    color: #e9e5d5;
}

/*Página Contato */

.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
}
.contact-form h2 {
    margin-bottom: 20px;
}
.form-control:invalid {
    border-color: #dc3545;
}
.form-control:valid {
    border-color: #28a745;
}

.total {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #5e392a;
}
.email-f{
    color: #5e392a;
}
