/* Principal */


.titulo_litle{ font-size: 20px; }
.titulo_medio{ font-size: 25px; }
.titulo_big{ font-size: 35px; }


.principal .destaques{
    display: flex;
    justify-content:space-between; 
    align-items: center;
    margin: 25px 0;
}


.principal .destaques section.noticias{
    flex-basis: 70%;
    margin: 0;
}

.principal .destaques section.noticias .chamada{
    flex-basis: 100%;
}


.principal .destaques section.noticias .inteira{
    flex-basis: 100%;
}

.principal .destaques section.noticias .inteira .titulo_big a{
    color: #FFF;
    text-shadow: 0 0 10px #000; 
}

.principal .destaques section.noticias .inteira .manchete{
    color: #FFF;
    margin: 0;
}

.principal .destaques section.noticias .inteira .sombra{ 
    padding: 400px 25px 25px 25px;
    overflow: hidden;
    background: url(../../imagens/banner_cidade.png) no-repeat bottom center;
    color: #FFF;
}

 
.principal .destaques section.noticias .colunas{
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
}

.principal .destaques section.noticias .colunas .col1{
    flex-basis: 48%;
}

.principal .destaques section.noticias .colunas .col2{
    flex-basis: 48%;
}

.principal .destaques section.noticias .colunas .col2 article{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
}

.principal .destaques section.noticias .colunas .col2 article .imagem{
    flex-basis: 37%;
}

.principal .destaques section.noticias .colunas .col2 article .informacoes{
    flex-basis: 60%;
}


.principal .destaques section.publicidades{
    flex-basis: 27%;
    margin: 0;
}

.principal .destaques section.publicidades article{
    padding: 15px 0;
}


.principal section.noticias{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    margin: 0;
    margin-top: 35px;
}

.principal section.noticias article{ 
    flex-basis: 23%; 
    margin-bottom: 35px; 
    position: relative;
}

.principal section.noticias article .nac_data{
    font-size:0.85em;
    color:#999; 
    margin-bottom:7px;
}

.principal section.noticias article img{ 
    margin-bottom: 10px;
}

.principal section.noticias article .guia_saude{ 
    border: 0;
    position: absolute;
    z-index: 99;
    left: 6px;
    top: -20px;
}

.principal section.noticias article .guia_saude img{ 
    width: 100px;
}

.principal section.noticias article .categoria{ 
    width:auto; 
    overflow:hidden; 
    font-weight: 600;
    font-size: 11px; 
    background-color: #2981D9;
    color: #FFF;
    padding: 4px 6px;
    text-transform: uppercase;
    float: left;
    position: absolute;
    z-index: 99;
    left: 7px;
    top: -10px;
}

.principal section.noticias article .titulo a{ 
    width:100%; 
    overflow:hidden; 
    font-weight:bold; 
    color:#000; 
    letter-spacing:-2px;
    display:block;
}

.principal section.noticias article .titulo a:hover{ 
    color:#007FBF; 
}

.principal section.noticias article .manchete{ 
    width:100%; 
    overflow:hidden; 
    font-size:18px; 
    color:#555; 
    letter-spacing:-1px; 
    margin-top:7px; 
}


.principal section.publicidade{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-items: center;
    background: url(../../imagens/fundo-pontilhado.png); 
    background-repeat: repeat;
    padding: 15px 0;
}

