@charset "utf-8";
/* LUX.pt */
/* v20161202 */

html, body {
    width: 100%;
}

body {
    font-family: 'Lato', Arial, Helvetica, serif;
    overflow-y: scroll
}

div, pre, .pesquisa * {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.row {
    max-width: 1200px;
    margin: 0 auto;
}

em {
    font-style: italic;
}

/* DEFAULT BANNEROVER */
#bannerover {
    position: relative;
    z-index: 1;
    width: 980px;
    margin: 10px auto;
    overflow: hidden;
    display: none;
}

/* DEFAULT BANNEROVER */
#fullscreen {
    position: fixed;
    z-index: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* DEFAULT CONTENTWRAPPER */
#contentwrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

/**/
#top {
    max-width: 1200px;
    /*height: 130px;*/
    margin: 0 auto;
    background: url(/img/bck_top_nav.png) bottom repeat-x;
    /*overflow: hidden;*/
}
.logo {
    width: 220px;
    float: left;
    /*background: url(/img/bck_logo.png) no-repeat;*/
}
@media (max-width: 420px) {
    .logo {
        width: 200px;
    }
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/logo_lux_v6.png?v2) center left no-repeat;
}

.revista_on {
    width: 220px;
    display: none;
    padding-top: 10px;
    text-transform: uppercase;
}
.revista_on a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #ed2915 !important;
}
.revista_on a span {
    text-align: right;
}
.revista_on img {
    /*vertical-align: bottom;*/
}

.top_right {
    max-width: 990px;
    float: left;
    padding: 10px;
    /*background-color: pink;*/
}
#top .social-media {
    display: block;
    float: right;
    margin: 0 30px;
}
#top .social-media li {
    display: inline-block;
}
#top .social-media li a {
    font-size: 26px;
    padding: 0 6px;
    color: #666;
}
#top .social-media li a:hover {
    color: #333;
}
#top .pesquisa {
    width: 100%;
    float: left;
    padding: 32px 10px 10px 10px;
}
#top .pesquisa #form_search {
    width: 100%;
    height: 40px;
    position: relative;
}
#top .pesquisa #form_search input#text[type="text"] {
    width: 100%;
}
#top .pesquisa #form_search #text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dadada;
    color: #999;
    height: 40px;
    padding: 0 10px;
    width: 291px;
    font-family: 'Lato', Arial, Helvetica, serif;
    font-size: 16px;
}
#top .pesquisa #form_search #submit {
    background: url(../img/bt_pesquisa.png) no-repeat scroll 0 0 transparent;
    border: 0 none !important;
    cursor: pointer;
    height: 40px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.lux_assine {
    width: 100%;
    float: left;
    padding-top: 12px;
    text-align: center;
}
.box_info {
    width: 100%;
    float: left;
    text-align: center;
}
.box_social {
    width: 100%;
    float: left;
    text-align: center;
}
.box_info a, .box_social a {
    display: block;
    line-height: 1;
}
ul.box_tit {
    height: 36px;
    line-height: 45px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}
ul.box_tit li {
    width: 65px;
    display: inline-block;
}
ul.box_icons {
    position: relative;
    height: 35px;
}
ul.box_icons li {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 15px;
}
.box_social ul.box_icons li {
    margin: 0 2px;
}
.box_info ul.box_icons:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13px;
    content: " ";
    background: url(../img/shadow_info.png) top center no-repeat;
}
.box_social	ul.box_icons:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13px;
    content: " ";
    background: url(../img/shadow_social.png) top center no-repeat;
}

.box_menu {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /*margin-left: 20px;*/
}
.box_menu ul {
    text-align: center
}
.box_menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
.box_menu li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
}
.box_menu li a:hover {
    color: #092054;
}

.box_menu_resp {
    display: none;
    clear: both;
    height: 40px;
    line-height: 40px;
    /*margin-left: 20px;*/
}
.box_menu_resp ul {
    text-align: center;
    margin: 0 auto;

}
.box_menu_resp li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}
.box_menu_resp li a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
}
.box_menu_resp li a:hover {
    color: #092054;
}

.box_menu_b {
    text-align: center;
    display: none;
}
.box_menu_c {
    text-align: center;
    display: none;
}
.box_menu_small {
    margin: 0 auto;
    /*width: 40px;*/
    height: 40px;
    line-height: 40px;
    display: block;
    z-index: 20;
}
.box_menu_small li {
    float: left;
    /*height: 40px;*/
    vertical-align: top;
}
.box_menu_small li a {
    display: inline-block;
    /*height: 40px;*/
    padding: 0 8px;
    text-transform: uppercase;
    text-align: center;
}
.box_menu_small li {
    margin-left: 10px;
}
.box_menu_small li:first-child {
    margin: 0;
}
.box_menu_small li span {
    line-height: 14px;
}

li.menu_open {
    font-size: 14px;
    background-color: rgba(0, 0, 0, .25);
    display: none;
    position: relative;
    z-index: 200;
}
li.menu_open a {
    padding: 0; /*width: 40px;*/
    color: #fff;
    padding: 0 6px;
}

.menu_closed {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0;
    margin: 0;
    width: 150px;
    z-index: 300;
}
.menu_closed li {
    font-size: 14px;
    float: none;
    padding: 0;
    margin: 0;
    width: auto;
}
.menu_closed li a {
    padding: 6px;
    margin: 0;
    display: block;
    text-align: left;
    width: auto;
    color: #fff;
    line-height: normal;
    height: auto;
}

/**/
#content {
    /*max-width: 1200px;*/
    margin: 0 auto;
}


/* col */
.left_col {
    max-width: 866px;
    float: left;
}
.central_col {
    max-width: 1200px;
    margin: 0 auto;
}
.right_col {
    width: 300px;
    float: right;
    margin: 30px 0;
}



/* row0 */
/* manchetes */
.box_manchete {
    float: left;
    width: 100%;
    padding: 20px 0;
}

a .box_tit, .item a .box_tit, .box-moda a .tit, .slides a .tit {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover .box_tit, .item a:hover .box_tit, .box-moda a:hover .tit, .slides a:hover .tit {
    background-color: rgba(0,0,0,0.80);
}

/*
.kwicks {list-style: none; position: relative; margin: 0; padding: 0;}
.kwicks li{ display: block; overflow: hidden; padding: 0; float: left; width: 158px; height: 445px;}
.kwicks li .tit {position: absolute; width: 560px; right: 0; left: 0; bottom: 0; background-color: rgba(0,0,0,.5); padding: 10px; display: block; font-size: 23px;}
.kwicks li .tit .icon {line-height: 1%;width: 60px; height: 60px; display: table-cell;}
.kwicks li .tit .text {height: 60px; display: table-cell; vertical-align: middle; padding: 0 10px;}
.kwicks li.active .tit {}
.kwicks a {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
}
.kwicks li a .tit {color: #fff;}
.kwicks li a:hover .tit {}
*/

.stand_impressa {
    width: 260px;
    margin: 10px auto;
}
.stand_impressa a, .mais_ultimas a {
    display: block;
    padding: 4px 0;
    text-align: center;
    background-color: #092054;
    color: #fff !important;
    text-transform: uppercase;
}
.stand_impressa a:hover, .mais_ultimas a:hover {
    background-color: #000;
}
.mais_ultimas.home {
    margin: 0 0 20px 0;
}
.mais_ultimas.home a {
    padding: 9px 0;
    color: #fff;
}

/* ultimas */
#tabs {
    /*float: left;*/
    /*margin: 30px;*/
    margin: 20px;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    height: 45px;
    margin: 0 auto;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    padding: 0;
    white-space: nowrap;
    /*margin-left: 5px;*/
    width: 50%;
}
.ui-tabs .ui-tabs-nav li:first-child {
    margin: 0;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    height: 35px;
    background: #f2f2f2;
    color: #092054;
    text-align: center;
    width: 100%
}
.ui-tabs .ui-tabs-nav li div {
    float: left;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: auto;
    outline: none;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
    outline: none;
}
/*
.tab_nav_1 a {
        width: 51px;
}
 .tab_nav_2 a {
        width: 50px;
}
.tab_nav_3 a {
        width: 83px;
}
*/
.ui-tabs .ui-tabs-nav .ui-state-active a {
    background: #092054;
    color: #f2f2f2;
}

