/*
Theme Name: Move Notícias
Theme URI: http://www.livetech.pt/
Author: Livetech Team
Author URI: http://www.livetech.pt/
Description: Template desenvolvido à medida
Version: 1.0
Tags: move noticias
Text Domain: movenoticias
*/


/*
Vermelho:       #e41b45
Escuro:         #231f20
                #404040
                #949599
Textos:         #a7a9ac
                #939598
                #231f20 / 231f20

Fundo Cinza:    #e7e8ea
Fundo Cinza C:  #f3f3f5
Linha contorno  #e3e3e3
*/

*{
    box-sizing: border-box;
}

html{
    /*font-family: 'Roboto', sans-serif;*/
    font: 16px/1.3 'Roboto', sans-serif;
    background-color: #fff;
}

a{
    color: #e41b45;
}
a:visited{
    /*color: #9c1430;*/
}

body.noScroll{
    /*overflow: hidden;*/
}

h1{
    font-size: 30px;
    margin: 15px 0;
}
h2{
    font-size: 26px;
    margin: 14px 0;
}
h3{
    font-size: 24px;
    margin: 12px 0;
}
h4{
    font-size: 20px;
    margin: 10px 0;
}
h5{
    font-size: 18px;
    margin: 9px 0;
}
h6{
    font-size: 16px;
    margin: 8px 0;
}

a:hover{
    opacity: 0.8;
}

.more{
    color: #e41b45;
}
.headerFix{
    height: 80px;
    width: 100%;
}
.toplastminute .headerFix{
    height: 140px;
}

#sas_59929{
	margin: 0;
}

.headerFixed{
    width: 100%;
    line-height: 80px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
}


.lastminute{
    display: block;
    height: 60px;
    background-color: #e41b45;
    position: relative;
    line-height: 60px;
}
.lastminute.hide{
    display: none;
}

.lastminute a{
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding: 0 60px 0 30px;
}
.lastminute .close{
    position: absolute;
    right: 20px;
    top: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.lastminute .close:hover{
    color: #210d10;
}

#headerMain{
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
}


#headerMain .logo{
    float: left;
    height: 100%;
    margin-left: 2%;
    max-width: 35vw;
}
#headerMain .logo a{
    display: block;
}
#headerMain .logo a img{
    vertical-align: middle;
}

#headerMain .social{
    float: right;
    height: 100%;
    border-left: 1px solid #e3e3e3;
    padding: 0 18px;
}
#headerMain .social > * {
    float: left;
    min-width: 80px;
    padding: 0 10px;
    line-height: 12px;
    margin-top: 30px;
}
#headerMain .social .facebook {
    vertical-align: middle;
}

#headerMain .toogleMenu {
    height: 100%;
    float: right;
}
#headerMain .toogleMenu .menuToogle{
    background-color: transparent;
    width: 50px;
    height: 100%;
    border: none;
    font-size: 35px;
    line-height: 40px;
	padding: 0;
}

#headerMain .searchTop{
    float: right;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 200px 0 250px;
    right: 0;
    top: 0;
}

#headerMain .searchTop .btn-search,
#headerMain .searchTop .submit{
    background: transparent;
    border: none;
    font-size: 28px;
    padding: 0;
}
#headerMain .searchTop .btn-search{
    position: absolute;
    top: 0;
    right: 0;
}
#headerMain .searchTop form{
    display: none;
    float: left;
    height: 100%;
    padding-right: 100px;
    width: 100%;

}

#headerMain .searchTop form input{
    height: 46px;
    border: 1px solid #ccc;
    line-height: 20px;
    font-size: 20px;
    padding: 2px 10px;
    width: 100%;
}
#headerMain .searchTop form button{
    position: absolute;
    top: 0;
    right: 40px;
}
#headerMain.dark{
    background-color: #000;
}

#headerMain.dark .searchTop{
    background-color: #000;

}
#headerMain.dark .searchTop button{
    color: #fff;
}




nav.navMain{
    display: block;
    width: 100%;
    background-color: #e41b45;
    height: 26px;
    position: relative;
}
nav.navMain ul{
    position: relative;
    list-style: none;
    width: 100%;
    display: block;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
}
nav.navMain ul li{
    display: inline-block;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}
nav.navMain ul li:hover{
    background-color: #ccc;
}
nav.navMain.white ul li:hover{
	background-color: #fff;
}
nav.navMain.white ul li:hover a{
	color: #e41b45;
}
nav.navMain ul li a{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;

}
nav.navMain ul li > a{
    height: 26px;
    overflow: hidden;
}
nav.navMain ul li .menuSeparator{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ccc;
    z-index: 9999;
}

nav.navMain.white ul li .menuSeparator{
    background-color: #fff;
}

nav.navMain ul li:hover .menuSeparator{
    display: block;
    padding: 20px 10%;
}

nav.navMain ul li .menuSeparator .blocknew{
    width: 33%;
    float: left;
    padding: 0 5px;
}

nav.navMain ul li .menuSeparator .blocknew a{
    display: block;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    min-height: 100px;
}

