.elementor-423 .elementor-element.elementor-element-54c713f{--display:flex;}.elementor-423 .elementor-element.elementor-element-54c713f.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-423 .elementor-element.elementor-element-54c713f{--width:96.935%;}}/* Start custom CSS for html, class: .elementor-element-64aa1d0 */body{
font-family: Arial;
margin:0;
background:#f5f5f5;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.header{
background:#fff;
padding:20px 0;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.header .container{
display:flex;
align-items:center;
justify-content:space-between;
}

nav ul{
display:flex;
list-style:none;
gap:20px;
}

nav a{
text-decoration:none;
color:#333;
}

.btn{
background:#6a3b1f;
color:white;
padding:10px 20px;
border-radius:5px;
cursor:pointer;
}

.hero{
height:500px;
display:flex;
align-items:center;
text-align:center;
background:url('../img/hero.jpg') center/cover;
color:white;
}

.hero h1{
font-size:48px;
}

.projetos{
padding:80px 0;
background:white;
}

.cards{
display:flex;
gap:30px;
}

.card{
background:#fafafa;
padding:20px;
border-radius:8px;
text-align:center;
}

.card img{
width:100%;
border-radius:5px;
}

.impacto{
padding:80px 0;
text-align:center;
}

.numeros{
display:flex;
justify-content:center;
gap:50px;
}

.numero h3{
font-size:40px;
color:#6a3b1f;
}

.newsletter{
background:#eee;
padding:60px 0;
text-align:center;
}

.newsletter input{
padding:10px;
margin:10px;
width:250px;
}

footer{
background:#222;
color:white;
text-align:center;
padding:30px;
}/* End custom CSS */