.ui-tabs .arrow-right {
    float: left;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 7px solid #f2f2f2;
    border-right: 0px solid transparent;
    border-bottom: 7px solid transparent;
    margin: 0 auto;
}

.ui-tabs .ui-tabs-nav .ui-state-active .arrow-right {
    border-left: 7px solid #092054;
}
/*
.tab_nav_1, .tab_nav_1 a {
        width: 51px;
        height: 42px;
}
.tab_nav_1 a{
        background: url(../img/bt_ultimas.png) top center no-repeat;
}
.tab_nav_2, .tab_nav_2 a {
        width: 50px;
        height: 42px;
}
.tab_nav_2 a {
        background: url(../img/bt_mvistas.png) top center no-repeat;	
}
.tab_nav_3, .tab_nav_3 a {
        width: 83px;
        height: 42px;
}
.tab_nav_3 a {
        background: url(../img/bt_mcomen.png) top center no-repeat;	
}
.ui-tabs-nav .ui-state-active a {
        background-position: 0 -42px;
}
*/
.list-ult {
    font-size: 14px;
}
.list-ult li {
    display: block;
    border-bottom: 1px dotted #092054;
}
.list-ult li div {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    /*padding-left: 34px;*/
}
.list-ult li div a {
    color: #000;
    text-decoration: none;
}
.list-ult li div a:hover {
    color: #092054;
}
.list-ult li div.foto {
    background: url(../img/bt_foto_mini.png) 10px center no-repeat;
}
.list-ult li div.video {
    background: url(../img/bt_video_mini.png) 10px center no-repeat;
}

.nabanca {
    position: absolute;
    top: -5px;
    right: 5px;
    width: 94px;
    height: 94px;
    background: url(../img/images.png) no-repeat -92px 0;
}



/* row2 */
.row2 {
    background: #333; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDFkMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1d1d1d 0%, #333333 25%, #333333 75%, #1d1d1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1d1d), color-stop(25%,#333333), color-stop(75%,#333333), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1d1d1d 0%,#333333 25%,#333333 75%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1d1d1d 0%,#333333 25%,#333333 75%,#1d1d1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1d1d1d 0%,#333333 25%,#333333 75%,#1d1d1d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1d1d1d 0%,#333333 25%,#333333 75%,#1d1d1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-8 */
}

.row2 .section {
    height: 88px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.box-videos, .box-fotos {
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.box-videos .section a, .box-fotos .section a {
    background-color: #ed2915;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
}
.box-videos .section a:hover, .box-fotos .section a:hover {
    background-color: #fff;
    color: #ed2915;
}

.box-videos .box_media, .box-fotos .box_media {
    margin: 0 0 20px 0;
}
.box-videos .box_media a, .box-fotos .box_media a {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 82.475% 0;
    position: relative;
}

.box-videos .img, .box-fotos .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.box_media {
    position: relative;
    margin: 0 20px 20px 0;
}
.box_media .img, .box_media .img img {
    width: 100%;
}
.box_media .box_tit {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.50);
    padding: 10px;
    display: block;
    font-size: 16px;
    line-height: 22px
}
.box_media .box_tit .icon {
    line-height: 1%;
    width: 60px;
    height: 60px;
    display: table-cell;
}
.box_media .box_tit .text {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    color: #fff;
}


/* fotos e videos */
.media_outter {
    margin: 0 40px;
}


.row2 table tr {
    display: block;
    /*margin: 20px;*/
    width: 100%;
}
.row2 table td {
    width: 33%;
}
.row2 table img {
    width: 100%;
}

.row2 .imgover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /*
    height: 100%;
    border: 5px solid #000;
    */
}
.row2 table a {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
}
.row2 table a:hover .imgover {
    background-color: rgba(0,0,0,1);
}
.row2 .imgover .date, .row2 .imgover .tit {
    color: #fff;
    padding: 4px 6px 0;
    font-size: 11px;
}
.row2 .imgover .tit {
    padding: 0 6px 4px;
}