nav.navMain ul li .menuSeparator .blocknew a .image{
    width: 50%;
    display: table-cell;
    float: left;
}
nav.navMain ul li .menuSeparator .blocknew a .title{
    width: 50%;
    display: block;
    padding: 2px;
    color: #231f20;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}


.ticker{
    overflow: hidden;
    width: 100%;
    height: 20px;
    margin: 5px 0;
    z-index: 99;
    font-size: 12px;
}
.ticker ul{
    display: block;
    margin: 0;
    padding: 0;
    width: 99999%;
    line-height: 20px;
}
.ticker ul li{
    display: block;
    float: left;
    padding-right: 50px;
    position: relative;
}
.ticker ul li:after{
    display: block;
    position: absolute;
    content: " ";
    top: 0;
    right: 25px;
    width: 16px;
    height: 20px;
    background: transparent url('images/ticker-sep.png') no-repeat 50% 50%;
}
.ticker ul li a{
    text-decoration: none;
    color: #210d10;
    background-color: transparent;
}
.ticker ul li a.blockCategory{
    color: #939598;
}

.footerSection{
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    float: left;
}
.footerSection .social,
.footerSection .newsletter{
    display: inline-block;
    max-width: 500px;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0 0;
    min-height: 125px;
    width: 100%;
}
.footerSection .newsletter{
    border-right: 1px solid #ccc;

}
.footerSection .newsletter h3{
    margin: 0;
    font-size: 18px;
}

.footerSection .social{
    padding-left: 30px;
}
.footerSection .social h3{
    float: left;
    width: 90px;
    color: #a7a9ac;
    font-size: 22px;
    text-align: right;
    font-weight: normal;
}
.footerSection .social ul{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
.footerSection .social ul li{
    display: inline-block;
    padding-left: 10px;
}
.footerSection .social ul li a{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("images/icon-facebook.png") 50% 50% no-repeat;
}
.footerSection .social ul li a.twitter{
    background-image: url("images/icon-twitter.png");
}
.footerSection .social ul li a.youtube{
    background-image: url("images/icon-youtube.png");
}
.footerSection .social ul li a.instagram{
    background-image: url("images/icon-instagram.png");
}

footer.mainFooter{
    width: 100%;
    background-color: #231f20;
    color: #fff;
    float: left;
    padding: 10px 0;
    line-height: 60px;
}
footer.mainFooter a{
    color: #fff;
    text-decoration: none;
}
footer.mainFooter nav.navFooter{
    display: block;
    float: right;
    line-height: 22px;
    padding-top: 16px;
    padding-right: 20px;
}
footer.mainFooter nav.navFooter ul{
    display: block;
    float: right;
    padding: 0;
    margin: 0;
}
footer.mainFooter nav.navFooter li{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

footer.mainFooter nav.navFooter li a{
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
}

footer.mainFooter .copy{
    float: left;
    padding-left: 20px;
}
footer.mainFooter .copy a{
    display: inline-block;
}
footer.mainFooter .copy .develop{
    display: inline-block;
    padding: 0 10px;
}


footer.mainFooter .copy .livetech{
	display: inline-block;
	width: 80px;
	height: 20px;
	vertical-align: middle;
	text-indent: -9999px;
	background: transparent url("images/livetech-logotipo-agencia-web-design.svg") no-repeat center center;

}
footer.mainFooter .copy .livetech img{
    vertical-align: text-bottom;
}




.siteCenter{
	max-width: 1360px;
	margin: 0 auto;
}
.siteCenter:after{
  content: "";
  clear: both;
  display: table;
}








#content{
    margin: 10px 2% 0;
    width: 96%;
    padding: 15px 0 0 0;
    float: left;
    border-top: 2px solid #f1f1f2;
}
.home #content{
    border-top:none;
    padding: 0 0 0 0;
}
#content .content-area{
    float: left;
    width: 50%;
}
#content .content-area .page-header{
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: auto;
}
#content .content-area .page-header .page-header-icon{
    float: left;
    width: 64px;
    height: 64px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("images/icones/icon_relacionadas.jpg");
    margin-right: 10px;
}
#content .content-area .page-header .page-header-title{
    font-size: 32px;
    color: #e41b45;
    display: block;
    font-weight: bold;
    /*padding: 0 0 15px 0;*/
    padding: 0 0 0 0;
    margin: 0;
}
#content .content-area .page-header  .page-header-subtitle{
    font-size: 16px;
    color: #e41b45;
}


article.post{

}
article.post .blocks{
    width: 100%;
    overflow: auto;
}
article.post .blocks .blockCategory,
article.post .blocks .blockDate{
    float: left;
}
article.post .entry-header{
    padding: 10px 0 5px;
}
article.post .entry-header h1,
article.post .entry-header h2{
    margin: 0;
}
article.post .entry-header h2.author{
    color: #e41b45;
    font-size: 24px;
}
article.post .entry-header .introAuthor{
    padding-bottom: 20px;
}
article.post .articleBox.social{
    float: none;
    overflow: visible;
    min-height: 34px;
}
article.post .intro{
    font-size: 22px;
    margin-top: 10px;
}
article.post .entry-content{
    line-height: 25px;
}
article.post .entry-content .pubInner{
    float: left;
	
}
article.post .entry-content .pubInner > *{
    float: left;
    margin: 10px 15px 0 0;
    padding-bottom: 4px;
}
article.post .entry-content figure{
    max-width: 100%;
    margin: 0;
}
article.post .entry-content .gallery{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    min-height: 200px;
    margin:0 0 15px 0;
}

article.post .entry-content .gallery img{
    width: auto;
}

article.post .entry-content .gallery  figure{
    margin: 0;
    text-align: center;
}
article.post .entry-content .gallery  figure a{
    display: block;
}
article.post .entry-content .gallery  figure a img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 100%;
    max-height: 80vh;
}
article.post .entry-content .gallery  figure figcaption{
    min-height: 35px;
    line-height: 20px;
    text-align: left;
    border-top: 1px solid #e41b45;
    margin: 5px 10px;
}
article.post .entry-content .gallery.owl-carousel .owl-controls .owl-nav .owl-prev,
article.post .entry-content .gallery.owl-carousel .owl-controls .owl-nav .owl-next{
    background-color: #210d10;
    left: 0;
}
article.post .entry-content .gallery.owl-carousel .owl-controls .owl-nav .owl-next{
    left: auto;
    right: 0;
}


article.post .entry-content iframe{
    max-width: 100%;
    min-height: 350px;
}

article.post .entry-content .google-auto-placed iframe{
    
    min-height: auto;
}

.articleBox{
    width: 100%;
    margin-bottom: 5px;
    
}
.articleBox:after{
  content: "";
  clear: both;
  display: table;
}

.articleBox.author-info {
    background-color: #f1f1f2;
    border: 1px solid #e4e5e6;
    padding: 5px 10px;
    line-height: 50px;
    font-size: 14px;
	margin-top: 5px;
}

.articleBox.author-info .author-avatar {
    float: left;
    padding-right: 10px;
}
.articleBox.author-info .author-avatar img{
    border-radius: 100px;
    border: 1px solid #e4e5e6;
    width: 50px;
}
.articleBox.author-info .author-title {
    float: left;
}
.articleBox.author-info .author-title.photo{
    padding-left: 20px;
}
.articleBox.author-info .author-title h3{
    font-size: inherit;
    display: inline;
}
.articleBox.author-info .post-time{
    float: right;
    font-size: inherit;
    display: inline;
    color: #a7a9ac;
}


.articleBox.topics-info {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e8e9;
}
.articleBox.topics-info h3{
    float: left;
    width: 15%;
    font-size: 12px;
    margin: 0;
    text-align: right;
    padding-right: 20px;
    color: #231f20;
    line-height: inherit;
}

