body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.icon-menu {
    color: #fff !important;
    width: 2vw;
    height: 2vw;
    margin-left: 2px;
}

.icon-button {
    font-size:48px; 
    color:black; 
    text-align: center;
}

.text {
    text-align: center;
}

.top-bar {
    background: #ffffff;
    color: #434343;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.menu-container {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #004a8f;
}

.menu-group, .menu-goup1 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contato-camara, #clock {
    text-align: end;
    font-size: 14px;
}

.acesso-rapido {
    margin-top: -10px;
    list-style-type: none;
    padding-left: 0;
    line-height: 30px;
    padding-bottom: 10px;
    justify-content: space-between;
    color: #000000;
    white-space: nowrap;        
    overflow: hidden;  
    text-overflow: ellipsis;
}

.acesso-rapido a {
    text-decoration: none;
    color: #004a8f;
    font-size: 14px;
}

.acesso-rapido a:hover {
    text-decoration: none;
    color: #4a9be7;
}

.menu-group li, .menu-goup1 li {
    margin-right: 20px; 
}

.menu-group li:last-child, .menu-goup1 li:last-child {
    margin-right: 0;
}

.acessoinformacao,
.transparencia,
.encontreportal,
.diariooficial {
    margin-top: 5px;
}

.acessoinformacao:hover,
.transparencia:hover,
.encontreportal:hover,
.diariooficial:hover {
    color:#4a9be7;
}

/* Estilo do dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    height: 46px;
    background: #004a8f;
    color:#ffffff;
    border: none;
    cursor: pointer;
    margin-top: 3px;
}

/* Ocultar a UL até que o botão seja clicado */
.menu-group {
    width: 250px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background:#0c5fad;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Estilo para os links dentro do menu */
.menu-group li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #ffffff;
}

.menu-group li a:hover {
    background: #0b233a;
    text-decoration: none;
}

/* Mostrar a UL quando o dropdown é ativado */
.dropdown.show .menu-group {
    display: block;
}

.imagem-dados_municipais {
    width: 80px !important;
    height: 120px;
    margin-top: 10px;
}

nav ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #004a8f;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

.news-item img {
    width: 25%; /* A imagem ocupará 100% da largura do contêiner */
    height: auto; /* A altura será ajustada proporcionalmente */
    max-width: 100%; /* Garante que a imagem não ultrapasse a largura do contêiner */
    display: block; 
}

.banner img {
    width: 100%;
    height: auto;
}

.content {
    padding: 20px;
    text-align: center;
}

aside {
    background: #f2f2f2;
    padding: 20px;
}

