﻿@media screen and (min-width: 821px) {
    .noticia_img {
        display: block;
        margin: 10px auto;
	max-width:100%;
    }

    .noticia_img_centralizada {
        display: block;
        margin: 10px auto;
    }

    .noticia {
        display: table;
        width:100%;
    }

    .menu {
        /*left: -300px;
        box-shadow: 5px 0 10px rgba(0,0,0,.08);
        position: absolute;*/
    }

    .topo_logo {
        margin-left: 40px;
    }

    .topo_radio {
        /*display: none;*/
        display: initial
    }
    .noticiasMais ul {
        margin-top: 0;
    }

    .topo_fale {
        float: right;
        width: 120px;
        margin-right: 20px
    }

    #topo_botaoMenu {
        display: none;
    }

        #topo_botaoMenu span {
            visibility: visible;
        }

    .aviso_whatsapp {
        display: none
    }
    .noticiasMais_mobile {
        display:none
    
         
    }
    .noticiasMais_desktop {
        display: initial
    }
    .noticias {
        padding: 0 10px 10px 10px !important;
    }
    .noticias_ano {
        word-break: break-word;
        border-left: 4px solid #eaeaea;
        border: 1px solid #eaeaea;
        text-align: center;
        background-color: #fafafa;
        border-left: 4px solid #eaeaea;
        font-size: 12px;
    }
   

}

.noticias_voltar {
    margin-top: -15px;
    text-align: center;
}
.noticia_comente {
  //  line-height: 40px;
 
}
.aviso_whatsapp {
width: 100%;
border: 1px solid #666666;
margin: 0px 0px 0px 0;
padding: 4px;
height: 40px;
}


iframe {
    max-width: 100%
}

h1 {
    margin-top: 0;
}

conteudo img {
    max-width: 100%
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
    font-family: 'Open Sans';
}

a {
    text-decoration: none;
    color: #000000
}

    a:hover {
        opacity: 0.6;
        transition: .2s ease;
    }

.topo {
    max-width: 1200px;
    margin: 0 auto
}


header a {
    text-decoration: none;
    color: #000000
}

.topo_superior {
    max-width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding: 0 10px;
}

.topo_logo {
    width: 120px;
    height: 100%;
    float: left;
}

.topo_subtitulo {
    width: 430px;
    font-size: 10px;
    text-align: center;
    margin-top: 60px;
}
 

.topo_logo img {
    max-height: 40px;
    margin-top: 15px;
    float: left;
}
#banner_rotativo img {
    border: 1px solid #d6d6d6;
}


.topo_segura {
    width: 100%;
    border-top: 10px solid #eaeaea;
}
.topo_banner {
    width: 400px;
      float: right;
    width: auto;
       height: 110px;
    
    line-height: 110px;
       display: flex;
    align-items: center;
}

    .topo_banner img {
        max-width: 50vw;
    }

.topo_barra_segura {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    height: 60px;
}

.topo_barra {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.topo_sociais {
    width: 150px;
    height: 70px;
    margin-bottom: -20px;
    margin-top: -10px;
}

    .topo_sociais h4 {
        font-weight: 100;
        display: inline-block;
        font-size: 14px
    }

    .topo_sociais ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .topo_sociais h4 {
        margin: 4px;
        font-size:14px
    }

    .topo_sociais img {
        width: 30px;
        height: 30px;
        margin: 4px;
        float: left;
    }

        .topo_sociais img:hover {
            opacity: 0.6;
            transition: .2s ease;
        }

.topop_sociais a {
    margin: 0px;
    padding: 0px
}

.topo_radio img {
    max-height: 40px;
    float: left;
}
 
.topo_radio {
    padding-top: 10px;
    margin: 0 15px;
    height: 100%;
}

    .topo_radio a {
        color: #000000
    }

    .topo_radio div {
        text-align: left;
        float: left;
        font-size: 14px;
        font-weight: 700;
        padding-left: 10px;
        height: 100%
    }

    .topo_radio a:hover {
        color: #757575
    }


.topo_fale {
    float: right;
    margin: 0 auto;
    width: 20%;
    line-height: 60px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.topo_ano {
    width: auto;
    line-height: 60px;
    font-weight: 700;
    /* text-align: center; */
    /* margin-left: 120px; */
    font-size: 14px;
    text-align: left;
    /* position: absolute; */
    /* width: 100%; */
    z-index: 0;
    /* display: inline-block; */
    margin: 0 auto;
    white-space: nowrap;
}



.menu {
    float: left;
    width: 200px;
    height: 65px;
    transition: .5s ease;
    z-index: 9;
    background-color: #ffffff;
    display: table;
    margin-top: 15px;
}

.conteudo {
    float: none;
    overflow: hidden;
    padding: 15px 20px;
    font-family: Open Sans;
}

.ultimas {
    float: right;
    width: 200px;
}



    .ultimas > ul {
        list-style-type: none;
        padding: 0 5px;
        border: 1px solid #eaeaea;
        border-left: 4px solid #ececec;
    }

        .ultimas > ul > li {
            border-bottom: 1px solid #eaeaea;
            padding: 20px 10px;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
        }


.ultimas_titulo {
    font-weight: 700;
    background-color: #fafafa;
    margin-left: -4px !important
}

.spaced {
    background-color: red;
}

.corpo {
    margin: 0 auto;
    max-width: 1200px;
    clear: both;
    padding: 0 10px;
}

#topo_botaoMenu {
    width: 45px;
    height: 45px;
    position: absolute;
    margin: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: left;
    display: none;
}

    #topo_botaoMenu span {
        display: block;
        position: absolute;
        height: 8px;
        width: 100%;
        background: #000000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        /*visibility: hidden;*/
    }

        #topo_botaoMenu span:nth-child(1) {
            top: 0px;
        }

        #topo_botaoMenu span:nth-child(2) {
            top: 16px;
        }

        #topo_botaoMenu span:nth-child(3) {
            top: 32px;
        }

    #topo_botaoMenu.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #topo_botaoMenu.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #topo_botaoMenu.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
