.logobody{
    position: absolute;
    display: flex;
    align-items: center;
    width: 20%;
    margin-left: 750px;


}

.txtlogo{
    text-align: center;
    background-color: #f0f0f0; /* Cor de fundo do banner */
    padding: 20px; /* Espaçamento interno para o conteúdo */
    text-align: center; /* Alinhamento do texto ao centro */
    border: 2px solid #ccc; /* Borda do banner */
    border-radius: 10px; /* Borda arredondada */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sombra */
    width: 300px; /* Largura do banner */
    margin: 0 auto; /* Centralizar horizontalmente */
}


.main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px); /* Ajuste conforme necessário */
    margin-top: 45vh;
}

.main-container--2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px); /* Ajuste conforme necessário */
}

.btn_inicio {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-size: 18px;
    border: none;
    cursor: pointer;
}


.btn_inicio:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

.nume {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.nomes{
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}


/* Container para os cards */
.card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  /* Estilo base do card */
  .card {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Estilo da imagem do card */
  .card img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Estilo do conteúdo do card */
  .card-content {
    padding: 20px;
  }
  
  /* Estilo do título do card */
  .card-content h3 {
    margin-top: 0;
  }
  
  /* Estilo do botão do card */
  .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .btn:hover {
    background-color: #0056b3;
  }
  
/* Estilos gerais */

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 15px;
    background-color: #f9f9f9;
    background: url("../chatbot/images/fundo.jpeg");
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

/* Estilos do cabeçalho */

.header {
    background-color: #4CAF50;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo {
    margin: 0;
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.logo-img {
    max-width: 100px;
    vertical-align: middle;
}

/* Estilos das seções */

.section {
    background-color: #fff;
    margin: 20px 0;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section h2 {
    color: #4CAF50;
    font-size: 28px;
    margin-top: 0;
}

.section p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

.btn:focus {
    outline: none;
}

@media screen and (max-width: 600px) {
    .container {
        max-width: 90%;
    }
}

#news-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    overflow-y: auto;
}

.news-item {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.news-title {
    font-size: 1.5em;
    font-weight: bold;
}

.news-content {
    font-size: 1em;
    margin-top: 5px;
}

.not1 {
    background-color: #fff;
   
    border-radius: 8px;
    
    text-align: center;
  
    padding: 10px 20px; /* Ajuste os valores conforme necessário */
    margin: 100px auto; /* Adiciona uma margem superior e inferior e centraliza horizontalmente */
    max-width: 800px; /* Define uma largura máxima para a barra de notícias */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra para melhor visualização */
}


.video{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px); /* Ajuste conforme necessário */
}

.dhs {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 15vh;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    margin: 0;
    padding: 0;
    color: #333;
}

.stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stat-card {
    background: #007BFF;
    color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    flex: 1;
    margin: 0 10px;
}

.stat-card h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.stat-card p {
    margin: 10px 0 0;
    font-size: 2em;
}

.denuncias-list {
    margin-top: 20px;
}

.denuncias-list h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.denuncias-list ul {
    list-style: none;
    padding: 0;
}

.denuncias-list li {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}