/* row3 */
.row3 {
    background: #a6a6a6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a6a6a6 0%, #ededed 25%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6a6a6), color-stop(25%,#ededed), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a6a6a6 0%,#ededed 25%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a6a6a6 0%,#ededed 25%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a6a6a6 0%,#ededed 25%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a6a6a6 0%,#ededed 25%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}

.row3 .section {
    height: 88px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.box-look {
    padding: 0 10px 20px;
}
.box-look .section a {
    color: #000;
}
.box-look img {
    float: left;
    width: 100%;
}
.box-look .tit {
    margin-top: 10px;
    font-size: 120%;
    color: #092054;
    padding: 0 10px;
}
.box-look .res {
    font-size: 100%;
    color: #333;
    padding: 0 10px;
}
.box-look .section a:hover, .box-look a:hover .res {
    color: #ed2915;
}
.bt_look {
    width: 162px;
    position: absolute;
    bottom: -6px;
    right: 30px;
    z-index: 200;
}

.box-moda {
    padding: 0 10px;
}
.box-moda .section a {
    color: #000;
}
.box-moda .section a:hover {
    color: #ed2915;
}
.box-look .moda-pic-big, .box-moda .moda-pic-big {
    padding: 0 10px 0 0;
}
.box-moda .moda-pic-small {
    height: 0;
    padding: 0 0 90% 0;
    position: relative;
    margin: 10px;
}
.box-moda li.moda-pic-small:first-child {
}
.box-moda img {
    /*width: 100%;*/
}
.moda-pic-small a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.moda-pic-small .imgover {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.moda-pic-small .imgover .tit {
    padding: 6px;
    color: #fff;
}



.box-top {
    padding: 0 10px 20px;
}
.box-look .section span, .box-top .section span {
    font-size: 14px;
}

.top_list li {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.top_list li:first-child {
    margin-top: 0;
}
.top_list li a {
    width: 100%;
    float: left;
    background-color: #fff;
}
.top_list li a:hover .text {
    color: #ed2915;
}
.top_list li .number {
    display: inline-block;
    float: left;
    width: 30px;
    height: 74px;
    line-height: 74px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.top_list li:first-child .number {
    background-color: #ed2915;
    font-size: 25px;
}
.top_list li .img {
    display: inline-block;
    float: left;
    width: 74px;
    height: 74px;
    margin-right: 10px;
    overflow: hidden;
}
.top_list li img {
    width: 100%;
}
.top_list li .text {
    font-size: 13px;
    padding-top: 6px;
    color: #333;
    /*height: 80px;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
}
.top_list li .text span {
    display: block;
    color: #092054;
    font-size: 10px;
}


/* row4 */
.row4 {
    background: #05112d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1MTEyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzA5MjA1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #05112d 0%, #092054 25%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05112d), color-stop(25%,#092054)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #05112d 0%,#092054 25%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #05112d 0%,#092054 25%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #05112d 0%,#092054 25%); /* IE10+ */
    background: linear-gradient(to bottom,  #05112d 0%,#092054 25%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05112d', endColorstr='#092054',GradientType=0 ); /* IE6-8 */
}

.row4 .section {
    height: 88px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.box-celeb {
    position: relative;
    padding: 0 10px 10px 10px;
    padding-bottom: 70px;
}
.box-vot {
    position: relative;
    padding: 0 10px 10px 10px;
}
.celeb_list {
    text-align: center;
}
.celeb_list li {
    display: inline-block;
    width: 28%;
    border: 5px solid #b5e7f2;
    margin: 5px;
    line-height: 1%;
    -webkit-box-shadow: 0px 0px 15px rgba(209, 239, 252, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(209, 239, 252, 0.5);
    box-shadow: 0px 0px 15px rgba(209, 239, 252, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.celeb_list li:hover {
    border: 5px solid #fff;
}
.celeb_list li a {
    display: block;
}
.celeb_list li img {
    width: 100%;
}

.celeb_perg {
    padding: 10px;
    color: #fff;
    font-size: 16px;
}
.celeb_pesquisa {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    padding: 0;
}
.celeb_pesquisa #form_search {
    width: 100%;
    height: 40px;
    position: relative;
}
.celeb_pesquisa #form_search #text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #dadada;
    color: #999;
    height: 40px;
    padding: 0 10px;
    width: 358px;
    font-family: 'Lato', Arial, Helvetica, serif;
    font-size: 16px;

}
.celeb_pesquisa #form_search input#text[type="text"] {
    width: 100%;
}
.celeb_pesquisa #form_search #submit {
    background: url(../img/bt_pesquisa_blue.png) no-repeat scroll 0 0 transparent;
    border: 0 none !important;
    cursor: pointer;
    height: 40px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.box-vot #enviaSondagem {
    padding: 10px;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.sondagem .pergunta {
    position: relative;
    padding: 20px;
    background: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.sondagem .pergunta a {
    display: block;
    color: #092054;
}
.sondagem .pergunta a:hover {
    color: #537BD7;
}
.sondagem .arrow-right {
    position: absolute;
    left: 0px;
    bottom: -10px;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0px solid transparent;
    border-bottom: 10px solid transparent;
    margin: 0 auto;
}
.sondagem .radio {
    position: relative;
    display: block;
    float: left;
    padding: 4px 4px 0 4px;
    margin: 0 0 10px 0;
    width: 25%;
    cursor: pointer;
    color: #fff;
}
.sondagem .radio .selectedthis {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(/img/images.png) no-repeat -390px 0;
}
.sondagem .pic {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0 0 4px 0;
    background-size: cover;
    background-position: center top;
}
.sondagem .pic_name {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 4px;
    background-color: rgba(0,0,0,.5)
}

.sondagem .radio label {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 14px;
}
.sondagem .radio input[type="radio"] {
    float: none;
    margin: 0;
    position: absolute;
    visibility: hidden;
}
#resposta {
    padding: 10px;
}
#resposta .radio {
    color: #fff;
    font-size: 16px;
}
#resposta #submit {
    /*
            position: absolute;
            bottom: 20px;
            left: 20px;
    */
    cursor: pointer;
    height: 40px;
    background: #fff;
    font-family: 'Lato', Arial, Helvetica, serif;
    font-size: 18px;
    font-weight: 900;
    border: 0 inset;
    text-transform: uppercase;
    color: #537bd7;
    display: block;
    clear: left;
    padding: 0 20px;
}

.resultados {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    background: #fff;
    font-family: 'Lato', Arial, Helvetica, serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
}
.resultados a {
    display: block;
    color: #537bd7;
    text-transform: uppercase;
    text-decoration: none;
}

.list_preview {
    padding: 10px;
}
.list_preview .list_count {
    position: relative;
    display: block;
    float: left;
    padding: 4px 4px 0 4px;
    margin: 0 0 10px 0;
    width: 33.334%;
    color: #fff;
}
.list_preview .pic {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0 0 4px 0;
    background-size: cover;
    background-position: center top;
}


.box-social_fb {
    padding: 0 0 20px 0;
}
.box-fb {
    text-align: center
}
.box-fb iframe {
    background-color: #fff;
}



/* row5 */
.box-mais_not {
    padding: 20px 0;
}
.box-mais_not .section {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #ed2915;
    color: #fff;
    overflow: hidden;
}
.box-mais_not .section a {
    padding: 0 8px;
    border-radius: 3px;
    background-color: #fff;
    color: #ed2915;
}
.box-mais_not .section a:hover {
    background-color: #ed2915;
    color: #fff;
}
.box-mais_not .box-not_list {
    width: 100%;
    padding: 0 10px;
    background: #dbdbdb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #dbdbdb 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dbdbdb 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dbdbdb 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dbdbdb 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dbdbdb 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
}
.box-mais_not .item_not {
    width: 25%;
    float: left;
    margin: 0;
    padding: 20px 10px;
}
.box-mais_not .item_not a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: left;
}
.box-mais_not .item_not a:hover {
    color: #ed2915;
}
.box-mais_not .item_not .img {
    position: relative;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-mais_not .item_not .img img {
    width: 100%;
}
/*
.box-mais_not .item_not .imgover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        border: 5px solid #ed2915;
}
*/
/*
.box-mais_not .item_not a:hover .imgover {
        display: block;

}*/
.box-mais_not .item_not .tit {
    height: 64px;
    overflow: hidden;
}

.box-mercado {
    display: none;
    padding: 20px 0;
}
.box-mercado .section {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
}
.box-mercado .box_item {
    text-align: center;
}



/* row6 */
.row6 .section {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #092054;
    margin-bottom: 10px;/*.row2 .imgover .tit*/
    border-bottom: 1px dotted #092054;
}
.row6 .section a:link, a:visited {
    color:#092054;
    text-decoration:none;
}
.row6 .section a:hover, a:active {
    color:#ED2915;
    text-decoration:none;
}

.box-destinos, .box-receitas, .box-casamentos, .box-saude, .box-criancas, .box-decoracao {
    padding: 0 10px 38px 10px;
    min-height: 240px;
}
.box-specials_mini {
    width: 300px;
    text-align: center;
    margin: 20px auto;
    position: relative;
    line-height: 1%;
}
.box-specials_mini li {
    width: 26%;
    display: inline-block;
    margin: 0 5px;
}
.box-specials_mini li a {
    cursor: pointer;
    display: block;
}
.box-specials_mini li img {
    width: 100%;
}
.box-specials_mini li:first-child a {
    position: relative;
}
.box-specials_mini .special {
    width: 74px;
    height: 74px;
    background: url(../img/images.png) no-repeat 0 -255px;
}


.box-specials {
    width: 100%;
    float: left;
    clear: left;
    text-align: center;
    margin: 30px 0;
    position: relative;
    line-height: 1%;
    background: url(../img/shadow_specials_bck.png) bottom center no-repeat;
}
.box-specials li {
    display: inline-block;
    margin: 0 25px;
}
.box-specials li a {
    width: 164px;
    cursor: pointer;
    display: block;
}
.box-specials li:first-child a {
    position: relative;
}
.special {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 94px;
    height: 94px;
    background: url(../img/images.png) no-repeat -186px 0;
}
.box-specials:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 13px;
    content: " ";
    background: url(../img/shadow_specials.png) top center no-repeat;
}
.buzz {
    margin: 10px auto;
    width: 300px;
    border: 4px solid #000;
}
.buzz_cont {
    width: auto;
    min-height: 560px;
    margin: 3px;
    padding: 6px;
    border: 1px dotted #000;
    overflow: hidden;
    text-align: center;
}
.buzz_tit {
    position: relative;
    height: 56px;
    background: #000;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 76px;
    text-transform: uppercase;
    padding: 0 4px;
}
.buzz_tit .arrow-right {
    position: absolute;
    left: 40px;
    top: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 19px solid #fff;
    border-right: 0px solid transparent;
    border-bottom: 19px solid transparent;
    margin: 0 auto;
}
.buzz_tags {
    height: 440px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.buzz_tags span {
    padding: 0 6px;
}
.tag_1 {
    font-size: 14px;
    color: #ccc;
}
.tag_2 {
    font-size: 20px;
    color: #999;
}
.tag_3 {
    font-size: 26px;
    color: #666;
}
.tag_4 {
    font-size: 32px;
    color: #333;
}




/*  */
.ultimas_tvi24 {
    background: #333; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1a1a1a 0%, #333333 30%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(30%,#333333), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1a1a1a 0%,#333333 30%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1a1a1a 0%,#333333 30%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1a1a1a 0%,#333333 30%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1a1a1a 0%,#333333 30%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
}

.ultimas_tvi24 .section {
    height: 70px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.box-news .sec {
    position: relative;
    padding: 0 10px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: #092054;
    color: #fff;
}
.box-news .sec .arrow-right {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid #092054;
    border-right: 0px solid transparent;
    border-bottom: 10px solid transparent;
}
.box-news .box_news {
    margin: 10px;
}
.news li:first-child {
    margin-left: 0;
}
.box-news a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.box-news .tit {
    padding: 4px 0;
}
.box-news a:hover .tit{
    text-decoration: underline
}
.box-news img {
    width: 100%;
}



/**/
.mrec {
    width: 300px;
    overflow: hidden;
    margin: 20px auto 0;
}
.mrec2 {
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
}
span.pub {
    display: block;
    width: 300px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 10px;
    margin: 0 auto 30px;
}
.leaderboard {
    width: 728px;
    height: 90px;
    margin: 30px auto;
}

#LDB2 {
    max-width: 748px;
    min-height: 90px;
    margin: 10px auto;
    padding: 10px;
    background-color: #fafafa;
}
.pub_artigo {
    clear: both;
    display: block;
    margin: 20px 0 0;
    padding: 10px;
    background-color: #fafafa;
}



/**/
footer {
    background: #2c2c2c;
}
#bottom {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}
#bottom a {
    display: block;
}



.menu_bottom {
    background: #000;
    padding: 10px 10px 60px;
    margin: 0;
    display: none;
}
.menu_bottom li {
}
.menu_bottom a {
    font-size: 24px;
    display: block;
    color: #fff;
    padding: 10px;
}
.menu_bottom a:hover {
    background: #428BCA
}



/* seccao 2col */
.red {
    color: #ed2915;
}
.section_name {
    font-size: 30px;
    font-weight: 300;
    text-transform: lowercase;
    color: #ed2915;
    border-bottom: 1px solid #ed2915;
    margin: 20px 20px 20px 0;
}
.sub_section_name {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ed2915;
    border-bottom: 1px dotted #ed2915;
    margin: 20px 20px 20px 0;
}
.section_nav {
    position: relative;
    display: block;
    clear: both;
    height: 30px;
    line-height: 30px;
    background: url(/img/bck_sec_nav.png);
    text-align: center;
    margin: 20px 20px 20px 0;
}
.section_nav .nav_left, .section_nav .nav_right {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/img/images.png);
}
.section_nav .nav_left {
    top: 0;
    left: 0;
    background-position: 0 -225px;
}
.section_nav .nav_right {
    top: 0;
    right: 0;
    background-position: -30px -225px;
}
.section_nav .nav_left a, .section_nav .nav_right a {
    float: left;
    width: 100%;
    height: 100%;
}

.box-section.fotos .box_media {
    height: 0;
    padding: 0 0 70% 0;
    position: relative;
}
.box-section.fotos .box_media .img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* galeria slider e video */
.box-playit {
    position: relative;
    margin: 20px 20px 20px 0;
}
.box-playit .prevContainer, .box-playit .nextContainer {
    z-index: 100;
}
.box-playit .prevContainer {
    left: -10px
}
.box-playit .nextContainer {
    right: -10px
}

#placeplayer_wrapper {
    /*
        position: relative;
        width: 100%;
        height: 0;
    */
}
#placeplayer {
    /*
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
    */
}
#placeplayer img {
    width: auto;
}


/* include destaques */
.box_simple {
    margin: 0;
    padding: 0;
}
.box_simple a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.box_simple img {
    width: 100%;
}
.box_simple .box_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    display: block;
    font-size: 20px;
}
.box_simple .box_tit .icon {
    line-height: 1%;
    width: 60px;
    height: 60px;
    display: table-cell;
}
.box_simple .box_tit .icon img {
    margin: 0;
}
.box_simple .box_tit .text {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 20px;
}
.box_simple a .box_tit {
    color: #fff;
    font-size: 16px;
}