.principal section.publicidade article{ 
    flex-basis:16%;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Notícias */

.noticias{
    margin:35px 0;
}


.audio-noticia {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.audio-noticia button {
    padding: 6px 12px;
    border: none;
    background: #0066cc;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.audio-noticia button:hover {
    opacity: .9;
}


.noticias section.publicidade{
    display: flex; 
    flex-wrap: wrap; 
    justify-content:space-between; 
    align-items: center;
    margin: 0;
    background: url(../../imagens/fundo-pontilhado.png); 
    background-repeat: repeat;
    padding: 15px 0;
}

.noticias section.publicidade article{ 
    flex-basis:24%;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
}

.noticias .lista section.publicidade{
    margin-bottom: 25px;
}


.noticias .bloco{
    flex-basis: 70%;
}

.noticias .lista article{
    display: flex;
    justify-content: space-between;
    border-bottom:1px dashed #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
    position: relative;
}

.noticias .lista article .guia_saude{ 
    border: 0;
    position: absolute;
    z-index: 99;
    left: 6px;
    top: -20px;
}

.noticias .lista article .guia_saude img{ 
    width: 100px;
}

.noticias .lista article .categoria{ 
    width:auto; 
    overflow:hidden; 
    font-weight: 600;
    font-size: 11px; 
    background-color: #2981D9;
    color: #FFF;
    padding: 4px 6px;
    text-transform: uppercase;
    float: left;
    position: absolute;
    z-index: 99;
    left: 7px;
    top: -10px;
}

.noticias .filtro{
    flex-basis: 100%;
    margin-bottom: 35px;
    text-align: center;
    font-size: 15px;
    color: #555;
    padding: 10px;
    background: #EEE;
    border: 1px solid #CCC;
}

.noticias .estatistica{
    flex-basis: 100%;
    margin-bottom: 35px;
    text-align: center;
    font-size: 13px;
    color: #555;
}

.noticias .lista article .imagem{
    flex-basis: 30%;
}

.noticias .lista article .informacoes{
    flex-basis: 67%;
}

.noticias .lista article h3 a{
    color: #000;
    letter-spacing: -1px;
}

.noticias .lista article h3 a:hover{
    color: #2981D9;
}

.noticias .lista article p{
    text-align: left;
    font-style:italic;
    margin:0;
    margin-top:5px;
}

.noticias .lista .paginacao{
    background:url(../../imagens/fundo-pontilhado.png); 
    background-repeat:repeat;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    padding: 3px;
}

.noticias .lista .paginacao .pag_botao a{
    padding: 10px;
    background: #2981D9;
    display: block;
    color:#FFF;
    margin: 5px;
    text-align: center;
    font-size: 12px;
}

.noticias .lista .paginacao .pag_botao a:hover{
    background: #003166;
}


.noticias .leitura .publicado{
    font-size:14px;
    color:#888;
    margin-bottom:15px;
}

.noticias .leitura h2{
    color: #003166;
    font-size: 40px;
    letter-spacing:-2px; 
    margin:0;
    font-weight:700;
}

.noticias .leitura .manchete{
    color: #666;
    font-size: 20px;
    letter-spacing:-1px;
    margin-top:5px;
    padding:0;
    font-weight:normal;
}

.noticias .leitura .imagem{
    background: url(../../imagens/fundo-pontilhado.png); 
    background-repeat: repeat;
    margin-top: 35px;
    text-align: center;
}

.noticias .leitura .imagem img{
    width: 750px;
    max-width: 100%;
}

.noticias .leitura .legenda{
    background: #EEE;
    color: #555;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.noticias .leitura .texto{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 25px;
    text-align: justify;
}

.noticias .leitura .texto p{
    margin-top: 10px;
    color: #000;
}

.noticias .leitura .texto a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

#whats a{
    display: block;
    padding: 20px 0 10px 0;
    color: #2981D9;
    font-size: 17px;
    text-decoration: none;
}

.noticias .leitura .texto a:hover{
    color: #2981D9;
}

.noticias .leitura .texto .credito{
    margin-top: 35px;
}


.noticias .leitura .keywords{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
}

.noticias .leitura .keywords .cada{
    padding: 7px;
    margin: 0 3px;
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
    text-transform: lowercase;
}


.noticias .leitura .galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
}

.noticias .leitura .galeria article{
    flex-basis: 19%;
    padding: 5px;
}


.noticias .mais_noticias{
    margin-top: 35px;
}

.noticias .mais_noticias article a{
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.noticias .mais_noticias article a:hover{
    color: #2981D9;
}


.noticias .lista_setores .setor a{
    margin-bottom: 10px;
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #4D4D4D;
    background: #EEE;
    padding: 10px;
}


.noticias .lateral{
    flex-basis: 27%;
}

.noticias .lateral span a{
    padding: 10px;
    background: #EEE;
    color: #555;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.noticias .lateral span a:hover{
    background: #999;
    color: #FFF;
}

.noticias .lateral .margem{
    margin-top: 35px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* Contatos */

.contato{
    margin:35px 0;
}

.contato form{
    flex-basis:60%;
}

.contato form section{
    display:flex;
    justify-content:space-between;
}

.contato form section .email{
    flex-basis: 60%
}

.contato form section .telefone{
    flex-basis: 35%
}

.contato .informacoes{
    flex-basis: 35%;
}

.contato .informacoes h2{
    line-height: 100%;
    margin-bottom:15px;
}