.articleBox.topics-info .list{
    float: left;
    width: 85%;
    line-height: inherit;
}
.articleBox.topics-info .list a{
    text-decoration: none;
    width: 33%;
    display: inline-block;
    padding-bottom: 15px;
    vertical-align: top;
    font-size: 14px;
}
.articleBox.social {
    margin-top: 20px;
    color: #939598;
    font-size: 14px;
}

.articleBox.social .share{
    line-height: 30px;
    text-transform: uppercase;
    float: left;
}
.articleBox.social .share ul{
    display: inline-block;
    padding: 0;
    margin: 0 0 0 20px;

}

.articleBox.social .share ul li{
    display: inline-block;
}
.articleBox.social .share ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("images/icon-facebook.png");
    background-size: cover;
    text-indent: -9999px;
}
.articleBox.social .share ul li a.facebook {}
.articleBox.social .share ul li a.twitter {
    background-image: url("images/icon-twitter.png");
}
.articleBox.social .like{
    line-height: 30px;
    float: right;
}
.articleBox.social .like > div{
    display: inline-block;
}
.articleBox.social .like div iframe{
    vertical-align: middle;
}
.articleBox.social .facecoments{
    min-height: 250px;
}


.navigation{
    display: block;
    overflow: auto;
    padding: 10px 0;
}

.navigation .nav-links{
    display: block;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
}
.navigation .nav-links > *{
    display: block;
    float: left;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    background-color: #e41b45;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
}
.navigation .nav-links .prev,
.navigation .nav-links .next {
    background-color: #231f20;
}
.navigation .nav-links .current{
    background-color: #fff;
    color: #231f20;
}
.navigation .nav-links .dots{
    flex: 0.6;
    -webkit-flex: 0.6;
}

#content .mainAside{
    width: 48.5%;
    float: right;
}
#content .mainAside .sidebar{
    width: 49%;
    float: left;
    /*margin: 0 0 20px 0;*/
}
#content .mainAside .sidebar.right{
    float: right;
}
#content .mainAside .sidebar.wide{
    width: 100%;
}
#content .mainAside .sidebar aside.widget {
    border: 1px solid #e8e9ea;
    margin-bottom: 20px;
}
#content .mainAside .sidebar aside.widget .widget-head{
    display:block;
    text-decoration: none;
    padding: 20px 0 20px 20px;
    width: 100%;
    color: #e41b45;
    min-height: 90px;
    background-color: #fff;
}

#content .mainAside .sidebar aside.widget .widget-head .widget-icon{
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 15px;
}
#content .mainAside .sidebar aside.widget .widget-head .widget-title{
    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
}
#content .mainAside .sidebar aside.widget .widget-head .widget-subtitle{
    font-size: 18px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
}




/***************DESTAQUES HOMEPAGE*****************************/

.mainDestaques{
}
.mainDestaques .destaqueWide{
    margin-bottom: 20px;
}

.mainDestaques .destaqueWide .blockNewsOverlay{
    overflow: hidden;
}
.mainDestaques .destaqueWide .blockNewsOverlay a.news{
    max-height: 350px;
    max-height: 65vh;
    position: relative;
}
.mainDestaques .destaqueWide .blockNewsOverlay img{
    vertical-align: middle;
}


.mainDestaques .destaqueSlider {
    width: 100%;
    margin-bottom: 20px;
}
.mainDestaques .destaqueSlider .sliderContent{
    width: 100%;
    overflow: auto;
}
.mainDestaques .destaqueSlider .sliderContent.owl-carousel{
    overflow: visible;
}

.mainDestaques .destaqueSlider article{
    width: 100%;
    max-width: 650px;
    float: left;
    max-height: 450px;
}
.mainDestaques .destaqueSlider article a.news .title{
    max-width: 80%;
}

