body {
    background-image: url(image/blue-wave.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(10, 0, 95);
    text-align: center;
}

.titulo{
    background-color: transparent;
    background: linear-gradient(to right,  rgb(197, 255, 192), rgb(62, 250, 45));
    color: rgb(0, 0, 153);
    text-align: center;
    display: inline-block;
    max-width: 100%;
    padding: 10px;
    width: 200px;

}

.titulo-extra{
    background-color: transparent;
    background: linear-gradient(to right,  rgb(197, 255, 192), rgb(62, 250, 45));
    color: rgb(0, 0, 153);
    text-align: center;
    display: inline-block;
    max-width: 100%;
    padding: 10px;

}

.letras{
    color: rgb(0, 0, 90);
    font-size: 24px;
    align-items: center;
    text-align: justify;

    
}

.mensagem.expandido{
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 10%;
    padding-right: 10%;
    letter-spacing: -1px;
    word-spacing: -2;
}

.texto{
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 10%;
    padding-right: 10%;
    letter-spacing: -1px;
    word-spacing: -2;
}

.mensagem{
    display: none;
}

.ponto-coleta.expandido{
    display: block;
    /*margin-left: 10%;
    margin-right: 10%;*/
    padding-left: 10%;
    padding-right: 10%;
    letter-spacing: -1px;
    word-spacing: -2;
}

.ponto-coleta{
    display: none;
}

.mensagem1{
    text-decoration: underline;
    text-decoration-color: rgb(62, 250, 65);
    padding-left: 10%;
    padding-right: 10%;
}

.lista{
    list-style: none;
    position: relative;
}

.sub-lista{
    list-style: none;
    /*position: absolute;
    right: 30%;*/
    top: 0;
}

.mensagem-central{
    background: linear-gradient(to right, rgb(132, 132, 250) -30%, rgb(0, 0, 107));
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;

}

.material-apoio{
    padding-bottom: 10%;
}

.apoio{
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.realizacao.expandido{
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.realizacao{
    display: none;
}

.como-ajudar{
    display: none;

}

.como-ajudar.expandido{
    display: block;

}

.text-align{
    text-align: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

.flex-item {
width: calc(33.33% - 10px); /* Define o tamanho da largura das colunas e o espaçamento */
margin-bottom: 10px; /* Define o espaçamento entre as linhas */
}

/* Estilos para o visualizador de imagem */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.9);
}
  
.fechar {
    color: white;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
  
#imagem-visualizada {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    margin-top: 60px;
}

/*.footer {
    background-color: rgb(23, 0, 151);
    padding-top: 30px;
    padding-bottom: 10px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    

}*/