/* impressa */
.img_imprensa {
    background: url(/img/bck_sec_nav.png);
}
.img_imprensa img {
    width: 100%;
}
.img_imprensa .download {
    padding: 8px;
    width: 100%;
    display: inline-block;
}
.img_imprensa .download img {
    width: auto;
}
.img_imprensa .download .text {
    width: 80%;
    float: left;
}
.img_imprensa .download .text > span {
    display: block;
}
.img_imprensa .download .text .num {
    font-size: 18px;
    color: #999;
}
.img_imprensa .download .text .date {
    font-size: 12px;
    color: #000;
}
.img_imprensa .download .icon {
    float: right;
}


/* look do dia */
.img_look img {
    width: 100%;
}
.img_look .info {
    margin: 0 0 0 20px;
}
.img_look .info .date {
    width: 90px;
    height: 85px;
    background: url(/img/bck_calendario.png) no-repeat;
    text-align: center;
    padding-top: 24px;
}
.img_look .info .date .day {
    display: block;
    font-size: 22px;
    color: #666;
}
.img_look .info .date .year {
    display: block;
    font-size: 18px;
    color: #999;
}
.img_look .name{
    font-size: 22px;
    color: #ed2915;
    margin: 0 0 20px 0;
}
.img_look .text {
    font-size: 16px;
    color: #333;
    margin: 0 0 20px 0;
}



/* look dia art */
.look_do_dia_art .img_look .name{
    font-size: 22px;
    color: #ed2915;
}
.look_do_dia_art .img_look .info {
    margin: 0;
}
.look_do_dia_art .img_look .info .date {
    float: left;
    margin: 0 20px 0 0;
}



.mais_look {
    padding: 0 10px;
}
.mais_look .date {
    background: url(/img/bck_calendario_2.png) no-repeat;
    width: 90px;
    /*height: 45px;*/
    padding: 22px 0;
    text-align: center;
    margin: 0 auto;
}
.mais_look .name {
    margin: 10px auto;
}

.look_do_dia_art .section_name_alt, .inc_looks_dia .section_name_alt {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 20px 20px 0;
}
.look_do_dia_art .section_name_alt span, .inc_looks_dia .section_name_alt span {
    font-size: 14px;
}

.inc_looks_dia .box_media {
    margin: 0 0 20px 0;
}



/* look do dia votação */
.votacao .tit {
    font-size: 28px;
    font-weight: 300;
    color: #666;
    padding: 10px 0;
}

.results.vota_look {
    margin: 0;
}
.reply {
    margin: 0 0 20px 0;
}
.reply img {
    width: 100%;
}
.reply .reply_name {
    font-size: 28px;
    color: #ed2915
}


