/* Classes auxiliares */
.clear {
    clear: both;
    height: 0.01em;
}

.clear1 {
    clear: both;
    height: 1px;
}

.clear3 {
    clear: both;
    height: 3px;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear12 {
    clear: both;
    height: 12px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear17 {
    clear: both;
    height: 17px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear25 {
    clear: both;
    height: 25px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear35 {
    clear: both;
    height: 35px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear45 {
    clear: both;
    height: 45px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.clear80 {
    clear: both;
    height: 80px;
}

body {
    font-family: 'Oxygen', sans-serif !important;
}

h1 {
    margin: 0px !important;
    padding: 0px !important;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main_logo {
    float: left;
    position: relative;
    max-width: 238px;
    width: 100%;
    height: 91px;
}

.main_logo a {
    position: absolute;
    max-width: 270px;
    width: 100%;
    height: 91px;
    background: url(../img/logo-45.png) center center no-repeat;
    background-size: 100%;
}

.content {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

.content-small {
    padding: 20px 0;
}

.content-super-small {
    padding: 0px;
}

p {
    margin-bottom: 15px !important;
}

p:last-child {
    margin-bottom: 0;
}

img {
    float: left;
    border: none;
    width: 100% !important;
    max-width: 100% !important;
}

small {
    font-size: 0.75em !important;
    color: #555 !important;
}

a {
    text-decoration: none !important;
}

a img {
    border: 0px !important;
}

.bg-img {
    background: url('../img/bg_content.jpg');
}

.bg-light {
    background-color: #F2F2F2;
    color: #111;
}

.bg-gray {
    background-color: #565759;
    color: #FFF;
}

.bg-strong-gray {
    background-color: #373839;
    color: #FFF;
}

.separador {
    width: 100%;
    height: 2px;
    background: #EEE;
    float: left;
}

.list-mais {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-mais li {
    margin-bottom: 20px;
    float: left;
}

.list-mais li img {
    max-width: 140px !important;
    float: left;
    margin-right: 3%;
}

.sectiontitle {
    margin-bottom: 15px;
    padding-bottom: 10px !important;
    border-bottom: 5px solid #CCC;
}

.sectiontitle h1 {
    font-size: 2.4em;
}

.sectiontitle h2 {
    font-size: 1.4em;
}

.sestituloblue {
    border-bottom: 4px solid #2980B9 !important;
    text-transform: uppercase;
    padding-bottom: 7px !important;
    font-size: 1.8em;
    float: left !important;
    margin-bottom: 30px !important;
}

.sestitulobrown {
    border-bottom: 4px solid #B69148 !important;
    text-transform: uppercase;
    padding-bottom: 7px !important;
    font-size: 1.8em;
    float: left !important;
    margin-bottom: 30px !important;
}

.sestituloblack {
    border-bottom: 4px solid #000 !important;
    text-transform: uppercase;
    padding-bottom: 7px !important;
    font-size: 1.8em;
    float: left !important;
    margin-bottom: 30px !important;
    display: block !important;
}

.sestituloorange {
    border-bottom: 4px solid #f79d01 !important;
    text-transform: uppercase;
    padding-bottom: 7px !important;
    font-size: 1.8em;
    float: left !important;
    margin-bottom: 30px !important;
    display: block !important;
}

/*Floats*/
.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.fl-none {
    float: none;
}

/*Text Align*/
.al-left {
    text-align: left;
}

.al-center {
    text-align: center;
}

.al-right {
    text-align: right;
}

/*Display*/
.ds-block {
    display: block;
}

.ds-inblock {
    display: inline-block;
}

.ds-inline {
    display: inline
}

.ds-none {
    display: none;
}

/*Font-Weight*/
.fontthin {
    font-weight: 300 !important;
}

.fontregular {
    font-weight: 400 !important;
}

.fontbold {
    font-weight: 700 !important;
}

/*Font Sizes*/
.fontzero {
    font-size: 0em !important;
}

.fontzerob {
    font-size: 0.7em !important;
    margin-bottom: 5px;
}

.fontzerob {
    font-size: 0.9em !important;
    margin-bottom: 5px;
}

.fontsize1 {
    font-size: 1em !important;
}

.fontsize1ab {
    font-size: 1.2em !important;
}

.fontsize1abe {
    font-size: 1.3em !important;
}

.fontsize1b {
    font-size: 1.7em !important;
}

.fontsize2 {
    font-size: 2em !important;
}

.fontsize2b {
    font-size: 2.5em !important;
}

.fontsize3 {
    font-size: 3em !important;
}

.fontsize3b {
    font-size: 3.5em !important;
}

/*Links das Cores*/
.link-blue {
    color: #2980B9;
}

.link-blue:hover {
    color: #E35C35;
}

.link-rose {
    color: #E1091A;
}

.link-orange {
    color: #E1091A;
}

.link-black {
    color: #111111;
}

.link-black:hover {
    color: #E35C35;
}

.link-green {
    color: #698C00;
}

.link-light-orange {
    color: #F79D01;
}

.link-brown {
    color: #B69148;
}

.link-gray {
    color: #999;
}

.link-orange-politic {
    color: #e35c35
}

.link-orange-politic:hover, .link-light-orange:hover, .link-brown:hover, .link-gray:hover, .link-green:hover {
    color: #666;
}

.clear {
    clear: both;
}

.fontzero {
    font-size: 0em !important;
    margin: 0px;
    padding: 0px;
}

.bg-orange {
    background-color: #CD3E14;
    color: #565759;
}

.main_nav_menu_ham {
    color: #FFF;
}

.main_nav_menu_ham:hover {
    color: #F19174;
    text-decoration: none;
}

.main_nav_redes {
    list-style: none;
    margin: 13px 0px 0px 0px;
    float: right;
}

.main_nav_redes li {
    float: left;
}

.main_nav_redes li a {
    color: #FFF;
}

.main_busca {
    float: right;
    padding: 7px 0px;
    position: relative
}

.main_busca input {
    padding: 10px 60px;
    background: #E35C35;
    border: 0px;
    color: #fff;
}

.search_btn {
    position: absolute;
    top: 13px;
    right: 10px;
    color: #FFF;
    border: none;
    background: none;
}

.destaques_mini {
    display: block;
    float: left;
    margin-bottom: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #EEE;
}

.destaques_mini:last-child {
    border: 0px;
}

.destaques_mini img {
    max-width: 140px !important;
    float: left;
    margin-right: 3%;
}

.destaques_mini h1 {
    font-size: 13px;
}

.brasao_prefei {
    width: 100%;
    float: left;
    padding-bottom: 32px;
}

.brasao_prefei span {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.titulo_rel {
    width: 100%;
    padding: 20px;
    background: #F5F5F5;
}

.titulo_rel h1 {
    display: table !important;
    margin: 0 auto !important;
    text-align: center;
}

.side_publicidade {
    width: 100%;
    float: left;
    padding: 10px;
    background: #FFF;
}

.w-menu {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.menu-open {
    left: 90px;
}

.menu-open .menu-side {
    left: 0;
}

.menu-side {
    background-color: #FFF;
    border-right: 1px solid #ccc;
    position: fixed;
    z-index: 99999;
    overflow: hidden;
    top: 0;
    left: -231px;
    width: 210px;
    height: 100%;
    padding: 10px;
}

.menu-side, .w-menu {
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}

.menu-side span {
    font-size: 15px;
    display: table;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 60%;
    font-weight: 700;
    margin-top: 10px;
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 15px;
}

.flaticon-add182:before {
    content: "\e000"
}

.flaticon-arrow395:before {
    content: "\e001";
}

.flaticon-back28:before {
    content: "\e002";
}

.flaticon-close40:before {
    content: "\e003";
}

.flaticon-facebook55:before {
    content: "\e004";
}

.flaticon-instagram12:before {
    content: "\e005";
}

.flaticon-menu34:before {
    content: "\e006";
    font-size: 35px;
    color: #FFF;
}

.flaticon-menu34Side:before {
    content: "\e006";
    font-size: 20px;
    color: #000;
}

.flaticon-menu36:before {
    content: "\e007";
}

.flaticon-photos12:before {
    content: "\e008";
}

.flaticon-right127:before {
    content: "\e009";
}

.flaticon-search19:before {
    content: "\e00a";
}

.flaticon-send4:before {
    content: "\e00b";
}

.flaticon-twitter13:before {
    content: "\e00c";
}

.art_content p {
    line-height: 24px;
    font-size: 17px;
}

#menu_home {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu_home li a {
    color: #666;
    padding: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}

#menu_home li ul {
    padding: 0px;
    margin: 0px;
}

#menu_home ul li a {
    border-bottom: 0px;
    bottom: 10px;
    margin-bottom: 1px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    width: 90%;
    color: #111;
    font-weight: 200;
    border-bottom: 1px solid #f8f8f8;
}

#menu_home ul li a:last-child {
    border: 0px;
}

#menu_home ul li a:hover {
    background: #F8F8F8;
    border-right: 2px solid #CCC;
}

.newsletter span {
    margin-right: 10px;
}

.btn_news {
    background: #E77351 !important;
    border-color: #E77351 !important;
    color: #FFF !important;
}

.footer_redes {
    float: right !important;
}

.footer_redes li {
    float: left;
}

.footer_redes li a {
    color: #E77351;
}

.footer_logo img {
    max-width: 143px !important;
    margin-bottom: 20px;
}

.nav_redes_footer {
    padding: 45px 0px;
}

.nav_redes_footer li {
    float: left;
}

.nav_redes_footer li a {
    color: #E77351;
}

/* pesquisa */
.i-pesquisa {
    margin-bottom: 20px;
    display: table;
    padding: 10px 0px;
    text-align: justify;
    margin-left: -15px;
}

.i-pesquisa .ds-block {
    color: #555;
}

.i-pesquisa a {
    color: #333;
}

.i-pesquisa a:hover {
    color: #e35c35;
}

.footer-news {
    float: left;
}

.bn_tt {
    height: 90px;
    display: block;
    overflow: hidden;
}

/********* menu secundario *************/
#menu-secundario {
    background-color: #f1f1f1;
    height: 50px;
}

#menu-secundario ul {
    list-style: none;
    padding: 10px 0px;
    display: table;
    margin: 0px auto;
}

#menu-secundario ul li {
    float: left;
    padding: 0px 5px
}

#menu-secundario ul li a {
    font-size: 1.5em !important;
    display: table;
    font-weight: bold;
    padding: 0px 10px;
    color: inherit;
}

#menu-secundario ul li a:hover {
    color: #666 !important
}

#menu-secundario ul li a.menu_act {
    color: #111 !important;
    height: 40px;
    background-image: url("../img/row-up.png");
    background-position: center bottom;
    background-repeat: no-repeat
}