/*PARA quando não tem JS*/
.mainDestaques .destaqueSlider .sliderContent > article{
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.mainDestaques .destaqueSlider .sliderContent > article:nth-child(2n){
    padding-right: 0;
    padding-left: 10px;
}
.miniSlider{
    margin-bottom: 20px;
}

.blocksNews{
    width: 100%;
    overflow: auto;
}

/******Blocos de Destaques*****/
/******Blocos de listagem******/

.blockNewsList{
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
}
.block2 .blockNewsList:nth-child(2n){
    margin-right: 0;
    margin-left: 1%;
}
.block2 .blockNewsList:nth-child(2n+1){
    clear: both;
}

.block3 .blockNewsList{
    width: 32%;
    margin-right: 2%;
}
.block3 .blockNewsList:nth-child(3n+1){
    clear: both;
}
.block3 .blockNewsList:nth-child(3n){
    margin-right: 0;
}


.category .blockNewsList:nth-child(2n+1){
    clear: both;
}
.category .blockNewsList:nth-child(2n){
    margin-right: 0;
}


.blockNewsList a.image{
    display: block;
    text-decoration: none;
}
.blockNewsList .info{
    display: block;
    width: 100%;
    border-top: 1px solid #e8e9ea;
    border-right: 1px solid #e8e9ea;
    min-height: 100px;
    padding-right: 5px;
}
.blockNewsList .info h2{
    display: block;
    margin: 0;
    font-size: 18px;
    padding: 10px 0 5px;
}
.blockNewsList .info h2 a{
    display: block;
    color: #000000;
    text-decoration: none;
}
.blockNewsList .info .blocks{
    display: block;
    width: 100%;
    overflow: auto;
}
.blockNewsList .info .blocks a{
    display: block;
    float: left;
}
.blockNewsList .info .blocks .blockDate{
    display: block;
    float: left;
}
.blockNewsList .info .resumo{
    display: block;
}


/******Blocos com textos subrepostos******/

.blockNewsOverlay{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.blockNewsOverlay a.news{
    display: block;
    color: #231f20;
    text-decoration: none;
}
.blockNewsOverlay a.news img{
    display: block;
}

.blockNewsOverlay a.news .title{
    position: absolute;
    bottom: 10%;
    left: 10%;
    max-width: 75%;
    /*padding: 0 10px;*/
}

.blockNewsOverlay.textRight a.news .title{
    right: 10%;
    left: auto;
    text-align: right;
    /*padding: 0 10px;*/
}

.blockNewsOverlay a.news .title span{
    background-color: rgba(255, 255, 255, 0.75);
    /*box-shadow: 10px 0 0 #fff,-10px 0 0 #fff;*/
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.blockNewsOverlay.font16 a.news .title span {
    font-size: 16px;
    line-height: 20px;
}
.blockNewsOverlay.font30 a.news .title span {
    font-size: 30px;
    line-height: 45px;
}

.blockNewsOverlay .blockCategory{
    position: absolute;
    bottom: 10%;
    left: 10%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    color: #fff;
}
.blockNewsOverlay.textRight .blockCategory{
    right: 10%;
    left: auto;
}

.destaqueWide .blockNewsOverlay a.news .title{
    left: 5%;
}
.destaqueWide .blockNewsOverlay .blockCategory{
    left: 5%;
}
/******Blocos com funco em cinza******/
.blockNewsCinza{
    background-color: #e7e7e8;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.blockNewsCinza a{
    text-decoration: none;
}
.blockNewsCinza a.image{
    display: block;
    width: 40%;
    float: left;
}

.blockNewsCinza .info{
    width: 60%;
    float: right;
    padding-left: 15px;
    padding-top: 5px;
}

.blockNewsCinza .info h2{
    font-size: 26px;
    line-height: 28px;
    margin: 0;
}
.blockNewsCinza .info h2 a{
    display: block;
    color: #231f20;
}
.blockNewsCinza .info .resumo{
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.blockNewsCinza .blockCategory{
    position: absolute;
    top: 0;
    right: 0;
}
.right .blockNewsCinza a.image{
    float: right;
}
.right .blockNewsCinza .info{
    float: left;
}
.right .blockNewsCinza .blockCategory{
    right: auto;
    left: 0;
}
.right .blockNewsCinza .blockCategory{
    right: auto;
    left: 0;
}

.blockNewsWide{
    width: 100%;
    margin-bottom: 20px;
}

.blockNewsWide a.image{
    width: 100%;
    height: 35%;
    overflow: hidden;
    position: relative;
    display: block;
    max-height: 150px;
}
.blockNewsWide a.image img{
    line-height: 100%;
    vertical-align: middle;
    max-height: none;
    width: 100%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
}
.blockNewsWide .info{

}
.blockNewsWide .info .blocks{
    width: 100%;
    min-height: 20px;
}
.blockNewsWide .info .blocks > a{
    float: left;
}
.blockNewsWide .info h2{
    font-size: 30px;
    margin: 0;
    padding: 10px 0 0 0;
}
.blockNewsWide .info h2 a{
    display: block;
    text-decoration: none;
    color: #231f20;
}
.blockNewsWide .info .resumo{
    font-size: 16px;
}



.blockCategoryNews{
    background-color: #e11c43;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    float: left;
}
.blockCategoryNews a{
    color: #fff;
    text-decoration: none;
}
.blockCategoryNews .blockTopic  {
    background-color: transparent;
    padding: 0;
}
.blockCategoryNews h2{
    color: #fff;
    font-size: 28px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
}
.blockCategoryNews a.image{
    display: block;
}
.blockCategoryNews a.image img{
    width: 100%;
}
.blockCategoryNews .newsMain{
    width: 70%;
    float: left;
}
.blockCategoryNews .newsMain h2{
    font-size: 24px;
    font-weight: bold;
}
.blockCategoryNews .newsOthers{
    width: 25%;
    float: right;
}
.blockCategoryNews .newsOthers h2{
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
}


.blockNewsListAuthor{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.blockNewsListAuthor a{
    display: block;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    text-decoration: none;
}
.blockNewsListAuthor a .title{
    flex: 1 1 80%;
    -webkit-flex: 1 1 80%;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.blockNewsListAuthor a .data{
    flex: 1 1 20%;
    -webkit-flex: 1 1 20%;
    text-align: right;
    font-size: 12px;
    line-height: 32px;
}
.blockNewsListAuthor a:hover{
    background-color: #e41b45;
    color: #fff;
}
.blockNewsListAuthor a:hover .title{
    color: #fff;
}


.blockNewsWidgets{
    position: relative;
    width: 100%;
    overflow: auto;
    background-color: #e41b45;/*COR1*/
}

.blockNewsWidgets.cor2{
    background-color: #ccc;
}
.blockNewsWidgets.cor2 .blockCategory{
    color: #210d10;
}
.blockNewsWidgets.cor2 .info{
    color: #210d10;
}
.blockNewsWidgets.cor2 .info h2 a{
    color: #210d10;
}


.blockNewsWidgets.cor3{
    background-color: #f1f1f2;
}
.blockNewsWidgets.cor3 .blockCategory{
    color: #210d10;
}
.blockNewsWidgets.cor3 .info{
    color: #210d10;
}
.blockNewsWidgets.cor3 .info h2 a{
    color: #210d10;
}


.blockNewsWidgets.cor4{
    background-color: #f1f1f2;
    border: 5px solid #e41b45;
}
.blockNewsWidgets.cor4 .blockCategory{
    color: #210d10;
}
.blockNewsWidgets.cor4 .info{
    color: #210d10;
}
.blockNewsWidgets.cor4 .info h2 a{
    color: #210d10;
}


.blockNewsWidgets.semtitulo .blockCategory {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    background-color: transparent;
}
.blockNewsWidgets .image{
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 10px 10px 0px 10px;

}
.blockNewsWidgets .image img{
    display: block;

}
.blockNewsWidgets .info{
    display: block;
    padding: 0 10px 10px;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.blockNewsWidgets .info h2{
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.blockNewsWidgets .info h2 a{
    color: #fff;
    text-decoration: none;
}

.wide .blockNewsWidgets .blockCategory {
    /*position: absolute;
    top: 0;
    left: 40%;
    margin-left: 0;*/
    width: 100%;
}
.wide .blockNewsWidgets .image{
    width: 40%;
    padding: 10px;
    float: left;
}
.wide .blockNewsWidgets .info{
    float: left;
    width: 60%;
    padding: 10px 10px 0 0;
}
.wide .blockNewsWidgets.semtitulo .info{
    padding-top: 10px;
}


.blockVideo{
    padding: 0 20px;

}
.blockVideo figure{
    margin: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.5s linear;
}
.blockVideo figure img{
    padding: 0;
}
.blockVideo figure i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 40px;
    background-color: rgba(0, 0, 0,0.5);
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 5px 20px;
}
.blockVideo figure:hover i{
    background-color: rgba(228, 27, 69, 0.75);
}
.blockVideo figure .player{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.blockVideo figure.play .player{
    display: block;
}
.blockVideo figure.play .i{
    display: none;
}
.blockVideo h2{
    font-size: 18px;
}
.blockVideo h2 a{
    text-decoration: none;
    color: #210d10;
}


.signosWidget{
    overflow: auto;
}

.signosWidget a{
    display: block;
    float: left;
    width: 25%;
    font-size: 10px;
    text-align: center;
    background-color: #fcfcfc;
    text-decoration: none;
    line-height: 20px;
    border-top: 1px solid #e8e9ea;
    color: #210d10;
}
.signosWidget a i{
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
}
.signosWidget a:hover{
    background-color: #ccc;
}

.wide .signosWidget a{
    width: 16.66666666%;
}


/***owl-carousel**/
.owl-carousel{
}
.owl-carousel .owl-stage-outer{
    width: 100%;
}

.owl-carousel .owl-controls{

}

.owl-carousel .owl-controls .owl-nav{

}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background-color: #e41b45;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -8px;
    opacity: 0.3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    overflow: hidden;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    opacity: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{

}
.owl-carousel .owl-controls .owl-nav .owl-next{
    left: auto;
    right: -8px;
}
.owl-carousel .owl-controls .owl-dots{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    float: left;
    padding-right: 5px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span{
    display: block;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    background-color: #fff;
}
.owl-carousel .owl-controls .owl-dots .active span{
    background-color: #e41b45;
}


/*************WIDGETS******************/


.widget ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
.widget ul li{
    display: block;
}

/*Noticias Recentes*/
.widget.move_widget_recent_entries ul{

}
.widget.move_widget_recent_entries ul li{
    padding: 0 10px 0 20px;
}

.widget.move_widget_recent_entries ul li a.news{
    color: #231f20;
    display: block;
    text-decoration: none;
    padding: 10px 0 15px 0;
    font-weight: bold;
    font-size: 16px;
}
.widget.move_widget_recent_entries ul li.seeAll{
    padding: 0;
}

.widget.move_widget_recent_entries ul li.seeAll a{
    display: block;
    background-color: #e41b45;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
}


/*Posts Autores*/
.widget.move_widget_recent_entries_author {
    width: 100%;
}
.widget.move_widget_recent_entries_author figure{
    margin: 0;
    padding: 15px;
    overflow: auto;
}
.widget.move_widget_recent_entries_author figure a{
    display: block;
    text-decoration: none;
}


.widget.move_widget_recent_entries_author figure .caption{
    color: #210d10;
}
.widget.move_widget_recent_entries_author figure .caption .title{
    display: block;
    font-size: 25px;
    margin: 0;
    line-height: 40px;
    font-weight: bold;
}
.widget.move_widget_recent_entries_author figure .caption .intro{
    display: block;
    font-size: 20px;
}

.widget.move_widget_recent_entries_author figure.left{
    position: relative;
}
.widget.move_widget_recent_entries_author figure.left img{
    float: left;
    width: 35%;
    border-radius: 150px;
}
.widget.move_widget_recent_entries_author figure.left .caption{
    right: 0;
    top: 50%;
    left: 40%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.widget.move_widget_recent_entries_author figure.left .caption .title{
    font-size: 22px;
}
.widget.move_widget_recent_entries_author figure.left .caption .intro{
}


.widget.move_widget_recent_entries_author figure.over{
    position: relative;
}
.widget.move_widget_recent_entries_author figure.over .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px;
}

.widget.move_widget_recent_entries_author .article{
    display: block;
    text-decoration: none;
    background-color: #f1f1f2;
    padding: 10px 15px;
    border-top: 1px solid #f2f3f3;
    min-height: 50px;
}
.widget.move_widget_recent_entries_author .article .title{
    display: block;
    text-decoration: none;
    font-size: 25px;
    line-height: 28px;
}
.widget.move_widget_recent_entries_author .article .resumo{
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #231f20;
}

.wide .widget.move_widget_recent_entries_author{
    display: block;
    display: -webkit-flex;
    display: flex;
}
.wide .widget.move_widget_recent_entries_author figure{
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    margin: auto 0;
}

.wide .widget.move_widget_recent_entries_author .article{
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    position: relative;
}

.wide .widget.move_widget_recent_entries_author .article .center.titulo{
    position: absolute;
    top: 50% ;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}


/**POSTS CRONICAS**/
.move_widget_recent_entries_authors{

}

.move_widget_recent_entries_authors .author-box{
    width: 100%;
    overflow: auto;
    border-top: 1px solid #dcddde;
    background-color: #f1f2f2;

}
.move_widget_recent_entries_authors .author-box .author-avatar{
    width: 100%;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    float: left;
    position: relative;
}
.move_widget_recent_entries_authors .author-box .author-avatar .author-image{
    display: block;
    width: 35%;
    float: left;
    padding-left: 15px;
}
.move_widget_recent_entries_authors .author-box .author-avatar .author-image img{
    border-radius: 100px;
    max-width: 65px;
}
.move_widget_recent_entries_authors .author-box .author-avatar .author-name{
    display: block;
    width: 62%;
    float: left;
    color: #e41b45;
    font-size: 18px;
    padding-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}
.move_widget_recent_entries_authors .author-box .author-news{
    width: 100%;
    display: block;
    float: right;
    text-decoration: none;
    position: relative;
    background-color: #fff;
}
.move_widget_recent_entries_authors .author-box .author-news .title{
    display: block;
    padding: 15px 5px 25px 15px;
    color: #231f20;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}

.wide .move_widget_recent_entries_authors .author-box{
    display: block;
    display: -webkit-flex;
    display: flex;
}
.wide .move_widget_recent_entries_authors .author-box .author-avatar{
    flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
}

.wide .move_widget_recent_entries_authors .author-box .author-news{
    flex: 1 1 60%;
    -webkit-flex: 1 1 60%;
    min-height: 92px;
}

.wide .move_widget_recent_entries_authors .author-box .author-news .title{
    padding: 0 0 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    left: 0px;
}

/**** WIDGET AGENDA****/

.widget .eo-events li{
    display: block;
    border-top: 1px solid #e8e9ea;
    padding: 10px 5px;
    background-color: #fcfcfc;
}
.widget .eo-events li:nth-child(2n ){
    background-color: #fff;
}

.widget .eo-events a{
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #210d10;
}

.widget .eo-events .date{
    display: inline-block;
    font-size: 12px;
}
.widget .eo-events .seeAll{
    padding: 0;
}
.widget .eo-events .seeAll a{
    display: block;
    background-color: #e41b45;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.widget.widget_calendar{

}
.widget.widget_calendar table{
    width: 100%;
}
.widget.widget_calendar table caption{
    font-size: 18px;
    font-weight: bold;
}
.widget.widget_calendar table caption{
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.widget.widget_calendar table thead tr{
    border-top: 1px solid #e8e9ea;
    border-bottom: 1px solid #e8e9ea;
    line-height: 20px;
}
.widget.widget_calendar table tfoot td{
    border-top:  1px solid #e8e9ea;
}
.widget.widget_calendar table tfoot #eo-widget-prev-month a,
.widget.widget_calendar table tfoot #eo-widget-next-month a{
    color: #e41b45;
    text-decoration: none;
    padding: 5px 5px;
}
.widget.widget_calendar table tfoot #eo-widget-next-month a{
    float: right;
}

.widget.widget_calendar table tbody td{
    text-align: center;
    padding: 2px;
}
.widget.widget_calendar table tbody td.eo-past-date{
    background-color: #ebebeb;
}

.widget.widget_calendar table tbody td.today{
    background-color: #e41b45;
    color: #fff;
}
.widget.widget_calendar table tbody td.eo-future-date{
    background-color: #f8f8f8;;
}
.widget.widget_calendar table tbody td a{
    display: block;
    text-decoration: none;
}
.widget.widget_calendar table tbody td.today a{
    color: #fff;
}

/*NEWSLETTER*/
div.MailPress{
    position: relative;
}
div.MailPress .MailPressFormName{display: none;}


div.MailPress div.mp-loading,
div.MailPress div.mp-message{
    opacity: 0;
    position: absolute;
}
div.MailPress div.mp-message,
div.MailPress div.mp-loading{
    height: 40px;
    padding: 10px 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    color: #e41b45;
}
div.MailPress div.mp-loading img{
    margin-right: 30px;
    width: auto;
}
div.MailPress .mp-formdiv{
    position: relative;
    z-index: 9;
}
div.MailPress .mp-formdiv br{
    display: none;
}
div.MailPress .MailPressFormEmail{
    border: 1px solid #ddd;
    background: #e7e8e9;
    height: 40px;
    width: 65%;
    padding: 10px;
    float: left;
}
div.MailPress .MailPressFormSubmit{
    width: 30%;
    height: 40px;
    background: #e41b45;
    border: none;
    color: #fff;
    float: left;
}





/*HOROSCOPO*/

article.horoscopo{
    width: 100%;
}
article.horoscopo header.entry-header {
    width: 100%;
    height: 180px;
    background: url("images/horoscopo_maya.jpg") no-repeat right top;
    background-size: cover;
    padding: 40px 180px 40px 20px;
    color: #fff;
    line-height: 40px;
}

article.horoscopo .signos{
    background-color: #f1f1f2;
    display: block;
    border: 1px solid #ccc;
    border-bottom: none;
    min-height: 60px;
    overflow: auto;
}
article.horoscopo .signos a{
    font-size: 10px;
    display: block;
    float: left;
    width: 8.33333%;
    color: #210d10;
    text-align: center;
    text-decoration: none;
    padding: 8px 2px 5px;
    position: relative;
    overflow: hidden;
}
article.horoscopo .signos a i{
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    width: 100%;
}

article.horoscopo .signos a:hover{
    background-color: #e41b45;
    color: #fff;
}

article.horoscopo .signos a.active{
    background-color: #ccc;
}




article.horoscopo .signosList{
    width: 100%;
    border: 1px solid #ccc;
    min-height: 150px;
}

article.horoscopo .signosList .signo{
    width: 100%;
    overflow: auto;
}
article.horoscopo .signosList .signo .title{
    background-color: #e41b45;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
article.horoscopo .signosList .signo .title .center{
    display: inline-block;
}

article.horoscopo .signosList .signo .title i{
    font-size: 56px;
    vertical-align: middle;
    float: left;
}
article.horoscopo .signosList .signo .title .std{
    float: left;
}
article.horoscopo .signosList .signo .title .std h2{
    display: block;
    margin: 0;
    padding: 8px 0 0;
    text-align: left;
}

article.horoscopo .signosList .signo .title .std .date{
    font-size: 12px;
}


article.horoscopo .signosList .signo .text{
    padding: 10px;
    position: relative;
}
article.horoscopo .signosList .signo .text b,
article.horoscopo .signosList .signo .text strong{
    color: #e41b45;
}

article.horoscopo .signosList .signo .text .updateDate{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    padding: 0 5px 5px 0;
}

article.horoscopo .bannerMaya{
    padding-top: 15px;
}

.events{

}


.events .headerMonth{
    overflow: auto;
    padding: 5px 0 10px;
}


.events .headerMonth .month-title{
    float: left;
    color: #e41b45;
    font-size: 24px;
    margin: 0;
}
.events .headerMonth a.seeAll{
    float: right;
    line-height: 26px;
    text-decoration: none;
}

.events .eventsList{
    border: 1px solid #ccc;

}
.events .eventsList article.event{
    border-bottom: 1px solid #ccc;
}
.events .eventsList article.event .entry-header{
    display: block;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
}
.events .eventsList article.event:last-child{
    border-bottom: none;
}
.events .eventsList article.event .dates{
    position: relative;
    float: left;
    flex: 1 1 25%;
    -webkit-flex: 1 1 25%;
    min-width: 160px;
    border-right: 1px solid #ccc;
    background-color: #fcfcfc;
    min-height: 75px;
}

.events .eventsList article.event.today .dates{
    background-color: #e41b45;
    color: #fff;
}
.events .eventsList article.event.today .dates i{
    color: #fff;
}

.events .eventsList article.event .dates .start,
.events .eventsList article.event .dates .end{
    width: 50%;
    position: relative;
    float: left;
}
.events .eventsList article.event .dates .start:after {
    content: '\e87d';
    display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    position: absolute;
    right: -12px;
    font-size: 16px;
    top: 43%;
    color: #e41b45;
}


.events .eventsList article.event .dates i{
    font-size: 55px;
    line-height: 55px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    color: #e41b45;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    text-align: center;
}
.events .eventsList article.event .dates small{
    display: block;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    padding-bottom: 3px;
}
.events .eventsList article.event .dates time{
    display: block;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
    color: #fff;
    line-height: 18px;
    font-size: 16px;
    padding-top: 24px;
}
.events .eventsList article.event.today .dates small,
.events .eventsList article.event.today .dates time{
    color: #e41b45;
}

.events .eventsList article.event.today .dates .start:after{
    color: #FFF;
}

.events .eventsList article.event .entry-title{
    flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
    padding-left: 20px;
}

.events .eventsList article.event .entry-title{
    width: 80%;
    float: right;
    color: #210d10;
}
.events .eventsList article.event .entry-title .title{
    color: #210d10;
    text-decoration: none;
    font-size: 22px;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}

.events .eventsList article.event .entry-title .location{
    display: block;
    font-size: 20px;
    font-style: italic;
    padding-bottom: 10px;
}


article.event{

}
article.event h4{
    color: #e41b45;
}
article.event .event-detail{
    display: block;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

article.event .event-detail > *{
    flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
}

article.event .event-detail > .eo-event-meta{
    width: 40%;
    display: block;
    list-style: none;
    border-right: 1px solid #ccc;
    padding: 0;
    margin: 0;
}
article.event .event-detail > .eo-event-meta li{
    display: block;
    list-style: none;
    border-top: 1px solid #ccc;
    padding: 10px;
}
article.event .event-detail > .eo-event-meta li:first-child{
    border-top: none;
}
article.event .event-detail > .right{
    vertical-align: middle;
    padding: 10px;
    background-color: #f1f1f1;
}

article.event .event-detail > .right ul{
    display: block;
    margin: 0;
    padding: 0;
}
article.event .event-detail > .right ul li{
    display: block;
}

article.event .event-image{
    max-width: 100%;
    max-height: 750px;
}







/** CRONICAS **/

.authorBox{
    border: 1px solid #ccc;
    width: 100%;
    display: block;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.authorBox .userInfo{
    flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
    padding: 10px;
    background-color: #f1f1f1;
    border-right: 1px solid #ccc;
}
.authorBox .userInfo figure {
    padding: 5%;
    margin: 0;
}
.authorBox .userInfo figure img{
    border-radius: 999px;
    border: 1px solid #ccc;
}
.authorBox .userInfo h2{
    color: #e41b45;
    text-align: center;
}
.authorBox .userInfo .text{
}
.authorBox .listArticle{
    flex: 1 1 70%;
    -webkit-flex: 1 1 70%;
}
.authorBox .listArticle article{
    width: 100%;
    min-height: 100px;
    border-bottom: 1px solid #ccc;
}
.authorBox .listArticle article a{
    padding: 5%;
    display: block;
    text-decoration: none;
}
.authorBox .listArticle article a .title{
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #000;
}
.authorBox .listArticle article a .data{
    display: block;
    font-size: 12px;
}
.authorBox .listArticle a.seeAll{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #e41b45;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.authorBox .listArticle a.seeAll:hover{
    background-color: #ab1633;
}

.authorBox.wide{
    display: block;
    border-bottom: none;
}

.authorBox.wide .userInfo{
    flex: 1;
    -webkit-flex: 1;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    overflow: auto;
}
.authorBox.wide .userInfo figure{
    float: left;
    max-width: 150px;
    padding: 1%;
    margin-right: 30px;
}
.authorBox.wide .userInfo h2{
    text-align: left;
}

#content .widget-head .widget-icon.category,
#content .page-header .page-header-icon.category{
    background-image: url("images/icones/icon_categoria.jpg") ;
}
#content .widget-head .widget-icon.recent,
#content .page-header .page-header-icon.recent{
    background-image: url("images/icones/icon_recentes.jpg");
}
#content .widget-head .widget-icon.cronicas,
#content .page-header .page-header-icon.cronicas{
    background-image: url("images/icones/icon_cronicas.jpg") ;
}
#content .widget-head .widget-icon.agenda,
#content .page-header .page-header-icon.agenda{
    background-image: url("images/icones/icon_agenda.jpg") ;
}
#content .widget-head .widget-icon.related,
#content .page-header .page-header-icon.related{
    background-image: url("images/icones/icon_relacionadas.jpg") ;
}
#content .widget-head .widget-icon.video,
#content .page-header .page-header-icon.video{
    background-image: url("images/icones/icon_video.jpg") ;
}


/*******************CATEGORIAS******************************/
#content .widget-head .widget-icon.atualidade,
#content .page-header .page-header-icon.atualidade{
    background-image: url("images/icones/icon_actualidade.jpg") ;
}

#content .widget-head .widget-icon.cultura,
#content .page-header .page-header-icon.cultura{
    background-image: url("images/icones/icon_cultura.jpg") ;
}

#content .widget-head .widget-icon.lifestyle,
#content .page-header .page-header-icon.lifestyle{
    background-image: url("images/icones/icon_lifestyle.jpg") ;
}

#content .widget-head .widget-icon.moda,
#content .page-header .page-header-icon.moda{
    background-image: url("images/icones/icon_moda.jpg") ;
}

#content .widget-head .widget-icon.off-the-record,
#content .page-header .page-header-icon.off-the-record{
    background-image: url("images/icones/icon_offtherecord.jpg") ;
}

#content .widget-head .widget-icon.saude-bem-estar,
#content .page-header .page-header-icon.saude-bem-estar{
    background-image: url("images/icones/icon_saudebemestar.jpg") ;
}