footer {
    padding: 40px 20px;
    background: #2D507A;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

.contato-rodape {
    font-size: 14px;
}

.titulos-gerais {
    color:#0e3b65;
    text-align: center;
}
.paragrafo-concursos {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

h2 {
    margin: 10px 20px;
}

h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container ul li {
    margin-bottom: 10px;
}

.container ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.container ul li a:hover {
    text-decoration: underline;
}

p {
    margin: 10px 20px;
    font-size: 14px;
}

.logo {
    display: flex;
    align-items: center;
  }

.camara{
    font-size: 2vw;
    font-weight: 800;
    color:#0e3b65;
  }


.rodape {
    background: #0b233a;
    color: #ffffff;
    padding: 10px 0; 
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: justify;
}

.texto-rodape {
    margin-left: 20px;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.div {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.buttons-container {
    display: flex;
    gap: 5px;
    margin-left: -10px;
}

.button-item {
    align-content: center;
    align-items: center;
    background: #004a8f;
    color: #fff;
    padding: 10px;
    padding: 30px;
    margin-top: 5px;
    border-radius: 5px;
    flex: 1;
    width: 30vh;
    cursor: pointer;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: unset;
}

.button-item:hover {
    background: #0b233a;
}

.icon-button,
.text {
    color: #fff;
}

.main-container {
    margin-left: 50px;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    flex:1;
}

.main-div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 50px;
    padding-right: 20px;
}

.parlamentares {
    width: 50%;
    margin-bottom: 20px;
}

.parlamentares, .transmissao, .noticias-acoes {
    flex: 1;
    margin-right: 20px;
    padding-bottom: 30px;
}

.bottom-sections {
    display: flex;
    gap: 20px;
}

.news-item {
    gap: 10px;
}

.side-bar {
    width: 300px;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    padding-right: 20px;
    justify-content: space-between;
    margin-right: 40px;
}

.diario-oficial {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
}

.texto-ouvidoria {
    margin: 0;
}

.ouvidoria-geral {
    justify-content: space-between;
}

.ouvidoria-geral button,
.acesse {
    background:#004a8f;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    width: 150px;
    height: 30px;
    cursor: pointer;
}

.ouvidoria-geral button:hover,
.acesse:hover {
    background: #0b233a;
}

.mais-noticias{
    font-size: 10px;
}

.button-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 1000px;
}

.button-list li {
    display: flex;
}

.button-list a {
    background: #0255ae;
    color: white;
    padding: 16px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.button-list a:hover {
    background:#0b233a;
}

.button-list i {
    margin-right: 8px;
    font-size: 15px;
}


@media (max-width: 768px) {
    
    body {
        overflow-x: hidden; /* Evita rolagem lateral */
        margin: 0;
      }

      img, video {
        max-width: 100%;
        height: auto;
      }
      
h2 {
    text-align: center;
    display: flex;
    align-items: center;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 0;
    display: block;
}

.news-item img {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-left: -10px;
}

    .contact-info,
#clock {
    text-align: end;
    font-size: 14px;
}

    .top-bar, .menu-container, .main-div, .bottom-sections {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .dropdown.show .menu-group {
        display: block;
        text-align: center;
        align-items: center;
        margin-left: -90px;
    }

    .menu-group li a {
        text-align: center;
        align-items: center;
    }

    .imagem-dados_municipais {
        width: 80px !important;
        height: 70px;
        margin-top: 10px;
    }

    .button-list {
        margin-left: -30px;
        margin-right: 30px;
    }

    .dropdown-toggle {
        height: 46px;
        background: #004a8f;
        color: #ffffff;
        border: none;
        cursor: pointer;
        margin-top: 6px;
        text-align: center; /* Centraliza o texto horizontalmente */
        line-height: 46px;  /* Alinha o texto verticalmente */
    }
    
    nav ul {
        margin-bottom: 20px;
    }
    
    .parlamentares, .transmissao, .noticias-acoes {
        margin-right: 0;
    }

    article {
       margin-left: 20px;
    }

    .transmissao {
        margin-left: -30px;
        margin-right: 30px;
    }

    .side-bar {
        width: 100%;
        margin-right: 0;
        margin-left: 10px;
    }

    .buttons-container {
        margin-left: 10px;
    }

    .button-item {
        width: 100%;
    }
    
    .icon-menu {
        width: 8vw;
        height: 8vw;
    }
    
    .camara {
        font-size: 4vw;
    }
    
    .rodape {
        padding: 10px;
        width: 100%;
    }

    .texto-rodape {
        margin-left: 20px;
    }
}

@media (max-width: 600px) {
  body {
    overflow-x: hidden; /* Evita rolagem lateral */
  }

  /* Certifique-se de que todos os elementos importantes não excedam 100% da largura da tela */
  .container {
    width: 100%;
    padding: 0 10px; /* Ajuste o padding se necessário */
    box-sizing: border-box;
  }

  img {
    max-width: 100%; /* Imagens responsivas */
    height: auto;
  }
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden; /* Evita rolagem lateral */
      }

    .icon-button {
        font-size: 32px;
    }

    .button-item {
        padding: 15px;
    }
    
    .camara {
        font-size: 6vw;
    }

    p {
        font-size: 8px;
    }
}