#menu-secundario ul li a i {
    font-size: 0.5em;
    float: right;
    margin-top: 10px;
}

#menu-secundario ul li.menuM {
    color: #B69148
}

#menu-secundario ul li.menuB {
    color: #2980B9
}

#menu-secundario ul li.menuP {
    color: #E35C35
}

#menu-secundario ul li.menuEs {
    color: #698C00
}

#menu-secundario ul li.menuEn {
    color: #F79D01
}

#content-menu-secundario {
    padding: 10px 0px;
    border-bottom: solid 1px #ccc;
    display: none
}

#content-menu-secundario ul {
    display: none;
    display: table;
    margin: 0px auto;
}

#content-menu-secundario ul li {
    display: table;
    float: left;
    margin: 10px
}

#content-menu-secundario ul li a {
    padding: 0px 10px;
    color: #888
}

#content-menu-secundario ul li a:hover {
    color: #333;
}

/** 2016 **/
.topico {
    margin: 20px;
    background-color: #e1e1e1;
}

.author {
    float: right;
}

.author a {
    color: #333;
    cursor: default;
}

.footer_links a {
    color: #fff;
    font-weight: bold;
}

.manchete h1 {
    font-size: 33px;
    display: block;
    text-align: center;
    padding: 0px 100px;
}