#content .widget-head .widget-icon.televisao,
#content .page-header .page-header-icon.televisao{
    background-image: url("images/icones/icon_televisao.jpg") ;
}



/**********************AGENDA*****************************/
#content .widget-head .widget-icon.danca,
#content .page-header .page-header-icon.danca{
    background-image: url("images/icones/icon_danca.jpg") ;
}

#content .widget-head .widget-icon.circo,
#content .page-header .page-header-icon.circo{
    background-image: url("images/icones/icon_circo.jpg") ;
}

#content .widget-head .widget-icon.concerto,
#content .page-header .page-header-icon.concerto{
    background-image: url("images/icones/icon_musica.jpg") ;
}
#content .widget-head .widget-icon.teatro,
#content .page-header .page-header-icon.teatro{
    background-image: url("images/icones/icon_teatro.jpg") ;
}







#content .widget-head .widget-icon.horoscopo,
#content .page-header .page-header-icon.horoscopo{
    background-image: url("images/icones/icon_maya.jpg") ;
}


#content .widget-head .widget-icon.xxxxxx,
#content .page-header .page-header-icon.xxxxx{
    background-image: url("images/icones/icon_maya.jpg") ;
}






/*************SELECT************/
.select-mask{
    display: inline-block;
    overflow: hidden;
    width: auto;
    border: 1px solid #ccc;
    position: relative;
    color: #ccc;
    min-width: 120px;
}
.select-mask:after{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    font-size: 16px;
    content: '\e87b';
    font-family: fontello;
    line-height: 30px;
    color: inherit;
    pointer-events: none;
    padding-left: 20px;
}
.select-mask select{
   width: 120%;
    border: none;
    background-color: transparent;
    line-height: 30px;
    min-height: 30px;
    padding: 5px 20px 5px 5px;
    height: 30px;
}
.select-mask select option{
    line-height: 30px;
}