/* receitas*/
.img_cook_big {
    /*
    background-color: #ed2915;
    background-image: url(/img/bck_corner.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    */
    /*
    background-image: url("/img/bck_sec_nav.png");
    */
    background-color: #092054;
    background-image: url(/img/bck_corner.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.img_cook_big .img {
    width: 100%;
    height: 0;
    padding: 0 0 70% 0;
    background-position: center top;
    background-size: cover;
}
.img_cook_big .text {
    min-height: 132px;
    font-size: 26px;
    font-weight: 600;
    padding: 20px;
    color: #fff;
}
.img_cook_big:hover {
    /*color: #ed2915;*/
    /*background-color: #ed2915;*/
}
.img_cook {
    background-image: url(/img/bck_sec_nav.png);
}
.img_cook .img {
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    background-position: center;
    background-size: cover;
}
.img_cook .text {
    font-size: 20px;
    padding: 10px;
    color: #ed2915;
}



/* moda e beleza */
/*
.img_moda_big {
        background-color: #ed2915;
        background-image: url(/img/bck_corner.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
        max-height: 400px;
        overflow: hidden;
}
.img_moda_big img, .img_moda img {
        width: 100%;
}
.img_moda_big .info {
        overflow: hidden;
}
.img_moda_big .info .date {
        margin: 20px;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px dotted #fff;
}
.img_moda_big .info .tit {
        margin: 20px;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;*
        color: #fff;
}
.img_moda_big .info .text {
        margin: 20px;
        font-size: 16px;
        color: #fff;
}
*/

.img_moda {
    padding-bottom: 20px;
    border-bottom: 1px dotted #333;
}
.img_moda .info .date {
    margin: 0 20px;
    font-size: 12px;
    color: #464646;
    border-bottom: 1px dotted #fff;
}
.img_moda .info .tit {
    margin: 0 20px;
    font-size: 24px;
    color: #ed2915;
}
.img_moda .info .text {
    margin: 0 20px;
    font-size: 14px;
    color: #464646;
}


/* ultimas*/
.box-section .img_moda {
    min-height: 190px;
}



/* pesquisa */
.pesquisas .box_media {
    margin: 0 20px 20px 0;
}
.pesquisas .box_resultado {
    font-size: 18px;
    color: #666;
}
.pesquisas .box_resultado span {
    font-size: 20px;
    color: #000;
}
.pesquisas .box_resultado .right {
    text-align: right;
}
.img_pesquisa .info {
    padding-bottom: 20px;
    border-bottom: 1px dotted #333;
}
.img_pesquisa .info .date {
    font-size: 12px;
    color: #464646;
}
.img_pesquisa .info .tit {
    font-size: 24px;
    color: #ed2915;
}
.img_pesquisa .info .text {
    font-size: 14px;
    color: #464646;
}


/* pesquisa celeb */
.section_fotos .box_media {
    height: 0;
    padding: 0 0 70% 0;
    position: relative;
}
.section_fotos .box_media .img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* artigo */
.artigo .box_media {
}
.img_artigo .img {
    padding: 0 20px 20px 0;
}
.img_artigo img {
    width: 100%;
}
.img_artigo .info .date {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding-bottom: 15px;
}
.img_artigo .info .tit {
    font-size: 32px;
    line-height: 38px;
    color: #ed2915;
    padding: 20px 0;
}
.img_artigo .info .text {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-align: justify;
}
.img_artigo .info .text b {
    /*
    display: inline-block;
    width: 100%;
    */
}

.img_artigo .info .text a {

    color: #ed2915;
    text-decoration: underline !important;
    font-weight: bold;

}

.img_artigo .text .box_video {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 75% 0;
    margin: 10px 0;
    display: inline-block;
}
.img_artigo .text .box_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img_artigo .ingredientes {
    width: 100%;
    display: block;
    clear: both;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    padding: 10px 10px 0;
    margin-bottom: 10px;
}
.artigo .follow {
    font-size: 16px;
    margin: 40px 0;
}
.artigo .follow a {
    color: #ed2915;
}
.artigo .spellcheck {
    font-size: 12px;
    color: #666;
    margin-top: 30px;
}
.box_extra {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #f2f2f2;
    padding: 10px;
}
.arrow-right {
    float: left;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 10px solid #f2f2f2;
    border-right: 0px solid transparent;
    border-bottom: 10px solid transparent;
    margin: 0 auto;
}
.box_fb {
    margin-top: 20px
}

.box_fb .fb_iframe_widget {
    width: 100% !important;
}
.box_fb .fb_iframe_widget > span {
    width: 100% !important;
}
.box_fb .fb_iframe_widget > span iframe {
    width: 100% !important;
}

.box_rel {
    margin-top: 20px;
}
.box_rel img {
    width: 100%;
    padding-right: 10px;
}
.box_rel a {
    color: #000;
}
.box_rel a:hover {
    color: #ed2915;
}
.social {
    margin-bottom: 10px;
}
.social div {
    float: left;
    margin-right: 10px;
}
.social .fb_iframe_widget > span iframe {
    z-index: 1000;
}
.social .comments {
    width: 88px;
    text-align: center;
    height: 62px;
    background: url(/img/bt_com_fb.png?v1) no-repeat;
}
.social .comments a.num-comments {
    display: inline-block;
    line-height: 36px;
    font-size: 13px;
    color: #333;
}
.social .comments a.num-comments:hover {
    text-decoration: underline;
}

.social .comments a.link-to-comments {
    display: block;
    clear: both;
    height: 20px;
    margin-top: 6px;
}
.social .comments a.link-to-comments:hover {
    background-color: rgba(0,0,0,.1);
}


/* votacao */
.img_vota_big {
}
.img_vota_big .img{
    padding-right: 20px;
}
.img_vota_big .img img{
    width: 100%;
}
.img_vota_big .date {
    margin: 0;
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}
.img_vota_big .tit {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #ed2915;
}
.img_vota_big .info .text {
    margin: 20px;
    font-size: 16px;
    color: #fff;
}
.img_vota_big #resposta {
    padding: 0;
    margin: 0;
}
.img_vota_big #resposta .radio {
    color: #666;
    font-size: 16px;
    margin: 20px 0;
    padding: 0;
}
.img_vota_big #resposta .radio img {
    width: 120px;
}
.img_vota_big #resposta .radio input[type="radio"] {
    float: none;
    margin: 0 10px;
}
.vota_opt {
    display: block;
}
.vota_opt #submit {
    float: left;
}
.vota_opt .resultados {
    float: right;
}
.img_vota_big #resposta #submit {
    position: static;
    background: #f2f2f2;
}
.img_vota_big  .resultados {
    position: static;
    background: #f2f2f2;
}

.img_vota .date {
    font-size: 12px;
    color: #464646;
}
.img_vota .tit {
    font-size: 24px;
    color: #ed2915;
}
.img_vota .votos {
    display: inline-block;
    text-align: center;
    background: url(/img/bck_sec_nav.png);
    padding: 6px 10px;
    text-transform: uppercase;
    color: #464646;
    float: right;
}
.img_vota .votos span {
    font-size: 30px;
    display: block;
}
.vota_info {
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #ed2915;
    background: url("/img/bck_sec_nav.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.results {
    margin: 20px 0;
    color: #666;
    font-size: 16px;
    font-weight: 300;
}
.bar {
    background: url(/img/bck_sec_nav.png);
    font-size: 100%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    width: 100%;
}
.baractive {
    background: none repeat scroll 0 0 #ed2915;
    height: 22px;
}
.barpercent {
    height: 22px;
    padding: 0;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 0;
    width: 50px;
    font-size: 14px;
}

.results.homepage {
    margin: 20px 0px;
    padding: 10px 10px 0 10px;
    background: #fff;
    overflow: hidden;
}
.results.homepage .bar {
    position: relative;
}
.results.homepage .baractive {
    background: #e0e0e0;
}
.results.homepage .result_ques {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 6px;
}
.results.homepage .result_num {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 6px;
}



/* extra */
.red {
    color: #ed2915;
}
.dotted_red {
    border-bottom: 1px solid #ed2915;
}
.dotted {
    padding-bottom: 20px;
    border-bottom: 1px dotted #333;
}
.dotted_top {
    border-top: 1px dotted #333;
}
.nomargin {
    margin: 0;
}



/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.clearfix:after {
    clear: both;
}



/* cols */
.col-300, .col-900 {
    float: left;
}

.col-300 {
    width: 300px;
}
.col-300 .mrec {
    margin: 20px auto 0;
}
.col-300 .mrec2 {
    margin: 20px auto 0;
}
.col-300 span.pub {
    margin: 0 auto;
}
.col-300 .stand {
    margin: 20px auto 0;
}
.col-300 #tabs {/*margin: 20px auto 0;*/
}
/*.col-300 .mais_ultimas {margin: 0 10px;}*/

/*
.col-300 {background-color: pink;}
.col-900 {background-color: orange;}
*/


.mm-page nav {
    display: none;
}

.mm-page {
    height: 300px;
    min-height: 300px;
    overflow: visible;
}


.hide_this {
    display: none;
}

/* media */
@media (max-width: 767px) {
    /* cols */
    .col-300, .col-900 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    /* cols */
    .col-900 {
        width: 420px;
    }
}
@media (min-width: 991px) {
    /* cols */
    .col-900 {
        width: 620px;
    }
}
@media (min-width: 1199px) {
    .row {
        max-width: 1200px; /*background-color: orange;*/
    }

    /* cols */
    .col-900 {
        width: 900px;
    }
}


