/* 
    Created on : 09/02/2016, 14:13:33
    Author     : robsonvleite
*/
* {
    font-size: 1em;
}

.content{
    width: 80%;
}

.htmlchars form label {text-align: left; display: block; margin-bottom: 15px; font-size: 0.9em; text-transform: uppercase;}
.htmlchars form input,
.htmlchars form textarea{display: block; margin-top: 0px;}
.htmlchars form span {text-align: left;}
/*.htmlchars img {max-width:100%; max-height:100%; width: auto; height: auto;}*/

/***********************************
############ BOX MODEL #############
***********************************/
.box{
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    padding: 10px;
}

.box10{width: 10% !important;}
.box20{width: 20% !important;}
.box25{width: 25% !important;}
.box30{width: 30% !important;}
.box33{width: 33.333333333%  !important;}
.box40{width: 40% !important;}
.box50{width: 50% !important;}
.box60{width: 60% !important;}
.box70{width: 70% !important;}
.box80{width: 80% !important;}
.box90{width: 90% !important;}
.box100{width: 100% !important;}

.apoiadores img {border: 1px solid #ccc;}

/*HEADER*/

/*HEADER - MENU FRANQUIA*/
.header_franquia {
    background: #0081c2;
}

.nav_franquia nav{
    float: left;
}

.nav_franquia ul{
    display: block;
    width: 100%;
}

.nav_franquia li{
    display: inline-block;
    position: relative;
}

.nav_franquia li a{
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.nav_franquia li:hover,
.nav_franquia li a:hover{
    background: rgba(0,0,0,0.5);
}

.nav_franquia .login{
    background: #006699;
}

/* HEADER SOCIAL BAR */

.main_header_bar_social{
    display: inline-block;
    margin-left: 0;
}

.main_header_bar_social li{
    float: right;
    margin: 0;
}

.main_header_bar_social li a{
    float: right;
    margin-left: 8px;
}

.main_header_bar_social li img{
    width: 36px;
    height: 36px;
}

.main_header_bar_social .facebook:hover{
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}

.main_header_bar_social .twitter:hover{
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}

.main_header_bar_social .google:hover{
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}

.main_header_bar_social .youtube:hover{
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}

.main_header_bar_social .instagram:hover{
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}

/*HEADER - LOGO / PESQUISAS*/

header_logo {
    background: #fff;
}

.site_title{
    position: absolute;
    text-indent: -9999px;
}

.header_logo .logo{
    float: left;
    width: 300px;
    max-width: 100%;
}

.click_select_bairro {
    font-size: 0.8em;
    padding: 30px 10px;
}

.click_select_bairro select {
    width: 70%;
}

.search_form{
    width: 90%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fbfbfb;
    text-align: center;
}

.search_form input{
    margin-bottom: 10px;
}

.search_form button{
    text-transform: uppercase;
    font-size: 0.8em;
    margin-left: 2px;
}

.click_search_code{
    float: right;
    padding: 30px 10px;
}

.click_search_code input,
.click_search_code button{
    display: inline-block;
    width: 30%;
    padding: 10px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.click_search_code input{
    padding: 10px;
    width: 70%;
    border: 1px solid #ccc;
}

/*HEADER - MENU PRINCIPAL*/
.mobile_menu{
    display: none;
    width: 100%;
    padding: 20px;
    background: #333;
    font-weight: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: pointer;
}

.mobile_menu span{
    display: inline-block;
    vertical-align: top;
}

.mobile_menu .bar{
    margin-right: 5px;
    margin-top: -1px;
}

.mobile_menu:hover{
    color: #008B6F;
}

.main_header{
    background: #00AAB2;
    padding: 0;
    margin-top: 0;
}

.main_header header{
    float: left;
    text-align: center;
    color: #fff;
}

.main_header nav ul{
    margin-top: 0;
    display: block;
    width: 100%;
}

.main_header nav li{
    display: inline-block;
    position: relative;
}

.main_header nav li a{
    display: inline-block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

.main_header nav .login{
    background: #008068;
}

.main_header nav li:hover,
.main_header nav li a:hover{
    background: rgba(0,0,0,0.5);
}

.main_header nav li:hover .sub,
.main_header nav li a:hover .sub{
    display: block;
}


.main_header nav .sub{
    display: none;
    z-index: 99;
    position: absolute;
    width: 200px;
    background: #fff;
    margin: 0;
}

.main_header nav .sub li,
.main_header nav .sub li a{
    color: #0081c2;
    display: block;
    width: 100%;
}

.main_header nav .sub li a:hover{
    background: rgba(0,0,0,0.5);
    color: #fff;
}

/*CONTENT*/
.main_content{
    padding: 30px 0;
    background: #eaeaea;
}

/* MSG SITE ANTIGO */
.msg {
    padding: 20px;
    font-size: 1.2em;
    color: #fff;
    background: #F72E00;
    margin-bottom: -30px;
}

.msg a {
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.msg a:hover {
    text-decoration: underline;
}

/*HOME - EDITORIAL*/
.editorial {
    padding: 10px;
    background: #fff;
}

.editorial .categ_tag {
    width: 30%;
    background: #0081c2;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.editorial section {
   color: #0081c2;
   border-top: 2px solid #0081c2;
}

.editorial article {
    padding: 10px 0;
}

.editorial article h1 {
    padding: 10px 0;
}

.editorial article p {
    font-size: 0.8em;
    color: #888;
}

.editorial article h1 a {
    color: #00AAB2;
    text-decoration: none;
}

.editorial article h1 a:hover {
    color: #0081c2;
}

.editorial_ads {
    margin-top: -10px;
}

/*HOME - NOTICIAS DESTAQUE*/
.noticias {
    padding: 10px;
    background: #fff;
}

.noticias .categ_tag {
    width: 20%;
    background: #0081c2;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.noticias section {
   color: #0081c2;
   border-top: 2px solid #0081c2;
   margin-bottom: 10px;
   padding-top: 10px;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.app_photo_top,
.app_photo {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.app_photo_top > div {
    flex-basis: 49%;
}

.app_photo_top_left h1 {
    color: #00AAB2;
    padding: 5px 0 10px 0;
    font-weight: 400;
}

.app_photo_top_left .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.app_photo_top_left .postby time,
.app_photo_top_left .postby b{
    font-weight: 400;
    color: #0081c2;
}

.app_photo_top_left p {
    font-size: 0.8em;
    color: #888;
}

.app_photo_top_left h1 a {
    font-size: 1.4em;
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.app_photo_top_left h1 a:hover {
    color: #0081c2;
}

.app_photo_top_right{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.app_photo_top_right article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
}

.app_photo_top_right .info {
    padding-bottom: 10px;
}

.app_photo_top_right .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
}

.app_photo_top_right .postby time,
.app_photo_top_right .postby b{
    font-weight: 400;
    color: #0081c2;
}

.app_photo_top_right p {
    font-size: 0.8em;
    color: #888;
}

.app_photo_top_right span {
    color: #0081c2;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.app_photo_top_right h1 {
    font-size: 1em;
    color: #00AAB2;
    padding: 5px 0 10px 0;
    font-weight: 400;
}

.app_photo_top_right h1 a {
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.app_photo_top_right h1 a:hover {
    color: #0081c2;
}

.app_photo_top_right .photo{
    flex-basis: 35%;
    padding: 0 0 10px 0;
}
.app_photo_top_right .info{
    flex-basis: 63%;
}

.app_news_top,
.app_news {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.app_news_top > div {
    flex-basis: 49%;
}

.app_news_top_left h1 {
    color: #00AAB2;
    padding: 5px 0 10px 0;
    font-weight: 400;
}

.app_news_top_left .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.app_news_top_left .postby time,
.app_news_top_left .postby b{
    font-weight: 400;
    color: #0081c2;
}

.app_news_top_left p {
    font-size: 0.8em;
    color: #888;
}

.app_news_top_left h1 a {
    font-size: 1.4em;
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.app_news_top_left h1 a:hover {
    color: #0081c2;
}

.app_news_top_right{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.app_news_top_right article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
}

.app_news_top_right .info {
    padding-bottom: 10px;
}

.app_news_top_right .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
}

.app_news_top_right .postby time,
.app_news_top_right .postby b{
    font-weight: 400;
    color: #0081c2;
}

.app_news_top_right p {
    font-size: 0.8em;
    color: #888;
}

.app_news_top_right span {
    color: #0081c2;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.app_news_top_right h1 {
    font-size: 1em;
    color: #00AAB2;
    padding: 5px 0 10px 0;
    font-weight: 400;
}

.app_news_top_right h1 a {
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.app_news_top_right h1 a:hover {
    color: #0081c2;
}

.app_news_top_right .photo{
    flex-basis: 35%;
    padding: 0 0 10px 0;
}
.app_news_top_right .info{
    flex-basis: 63%;
}

.app_news_bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0;
}

.app_news_bottom span {
    color: #0081c2;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.app_news_bottom article{
    flex-basis: calc(25% - 20px);
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    
}
.app_news_bottom article:nth-child(4n){
    margin-right: 0;
}

.app_news_bottom h1 {
    font-size: 1em;
    color: #00AAB2;
    padding: 5px 0 10px 0;
    font-weight: 400;
}

.app_news_bottom .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.app_news_bottom .postby time,
.app_news_bottom .postby b{
    font-weight: 400;
    color: #0081c2;
}

.app_news_bottom p {
    font-size: 0.8em;
    color: #888;
}

.app_news_bottom h1 a {
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.app_news_bottom h1 a:hover {
    color: #0081c2;
}

/**** Canal Yotube ****/
.video_youtube{
        margin-top:15px;
	width:100%;
	height:100%;
	display:inline-block;
}

/**** Bloco Notícias Categoria ****/

/**** Cores Blocos ****/

.categ_bloco p { color: #888; }

.categ_bloco .categ_tag_saude {
    width: 40%;
    background: #00B494;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.categ_bloco .saude {
   color: #0081c2;
   border-top: 2px solid #00B494;
   margin-bottom: 10px;
   padding-top: 10px;
}

.categ_bloco .categ_tag_esporte {
    width: 40%;
    background: #EEA306;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.categ_bloco .esporte {
   color: #0081c2;
   border-top: 2px solid #EEA306;
   margin-bottom: 10px;
   padding-top: 10px;
}

.categ_bloco .categ_tag_seguranca {
    width: 40%;
    background: #F72E00;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.categ_bloco .seguranca {
   color: #0081c2;
   border-top: 2px solid #F72E00;
   margin-bottom: 10px;
   padding-top: 10px;
}

.categ_bloco .categ_tag_gastronomia {
    width: 40%;
    background: #0081C2;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.categ_bloco .gastronomia {
   color: #0081c2;
   border-top: 2px solid #0081C2;
   margin-bottom: 10px;
   padding-top: 10px;
}

.categ_bloco .categ_tag_fotoD {
    width: 40%;
    background: #0081C2;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.categ_bloco .fotoD {
   color: #0081c2;
   border-top: 2px solid #0081C2;
   margin-bottom: 10px;
   padding-top: 10px;
}

.categ_bloco .mais_public img {
    text-align: left;
    width: 40%;
    float: left;
    padding: 10px 10px 0 0;
}

.categ_bloco .mais_public {
    border-bottom: 2px solid #cccccc;
    padding: 0 0 10px 0;
}


.categ_bloco {
    padding: 10px;
    background: #fff;
}

.categ_bloco article {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.categ_bloco h1 {
    font-size: 1em;
    color: #00AAB2;
    padding: 5px 0 10px 0;
    font-weight: 600;
}

.categ_bloco .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.categ_bloco .postby time,
.categ_bloco .postby b{
    font-weight: 400;
    color: #0081c2;
}

.categ_bloco h1 {
    font-size: 1em;
    font-weight: 400;
}

.categ_bloco p {
    font-size: 0.8em;
}

.categ_bloco h1 a {
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.categ_bloco h1 a:hover {
    color: #0081c2;
}

.categ_bloco .outras_noticias {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 10px 0;
}

.categ_bloco .outras_noticias h1 {
    font-size: 1em;
}
    
/*HOME - APP COTAÇÃO / CLIMA*/
.app_coluns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.app_coluns .colunas {
    flex-basis: calc(33% - 10px);
    margin-right: 10px;
    background: #fff;
    padding: 10px;
}

.app_coluns .colunas:nth-child(3n){
    margin-right: 0;
}

.colunas {
    background: #fff;
}

.colunas .categ_tag {
    width: 40%;
    background: #0081c2;
    color: #fff;
    padding: 10px 5px 10px 10px;
}

.colunas section {
   color: #0081c2;
   border-top: 2px solid #0081c2;
   margin-bottom: 10px;
   padding-top: 10px;
}

.app_coluns article{
    border-bottom: 1px solid #ccc;
}

.app_coluns .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 5px;
}

.app_coluns .postby time,
.app_coluns .postby b{
    font-weight: 600;
    color: #0081c2;
}

.app_coluns article h1 {
    font-size: 1em;
    color: #00AAB2;
    padding: 0 0 5px 0;
    font-weight: 400;
}

.app_coluns article h1 a {
    font-size: 1em;
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.app_coluns article h1 a:hover {
    color: #0081c2;
}

.app_coluns article p {
    font-size: 0.8em;
    padding-bottom: 10px; 
    color: #888;
}

.app_coluns section > h1 {
    color: #0081c2;
    border-bottom: 2px solid #0081c2;
    padding: 0;
    margin-bottom: 10px;
}

/* APP Cotação */
.cotacao .moeda {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 0.8em;
    color: #888;
}

.moeda .nome_moeda {
    width: 100%;
    text-align: left;
    float: left;
    color: #00AAB2;
    font-weight: bolder;
}

.moeda .valor_moeda {
    width: 33%;
    text-align: center;
    float: left;
}

/* APP Clima */

.clima > .cidade {
    font-size: 1em;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.clima_img {
    height: 62px;
}

.previsao {
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    font-size: 0.8em;
    color: #888;
}

.previsao .tempo {
    width: 30%;
    float: left;
}

.previsao .dados {
    width: 70%;
    float: left;
}

.dados > .data {
    color: #00AAB2;
    font-weight: bolder;
    width: 100%;
    padding-bottom: 5px; 
}

.dados .max {
    width: 33%;
    float: left;
}

.dados .min {
    width: 33%;
    float: left;
    text-align: center;
}

.dados .uv {
    width: 33%;
    float: left;
    text-align: right;
}

.dados .descr {
    font-size: 0.9em;
    width: 100%;
    padding-top: 5px; 
    float: left;
}

/*HOME*/
.main_blog{
    float: right;
    width: 67%;
}

.main_blog_post{
    background: #fff;
    margin-bottom: 30px;
}

.main_blog_post img{
    width: 100%;
}

.main_blog_post header{
    padding: 30px;
}

.main_blog_post h1{
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 15px;
}

.main_blog_post a{
    color: #00B594;
    text-decoration: none;
}

.main_blog_post a:hover{
    text-decoration: underline;
}

.main_blog_post .tagline{
    font-size: 0.9em;
    color: #555;
}



.blog_post_list {
    /*background: #fff;*/
    padding: 10px 0;
}

.app_news_top_right_list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}

.app_news_top_right_list article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
}

.app_news_top_right_list .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.app_news_top_right_list .postby time,
.app_news_top_right_list .postby b{
    font-weight: 600;
    color: #0081c2;
}

.app_news_top_right_list .info {
    padding-right: 10px;
}

.app_news_top_right_list p {
    font-size: 0.8em;
    color: #888;
}

.app_news_top_right_list span {
    color: #0081c2;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.app_news_top_right_list h1 {
    font-size: 1em;
    color: #00AAB2;
    padding: 5px 0 10px 0;
    font-weight: 400;
}

.app_news_top_right_list h1 a {
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.app_news_top_right_list h1 a:hover {
    color: #0081c2;
}

.app_news_top_right_list .photo{
    flex-basis: 40%;
    padding: 0;
}
.app_news_top_right_list .info{
    flex-basis: 58%;
}

.main_sidebar{
    float: left;
    width: 30%;
    padding: 30px;
    background: #fff;
}

.main_sidebar_widget{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.main_sidebar_widget > h1{
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 25px;
    border-bottom: 1px solid #0081c2;
    color: #666;
}

.main_sidebar_widget > h1 span{
    border-bottom: 5px solid #0081c2;  
}

.main_sidebar_widget .tagline{
    color: #888;
}

.main_sidebar_widget a{
    color: #00AAB2;
    text-decoration: none;
}

.main_sidebar_widget a:hover{
    color: #0081c2;
}

.main_sidebar_widget ul{
    display: block;
    width: 100%;
}

.main_sidebar_widget ul li{
    display: block;
    width: 100%;
    background: #fbfbfb;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 300;
}

.main_sidebar_widget_post{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.main_sidebar_widget_post h1{
    font-size: 1em;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.main_sidebar_widget_post .tagline{
    font-size: 0.8em;
    color: #888;
}

/*ARTIGO*/
.gallery_basics_cover{
    float: left;
    width: 100%;
    position: relative;
}

.gallery_basics_cover ul{
    display: block;
    width: 100%;
    padding-top: 10px;
    background: #fff;
}

.gallery_basics_cover li{
    display: inline-block;
    width: 30%;
    margin-bottom: 5px;
    padding: 5px;
}

/*PAGINATOR*/
.paginator{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.paginator li{
    display: inline-block;
    font-size: 0.9em;
}

.paginator li a,
.paginator li span{
    padding: 5px 10px;
    margin: 0 5px;
    background: #00B494;
    color: #fff;
    text-decoration: none;
}

.paginator li a:hover{
    background: #00CCA7
}

.paginator li span{
    background: #008068;
    font-weight: bold;
}


/*FOOTER*/
.main_footer{
    background: #333;
    padding: 30px;
    color: #fff;
    font-size: 0.875em;
    text-align: center;
}

.main_footer .logo {
    max-width: 300px;
}

.copyright {
    font-size: 0.9em;
    color: #eaeaea;
}

.copyright a {
    font-size: 0.9em;
    color: #eaeaea;
    text-decoration: none;
    font-style: italic;
}

.copyright a:hover {
    text-decoration: underline;
}

.nav_menu_footer nav{
    float: left;
}

.nav_menu_footer ul{
    display: block;
    width: 50%;
    float: left;
}

.nav_menu_footer li{
    display: block;
    position: relative;
}

.nav_menu_footer li a{
    display: block;
    text-align: left;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.nav_menu_footer li:hover,
.nav_menu_footer li a:hover{
    background: rgba(0,0,0,0.5);
}

.footer_fraquia h1 {
    font-size: 1.2em;
    padding: 0 10px 10px 10px;
    color: #00AAB2;
}

.nav_franquia_footer nav{
    float: right;
}

.nav_franquia_footer ul{
    display: block;
    width: 50%;
    float: right;
}

.nav_franquia_footer li{
    display: block;
    position: relative;
}

.nav_franquia_footer li a{
    display: block;
    text-align: right;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.nav_franquia_footer li:hover,
.nav_franquia_footer li a:hover{
    background: rgba(0,0,0,0.5);
}

/*SINGLE*/
.post_single{
    padding: 50px 0;
    background: #eaeaea;
}

.post_single .cover{width: 100%;}

.post_single .fb-comments{
    display: block;
    width: 100%;
    margin-top: 40px;
}

.post_single .main_sidebar{
    float: right;
}

.post_single .left_content{
    float: left;
    width: 67%;
}

.post_single .post_content .postby{
    font-size: 0.8em;
    font-weight: 900;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0 30px 0 30px;
}

.post_single .post_content .postby time,
.post_single .post_content .postby b{
    font-weight: 900;
    color: #888;
    padding: 0 10px 5px 10px;
    border-bottom: 5px solid #0081C2;
}

.post_content{
    background: #fff;
}

.post_content > h1{
    padding: 30px;
    font-size: 2em;
    font-weight: 300;
    color: #333;
}

.post_content .tagline{
    padding: 0 30px 0 30px;
    font-size: 1.1em;
    font-weight: 300;
    color: #666;
}

.post_content p {
    color: #888;
    line-height: 1.6em;
}

.single_post_more{
    float: left;
    width: 100%;
    padding: 25px;
    background: #00B494;
}

.single_post_more header{
    margin-bottom: 20px;
    color: #fff;
}

.single_post_more_post{
    float: left;
    width: 50%;
}

.single_post_more_post:hover{
    border-color: #fff;   
}

.contato_watts {
    text-align: center;
    padding-top: 30px;
}

.contato_watts h1 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.contato_watts p {font-size: 1.5em; padding-top: 10px;}

/*404*/
.not_found{
    padding: 50px 0;
}

.not_found header{
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
}

.not_found header h1{
    font-size: 2em;
    font-weight: 400;
}

.not_found header p{
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.not_fount_post{
    display: inline-block;
    width: 50%;
    padding: 20px;
    margin-left: -4px;
    vertical-align: top;
}

.not_fount_post h1{
    margin-top: 20px;
    font-weight: 400;
}

.not_fount_post a{
    font-weight: 600;
    color: #00B494;
    text-decoration: none;
}

.not_fount_post a:hover{
    text-decoration: underline;
}

.not_found .search_form{
    display: block;
    padding: 0 20px;
    float: none;
    background: none;    
    text-align: center;
}

.not_found .search_form input{
    width: 400px;
    max-width: 100%;
    padding: 6px;
}

.page_single{
    padding: 50px 0;
    background: #eaeaea;
}

.page_single .content{
    background: #fff;
}

.page_single header{
    padding: 20px;
    text-align: left;
    background: #0081c2;
    /*background: rgba(0,129,194,0.5);*/
    color: #fff;
}

.page_post_list h1 a {
    font-size: 1em;
    color: #00AAB2;
    text-decoration: none;
    padding-bottom: 15px;
}

.page_post_list h1 a:hover {
    color: #0081c2;
}

.page_post_list p {
    font-size: 0.8em;
}

.wc_slides{
    margin: 30px auto;
}

/*SLIDEADS*/
@keyframes carousel{
    0%    { left:0; }
    11%   { left:0; }
    12.5% { left:-100%; }
    23.5% { left:-100%; }
    25%   { left:-200%; }
    36%   { left:-200%; }
    37.5% { left:-300%; }
    48.5% { left:-300%; }
    50%   { left:-400%; }
    61%   { left:-400%; }
    62.5% { left:-300%; }
    73.5% { left:-300%; }
    75%   { left:-200%; }
    86%   { left:-200%; }
    87.5% { left:-100%; }
    98.5% { left:-100%; }
    100%  { left:0; }
    /* daqui: http://csswizardry.com/2011/10/fully-fluid-responsive-css-carousel/ */
}
@keyframes go{
    0%    {  }
    100%    { left:-100%; }
}
@keyframes back{
    0%    { left:0; }
    100%  { left:100%; }
}
.carousel{
    width:100%; 
    overflow:hidden; 
    height:100%;}
.paineis{
    width:500% /* article w * 5 */; 
    overflow:hidden;  
    height:100%;  
    animation:carousel 30s infinite; position:relative;}
.paineis article{
    float:left; 
    width:20%;} 
.paineis img{
    height:100%; 
    width:100%}

@media (max-width: 80em){
    .content{
        width: 90%;
        margin: 0 5%;
    }
    
    .main_blog{
        float: none;
        display: block;
        width: 100%;
    }

    .main_sidebar{
        float: none;
        display: block;
        width: 100%;
    }

    .main_sidebar_widget{
        display: inline-block;
        width: 50%;
        margin-left: -4px;
        vertical-align: top;
        padding: 30px;
    }

    .main_sidebar_widget_most{
        width: 100%;
    }

    .main_sidebar_widget_most .main_sidebar_widget_post{
        display: inline-block;
        width: 50%;
        margin-left: -4px;
        padding: 20px;
        vertical-align: top;
    }

    .left_content{
        float: none;
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 64em){
    .nav_franquia li a{
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        text-decoration: none;
    }
    
    .main_nav{
        display: none;
    }

    .main_nav li,
    .main_nav a,
    .main_nav .content{
        display: block;
        width: 100%;
    }

    .main_nav .sub{
        position: initial;
        display: block;
        width: 100%;
    }

    .main_nav .sub a:hover{
        background: #000;
    }

    .mobile_menu{
        display: block;
    }
    .content{
        width: 94%;
        margin: 0 3%;
    }

    .main_header header{
        float: none;
        display: block;
        width: 100%;
    }

    .main_header nav{
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 38em){
    .nav_franquia li a{
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        text-decoration: none;
    }
    
    .main_nav{
        display: none;
    }

    .main_nav li,
    .main_nav a,
    .main_nav .content{
        display: block;
        width: 100%;
    }

    .main_nav .sub{
        position: initial;
        display: block;
        width: 100%;
    }

    .main_nav .sub a:hover{
        background: #000;
    }

    .mobile_menu{
        display: block;
    }
    
    .main_sidebar_widget,
    .main_sidebar_widget_most .main_sidebar_widget_post{
        padding: 0;
        width: 100%;
        margin-left: 0;
    }

    .not_fount_post{
        width: 100%;
        padding: 20px;
    }
    
    .box10, .box20, .box25, .box30, .box33, .box40, .box50, .box60, .box70, .box80{width: 100% !important;}
    
    .al_left {
        font-size: 0.8em;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .main_header_bar_social {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .noticias .categ_tag {
        width: 40%;
    }
    
    .app_news_top > div {
       flex-basis: 100%;
    }
    
    .app_news_top_left {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    .app_news_top_right {
        display: block;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .app_news_top_right article {
        min-width: 100%;
    }
    .app_news_top_right .photo, .info {
        min-width: 100%;
    }
    
    .app_news_bottom article{
    flex-basis: calc(50% - 10px);
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    }
    
    .app_news_bottom article:nth-child(2n){
        margin-right: 0;
    }
    
    .app_news_top_right_list .photo{
        flex-basis: 100%;
        padding: 0;
    }
    .app_news_top_right_list .info{
        flex-basis: 100%;
        padding: 0 10px 10px 10px;
    }
    
    .app_coluns .colunas {
    flex-basis: calc(100% - 10px);
    margin-right: 10px;
    background: #fff;
    padding: 10px;
}

    .app_coluns .colunas:nth-child(1n){
        margin-right: 0;
    }
    
    .nav_menu_footer, .nav_franquia_footer, .footer_fraquia {display: none;}
    
}