/* Seção Blog */
#noticias {
padding: 40px 0;
}

.news-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.news-item {
background: white;
border-radius: 10px;
width: 280px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
transition: transform 0.3s;
}

.news-item:hover {
transform: translateY(-5px);
}

.news-item img {
width: 100%;
height: 160px;
object-fit: cover;
}

.news-item h4 {
padding: 15px;
margin: 0;
color: hsl(0, 68%, 40%);
font-size: 1.1rem;
}

/* Seção Eventos */
#eventos-atividades {
background: var(--azul-geral);
padding: 40px 0;
}

.event {
    background: #fcaac1 !important;
    border: 2px solid #ff4e80;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
}   

/* Responsividade */
@media (min-width: 768px) {
.info-lgbtfobia .content {
    flex-direction: row;
    align-items: flex-start;
}
}

#noticias h1,
#eventos-atividades h1,
#info-lgbtfobia h2 {
    font-family: 'Playfair Display', serif;
    line-height: 1.6;
    background-color: transparent; /* Remove o fundo */
    color: #000000; /* Cor rosa mais forte */
    padding: 25px 0; /* Espaçamento reduzido */
    height: auto; /* Altura automática */
    font-size: 2.5rem; /* Tamanho personalizado */
    margin: 3-20px 0; /* Margem consistente */
    text-transform: uppercase;
    
}

img.img-lgbtfobianao {
    width: 350px; /* Tamanho fixo */
    height: auto; /* Altura proporcional */
    display: block;
    margin: 0 auto;
}

.event {
    background-color: #72e6ee;
}

.event p {
    text-align: center;
}

.text p {
    text-align: center;
}

.info-lgbtfobia {
    width: 88%;
    margin: 0 auto;
    padding: 0px !important;
}
.text {
    margin: 25px;
}

.text-section h1 {
    padding-bottom: 0px !important;
}

.noticias {
    padding-bottom: 0px !important;
}

.info-lgbtfobia .text {
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000000;
    border-radius: 10px; 
    background-color: #f9f9f9; /* Cor de fundo */
    max-width: 800px; /* Define uma largura máxima */
}

.eventos-atividades {
    padding-bottom: 0px !important;
}