@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
/*rolagem suave para âncora*/ 
html {
    scroll-behavior: smooth;
}

/* Reset de Margens e Padding */
body, h1, h2, p {
    margin: 0;
    padding: 0;
}

:root {
    --rosa-geral: #f8ccd4;
    --branco: #fefeff;
    --cinza: #333;
}

/* Estilos Gerais */
body {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
}
/* Estilos do Header e Menu */
header {
    background-color: black;
    color: white;
    text-align: center;
    position: relative;
    z-index: 1000;
}

div.menu {
    background-color: white;
    position:fixed;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    width: 100%;
    top: 0;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

img.logo{
    margin-left: 10px;
    width: 125px;
    height: 90px;
    margin-right: 20px;
}

/* nav bar */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-right: 0 10px;
}

.menu ul li {
    margin: 1px;
}


nav a.menu-link {
    color: black;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.menu ul li a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s;
}

.menu ul li a:hover, .menu ul li a.active {
    background-color: #f8ccd4;
    color: white;
}

nav a.menu-link:hover {
    background-color: var(--rosa-geral);
    border-radius: 20px; 
    transition: background-color 0.3s, color 0.3s;
}

/* Estilos para o Main */
main {
    padding-top: 50px; /* Ajuste para o header fixo */

}

section {
    padding: 0em;
    margin-left: -35px;
    margin-right: -30px;
}

/* Estilos para Imagens na Home */
#home img {
    width: 100%;
    margin-left: 2px;
    height: auto;
    margin-top: -121px;
}

#fundo-home {
    background-image: url('fundo-home.png');
    
}

/* Estilos para a Seção de Associação */
#assoc {
    position: absolute;
    top: 150%; 
    left: 45%; 
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

div.hist {
    margin: 100px;
    padding: 110px;
}

h2.hist {
    text-align: center;
    padding-top: 20px;
}

p.hist {
    padding: 30px;
    text-align: justify;
}

.historia{
    width: 150%;
    height: 115%;
    right: 190px;
}

/* Estilos das Seções Internas */
h2 {
    text-align: center;
}

/* Estilos para a Seção de Denúncias */
#denuncie {
    text-align: center;
    margin-right: -32px;
    position: absolute; 
    top: 375%; 
    left: 51%;
    transform: translate(-50%, -50%); 
    z-index: 10; 
    text-align: center; 
    width: 80%;
}

h2.denuncia {
    margin: 0;
}

p.app {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding-bottom: 50px;
}

/* Estilos do Container de Contador */
#container-counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 33px;
    background-color: var(--rosa-geral);
    position: absolute; 
    top: 270%; 
    left: 52%;
    transform: translate(-50%, -50%); 
    z-index: 10; 
    text-align: center; 
    width: 80%;
    border-radius: 100px;
    }

    & h3 {
        color: #363737;
        font-size: 300%;
        font-family: "Lilita One", sans-serif;
        padding-top: 30px;
    }

    & iframe {
        margin-top: -30px 0px;
        padding: 20px;
        width: 80%;
    }

/* Estilos do Footer */
footer {
    text-align: center;
    padding: 20px;
    background-color: black;
    color: white;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.endereco {
    margin-top: 10px;
    text-align: center;
    position: relative;
    top: 20px;
}

.rua {
    font-size: 20px;
}

.numero{
    font-size: 20px;
}

/* parceiros */

img.logo{
    width: 125px;
    height: 90px;
    margin-right: 20px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-right: 20px;
}

nav a.menu-link {
    color: black;
    text-decoration: none;
    padding: 0 15px;
}

nav a.menu-link:hover {
    text-decoration: none;
}

h1 {
    background-color: rgb(190, 230, 248);
    text-align: center;
    color: #333;
    width: 100%;
    top: 80px;
    height: 80px;
    padding-top: 120px;
}

#parceiros-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 20px auto;
    gap: 40px 30px; 
    margin-top: 110px;
}

.parceiro {
    flex: 0 0 25%;
    text-align: center;
    padding: 20px;
    max-width: 50%; 
    box-sizing: border-box;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.09);
    transition: transform 0.2s ease;
}

.parceiro:hover {
    transform: translateY(-5px);
}

.parceiro-imagem {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;

}

.parceiro h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--cinza);
}

.parceiro p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.4;
}

.info {
    text-align: center;
}

.nome {
    font-weight: bold;
}

.especificar {
    color: #777;
}

/* form */

.mensagem-sucesso {
    background-color: #d4edda; 
    color: #155724; 
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.contato {
    padding: 60px 20px; 
    font-family: 'Arial', sans-serif;
    max-width: 1200px;
    margin: 40px auto; 
    margin-top: 50px;
}

.contato-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.contato-info,
#contato-form {
    flex: 1 1 45%;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    min-width: 300px; 
}

.contato-info h2,
#contato-form h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: black;
}

.contato-info ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
}

.contato-info a {
    color: #00796b;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.contato-info a:hover {
    color: #004d40;
}

#contato-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#contato-form input,
#contato-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

#contato-form input:focus,
#contato-form textarea:focus {
    border-color: #00897b;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 137, 123, 0.3);
}

#contato-form button {
    background-color: #fa9eaf;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#contato-form button:hover {
    background-color: var(--rosa-geral);
}

/* membros */

#equipe-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 20px auto;
}

.membro {
    flex: 0 0 33.33%; 
    text-align: center;
    padding: 20px;
}

.equipe-imagem {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

.info {
    text-align: center;
}

.nome {
    font-weight: bold;
}

.cargo {
    color: #777;
}

#rodape-membros{
    text-align: center;
    padding: 20px;
    background-color: black;
    color: white;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 12.5%; /* solução paliativa, arrumar quando tiver tempo */
}

#conheca-equipe{
    background-color: var(--rosa-geral);
    text-align: center;
    color: var(--cinza);
    width: 100%;
    top: 80px;
    height: 80px;
    padding-top: 120px;
}