.manchete h1 a {
    color: #c95a1d
}

.manchete p {
    text-align: center;
    font-size: 18px;
    padding: 0px 100px;
}

.manchete-capa {
    position: relative;
    display: block;
    height: 450px;
    overflow: hidden;
}

.manchete-capa .cycle-slideshow {
    height: 450px;
    overflow: hidden;
}

.manchete-capa .cycle-slideshow .item_destaque {
    width: 100%;
    height: 400px;
}

.manchete-capa .cycle-slideshow .item_destaque h2 {
    padding: 0px 20px;
    display: block;
    font-size: 20px !important;
    line-height: 25px;
    height: 100px;
    background-color: #e8e7e6;
    margin-top: -10px;
}

.manchete-capa .cycle-slideshow .item_destaque h2 a {
    display: block;
}

/*.manchete-capa .cycle-slideshow .item_destaque h2{padding-left: 50px; padding-right: 50px; height: 70px; padding-top: 10px; margin-top: -10px !important; background-color:rgba(0,0,0,0.7);}
.manchete-capa .cycle-slideshow .item_destaque h2 a{color: #fff }
.manchete-capa .cycle-slideshow .item_destaque h2 a:hover{color:#999}*/

.manchete-capa .bt_destaque {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 9999;
    top: 50%;
    width: 30px;
    text-align: center;
    height: 70px;
    margin-top: -110px;
    padding-top: 25px;
}