@media (max-width: 1200px) {
    .logo {
        height: 100px;
    }
    .logo a {
        background-size: 70%;
    }

    .top_right {
        width: 460px;
        float: right
    }
    #top .pesquisa {
        padding: 10px;
    }

    /* menu_B */
    .notshow {
        display: none;
    }
    .box_menu {
        display: none;
    }
    /*
            .box_menu_b {display: block; padding: 10px 0;}
            .box_menu_b	.box_tit {display: none;}
        .box_menu_small .menu_open {display: block;}
        .box_menu_small .menu_open:hover a {background-color: #000;}
        .box_menu_small .menu_open:hover ul li a:hover {background-color: #1090dc;}
            .box_menu_small .menu_open:hover .menu_closed {display: block;}
    */

    .box_menu_c {
        display: block;
        padding: 10px 0;
    }
    .box_menu_small .menu_open {
        display: block;
    }
    .box_menu_small .menu_open:hover a {
        background-color: #000;
    }
    .box_menu_small .menu_open:hover ul li a:hover {
        background-color: #1090dc;
    }
    .box_menu_small .menu_open:hover .menu_closed {
        display: block;
    }

    .box_menu_resp {
        display: block;
    }

    /* row */
    #tabs {
        margin: 0 10px;
    }
    /*.mais_ultimas.home {margin: 0 0 20px 0;}*/
    .mrec {
        margin: 0 auto;
    }
    .mrec2 {
        margin: 0 auto;
    }
    .stand {
        margin: 0 auto 10px;
    }

    /* look do dia*/
    .img_look .info {
        margin: 10px 0 20px 0;
    }

    /* pesquisa */
    .pesquisa .box_resultado .right {
        text-align: left;
    }

    /* footer */
    .subscrive, .subsnews {
        float: none;
        margin: 0 auto;
    }

    /* artigo */
    /*.artigo .info {margin: 10px 0 0 0;}*/
    .img_artigo .img {
        padding: 0 0 20px 0;
    }
}

@media (max-width: 1000px) {
    #heightPH, #barraIOL, #mcd_footer {
        display: none;
    }

    .box_menu_b {
        display: block;
        padding: 10px 0;
    }
    .box_menu_b	.box_tit {
        display: none;
    }

    .box_menu_c {
        display: none;
    }

    .box_menu_resp {
        display: none;
    }
}

@media (max-width: 1024px) {
    /*
    #heightPH, #barraIOL, #mcd_footer {display: none;}
    
        .box_menu_b {display: block; padding: 10px 0;}
        .box_menu_b	.box_tit {display: none;}

    .box_menu_c {display: none;}

    .box_menu_resp {display: none;}
    */
    .mais_ultimas.home {
        margin: 0 10px 20px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*.box_manchete.wtf {width: 500px; margin: 0 auto;}*/

    .homepage_resp .list-ult li {
        display: none;
    }
    .homepage_resp .list-ult li:nth-child(1), .homepage_resp .list-ult li:nth-child(2), .homepage_resp .list-ult li:nth-child(3), .homepage_resp .list-ult li:nth-child(4) {
        display: block;
    }

    .hide_this {
        display: none;
    }

    .homepage_resp .col-ultimas {
        margin: 20px auto 0 auto;
    }
    .homepage_resp #halfnot1, .homepage_resp #halfnot2, .homepage_resp #halfnot3 {
        display: none;
    }

    .homepage_resp .box_manchete {
        padding-right: 20px;
    }
    .homepage_resp .col-ultimas #tabs {
        margin: 0;
    }
}

@media (max-width: 992px) {

    /*.box_menu {width: 100%; display: block; background: yellow; float: left; clear: both; margin: 0;}*/

    /* row */
    /*.box_manchete {width: 500px; padding: 20px; float: none;}*/
    span.pub {
        margin-bottom: 20px;
    }

    /* row2 */
    .box-videos, .box-fotos {
        padding: 0 10px; /*background-color: pink;*/
    }
    .row2 table tr {
        margin: 0;
    }

    /* row3 */
    .box-look, .box-moda {
        padding: 0 10px 10px;
    }
    .bt_look {
        width: 132px;
    }
    .box-top {
        padding: 0 10px 10px;
    }
    .lookdodia .slider {
        padding: 0;
        height: 0;
        padding-bottom: 75%
    }

    /* row5 */
    .box-mais_not, .box-mercado {
        padding: 10px 0;
    }

    /* row6 */
    .box-specials {
        margin: 10px 0;
    }

    /* footer */
    .leaderboard {
        display: none;
    }

    /* receitas */
    .img_moda .info {
        margin: 20px 0 0 0;
    }
    .img_moda .info .date, .img_moda .info .subtext, .img_moda .info .text, .img_moda .info .tit {
        margin: 0;
    }

    /* artigo */
    .box_rel img {
        padding: 0px;
    }

    /* pub */
    .pub_artigo {
        display: none;
    }

    .box_slider .slides {
        padding: 0 0 75% 0;
    }
    .box_slider .slides .flex-viewport {
        padding: 0 0 75% 0;
    }
    /*
    .box_slider .slides .fixthis {
        width: 150%;
        height: 150%;
    }
    */
    .box_slider a .tit {
        font-size: 14px;
        line-height: 16px;
    }

    .box_galeria .prevContainer .prev {
        width: 40px;
        height: 40px;
        /*background-position: -20px -100px;*/
        background-size: 200%;
    }
    .box_galeria .nextContainer .next {
        width: 40px;
        height: 40px;
        /*background-position: -100px -100px;*/
        background-size: 200%;
    }

    .box_galeria .text {
        font-size: 16px;
        line-height: 16px;
    }

    .box-playit .prevContainer .prev, .box_media .prevContainer .prev, .outter_box_galeria .prevContainer .prev {
        width: 40px;
        height: 40px;
        /*background-position: -20px -100px;*/
        background-size: 200%;
    }
    .box-playit .nextContainer .next, .box_media .nextContainer .next, .outter_box_galeria .nextContainer .next {
        width: 40px;
        height: 40px;
        /*background-position: -100px -100px;*/
        background-size: 200%;
    }
}

@media (max-width: 767px) {
    .top_right {
        width: 100% !important;
        float: none;
        padding: 0;
    }

    #top .social-media {
        margin: 30px 20px 0 0;
    }

    .out_box_manchete {
        margin: 0 10px;
    }
    .out_box_manchete .prevContainer .prev {
        width: 40px;
        height: 40px;
        /*background-position: -20px -100px;*/
        background-size: 200%;
    }
    .out_box_manchete .nextContainer .next {
        width: 40px;
        height: 40px;
        /*background-position: -100px -100px;*/
        background-size: 200%;
    }
    .manchetes .slider .item .box_tit {
        font-size: 18px;
    }
    .manchetes .slider .item .box_tit .text {
        height: auto;
        padding: 0 6px;
    }

    .iosSliderButtons {
        display: none;
    }

    .lookdodia .nextContainer {
        left: auto;
    }

    /*.box_menu_b {float: left; width: 100%;}*/

    /* row2 */
    .row2 table tr {
        margin: 0;
    }

    /* row3 */
    .box-look {
        padding-bottom: 0px;
    }
    .bt_look {
        width: 162px;
        position: static;
        margin: 10px auto;
    }

    .box-look .moda-pic-big, .box-moda .moda-pic-big {
        padding: 0;
    }
    /*.box-moda .moda-pic-small {padding: 10px 0 0 0 !important;}*/
    .box-moda .moda-pic-small {
        margin: 10px 0;
    }

    .lookdodia .nextContainer {
        left: auto;
        right: 0;
        margin: 0;
    }

    /* row6 */
    .news li {
        width: 100%
    }
    .box-mais_not {
        padding: 10px;
    }
    .box-mais_not .item_not {
        width: 100%;
    }
    .box-mais_not .item_not .tit {
        height: auto;
    }

    .box-specials li {
        margin: 10px;
    }

    .box-section {
        margin: 0 10px;
    }
    .section_name, .section_nav {
        margin: 20px 0;
    }

    .box_media {
        margin: 0;
    }
    .box-section .box_media, .box-playit {
        margin: 0 0 20px 0; /*background-color: orangered;*/
    }

    /* footer */
    .subscrive, .subsnews {
        display: none;
    }
}

