/*GERAIS/RESET*/
body,
h1,
h2,
p,
ul,
li,
a {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    color: #333333;
    background: #F9F7F1;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

/* header */
.menu-bg {
    background: #2D9CDB;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

.menu {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* logo e titulo */
.menu-logo {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.menu-logo a {
    font-size: 2.3em;
    font-weight: bold;
    margin: 0 10px;
    color: white;
}

.menu-logo p {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95em;
    line-height: 1.2;
    color: white;
    margin-left: 2px;
}

/* menu */
.menu-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.menu-nav a {
    color: white;
    font-size: 1.2em;
    padding: 10px;
    margin-top: 10px;
    display: block;
    border-radius: 6px;
    transition: background .2s ease;
}

.menu-nav a:hover {
    background: rgba(255, 255, 255, 0.22);
}

/* login / botao */
.item-apoie .btn-apoie {
    background: #56CCF2;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    transition: .25s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.item-apoie .btn-apoie:hover {
    background: #2D9CDB;
    transform: scale(1.06);
}

/*introduçao*/
.introducao {
    font-size: 3em;
    line-height: 1;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 10px;
    color: #333333;
}

/*sobre*/
.quemsomos {

    border-top: 2px solid #2D9CDB;
    border-bottom: 2px solid #2D9CDB;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
}

.quemsomos-info {
    flex: 2 1 300px;
    margin: 0 10px;
}

.quemsomos-info h1 {
    font-size: 3em;
    margin-bottom: .5em;
    color: #333333;
}

.quemsomos-info p {
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #333333;
    text-align: left, justify;
}

.sobre-img {
    flex: 1 1 160px;
    margin: 0 10px;
}

/*iniciativas*/
.iniciativas {
    max-width: 960px;
    margin: 60px auto;
}

.iniciativas h1 {
    font-size: 3em;
    margin: 0 10px 60px 10px;
    color: #333333;
}

.iniciativas-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.iniciativas-item {
    flex: 1 1 175px;
    margin: 10px;
}

.iniciativas-item h2 {
    font-size: 2.25em;
    color: #333333;
    background: #E0E0E0;
    padding: 60px 20px;
}

.mercado {
    border-top: 8px solid #2D9CDB;
}

.saude {
    border-top: 8px solid #56CCF2;

}

.apoio {
    border-top: 8px solid #2D9CDB;
}

/*noticias*/
.noticias {
    background: #E0E0E0;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.noticias-item {
    border-top: 2px solid #2D9CDB;
    border-bottom: 2px solid #2D9CDB;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0px;
    display: flex;
    flex-wrap: wrap;
}

.noticias-item h2 {
    font-size: 3em;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.noticias-item P {
    max-width: 960px;
    margin: 20px auto;
    font-size: 1.25em;
    color: #333333;
}

/*apoiador*/
.apoiador {
    max-width: 960px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
}

.apoiador-1 {
    flex: 1 1 300px;
    margin: 20px 10px;
}

.apoiador-1 h2 {
    font-size: 2.25em;
    color: #333333;
    margin-bottom: 20px;
}

.apoiador-1 h2::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 30px;
    margin-right: 10px;
    background: #2D9CDB;
}

.apoiador-1 p {
    font-size: 1.25em;
    line-height: 1.4;
    color: #333333;
}

.motivos h2 {
    font-size: 2.5em;
    color: #333333;
    text-align: center;
    margin: 40px 0 20px 0;
    font-weight: bold;
}

.motivos h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #2D9CDB;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

/*apoio e doaçao*/
.apoio-doacao {
    background: #E0E0E0;
    padding: 60px 20px;
    text-align: center;
}

.apoio-container {
    max-width: 960px;
    margin: 0 auto;
}

.apoio-doacao h2 {
    font-size: 2.5em;
    color: #333333;
    margin-bottom: 20px;
}

.apoio-doacao h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #2D9CDB;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.apoio-doacao p {
    font-size: 1.25em;
    color: #333333;
    margin-bottom: 40px;
}

.apoio-opcoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.apoio-item {
    flex: 1 1 250px;
    background: white;
    border-top: 6px solid #56CCF2;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.apoio-item:hover {
    transform: scale(1.03);
}

.apoio-item h3 {
    color: #2D9CDB;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.apoio-item p {
    color: #333333;
    font-size: 1.1em;
}

/*pix*/

.form-pix input {
    width: 90%;
    padding: 10px;
    margin: 6px 0;
    border: 1px solid #2D9CDB;
    border-radius: 8px;
    font-size: 1rem;
}

.btn-pix {
    background: #56CCF2;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    margin: 5px;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.25em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-pix:hover {
    background: #2D9CDB;
    color: #333333;
    font-weight: bold;
    transform: scale(1.05);
}

input {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 6px;
}

input:focus {
    outline: none;
    border-color: #2D9CDB;
    box-shadow: 0 0 0 2px rgba(45, 156, 219, 0.3);
}

/* pix pop-up*/
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #2D9CDB;
}

.popup-box h2 {
    margin-bottom: 15px;
    color: #333333;
}

.popup-box p {
    margin: 8px 0;
}

/* footer */
.footer {
    background: #2D9CDB;
    padding: 40px 20px;
    margin-top: 60px;
}

.footer-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.footer-container h3 {
    color: white;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-container p {
    color: white;
    font-size: 1.1em;
    margin: 5px 0;
}

.footer-divider {
    width: 80%;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    margin: 25px auto;
    border-radius: 10px;
}

.footer-copy {
    font-size: 1em;
    opacity: 0.8;
}

/* Quem faz parte*/

.titulo {
    text-align: center;
    font-size: 2.45em;
}

.titulo::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #2D9CDB;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.membros-container {
    max-width: 960px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 15px;
}


.texto-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #33333367;
}


.texto-card h2 {
    font-size: 1.45em;
    color: #333333;
    margin-bottom: 15px;
}


.texto-card h2::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 28px;
    margin-right: 10px;
    background: #2D9CDB;
    vertical-align: middle;
    border-radius: 3px;
}


.texto-card p,
.texto-card li {
    font-size: 1.2em;
    line-height: 1.6;
    color: #333333;
    margin-top: 10px;
}


.texto-card ul {
    margin-left: 20px;
}
