*{
    padding: 0;
    margin: 0;
}
body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: rgb(236, 231, 231);
}

header {
    background-color: #45a049;
    color: white;
    padding: 10px 0;
    text-align: center;
}
nav{
    background-color: green;
}
ul {
    list-style: none;
}
ul li{
    display: inline;
}
header nav li a{
    color: white;
    text-decoration: none;
    padding: 20px;
    display: inline-block;
}
header nav li a:hover{
    background-color: rgb(0, 255, 55);
    transition: 0.4s all ;
}

.logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
/*------------------------------------------------home_somar.html------------------------------------------------*/

.video-container {
    display: flex;
    gap: 20px;
    margin-left: 50px;
}
video {
    max-width: 45%;
    height: auto;
}
.tex-container{
    flex: 1;
}
.container{
    display: flex;
    flex-direction:column;
}
.projects {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    margin-left: 25px;
    margin-right: 25px;
}

.projects a img {
    margin-bottom: 10px;
    border-radius: 8px;
    width: 349px;
    height: auto;
    
}

/* --------------------------------------------contato_somar.html-------------------------------------------------*/
.content_local{
    display: flex;
    flex-direction: row;
}
.map iframe{
    margin-left: 150px;
    margin-top: 20px;
    width: 600px;
    height: 450px;
    border: 3px solid #0b3b1f; /* Borda azul */
    border-radius: 10px;       /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}
.content_local .map iframe:hover{
    transition: transform 0.1s ease; /* Adiciona uma transição suave */
    transform: scale(1.1); /* Aplica um zoom de 20% ao mapa */
}
.contatos{
    display: flex;
    margin-top: 23px;
    margin-left: 300px;
}
.contatos #contatos_form{
    font-size: xx-large;
}
.contatos #contatos_form hr{
    margin-right: 10%;
}
#contatos_form li img{
    width: 35px;
    height: 35px;
    margin-right: 8px;
    border-radius: 10px;
}
#contatos_form li a{
    text-decoration-style: none;
}
.content_local .contatos #contatos_form li {
    color: black;
}
.content_local .contatos #contatos_form li a{
    text-decoration-line: none;
    color: black;
}
#contatos_form li a.hover-link:hover{
    color: #0F8767;
}
.formulario-container {
    margin-left: 7rem;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 700px;
}
.text_form{
    border-left: 2.5px solid rgb(2, 136, 69); 
    padding-left: 15px;
    margin-bottom: 10%;
}
.align_forms{
    display: flex;
    flex-direction: row;
    gap: 100px;
}
h2 {
    text-align: center; 
    margin-bottom: 20px;
}
    
.campo {
    margin-right: 20px;
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
 }
    
 input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
 }
    
 textarea {
    resize: vertical; 
 }
button {

    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
 }
 .formulario-container .campo button:hover{
    background-color:#0F8767;
    transition: 0.4s all;
 }
/*----------------------------------------------------Doacao_Somar.html------------------------------------------------*/
.content_doacao{
    display: flex;
    flex-direction: row;
    gap: 15%;
}
.donate_text{
    margin-left: 10%;
    width: 30%;
    margin-top: 3%;
    margin-bottom: 7%;
    border-left: 2.5px solid rgb(2, 136, 69); 
    padding-top: 20px;
    padding-left: 15px;
}
.comunidade_doacao{
    width: 30%;
    height: auto;
    border: 3px solid black;
    margin-bottom: 50px;
}
.comunidade_doacao img{
    width: 100%;
    height: 100%;
}
.area_doacao{
    padding-left: 5%;
    flex-direction: row;
    display: flex;
    margin-top: 2%;
    margin-bottom: 2%;
}
.area_doacao img{
    width: 50%;
    height: auto;
    border: 3px solid black ;
    border-radius: 10px;
}
.txtarea_doacao{
    margin-left: 5%;
    width: 40%;
}
.formulario-doacao{
    margin-bottom: 6%;
    margin-top: 50px;
    background-color: #fff;
    padding: 2%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 40%;
}
.campo_doacao {
    margin-right: 20px;
    margin-bottom: 15px;
}
.formulario-doacao .campo_doacao button:hover{
    background-color:#0F8767;
    transition: 0.4s all;
}
/*----------------------------------------------------Voluntario_Somar.html------------------------------------------------*/
.content_voluntarios{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
}
.content_voluntarios .diretor_somar{
    margin-left: 40px;
    margin-bottom: 80px;
    width: 30%;
    height: auto;
}
.content_voluntarios .diretor_somar img{
    border: 4px solid #048f6a;;
    border-radius: 100px;
    margin-left: 35%;
}
.txtVoluntario{
    width: 30%;
    margin-right: 50px;
    margin-top: 70px;
    border-left: 2.5px solid rgb(2, 136, 69);
    margin-bottom: 6%;
    padding-left: 15px; 
}

#botao-ancora{
    width: 15%;
    margin-left: 58%;
    margin-bottom: 2%;
}
#botao-ancora a{
    text-decoration: none;
    color: white;
}
#botao-ancora:hover{
    background-color: #0F8767;
}
.voluntarios-video-container{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    background-color: rgb(59, 59, 53);
}
.formulario-voluntario{
    margin-left: 28%;
    margin-bottom: 6%;
    margin-top: 50px;
    background-color: #fff;
    padding: 2%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 40%;
}
.campo_voluntario{
    margin-right: 20px;
    margin-bottom: 15px;
}
.formulario-voluntario .campo_voluntario button:hover{
    background-color:#0F8767;
}
/*----------------------------------------------------FOOTER | RODAPÉ------------------------------------------------*/
footer{
    background-color:green;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: row;
}
footer .logo-footer{
    width: 10%;
    height: auto;
    padding: 1%;
    border: 2px solid black;
    border-radius: 60px;
}
footer li a{
    text-decoration-style: none;
    color: #fff;
    font-size: 18px;
}
footer li a:hover{
    color:darkkhaki;
}
#botao-return{
    width: 15%;
    margin-left: 13%;
    margin-top: 2%;
}
#botao-return a button:hover{
    background-color: #0F8767;
}
.devs{
    display: flex; 
    flex-direction: row; 
    gap: 80px; 
    margin-left: 9%
}