.magnificPopup{
    cursor: zoom-in;
}

/****OLD BROWSER*****/
.browser-old{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    line-height: 35px;
    font-size: 20px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    z-index: 9999;
    padding: 10px 10px;
    text-align: center;
}

.googlemap img{
    max-height: none;
    max-width: none;
}

iframe[id^="oauth2relay"] {
    left: -10px;
}


div[id^="sas_"],
div[id^="div-gpt-ad"],
div.dfpPub{
    width: 100%;
    text-align: center;
    /*border: 1px solid #f5f5f5;*/
    position: relative;
    margin-bottom: 10px;
}
div[id^="div-gpt-ad"]:after,
div.dfpPub:after{
    content: 'PUB';
    position: absolute;
    bottom: -5px;
    right: 5px;
    background-color: #f5f5f5;
    color: #ccc;
    padding: 2px;
    font-size: 9px;
    line-height: 9px;
}

article.post .entry-content div.dfpPub iframe{
	min-height: unset;
}

.pubInner div.dfpPub{
	width: auto;
}


@media screen and (max-width: 1344px) {

    #content{
        margin: 10px 1% 0;
        width: 98%;
    }

    #content .content-area{
        width: 42%;

    }
    #content .mainAside{
        width: 56.5%;
    }

}

@media screen and (max-width: 1255px) {


    #content .content-area{
        width: 43%;

    }
    #content .mainAside{
        width: 55.5%;
    }

}
@media screen and (max-width: 1160px) {


    #content .content-area{
        width: 60%;

    }
    #content .mainAside{
        width: 38.5%;
    }

    #content .mainAside .sidebar{
        width: 100%;
    }

    .sidebar .widget.move_widget_recent_entries_author{
        display: table;
    }
    .sidebar .widget.move_widget_recent_entries_author figure{
        display: block;
        width: 100%;
    }

    .sidebar .widget.move_widget_recent_entries_author .article{
        display: block;
        width: 100%;
    }

    .sidebar .move_widget_recent_entries_authors .author-box{
        display: block;
    }
    .sidebar .move_widget_recent_entries_authors .author-box .author-avatar{
        width: 100%;
    }

    .sidebar .move_widget_recent_entries_authors .author-box .author-news{
        width: 100%;
        min-height: 20px;
    }

    .sidebar .move_widget_recent_entries_authors .author-box .author-news .title{
        padding: 10px 0 15px 10px;
        position: static;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translate(0, 0);
        right: 0;
        left: 0;
    }

    .sidebar .blockNewsWidgets .image{
        width: 100%;
        float: none;
    }
    .sidebar .blockNewsWidgets .info{
        width: 100%;
        padding: 0 10px 10px;
    }

}



