* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter';
    font-size: 14px;
}

body {
    width: 100%;
    height: 100vh;
    background-color: #333333;
}

.logo {
    width: 50px;
    height: 72px;
    border-radius: 10px;


}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    height: 100px;
}

header {
    height: 72px;
    display: flex;
    justify-content: space-between;
    background-color: #333333;
    box-shadow: 0px 3px 5px #000000;
    flex-wrap: wrap;

}

.email {
    height: 50px;
    width: 50%;
    text-align: center;
    padding-top: 25px;
}

.fone {
    padding-top: 25px;
    height: 50px;
    width: 50%;
    align-items: center;
    text-align: center;
}

.paragrafo_titulo {
    color: aliceblue;
}

ul {
    list-style: none;
}

.menu {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}

.menu li a {
    color: #5f5f5f;
    display: block;
    text-decoration: none;
    margin-left: 40px;

}

.menu li a:hover {
    color: #5f5f5f;
    display: block;
    text-decoration: none;
    margin-left: 40px;
    text-decoration: underline;
}


main {
    width: 100%;
    min-height: 500px;
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
}

.main-container {
    display: flex;
    width: 100%;
    min-height: 400px;
    flex: 1;
}

.conteudo {
    width: 100%;
    height: 500px;
    background-image: url('img/home_img.jpg');
    background-repeat: no-repeat;
    background-position: center;
}


.conteudo_cond {
    width: 100%;
    height: 100%;
    background-image: url('img/cond1.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-left,
.sidebar-right {
    width: 10%;
    background-color: #ffffff;
    /* Cor de fundo das barras laterais */
}

.conteudo_not {
    width: 80%;
    /* Centraliza o contêiner das notícias */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
    background-color: #ffffff;
    padding-bottom: 10px;
    flex-direction: column;
}


.conteudo_form {
    width: 80%;
    margin: 0 auto;
    /* Centraliza o contêiner das notícias */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
    background-color: #ffffff;
}

.news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centraliza os itens horizontalmente */
    text-align: center;
    /* Centraliza o texto */
    background-color: white;
    margin: 10px;
    padding: 15px;
    width: calc(33.33% - 40px);
    /* 3 colunas */
}

.news-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    /* Espaçamento entre a imagem e o texto */
}

.news-title {
    color: #878987;
    display: block;
    text-decoration: none;
    margin-left: 40px;
    font-size: 1em;
    /* Tamanho do texto normal */
    margin: 0;
}

footer {
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #cccccc;
    padding-top: 15px;
    padding-bottom: 10px;
}

.form-container,
.whatsapp-container {
    flex: 1;
    padding: 20px;
    background-color: #ffffff;

}

.diretoria-container {
    flex: 1;
    padding: 20px;
    background-color: #ffffff;
    text-align: center;
}

.form-container h2 {
    margin-top: 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

input {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;

}

textarea {
    width: 96%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 5px;

}

.noticia_detalhada h1 {
    color: #5f5f5f;
    font-size: 22px;

}.noticia_detalhada p {
    color: #5f5f5f;
   

}

h1 {
    text-align: left;
    margin-left: 0px;
}

button {
    width: 30%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #5c5c5c;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

button:hover {
    background-color: #218838;
}

.whatsapp-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
}

.whatsapp-container img {
    max-width: 250px;
    margin-bottom: 20px;
}

.whatsapp-container p {
    font-size: 18px;
    color: #333;
}

.news-container {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    /* Centraliza o contêiner das notícias */
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0px;
    background-color: #ffffff;
}

h1 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #878987;
}

.datetime {
    font-size: 0.9em;
    color: #777777;
    margin-bottom: 20px;
}

.news-content {
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 20px;
}

.news-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.accessibility-text {
    font-size: 1em;
    color: #555555;
    margin-top: 20px;
}

/* Estilo para dropdown */
.dropdown {
    position: relative;
}

.paragrafo_titulo i {
    color: white;
    margin-right: 15px; /* ajusta o valor conforme necessário */
}

.imagem_r {
    color: white; /* cor do ícone */
    text-decoration: none; /* remove sublinhado do link */
}

.imagem_r:hover {
    color: #ccc; /* cor ao passar o mouse, opcional */
}


.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    z-index: 1000;
    min-width: 200px;
}

.submenu li a {
    padding: 10px;
    color: #878987;
    text-decoration: none;
    display: block;
}

.submenu li a:hover {
    background-color: #f0f0f0;
    color: #5f5f5f;
    text-decoration: none;
}

/* Mostrar submenu ao passar o mouse */
.dropdown:hover .submenu {
    display: block;
}

.img-arredondada {
    border-radius: 20px;
    /* você pode ajustar esse valor como quiser */
}

.noticia:hover {
    transform: scale(1.02);
}

.noticia a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

table {
  margin: 0 auto;
}

.diretoria_titulo {
    text-align: center;
    color: #878987;
    font-weight: bold;
}
.diretoria_table {
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}.table_dir {
    text-align: center;
    color: #878987;
    font-weight: normal;
    margin-top: 20px;
}


.noticia_detalhada img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.noticia_detalhada h1 {
    margin-bottom: 20px;
}

.noticia_detalhada p {
    margin-top: 10px;
    margin-bottom: 10px;

    line-height: 1.6;
}

/* DAQUI PRA CIMA */


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}


.noticia {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.noticia img {
    width: 270px;
    height: 143px;
    object-fit: cover;
}


.noticia span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.imagem-reduzida {
  width: 60%;
}


@media (max-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu {
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }

    .parceiros_img {
        width: 60px;
    }

    .menu {
        flex-direction: column;
        align-items: center;
    }

}