.manchete-capa .bt_destaque:hover {
    background-color: rgba(255, 255, 255, 1);
}

.manchete-capa .destaque-prev {
    left: 0px;
    margin-left: 15px;
}

.manchete-capa .destaque-next {
    right: 0px;
    margin-right: 15px;
}

.manchetes-outras .destaques_mini {
    width: 50%;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.manchetes-outras .destaques_mini h2 {
    margin-top: 0px;
    height: 50px;
}

.manchetes-outras .destaques_mini img {
    width: 100%;
    max-width: 100% !important;
    margin: 0px;
    float: none;
    margin-bottom: 5px;
}

.manchetes-outras .destaques_mini a {
    font-size: 17px;
    display: block;
    line-height: 20px;
    color: #c95a1d
}

.manchetes-outras .destaques_mini span {
    display: block;
    margin-bottom: 5px;
    color: #464646
}

.manchetes-outras .destaques_mini:nth-child(1) {
    padding-right: 15px;
}

.manchetes-outras .destaques_mini:nth-child(2) {
    padding-left: 15px;
}

.manchetes-outras .destaques_mini:nth-child(n+3) {
    width: 100%;
    padding-bottom: 0px;
    padding-right: 40px;
    border-bottom: none;
    margin-bottom: 5px;
}

.manchetes-outras .destaques_mini:nth-child(n+3) h2 {
    margin-top: 0px;
    height: auto;
}

.manchetes-outras .destaques_mini:nth-child(n+3) img {
    display: none
}

.manchetes-outras .destaques_mini:nth-child(n+3) span {
    font-size: 18px;
    color: #464646
}

.manchetes-outras .destaques_mini:nth-child(n+3) a {
    font-size: 20px;
    line-height: 20px;
}

.sec_noticias .item_noticias {
    border-bottom: .1px dotted #999;
}

.sec_noticias .item_noticias img {
    display: none
}

.sec_noticias .item_noticias:first-child img {
    display: table;
}

.sec_noticias .item_noticias:last-child {
    border-bottom: none
}

.sec_noticias .item_noticias h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    display: block;
    height: 70px;
}

.municipios h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

.municipios h2 a {
    color: inherit;
}

.destaques_mini_side {
    display: block;
    float: left;
    margin-bottom: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #EEE;
}

.destaques_mini_side:last-child {
    border: 0px;
}

.destaques_mini_side img {
    max-width: 140px !important;
    float: left;
    margin-right: 3%;
}

.destaques_mini_side h1 {
    font-size: 13px;
}

.category_cover {
    height: 160px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.category_cover img {
    position: relative;
    z-index: 1
}

.category_cover .category_info {
    position: absolute;
    z-index: 5;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 100%;
}

.category_cover .category_info h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.category_cover .category_info p {
    color: #fff;
    margin-bottom: 0px !important;
}

.compartilhe {
    text-align: right;
    padding: 5px 0px;
    display: table;
    float: right;
    margin-top: -10px;
}

.compartilhe a {
    font-size: 15px;
    margin: 0px 5px;
    padding-top: 2px;
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.compartilhe a:last-child {
    margin-right: 0px;
}

.compartilhe a:hover {
    background-color: #e35c35 !important;
    color: #fff
}