/*BIG SCREENS*/
@media screen and (min-width: 1380px) {
    .category .blockNewsList{
        width: 32%;
    }
    .category .blockNewsList:nth-child(2n+1){
        clear: none;
    }
    .category .blockNewsList:nth-child(2n){
        margin-right: 1%;
    }
    .category .blockNewsList:nth-child(3n+1){
        clear: both;
    }
    .category .blockNewsList:nth-child(3n){
        margin-right: 0;
    }



}

@media screen and (max-width: 1280px) {
    article.horoscopo .signos a{
        width: 16.66666666666667%;
    }

}



#post-203104 .signos,
#post-370893 .signos{
	width: 100%;
	background-color: #F1F1F2;
display: block;
border: #CCC 1px solid;
min-height: 60px;
overflow: auto;
}
#post-203104 .signos br,
#post-370893 .signos br{
	display: none;
}
#post-203104 .signos a,
#post-370893 .signos a{
	font-size: 10px;
	display: block;
	float: left;
	width: 8.33333%;
	color: #210D10;
	text-align: center;
	text-decoration: none;
	padding: 8px 2px 5px;
	position: relative;
	overflow: hidden;
}


#post-203104 .signos a i ,
#post-370893 .signos a i {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    width: 100%;
}

#post-203104 h2,
#post-370893 h2{
	padding-top: 90px;
}

