*,
*::before,
*::after {
    --azul-escuro: #154580;
    --azul-medio: #3970BE;
    --cinza-claro: #eaeaea;
    --cinza-texto: #444444;
    --azul-menu: #001b40;
    box-sizing: border-box;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background-color: var(--cinza-claro);
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: auto;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
}


/* CABEÇALHO */

header {
    display: flex;
    justify-content: center;
    color: var(--cinza-texto);
    font-size: 12.3px;
    font-weight: bold;
    padding-top: 10px;
}

.cabecalho__container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px 0px;
}

.logo__item {
    width: 300px;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.logo-entidade {
    max-width: 200px;
    max-height: 170px;
    cursor: pointer;
    margin-left: 20px;
}

.menu__topo h4 {
    text-align: right; 
    padding-right: 50px; 
    margin-top: 55px; 
    font-weight: bolder; 
    color:rgb(14, 73, 122); 
    text-transform: uppercase;
}

.menu__topo .menu__lista {
    display: flex;
    gap: 10px;
    padding: 15px 40px 0 0;
}

.menu__topo .menu__lista li a {
    padding: 25px 10px 10px 10px;
}

.menu__topo .menu__lista li a:hover {
    background-color: #f1f1f1;
}


/* MENU HORINTAL */

.menu__horizontal {
    display: flex;
    justify-content: center;
}

.menu__horizontal .menu__lista {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 50px;
    background-color: var(--azul-menu);
    font-weight: bold;
    gap: 20px;
    margin-bottom: 0;
    position: relative;
}

.icon__lupa__menu {
    font-size: 25px;
}

.menu__horizontal .menu__lista li a {
    padding: 18px 10px;
    display: block;
    transition: .3s;
}

.menu__horizontal .menu__lista li a:hover {
   background-color: #1d6096;
}

.drop__hover {
   position: relative;
}

.drop__hover .drop {
    position: absolute;
    background-color: #013457;
    white-space: nowrap;
    height: 0;
    overflow: hidden;
}

.drop__hover:hover .drop {
    height: auto;
    z-index: 2;
}

/* CORPO */

.slide {
    display: flex;
    justify-content: center;
}

.slide .slide__show {
    display: flex;
    justify-content: center;
    width: 1200px;
    background-color: white;
    height: 500px;
}

.slide .slide__show .carousel {
    margin-top: 20px;
    width: 1100px;
    height: 450px;
    z-index: 1;
}

.menu__horizontal form {
    display: flex;
    gap: 3px;
}


.menu__horizontal .menu__lista .btn__pesquisa {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 3;
    width: 500px;
    padding: 5px 5px 0px 5px;
    background-color: white;
    display: none;
}

.icon__lupa__botao {
    font-size: 20px;
}

/* NOTICIAS */

.container__noticias {
    display: flex;
    justify-content: center;
    color: #001b40;
    margin-top: 0;
}

.container__noticias .noticias {
    display: flex;
    justify-content: center;
    width: 1200px;
    background-color: white;
    height: 380px;
}

.container__noticias .noticias > div {
    width: 1100px;
    z-index: 1;
}

.container__noticias .noticias > div .legenda__mais__noticias {
    display: flex;
    justify-content: space-between;
}

.container__noticias .noticias > div .legenda_noticia {
    padding: 10px;
    background-color: #1d6096;
    width: 100px;
    color: white;
}

.container__noticias .noticias > div .mais__noticias {
    color: #1d6096;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.container__noticias .noticias > div .linha__noticias {
    margin: 0;
    border: solid 1px #1d6096;
}

.container__noticias .noticias > div .quadro__noticias {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-top: 25px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.container__noticias .noticias > div .quadro__noticias .item__noticia {
    display: flex;
    justify-content: center;
}

.container__noticias .noticias > div .quadro__noticias .item__noticia a {
    display: flex;
    flex-direction: column;
    width: 260px;
}

.container__noticias .noticias > div .quadro__noticias .item__noticia a span {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #686868;
    line-height: 18px;
}

.container__noticias .noticias > div .quadro__noticias .item__noticia a span:hover {
    color: #1d6096;
    transition: .3s;
}

.container__noticias .noticias > div .quadro__noticias .item__noticia a img {
    width: 260px;
    height: 189px;
    transition: .3s;
}

.container__noticias .noticias > div .quadro__noticias .item__noticia a img:hover {
    opacity: 0.5 ;
}

/* RODAPE */

.rodape {
    display: flex;
    justify-content: center;
    color: white;
    margin-top: 0;
}

.rodape .container__rodape {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    background-color: #3f3f46;
    height: auto;
    padding: 20px 25px;
    gap: 60px;
}

.container__rodape > aside {
    width: 100%;
}


.legenda__rodape {
    background-color: #1d6096;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    width: max-content;
    margin-top: 30px;
    font-weight: bold;
}

.linha__legenda__rodape {
    margin: 0 0 10px 0;
    border: solid 1px #1d6096;
    width: 100%;
}

.container__rodape aside ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container__rodape aside ul li {
    border-bottom: 1px solid #3f3f46;
    padding: 10px 0;
    font-weight: bold;
}

.container__rodape aside ul li a:hover {
    color: #1d6096;
    transition: .3s;
}

/* VEREADORES */

.container__vereadores {
    display: flex;
    justify-content: center;
}

.container__vereadores .vereadores {
    display: flex;
    width: 1200px;
    justify-content: center;
    background-color: white;
}

.container__vereadores .vereadores > div {
    display: flex;
    width: 1100px;
    background-color: white;
    margin: 20px 20px;
}

.vereadores-posicionamento {
    display: flex;
    font-weight: bolder;
    line-height: 30px;
    margin-top: 20px;
    
}

.vereadores-posicionamento img {
    width: 200px;
}

/* ACIDADE */

.container__acidade {
    display: flex;
    justify-content: center;
}

.container__acidade .acidade {
    display: flex;
    width: 1200px;
    justify-content: center;
    background-color: white;
}

.container__acidade .acidade > div {
    width: 1100px;
    margin: 20px 20px;
}

.container__acidade .acidade > div h2 {
    color: #1d6096;
    font-size: 20px;
}

.container__acidade .acidade .titulo::after {
    content: '';
    display: block;
    width: 100px;
    border-top: 2px solid #2dc7d0;
    margin-top: 10px;
}

.container__acidade .acidade .formatacao {
    font-size: 1.1rem;
    text-align: justify;
    color: #444444;
}

/* MOSTRAR UMA NOTICIA */

.container__mostrar_noticia {
    display: flex;
    justify-content: center;
}

.container__mostrar_noticia .mostrar_noticia {
    display: flex;
    width: 1200px;
    justify-content: center;
    background-color: white;
}

.container__mostrar_noticia .mostrar_noticia > div {
    display: flex;
    width: 1100px;
    margin: 20px 20px;
    color: #424242;
}

.container__mostrar_noticia .mostrar_noticia > div h2 {
    color: #1d6096;
    text-align: center;
}

.container__mostrar_noticia .mostrar_noticia > div h5 {
    color: #424242;
}

.container__mostrar_noticia .titulo-padrao {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.container__mostrar_noticia .titulo-padrao::after {
    content: '';
    display: block;
    width: 100px;
    border-top: 2px solid #2dc7d0;
    margin: 15px auto;
}

.container__mostrar_noticia .espacamento-padrao {
    margin-top: 5rem;
}

.container__mostrar_noticia .detalhes-noticia {
    font-size: 1rem;
    border-top: solid #d4d4d4 thin;
    border-bottom: solid #d4d4d4 thin;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #686868;
    line-height: 20px;
}

.container__mostrar_noticia .noticia-veja-mais {
    font-size: 0.9rem;
    border-bottom: solid #d4d4d4 thin;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 20px;
    word-spacing: 2px;
}

.container__mostrar_noticia .noticia-veja-mais span {
    color: #1565C0;
}

/* PAGINA PESQUISA */

.container__mostrar_pagina_pesquisa {
    display: flex;
    justify-content: center;
}

.container__mostrar_pagina_pesquisa .mostrar_pagina_pesquisa {
    display: flex;
    width: 1200px;
    justify-content: center;
    background-color: white;
}

.container__mostrar_pagina_pesquisa .mostrar_pagina_pesquisa > div {
    width: 1100px;
    margin: 20px 20px;
    color: #424242;
    overflow: hidden;
}

.container__mostrar_pagina_pesquisa .mostrar_pagina_pesquisa > div h2 {
    color: #1d6096;
    text-align: center;
}

.container__mostrar_pagina_pesquisa .mostrar_pagina_pesquisa > div h5 {
    color: #1d6096;
    font-size: 1.1rem;
}

.container__mostrar_pagina_pesquisa .titulo-padrao {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.container__mostrar_pagina_pesquisa .titulo-padrao::after {
    content: '';
    display: block;
    width: 100px;
    border-top: 2px solid #2dc7d0;
    margin: 15px auto;
}