.noticia_img_centralizada {
    display: block;
    margin: 10px auto;
    text-align: center;
    max-width:100%;
}
.noticia_img_normal {
    float: left;
    margin: 0 10px;
max-width:100%;
}

.noticiasMais ul {
    list-style-type: none;
    padding: 0 5px;
    border: 1px solid #eaeaea;
    border-left: 4px solid #ececec;
    border-left: 4px solid #ececec;
}


.noticia_botao:active {
    background-color: #546e7a
}

.noticia_botao:hover {
    background-color: #eaeaea
}
.noticia_botao {
    background: #ffffff;
    color: #000000;
    padding: 10px 0;
    border-radius: 3px;
    /*border: 1px solid #7d7d7d;*/
    text-align: center;
    cursor:pointer;
        transition: background-color 0.2s ease;
    

         display: block;
    width: 100%;
    text-decoration: none;
    

}

.noticia small{
    display:block;
    text-align:center;
    
}
.noticiasMais ul li {
    margin: 0 0 10px 3px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    margin: 0px;

}

    .noticiasMais ul li:nth-child(n+11) {
        display: none
    }

    .noticiasMais ul li:last-child {
        display: inline
    }

.noticiasMais_titulo {
    font-weight: 700;
    background-color: #fafafa;
    margin: 0 -6px;
    text-align: center
}

.noticiasMais h4 {
    margin: 0px;
    padding: 0px;
    color: #6b6b6b;
    font-size: 14px;
}

.noticiasMais span {
    font-size: 12px;
    font-weight: 100
}

#noticiasMais_mais {
    padding: 10px !important;
    cursor: pointer;
    font-size: 22px;
    line-height: 40px;
    border-bottom:0px
}
.noticia_linkEndereco {
    border: 1px solid #eaeaea;
     
    width: 220px;
    padding: 4px;
    height: 35px;
    color: #9a9a9a;
    font-size: 12px;
}
    #noticiasMais_mais:hover {
        opacity: 0.6;
        transition: .2s ease;
    }

.noticia_img img {
    max-width: 100%;
    margin: 4px
}

.noticia h1 {
    font-size: 1.4em;
    margin: 0px;
    padding: 0px
}

.noticia > span {
    margin: 0px;
    padding: 0px
}

.noticia p {
    font-family: open Sans;
    line-height: 1.5rem;
    font-size: 1rem;
}

.noticias {
    padding: 10px;
}

.noticia_novadata {
    margin-top: -70px;
    border-top: 1px solid #767676;
    padding-top: 80px;
}


.noticia {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #767676;
    word-break: break-word;
}

    .noticia > span {
        font-size: 12px;
        font-weight: 100
    }

.noticia_rodape {
    width: 100%;
    margin-top: 30px;
}
    .noticia_rodape_compartilhe {
         
        float: left;
        height: 30px;
    }

    .noticia_rodape_siga {
        width: 200px ;
        float: right;
        height: 30px;
        text-align:right;
    }

    .noticia_rodape_comente {
        text-align: center;
        clear: both;
        width: 100%;
    }

    .noticia_rodape_icones {
        display: block;
        clear: both;
        width: 100%;
        height: 60px;
    }

    

        .noticia_rodape ul img {
            max-height: 35px;
            max-width: 35px;
        }

    .noticia_rodape ul {
        list-style-type: none;
        padding: 0 0 0 0px
    }

    .noticia_rodape li:nth-child(-n+4) {
        margin-right: 4px;
        float: left;
    }

    .noticia_rodape li:nth-last-child(-n+3) {
        margin-left:  4px;
        float: right
    }