@media (max-width: 639px) {

}

@media (min-width: 0px) and (max-width: 767px) {
    /*.row {background-color: purple;}*/
    .row2, .row3, .row4, .row6 {
        display: none;
    }
    .menu_bottom {
        display: block;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .row {
        max-width: 640px;/* background-color: red;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .iosSliderButtons {
        display: none;
    }

    .box-videos .media_outter.media_videos, .box-fotos .media_outter.media_fotos, .row4, .row6  {
        display: none;
    }

    .row {
        max-width: 720px; /*background-color: yellow;*/
    }

    /* row2 */
    /*.box-moda .moda-pic-small {padding: 16px 0 0 10px;}*/
    .news li {
        width: 33.33333333333333%
    }
    .box-mais_not .item_not {
        width: 50%;
    }
    .box-mais_not .item_not .tit {
        height: 44px;
    }
    /*
            .stand_impressa {margin: 20px 50px;}
            .box-specials_mini {margin: 20px 30px;}
    */
    /* row3 */
    .box-top {
        padding: 0 10px 10px;
    }

    .box-look {
        min-height: 432px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .box-videos .media_outter.media_videos, .box-fotos .media_outter.media_fotos, .row4, .row6  {
        display: none;
    }
    .hide_this {
        display: block;
    }
    .revista_on {
        display: inline-block;
    }

    .row {
        max-width: 920px; /*background-color: green;*/
    }
    .box_menu {
        width: 100%;
        margin: 0; /*background-color: pink;*/
    }
    .box_menu ul {
        text-align: center;
    }
    .box_menu li {
        margin: 0 4px
    }
    /*
            .stand_impressa {margin: 20px 80px;}
            .box-specials_mini {margin: 20px 60px;}
    */
    /* row */
    /*.box_manchete {width: 400px; padding: 0px; float: left;}*/
    .iosSliderButtons {/*display: none;*/
    }

    /* row2 */
    .box-videos, .box-fotos {
        padding: 0 0 0 10px;
    }
    .row2 table {
        margin: 0;
    }
    .row2 table tr {
        display: block;
        margin: 0;
    }

    #resposta #submit, .resultados {
        font-size: 14px;
    }

    /* row3 */
    .box-look, .box-moda {
        padding: 0 10px 10px;
    }

    /* row6 */
    .box-specials li {
        margin: 0 15px;
    }

    .box-look {
        min-height: 524px;
    }
}



/* signos */
#conthoroscopo {
    padding-top: 20px;
}
#conthoroscopo .imagem {
    float: left;
    margin-right: 10px;
    width: 200px;
    background-color: #fafafa;
}
#conthoroscopo .imagem img {
    width: 100%;
}
#conthoroscopo .secresult {
    font-size: 26px;
    text-transform: uppercase;
    color: #ed2915;
}
#conthoroscopo .date {
    color: #999;
    text-transform: uppercase;
    margin: 3px 0 15px 0;
    font-size: 15px;
}
#conthoroscopo .carac {
    color: #666;
    font-size: 17px;
}
#conthoroscopo .carac span {
    text-transform: uppercase;
    display: block;
    font-weight: 300;
}

#conthoroscopo .nextpage {
    text-align: center;
    padding-right: 10px;
    width: 85%;
}

#linkshoroscopo {
    clear: both;
    margin: 20px 0;
}
#linkshoroscopo li {
    float: left;
    width: 14.285%;
    font-size: 16px;
    text-align: center;
}

#todossignos {
}
#todossignos li {
    width: 16.667%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

#todossignos li a {
    width: 100%;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    display: block;
}

.carneiro {
    background-image: url(/img/signos/imagens/carneiro.png);
}
.touro {
    background-image: url(/img/signos/imagens/touro.png);
}
.gemeos {
    background-image: url(/img/signos/imagens/gemeos.png);
}
.caranguejo {
    background-image: url(/img/signos/imagens/caranguejo.png);
}
.leao {
    background-image: url(/img/signos/imagens/leao.png);
}
.virgem {
    background-image: url(/img/signos/imagens/virgem.png);
}
.balanca {
    background-image: url(/img/signos/imagens/balanca.png);
}
.escorpiao {
    background-image: url(/img/signos/imagens/escorpiao.png);
}
.sagitario {
    background-image: url(/img/signos/imagens/sagitario.png);
}
.capricornio {
    background-image: url(/img/signos/imagens/capricornio.png);
}
.aquario {
    background-image: url(/img/signos/imagens/aquario.png);
}
.peixes {
    background-image: url(/img/signos/imagens/peixes.png);
}

#todossignos a {
}
#todossignos li:hover {
    background-color: #fafafa;
}

#conthoroscopo .titulo {
    color: #ed2915;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
#conthoroscopo .txt {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}



/* tempo */
.tempo h1 {
    display: inline-block;
    margin-top: 20px;
    float: left;
}

.resumo-portugal {
    overflow: hidden;
}
.resumo-portugal li {
    float:left;
    width: 20%;
    text-align: center;
}
.resumo-portugal li img {
    width: 100%;
}
.resumo-portugal strong {
    font-size: 20px;
    font-weight: 300;
}
.resumo-portugal a {
    padding: 10px;
}

#nav {
    margin: 20px 0;
}
#nav li {
    text-align: center;
    text-transform: uppercase;
    float:left;
}
#nav li span {
    display: block;
    padding: 3px 10px;
    background-color: #2d2e67;
    color: #fff;
}
#nav a {
    display: block;
    padding: 3px 10px;
}

.previsao h1 {
    display: inline-box;
    margin: 10px 0;
}

.outras {
    display: inline-block;
    margin: 20px 20px;
}
.outras select {
}

.previsao {
}