@media screen and (max-width: 960px) {
	#post-203104 .signos a,
	#post-370893 .signos a{
		width: 16.66666666667%;
	}
}


.entry-content table {
    border-collapse: collapse;
}

.entry-content table, .entry-content th, .entry-content td {
    border: 1px solid #e3e3e3;
	padding: 5px;
}


.entry-content .alignleft{
    float: left;
	margin-right: 10px;
}

.entry-content .alignright{
    float: right;
	margin-left: 10px;
}

 .native_fluiddo { float:left; width:100%; max-width:530px; }
 .native_fluiddo .native_box  { float:left; width:32%; margin:0 0 5px 0; height: 208px; border: none;} 
 .native_fluiddo .native_box::after  { display: none;} 
 .native_fluiddo .native_box2 { float:left; width:49.5%; margin:0 0 5px 0; height: 208px; } 
 .native_fluiddo .native_logo { float:left; width:46px; text-align:left; margin-bottom:10px;  } 
 .native_fluiddo .native_space { float:left; width:2%; height:10px; } 
 .native_fluiddo .native_desktop_none { display:none; } 
 @media (max-width: 500px) { 
	 .native_fluiddo .native_box { width:49.5%; } 
	 .native_fluiddo .native_mobile_none { display:none; } 
	 .native_fluiddo .native_desktop_none { display:block; } 
	 .native_fluiddo .native_space { float:left; width:1%; height:10px; }
 } 
 
 
 