.ultimas ul {
    list-style-type: none;
    padding: 0 0 0 5px;
    border-left: 4px solid #ececec;
}

    .ultimas ul li {
        margin: 0 0 0px 3px;
    }

.ultimas span {
    font-size: 12px;
    font-weight: 100
}

.ultimas h4 {
    font-size: 14px;
    margin: 0px
}

.menu ul {
    list-style-type: none;
    padding: 0 5px;
    border: 1px solid #eaeaea;
    border-left: 4px solid #ececec;
}

.menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 10px;
 
    font-size: 16px;
    text-decoration: none;
}
.mural_cabecalho h1 {
    margin-top: 0;
    color: #0D47A1;
    font-size: 40px;
    margin: 4px;
    padding: 4px;
    line-height: 40px;
    border-bottom: 1px solid black;
}
.mural_cabecalho h2 {
    font-size: 14px;
   
    margin: 4px;
    padding: 4px;
}

.mural_cabecalho h3 {
    font-size: 10px;
    font-weight: 100;
    padding: 4px;

}
.mural_cabecalho a {
    display: block;
    width: 100%;
    text-decoration: none;
    background: #3498db;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 20px 0;
}

.mural_titulo {
    /*background-color: #64B5F6;*/
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}    


.mural_imagem {
    max-width: 100%
}

.mural_table {
    width: 100%;
}

    .mural_table td {
        padding: 4px;
    }

.menu_titulo {
    font-weight: 700;
    background-color: #fafafa;
    margin: 0 -5px !important;
    text-align: center;
     font-family: 'Open Sans';
}
    .menu_titulo img {
        max-width: 100%;
        max-height: 95px;
        margin-bottom: 0 10px;
        margin-bottom: 10px;
    }

.menu a {
    text-decoration: none;
    color: #000000;
}

footer {
    clear: both;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    display: table
}

.rodape {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 600px
}

.rodape_coluna {
    width: 330px;
    float: left;
    padding-left: 30px;
}

    .rodape_coluna li {
        list-style-type: none;
    }

    .rodape_coluna ul {
        padding-left: 0px
    }

.rodape_fone {
    font-weight: bold;
    font-size: 20px;
}

.rodape_sociais {
    margin-top: 10px;
}

    .rodape_sociais div {
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #000000;
        margin-bottom: 5px;
        padding-bottom: 5px;
        width: 150px;
    }

.ocultar {
    display: none !important;
}

.noticia_conteudo {
    margin: 10px auto 4px auto;
    display: block;
   
    max-width: 100%
 
}

.morelink {
    display: none;
}

.noticia_mais {
    display: none
}


@media screen and (max-width: 1029px) {
    .topo_banner {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .topo_banner {
        display: none;
    }

    .topo_radio {
        display: none
    }

    .topo_ano {
        display: none;
    }

    .topo_fale {
        width: 120px;
    }
    #topo_botaoMenu 
    {
        display:inline 
    }
    .noticia_img {
        float: initial;
    }
    .noticia_botao {
        border: 1px solid #7d7d7d;
        
    }
    .noticia_conteudo img {
        display: block;
        margin: 0 auto;
        max-width:100%
    }

     

    .noticia_mais {
        position: absolute;
        bottom: 0px;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #ececec;
        padding: 10px;
        text-align: center;
        display: block;
        font-size: 14px
    }

        .noticia_mais:active {
            background-color: #6caeff
        }

        .noticia_mais img {
            height: 15px;
            width: 15px;
            margin-left: 10px
        }

    .topo_sociais {
        display: none;
    }

    .conteudo {
        padding: 10px 0px;
    }

    .menu {
        left: -300px;
        box-shadow: 5px 0 10px rgba(0,0,0,.08);
        position: absolute;
        width: 280px;
    }

        .menu a {
            font-size: 18px;
        }

    .ultimas {
        display: none
    }

    .topo_superior {
        display: table;
        padding: 0 0;
        height: initial
        /* height: 50px; */
    }

    .topo_logo {
        width: 100%;
        display: table;
        min-height: 60px;
        margin-left: 0px;
    }

    .topo_subtitulo {
        display: none
    }

    .topo_logo img {
        float: left;
        max-width: 80vw;
        margin: 15 auto;
    }

    .topo_fale {
        float: right;
    }
    .noticiasMais_mobile {
        display: initial
    }

    .noticiasMais_desktop {
        display: none
    }
    .noticias_ano {
        display: none
    }
    .noticia_linkEndereco {
        display: none
    }
    .noticia_img_centralizada, .noticia_img_normal {
        display: block;
        margin: 10px auto;
        text-align: center;
max-width:100%
    }
}

.adsbygoogle {
    margin-bottom: 30px;
}