.previsao .vento {
    padding: 3px 0 3px 10px;
    border-top:dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    background-image: url('/images/tempo/vento2.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    text-align: left;
}
.previsao .min {
    padding: 3px 0 3px 10px;
    border-top:dashed 1px #ccc;
    background-image: url('/images/tempo/temp_max.png');
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    display: block;
}
.previsao .max {
    padding: 3px 0 3px 10px;
    border-top:dashed 1px #ccc;
    background-image: url('/images/tempo/temp_min.png');
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    display: block;
}
.previsao .grid_2, .previsao .grid_4 {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    width: 25%;
    float: left;
}
.previsao .grid_2 img, .previsao .grid_4 img {
    width: 85%;
    height: auto;
    margin: 0 auto;
}
.previsao .desc {
    padding: 3px 0;
    height: 46px;
    display: block;
}

.listaCidades {
    margin: 10px 0
}
.listaCidades li {
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px
}

.listaCidades li span {
    display: inline-block;
    width: 15%;
    text-align: center;
}
.listaCidades li .tit3 {
    width: 50%;
    text-align: left;
    padding: 10px;
}
.listaCidades li img {
    width: 65%;
}

.listaCidades li a, .resumo-portugal li a {
    display: block;
    text-decoration: none;
    color: #666;
}
.listaCidades li a:hover, .resumo-portugal li a:hover {
    background-color: #fafafa;
    text-decoration: none;
}

.tit2 {
    background: #fafafa;
    padding: 10px;
    color: #2d2e67;
}


/*
.moda_beleza .item_not a {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        color: #333;
        text-decoration: none;
        text-align: left;
}
.moda_beleza .item_not a:hover {
        color: #ed2915;
}
.moda_beleza .item_not .img {
        position: relative;
        width: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
}
.moda_beleza .item_not .img img {
        width: 100%;
}
.moda_beleza .item_not .imgover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        border: 5px solid #ed2915;
}
.moda_beleza .item_not a:hover .imgover {
        display: block;
}
.moda_beleza .item_not .tit {
        height: 64px; overflow: hidden;
}
*/


.generic_section .item_not {

}
.generic_section .item_not {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333;
    text-decoration: none;
    text-align: left;
    z-index: 1000;
}
.generic_section .item_not:hover {
    color: #ed2915;
}

.generic_section .item_not .img {
    position: relative;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
.generic_section .item_not .img img {
        width: 100%;
}
.generic_section .item_not .imgover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        border: 5px solid #ed2915;
}
.generic_section .item_not:hover .imgover {
        display: block;
}
*/
.generic_section .item_not .tit {
    height: 64px;
    overflow: hidden;
}

.img_generic .info {
    background-color: #092054;
    /*
    background-image: url(/img/bck_corner.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    */
    color: #fff;
}

.img_generic .info .img {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img_generic img, .img_moda img {
    width: 100%;
}
.img_generic .info {
    overflow: hidden;
}
.img_generic .info:hover {
    /*background-color: #ed2915;*/
}
.img_generic .info .date {
    font-size: 14px;
    border-bottom: 1px dotted #fff;
    margin: 20px;
    padding: 0;
}
.img_generic .info .tit {
    margin: 20px;
    font-size: 32px;
    line-height: 38px;
    padding: 0x;
}
.img_generic .info:hover .tit {
    /*background-color: #ed2915;*/
}


/* assinatura */
.assinaturas {
    font-size: 16px;
    font-weight: 300;
}
.assinaturas span {
    font-size: 18px;
    font-weight: 400;
    display: block;
}

#mcd_footer {
    width: 99.999% !important;
}

/* blogs de lux(0) */
#blogs_luxo {
    margin-left: 20px;
}
#blogs_luxo .section {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ed2915;
    border-bottom: 1px solid #ed2915;
    margin: 20px 0 0 0;
}
#blogs_luxo .text{
    font-size: 16px;
}
#blogs_luxo .text span {
    display: block;
    font-size: 18px;
}
#blogs_luxo .img {
    border-radius: 50%;
    overflow: hidden;
    width: 118px;
    height: 118px;
}
#blogs_luxo li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #e0e0e0;
}



.bannertopopersonalidades {
    text-align: center;
    margin: 10px 0;
}

.bannertopopersonalidades .imgbannerhomepersonalidades {
    max-width:450px;
    width:100%;
    margin:0 auto;
}
.titulobannerhomepersonalidades {
    font-size: 35px;
    color:#aa9856;
    padding:10px 0 ;
    line-height: 1;
}

@media(max-width:700px){
    .titulobannerhomepersonalidades {
        font-size: 7.8vw;
    }
}







#foot-wrap footer#foot-wrap {
    padding: 30px 0;
}

#foot-wrap {
    -webkit-backface-visibility: hidden;

    border-top: 1px solid #ddd;
    padding: 60px 0 30px;
    width: 100%;
    overflow: hidden;
 /* ff 3.6+ */
    background:-moz-linear-gradient(131deg, rgba(0, 0, 0, 0.94) 0%, rgba(51, 51, 51, 1) 100%); 

    /* safari 5.1+,chrome 10+ */
    background:-webkit-linear-gradient(131deg, rgba(0, 0, 0, 0.94) 0%, rgba(51, 51, 51, 1) 100%);

    /* opera 11.10+ */
    background:-o-linear-gradient(131deg, rgba(0, 0, 0, 0.94) 0%, rgba(51, 51, 51, 1) 100%);

    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 );

    /* ie 10+ */
    background:-ms-linear-gradient(131deg, rgba(0, 0, 0, 0.94) 0%, rgba(51, 51, 51, 1) 100%);

    /* global 94%+ browsers support */
    background:linear-gradient(131deg, rgba(0, 0, 0, 0.94) 0%, rgba(51, 51, 51, 1) 100%);
}

#foot-wrap .left, #foot-wrap .alignleft {
    float: left;
}

#foot-wrap ol, #foot-wrap ul {
    list-style: none;
}

#foot-wrap .relative {
    position: relative;
}

#foot-wrap .sec-marg-out, #foot-wrap .sec-marg-out2, #foot-wrap .sec-marg-out4 {
    float: right;
    margin-left: -60px;
    right: 30px;
    width: 100%;
}

#foot-wrap .sec-marg-in, #foot-wrap .sec-marg-in2, #foot-wrap .sec-marg-in4 {
    margin-left: 60px;
}

#foot-wrap #foot-top {
    margin-bottom: 30px;
}

#foot-wrap #foot-top, #foot-bot {
    width: 100%;
}

#foot-wrap .foot-widget:first-child {
    margin-left: 0;
}

#foot-wrap .foot-logo {
    line-height: 0;
    margin-bottom: 20px;
    width: 100%;
}

#foot-wrap img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

#foot-wrap .foot-info-text {
    margin-bottom: 15px;
    width: 100%;
    font-size: 12px;
}

#foot-wrap .foot-widget p {
    margin-bottom: 15px;
}

#foot-wrap .foot-widget {
    color: #aaa;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    /* margin: 0 0 30px 2.05058099795%; */
    width: 33.3%;
}

@media screen and (max-width: 951px){
    #foot-wrap .foot-widget:first-child, #foot-wrap .foot-widget:nth-child(2) {
        width: 50%;
    }

    #foot-wrap .foot-widget:nth-child(3n+3) {
        width: 100%;
    }
}


#foot-wrap h3.foot-head {

    letter-spacing: 0px;
    text-transform: none;
    color: #ff131c !important;
    font-size: 17px !important;
    font-style: italic;
    margin-bottom: 15px;
    color: #bbb;
    float: left;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .15rem;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    margin-top:27px;
}



#foot-wrap p.f-text {
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 32px;
}

#foot-wrap a {
    color: #f5f5f5;
    text-decoration: underline;
}

#foot-wrap .f-apps .app-store {
    margin-top: 0px;
    margin-bottom: 12px;
    transition: all 300ms ease 0s;
}

#foot-wrap .app-store {
    margin-top: 30px;
    padding-right: 10px;
}

#foot-wrap #foot-top, #foot-bot {
    width: 100%;
}

#foot-wrap .foot-menu {
    float: right;
    max-width: 60%;
}

#foot-wrap .foot-menu ul.menu {
    float: right;
    width: 100%;
}


#foot-wrap .capas-row {
    display: grid;
    grid-template-columns: 33% 30% 30%;
    column-gap: 3%;
    align-items: center;
}



#foot-wrap .foot-menu ul.menu li {
    float: right;
    margin-left: 20px;
}

#foot-wrap .foot-menu ul.menu li a {
    font-size: .75rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}
#foot-wrap .foot-copy {
    float: left;
    max-width: 40%;
}

#foot-wrap .foot-copy p {
    color: #aaa;
    font-size: .7rem;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 951px){
    #foot-wrap .foot-menu {
        float: left;
        margin-bottom: 15px;
        max-width: 100%;
        width: 100%;
    }
    #foot-wrap .capas-row {
        grid-template-columns: 33% 33% 33%;
    }

    #foot-wrap .foot-widget:nth-child(3n+3) {
        width: 100%;
    }

    #foot-wrap .foot-menu ul.menu li {
        float: none;
        margin-left: 0;
    }
}
#foot-wrap .capa-col {
    transform: scale(0.9, 0.9);
    opacity: 0.6;
}
#foot-wrap .capa-col:first-child {
    transform: scale(1, 1);
    opacity: 1;
}

@media screen and (max-width: 520px){
    #foot-wrap .foot-widget:first-child, #foot-wrap .foot-widget:nth-child(2) {
        width: 100%;
    }
}

#foot-wrap .postfooter {
    clear: both;
    height: 20px;
    width: 100%;
    align-content: center;
    text-align: center;
    background-color: #000;
    padding: 30px 0 30px;
    width: 100%;
}