﻿/* ===========   RESET   =========== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

/*    Base    */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -ms-overflow-style: scrollbar;
}

html, button, input, select, textarea {
    font-family: 'Raleway-Light', Tahoma, Geneva, sans-serif;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    position: relative;
}
/*    Links    */
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a {
    outline: 0;
}

    a:hover, a:active, a:focus {
        outline: 0;
        border: none;
        outline-offset: 0;
        transition: all 0.5s ease;
    }

/*    Typography    */
abbr[title] {
    border-bottom: 1px dotted;
}


dfn {
    font-style: italic;
}

ins {
    text-decoration: none;
}

mark {
    font-style: italic;
    font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'Menlo', 'courier new', monospace;
    font-size: 1em;
}
/* Improve readability of pre-formatted text */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/*    Lists    */
ul, ol, dd {
    margin: 0;
    padding: 0;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

ul, li {
    list-style: none;
    list-style-image: none;
}
/*    Embedded content    */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
/* Correct overflow not hidden in IE9 */
svg:not(:root) {
    overflow: hidden;
}
/*    Figures    */
figure {
    margin: 0;
    position: relative;
    text-align: center;
}
/*    Forms    */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
/* Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */
button, input {
    line-height: normal;
}
    /*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }
        /* Re-set default cursor for disabled elements */
        button[disabled], input[disabled] {
            cursor: default;
        }
    /* Consistent box sizing and appearance */
    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        input[type="search"]:-webkit-search-decoration, input[type="search"]:-webkit-search-cancel-button {
            -webkit-appearance: none;
        }
    /* Remove inner padding and border in FF3/4: h5bp.com/l */
    button:-moz-focus-inner, input:-moz-focus-inner {
        border: 0;
        padding: 0;
    }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
/*    Tables    */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}
/*    Chrome Frame Prompt   */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
h1, h2, h3 {
    page-break-after: avoid;
    margin: 0;
    font-weight: normal;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /* Don't show links for images, or javascript/internal links   */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    #page img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
}

h1, h2, h3, h4, h5 {
    page-break-after: avoid;
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ===========   FONTS   =========== */

@font-face {
    font-family: 'CormorantGaramond-Light';
    src: url('/fonts/CormorantGaramond-Light.eot');
    src: local('☺'), url('/fonts/CormorantGaramond-Light.woff') format('woff'), url('/fonts/CormorantGaramond-Light.ttf') format('truetype'), url('/fonts/CormorantGaramond-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CormorantGaramond-Regular';
    src: url('/fonts/CormorantGaramond-Regular.eot');
    src: local('☺'), url('/fonts/CormorantGaramond-Regular.woff') format('woff'), url('/fonts/CormorantGaramond-Regular.ttf') format('truetype'), url('/fonts/CormorantGaramond-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantGaramond-Medium';
    src: url('/fonts/CormorantGaramond-Medium.eot');
    src: local('☺'), url('/fonts/CormorantGaramond-Medium.woff') format('woff'), url('/fonts/CormorantGaramond-Medium.ttf') format('truetype'), url('/fonts/CormorantGaramond-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantGaramond-SemiBold';
    src: url('/fonts/CormorantGaramond-SemiBold.eot');
    src: local('☺'), url('/fonts/CormorantGaramond-SemiBold.woff') format('woff'), url('/fonts/CormorantGaramond-SemiBold.ttf') format('truetype'), url('/fonts/CormorantGaramond-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CormorantGaramond-Bold';
    src: url('/fonts/CormorantGaramond-Bold.eot');
    src: local('☺'), url('/fonts/CormorantGaramond-Bold.woff') format('woff'), url('/fonts/CormorantGaramond-Bold.ttf') format('truetype'), url('/fonts/CormorantGaramond-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('/fonts/RobotoCondensed-Regular.eot');
    src: local('☺'), url('/fonts/RobotoCondensed-Regular.woff') format('woff'), url('/fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('/fonts/RobotoCondensed-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/Roboto-Bold.eot');
    src: local('☺'), url('/fonts/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto-Bold.ttf') format('truetype'), url('/fonts/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.eot');
    src: local('☺'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/fonts/Roboto-Light.eot');
    src: local('☺'), url('/fonts/Roboto-Light.woff') format('woff'), url('/fonts/Roboto-Light.ttf') format('truetype'), url('/fonts/Roboto-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot');
    src: url('/fonts/icomoon.eot#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf') format('truetype'), url('/fonts/icomoon.woff') format('woff'), url('/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===========   ICONES   =========== */

.icon-logo:before {
    content: "\e900";
}

.icon-logo_m:before {
    content: "\e903";
}

.icon-user:before {
    content: "\e901";
}

.icon-search:before {
    content: "\e902";
}

.icon-share:before {
    content: "\e905";
}

.icon-photos:before {
    content: "\e906";
}

.icon-videos:before {
    content: "\e907";
}

.icon-facebook:before {
    content: "\e90d";
}

.icon-tweet:before {
    content: "\e666";
}

.icon-instagram:before {
    content: "\e908";
}

.icon-pinterest:before {
    content: "\e923";
}

.icon-whatsapp:before {
    content: "\e929";
}

.icon-arrow_left:before {
    content: "\e90b";
}

.icon-arrow_right:before {
    content: "\e90c";
}

.icon-close:before {
    content: "\e909";
}

.icon-maximize:before {
    content: "\e90a";
}

.icon-comentario:before {
    content: "\e912";
}

.icon-mail:before {
    content: "\e913";
}

.icon-flag:before {
    content: "\e90e";
}

.icon-vote:before {
    content: "\e90f";
}

.icon-google_plus:before {
    content: "\e910";
}

.icon-linkedin:before {
    content: "\e911";
}

.icon-bookmark:before {
    content: "\e914";
}

.icon-print:before {
    content: "\e915";
}

.icon-galeria_left:before {
    content: "\e916";
}

.icon-galeria_right:before {
    content: "\e917";
}

.icon-thumbnails:before {
    content: "\e918";
}

.icon-settings:before {
    content: "\e919";
}

.icon-epaper:before {
    content: "\e91a";
}

.icon-bookmark_added:before {
    content: "\e91b";
}


/* ===========   GERAL   =========== */

.img-heightResponsive {
    height: 100%;
    width: auto;
}

.modal-content {
    border-radius: 0;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    border: none;
}

body {
    background: #FFFFFF;
    /*background: #F7F5F6;*/
}

.barra_cofina {
    height: 46px;
}

.espacoTop {
    /*margin-top: 75px;*/
}

header .header {
    position: relative;
}

.header .logo {
    background: #FAF7F4;
    padding: 8px 0;
}

.header h1 {
    width: 155px;
    height: 33px;
    margin: 4px 0 0 45px;
}

    .header h1 a {
        width: 155px;
        height: 33px;
        display: block;
        overflow: hidden;
        text-align: center;
    }

        .header h1 a .icon_logo {
            width: 155px;
            height: 33px;
            background: url(/i/logo_x2.png) center no-repeat scroll;
            background-size: contain;
            display: block;
            overflow: hidden;
        }

.pub {
    text-align: center;
}

.header .topBar {
    background: #ffffff;
    padding: 8px 10px;
    position: relative;
    height: 60px;
    border-bottom: 1px solid #E4DEE0;
}

    .header .topBar:after {
        clear: both;
        display: table;
        content: "";
    }

    .header .topBar .menuTopBar {
        padding: 5px 0 0 40px;
        float: left;
    }

.menuTopBar li {
    display: inline-block;
    font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
}

    .menuTopBar li a {
        color: #0A0A0B;
        display: block;
        padding: 0 15px;
    }

        .menuTopBar li a:hover {
            color: #929497;
            text-decoration: none;
        }

.menuSubcatBar {
    padding: 5px 0;
    border-bottom: 1px solid #E8E7E5;
    background: #FAF7F4;
}

.scrollingPage .menuSubcatBar ul {
    margin-left: 82px;
}

.menuSubcatBar li {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: middle;
}

    .menuSubcatBar li span {
        color: #0A0A0B;
        display: block;
        padding: 0 15px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    }

    .menuSubcatBar li a {
        color: #0A0A0B;
        display: block;
        padding: 0 15px;
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    }

        .menuSubcatBar li a:hover {
            color: #0A0A0B;
            text-decoration: none;
        }

.header .topBar .hamburguer {
    margin: 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 16px;
    top: 22px;
    display: block;
    border-radius: 0;
    width: 22px;
    height: 22px;
}

.header .navbar-toggle .icon-bar {
    background: #0A0A0B;
    width: 22px;
    height: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.header .topBar .utilitiesTopBar {
    position: absolute;
    right: 5px;
    top: 16px;
    padding: 3px 0 0 0;
}

    .header .topBar .utilitiesTopBar > ul > li {
        display: inline-block;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
        vertical-align: bottom;
    }

        .header .topBar .utilitiesTopBar > ul > li a {
            color: #929497;
            display: block;
            padding: 0 10px;
        }

            .header .topBar .utilitiesTopBar > ul > li a:hover {
                color: #0A0A0B;
                text-decoration: none;
            }

            .header .topBar .utilitiesTopBar > ul > li a.icon-user {
                color: #0A0A0B;
                font-size: 32px;
                line-height: 26px;
                text-decoration: none;
            }

            .header .topBar .utilitiesTopBar > ul > li a .icon-settings {
                color: #0A0A0B;
                font-size: 20px;
                vertical-align: text-bottom;
                text-decoration: none;
                padding-left: 5px;
            }

            .header .topBar .utilitiesTopBar > ul > li a .nomeUtilizador {
                color: #0A0A0B;
                font-size: 12px;
                text-transform: none;
                font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
            }

            .header .topBar .utilitiesTopBar > ul > li a.icon-search {
                color: #0A0A0B;
                font-size: 26px;
                line-height: 24px;
                text-decoration: none;
            }

.pesquisaMain {
    background: #0A0A0B;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 7px;
    width: 300px;
    height: 44px;
    z-index: 99;
    text-align: left;
    display: none;
}

    .pesquisaMain input {
        width: 75%;
        height: 30px;
        font-size: 16px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        color: #929497;
        padding: 5px;
        float: left;
        border: 0;
        background: #0A0A0B;
    }

    .pesquisaMain ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #929497;
    }

    .pesquisaMain ::-moz-placeholder { /* Firefox 19+ */
        color: #929497;
    }

    .pesquisaMain :-ms-input-placeholder { /* IE 10+ */
        color: #929497;
    }

    .pesquisaMain :-moz-placeholder { /* Firefox 18- */
        color: #929497;
    }

    .pesquisaMain button.ok {
        background: #0A0A0B;
        color: #ffffff;
        font-size: 26px;
        line-height: 24px;
        text-decoration: none;
        float: left;
        padding: 3px 5px;
        text-transform: uppercase;
        vertical-align: bottom;
        border: none;
    }

    .pesquisaMain .icon-close, .seguirMain .icon-close {
        position: absolute;
        right: 11px;
        top: 11px;
        font-size: 22px;
        color: #ffffff;
        text-decoration: none;
    }

.seguirMain {
    background: #0A0A0B;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 7px;
    width: 300px;
    height: 44px;
    z-index: 99;
    text-align: left;
    display: none;
}


.lista_1destaque {
    margin-bottom: 60px;
}

.lista_2destaques {
    margin-bottom: 30px;
}

.lista_1destaque .lead_info {
    margin: -30px auto 0 auto;
}

.lista_1destaque figure {
    background: #000000;
}

    .lista_1destaque figure:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.lista_1destaque .lead_info h1 {
    font-size: 30px;
    line-height: 28px;
    text-transform: inherit;
}

/* main menu */

#mainMenu {
    background: #F7F5F6;
    left: -100%; /* start off behind the scenes */
    top: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2147483639;
    padding: 60px 10px 10px 10px;
    overflow-x: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mainMenuOpen .icon-bar:nth-child(1), .mainMenuOpen .icon-bar:nth-child(2) {
    display: none;
}

.mainMenuOpen .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mainMenuOpen .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mainMenuOpen {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
}

#mainMenu .navegacaoLateral > li {
    border-bottom: 1px solid rgba(231,225,228,0.5);
}

    #mainMenu .navegacaoLateral > li:after {
    }

    #mainMenu .navegacaoLateral > li > a {
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        color: #0A0A0B;
        text-decoration: none;
        display: block;
        padding: 15px 10px;
    }

        #mainMenu .navegacaoLateral > li > a:hover {
            background: rgba(231,225,228,0.5);
        }

    #mainMenu .navegacaoLateral > li > ul {
        padding: 0 0 10px 15px;
    }

        #mainMenu .navegacaoLateral > li > ul > li {
            padding: 5px 0;
        }

            #mainMenu .navegacaoLateral > li > ul > li > span {
                font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
                text-transform: uppercase;
                font-size: 16px;
                color: #0A0A0B;
                line-height: 1;
                padding-right: 5px;
            }

            #mainMenu .navegacaoLateral > li > ul > li > a {
                font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
                text-transform: uppercase;
                font-size: 16px;
                color: #0A0A0B;
                line-height: 1;
            }

                #mainMenu .navegacaoLateral > li > ul > li > a:hover {
                    color: #929497;
                    text-decoration: none;
                }

#mainMenu .redesSociais {
    text-align: left;
    margin-top: 15px;
    border-bottom: 1px solid rgba(231,225,228,0.5);
    padding-bottom: 15px;
}

    #mainMenu .redesSociais li {
        display: inline-block;
        margin: 3px;
        border: 1px solid #929497;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 45px;
    }

        #mainMenu .redesSociais li a {
            color: #444444;
            text-decoration: none;
        }

            #mainMenu .redesSociais li a:hover {
                color: #929497;
            }

            #mainMenu .redesSociais li a.icon-facebook,
            #mainMenu .redesSociais li a.icon-instagram,
            #mainMenu .redesSociais li a.icon-tweet,
            #mainMenu .redesSociais li a.icon-pinterest {
                font-size: 22px;
            }

#mainMenu .btNewsletter {
    display: block;
    text-align: center;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #0A0A0B;
    line-height: 1;
    text-decoration: none;
    background: rgba(231,225,228,0.5);
    margin-top: 5px;
    padding: 20px 10px;
}

    #mainMenu .btNewsletter span {
        color: #ba2329;
        font-size: 10px;
        vertical-align: top;
        margin-left: 10px;
    }

#mainMenu a.assinarMenu {
    color: #ba2329 !important;
}

.masthead {
    text-align: center;
    margin-bottom: 15px;
}

.masthead_bottom {
    margin-bottom: 15px;
}

.leaderboard {
    margin: 30px 0 15px 0;
    text-align: center;
}

    .leaderboard > .pub {
        margin: 0 auto;
        text-align: center;
    }

    .masthead .pubTxt, .leaderboard .pubTxt {
        text-align: center;
        color: #A18A97;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        display: block;
        margin-top: 2px;
    }

.m-rec + .pubTxt {
    text-align: center;
    color: #A18A97;
    font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
}

.destaques_hp {
    padding-bottom: 30px;
    position: relative;
}

    .destaques_hp article {
        float: left;
        margin: 0.31%;
        width: 19.50%;
        text-align: left;
    }

        .destaques_hp article:first-child {
            margin-left: 0;
        }

        .destaques_hp article:last-child {
            margin-right: 0;
        }

        .destaques_hp article figure {
            margin-bottom: 5px;
            position: relative;
            background: #000000;
        }

            .destaques_hp article figure:hover img {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                filter: alpha(opacity=90);
                opacity: 0.9;
            }

        .destaques_hp article h1 {
            font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
            font-size: 13px;
            text-transform: uppercase;
        }

            .destaques_hp article h1 a {
                color: #0A0A0B;
            }

                .destaques_hp article h1 a:hover {
                    color: #333333;
                    text-decoration: none;
                }

.navbar-fixed-top {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 2147483640;
}

.container-sideBar {
    position: relative;
}

    .container-sideBar .sideBar {
        text-align: center;
    }

.lead_info {
    width: 90%;
    background: #ffffff;
    border-top: 5px solid #231F20;
    text-align: center;
    padding: 5px 5px 15px 5px;
    margin: -30px auto 0 auto;
    position: relative;
}

    .lead_info h2 {
        display: inline-block;
        padding: 0 25px 2px 25px;
        border-bottom: 1px solid #231F20;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }


    .lead_info h1 {
        display: block;
        font-family: 'CormorantGaramond-Light', 'Times New Roman', Times, serif;
        font-size: 28px;
        line-height: 26px;
        padding: 10px 0 15px 0;
        text-transform: uppercase;
    }

        .lead_info h1 a, .lead_info h2 a {
            color: #0A0A0B;
        }

            .lead_info h1 a:hover, .lead_info h2 a:hover {
                text-decoration: none;
            }

    .lead_info .lead {
        display: none;
    }

    .lead_info .autor {
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #929497;
        position: relative;
        display: inline-block;
    }

        .lead_info .autor strong {
            font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        }

            .lead_info .autor strong a {
                color: #929497;
                text-decoration: none;
            }

        .lead_info .autor .icon-share {
            color: #989A9E;
            text-decoration: none;
            font-size: 22px;
            padding: 0 0 0 15px;
            vertical-align: sub;
        }

.cxVideos .lead_info {
    margin: -30px auto 0 auto;
}

.lista_2destaques .lead_info, .lista_3destaques .lead_info, .asMais_lidas_LD .lead_info, .mais_do_canal .lead_info {
    width: 100%;
    background: none;
    border-top: none;
    text-align: center;
    padding: 5px 0;
    margin: 0 0 45px 0;
}

.outros_videos .lead_info {
    width: 100%;
    background: none;
    border-top: none;
    text-align: center;
    padding: 5px;
    margin: 0 0 15px 0;
}

.lista_2destaques .lead_info h1, .lista_3destaques .lead_info h1, .asMais_lidas_LD .lead_info h1, .mais_do_canal .lead_info h1 {
    font-size: 26px;
    line-height: 26px;
    padding: 2px 0 5px 0;
    font-family: 'CormorantGaramond-SemiBold', 'Times New Roman', Times, serif;
    text-transform: inherit;
}

.outros_videos .lead_info h1 {
    font-size: 20px;
    line-height: 20px;
    padding: 2px 0 5px 0;
    font-family: 'CormorantGaramond-SemiBold', 'Times New Roman', Times, serif;
    text-transform: inherit;
}

.lista_2destaques .lead_info .lead, .lista_3destaques .lead_info .lead, .mais_do_canal .lead_info .lead {
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #333333;
    padding-top: 5px;
}

.lista_2destaques figure, .lista_3destaques figure {
    background: #000000;
}

    .lista_2destaques figure img, .lista_3destaques figure img {
        display: inline-block;
    }

    .lista_2destaques figure:hover img, .lista_3destaques figure:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.slick-dots li button:before {
    font-size: 10px;
}

.video_ic {
    color: #ffffff;
    font-size: 70px;
    line-height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-decoration: none;
    display: block;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 9;
    text-shadow: 0 0 1px rgba(000,000,000,0.8);
}

    .video_ic:hover {
        text-decoration: none;
        color: #ffffff;
    }

.carrousel_destaques .video_ic {
    font-size: 120px;
    line-height: 88px;
    top: 42%;
    text-decoration: none;
    display: block;
    margin-left: -45px;
}

.photos_ic {
    color: #ffffff;
    font-size: 41px;
    line-height: 33px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    display: block;
    z-index: 9;
    text-shadow: 0 0 1px rgba(000,000,000,0.8);
}

.destaque_height .photos_ic {
    right: 30px;
}

.photos_ic:hover {
    text-decoration: none;
    color: #ffffff;
}

.barraCofina_main {
    display: none;
}

.headerBranco {
    padding-right: 0;
    padding-left: 0;
}

.seguirMain .redesSociais {
    text-align: left;
    padding-left: 15px;
}

    .seguirMain .redesSociais li {
        display: inline-block;
        margin: 0 3px;
        border: 2px solid #929497;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
    }

        .seguirMain .redesSociais li a {
            color: #929497;
            text-decoration: none;
        }

            .seguirMain .redesSociais li a:hover {
                color: #ffffff;
            }

            .seguirMain .redesSociais li a.icon-facebook,
            .seguirMain .redesSociais li a.icon-instagram,
            .seguirMain li a.icon-tweet,
            .seguirMain li a.icon-pinterest {
                font-size: 14px;
            }


.shareLayer {
    background: #E7E1E4;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: -56px;
    right: -60px;
    display: none;
    width: 165px;
    height: 48px;
    z-index: 1;
}

.outros_videos .shareLayer {
    background: #B6AFB5;
}

.shareLayer .mainShare {
    position: relative;
}

    .shareLayer .mainShare .shareTip {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #E7E1E4;
        position: absolute;
        left: 50%;
        bottom: -18px;
        margin-left: -9px;
    }

.outros_videos .shareLayer .mainShare .shareTip {
    border-top: 10px solid #B6AFB5;
}

.shareLayer .redesSociais li {
    display: inline-block;
    margin: 0 3px;
    border: 2px solid #666;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,0.4);
}

    .shareLayer .redesSociais li a {
        color: #333333;
        text-decoration: none;
    }

        .shareLayer .redesSociais li a:hover {
            color: #333333;
        }

        .shareLayer .redesSociais li a.icon-facebook,
        .shareLayer .redesSociais li a.icon-instagram,
        .shareLayer li a.icon-tweet,
        .shareLayer li a.icon-pinterest {
            font-size: 14px;
        }

.asMais_lidas_LD {
    text-align: center;
    margin: -15px auto 0 auto;
}

.subscreverNewsletter_LD, .redesSociais_LD {
    text-align: center;
    margin: 0 auto 30px auto;
}

.asMais_lidas_LD article {
    width: 222px;
    margin: 0 auto 40px auto;
}

.sectionName {
    display: inline-block;
    padding: 0 25px 0 25px;
    border-bottom: 1px solid #231F20;
    font-family: 'CormorantGaramond-Regular', 'Times New Roman', Times, serif;
    color: #0A0A0B;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
    text-decoration: none;
}

    .sectionName:hover {
        color: #0A0A0B;
        text-decoration: none;
        border-bottom: 1px solid #231F20;
    }


.subscreverNewsletter_LD {
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
}

    .subscreverNewsletter_LD input {
        width: 58%;
        font-size: 12px;
        color: #9A9999;
        padding: 15px;
        float: left;
        border: 0;
        background: #ffffff;
    }

    .subscreverNewsletter_LD ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #9A9999;
    }

    .subscreverNewsletter_LD ::-moz-placeholder { /* Firefox 19+ */
        color: #9A9999;
    }

    .subscreverNewsletter_LD :-ms-input-placeholder { /* IE 10+ */
        color: #9A9999;
    }

    .subscreverNewsletter_LD :-moz-placeholder { /* Firefox 18- */
        color: #9A9999;
    }

    .subscreverNewsletter_LD button.subscreverNewsletterBt {
        background: #181412;
        color: #ffffff;
        font-size: 11px;
        line-height: 24px;
        text-decoration: none;
        float: left;
        padding: 10px 15px;
        text-transform: uppercase;
        vertical-align: bottom;
        border: none;
    }


.redesSociais_LD .redesSociais {
}

    .redesSociais_LD .redesSociais li {
        display: inline-block;
        margin: 5px;
        border: 1px solid #929497;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 45px;
    }

        .redesSociais_LD .redesSociais li a {
            color: #929497;
            text-decoration: none;
        }

            .redesSociais_LD .redesSociais li a:hover {
                color: #929497;
            }

            .redesSociais_LD .redesSociais li a.icon-facebook,
            .redesSociais_LD .redesSociais li a.icon-instagram,
            .redesSociais_LD .redesSociais li a.icon-tweet,
            .redesSociais_LD .redesSociais li a.icon-pinterest {
                font-size: 22px;
            }

.noticias_cofina {
    margin: 30px auto 0 auto;
}

    .noticias_cofina .sectionName {
        display: block;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #231F20;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        color: #0A0A0B;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 25px;
        text-transform: uppercase;
        text-align: center;
    }

    .noticias_cofina .not_cofina_logo {
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    .noticias_cofina article {
        margin-bottom: 30px;
    }

        .noticias_cofina article figure {
            background: #000000;
        }

            .noticias_cofina article figure:hover img {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                filter: alpha(opacity=90);
                opacity: 0.9;
            }

        .noticias_cofina article:nth-child(3) {
            clear: left;
        }

    .noticias_cofina h1 {
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 22px;
        font-family: 'CormorantGaramond-Medium', 'Times New Roman', Times, serif;
    }

        .noticias_cofina h1 a {
            color: #0A0A0B;
        }

        .noticias_cofina h1:hover a {
            text-decoration: none;
        }

.container-fluid.moda, .container-fluid.celebridades, .container-fluid.beleza, .container-fluid.generico {
    padding-left: 0;
    padding-right: 0;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.moda, .beleza, .generico {
    background: #ffffff;
    border-top: 5px solid #231F20;
    border-bottom: 1px solid #E4DEE1;
    text-align: center;
    margin: 0 0 65px 0;
}

.celebridades {
    background: #ffffff;
    border-top: 5px solid #231F20;
    border-bottom: 1px solid #E4DEE1;
    text-align: center;
    margin: 30px 0 60px 0;
}

    .moda .sectionName, .celebridades .sectionName, .beleza .sectionName {
        font-family: 'CormorantGaramond-SemiBold', 'Times New Roman', Times, serif;
        font-size: 46px;
        line-height: 46px;
        display: block;
        padding: 10px 0 0 0;
        text-align: center;
        border-bottom: none;
        margin-bottom: 0;
    }

.generico .sectionName {
    font-family: 'CormorantGaramond-Medium', 'Times New Roman', Times, serif;
    font-size: 32px;
    line-height: 32px;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
    text-transform: uppercase;
}

    .moda .sectionName:hover, .celebridades .sectionName:hover, .beleza .sectionName:hover, .generico .sectionName:hover {
        text-decoration: none;
        color: #0A0A0B;
    }

.moda .sectionSubtitle, .beleza .sectionSubtitle, .generico .sectionSubtitle {
    font-family: 'CormorantGaramond-Medium', 'Times New Roman', Times, serif;
    font-size: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    color: #999097;
}

.moda .sectionAutor, .beleza .sectionAutor, .generico .sectionAutor {
    display: inline-block;
    padding: 10px 25px 2px 25px;
    border-bottom: 1px solid #231F20;
    font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #0A0A0B;
}

    .moda .sectionAutor:hover, .beleza .sectionAutor:hover, .generico .sectionAutor:hover {
        text-decoration: none;
    }

.carrousel_moda, .carrousel_beleza, .carrousel_geral {
    margin: 15px 0 0 0;
}

.carrousel_geral_4 {
    margin: 15px 0 0 0;
    padding: 0;
}

.carrousel_moda article, .carrousel_beleza article, .carrousel_geral article {
    margin: 0 5px;
}

.carrousel_geral_4 article {
    margin: 0 5px;
}

    .carrousel_moda article figure, .carrousel_beleza article figure, .carrousel_geral article figure, .carrousel_geral_4 article figure {
        border: 1px solid #C8C9CB;
    }

.carrousel_moda .lead_info, .carrousel_beleza .lead_info, .carrousel_geral .lead_info, .carrousel_geral_4 .lead_info {
    width: 100%;
    background: none;
    border-top: none;
    text-align: center;
    padding: 10px;
    margin: 0;
    transition: all 0.5s ease;
}

    .carrousel_moda .lead_info h2, .carrousel_beleza .lead_info h2, .carrousel_geral .lead_info h2, .carrousel_geral_4 .lead_info h2 {
        padding: 0 25px 2px 25px;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: none;
        display: none;
    }

    .carrousel_moda .lead_info h1, .carrousel_beleza .lead_info h1, .carrousel_geral .lead_info h1, .carrousel_geral_4 .lead_info h1 {
        font-size: 26px;
        line-height: 26px;
        padding: 2px 0 5px 0;
        font-family: 'CormorantGaramond-SemiBold', 'Times New Roman', Times, serif;
        text-transform: inherit;
    }

    .carrousel_moda .lead_info .lead, .carrousel_beleza .lead_info .lead, .carrousel_geral .lead_info .lead, .carrousel_geral_4 .lead_info .lead {
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 1.3;
        color: #333333;
        padding-top: 5px;
        display: block;
        padding-bottom: 10px;
        display: none;
    }

    .carrousel_moda .lead_info .autor .icon-share, .carrousel_beleza .lead_info .autor .icon-share, .carrousel_geral .lead_info .autor .icon-share, .carrousel_geral_4 .lead_info .autor .icon-share {
        padding: 0 15px;
    }

.sideBar .pub.m-rec {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.m_rec_detalhe {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.destaques_pub {
    margin-top: 30px;
}

    .destaques_pub article {
        width: 222px;
        margin: 20px auto;
        display: block;
        float: none;
        border-top: 1px solid #E4DEE1;
        padding-top: 20px;
    }

        .destaques_pub article:last-child {
            margin-bottom: 0;
        }


    .destaques_pub h1 {
        font-size: 18px;
        line-height: 18px;
        padding: 2px 0 5px 0;
        font-family: 'CormorantGaramond-SemiBold', 'Times New Roman', Times, serif;
        display: block;
        text-align: left;
    }

        .destaques_pub h1 a {
            color: #0A0A0B;
            text-decoration: none;
        }

    .destaques_pub .lead {
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1.3;
        color: #333333;
        padding-top: 5px;
        display: block;
        text-align: left;
    }

    .destaques_pub .pubTxt {
        border-top: 5px solid #E4DEE1;
        padding-top: 5px;
        text-align: center;
        color: #A18A97;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        display: block;
        width: 222px;
        margin: 0 auto;
    }


.carrousel_celebridades {
    margin: 15px 0 0 0;
}

    .carrousel_celebridades article {
        margin: 0 5px;
    }

        .carrousel_celebridades article figure {
        }

    .carrousel_celebridades .lead_info {
        width: 100%;
        background: none;
        border-top: none;
        text-align: center;
        padding: 10px;
        margin: 0;
        transition: all 0.5s ease;
    }

        .carrousel_celebridades .lead_info h2 {
            display: block;
            padding: 0 25px 2px 25px;
            font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            border-bottom: none;
        }

        .carrousel_celebridades .lead_info h1 {
            font-size: 26px;
            line-height: 26px;
            padding: 2px 0 5px 0;
            font-family: 'CormorantGaramond-SemiBold', 'Times New Roman', Times, serif;
            text-transform: inherit;
        }

        .carrousel_celebridades .lead_info .lead {
            font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
            font-size: 13px;
            line-height: 1.3;
            color: #333333;
            padding-top: 5px;
            display: block;
            padding-bottom: 10px;
            display: none;
        }

        .carrousel_celebridades .lead_info .autor .icon-share {
            padding: 0 15px;
        }

.carrousel_moda .slick-prev,
.carrousel_moda .slick-next,
.carrousel_beleza .slick-prev,
.carrousel_beleza .slick-next,
.carrousel_geral .slick-prev,
.carrousel_geral .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255,255,0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    z-index: 99;
    top: 30%;
    background: rgba(000,000,000,0.15);
}

.carrousel_geral_4 .slick-prev,
.carrousel_geral_4 .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(000, 000,000,0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    z-index: 99;
    top: 30%;
}

.carrousel_celebridades .slick-prev,
.carrousel_celebridades .slick-next {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255,255,0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    z-index: 99;
    top: 35%;
    background: rgba(000,000,000,0.15);
}

.carrousel_celebridades .icon-arrow_right, .carrousel_moda .icon-arrow_right, .carrousel_beleza .icon-arrow_right, .carrousel_geral .icon-arrow_right, .carrousel_geral_4 .icon-arrow_right {
    margin-left: 3px;
}

.carrousel_celebridades .icon-arrow_left, .carrousel_moda .icon-arrow_left, .carrousel_beleza .icon-arrow_left, .carrousel_geral .icon-arrow_left, .carrousel_geral_4 .icon-arrow_left {
    margin-right: 3px;
}

.carrousel_celebridades .slick-prev, .carrousel_moda .slick-prev, .carrousel_beleza .slick-prev, .carrousel_geral .slick-prev, .carrousel_geral_4 .slick-prev {
    left: 30px;
}

.carrousel_celebridades .slick-next, .carrousel_moda .slick-next, .carrousel_beleza .slick-next, .carrousel_geral .slick-next, .carrousel_geral_4 .slick-next {
    right: 30px;
}

.carrousel_celebridades .icon-arrow_left,
.carrousel_celebridades .icon-arrow_right,
.carrousel_moda .icon-arrow_left,
.carrousel_moda .icon-arrow_right,
.carrousel_beleza .icon-arrow_left,
.carrousel_beleza .icon-arrow_right,
.carrousel_geral .icon-arrow_left,
.carrousel_geral .icon-arrow_right {
    font-size: 24px;
    color: rgba(255, 255,255,0.8);
}

.carrousel_geral_4 .icon-arrow_left,
.carrousel_geral_4 .icon-arrow_right {
    font-size: 24px;
    color: rgba(000, 000,000,0.8);
}

.carrousel_geral_4 .slick-dots {
    left: 0;
}

.carrousel_celebridades .slick-prev:hover,
.carrousel_celebridades .slick-next:hover,
.carrousel_moda .slick-prev:hover,
.carrousel_moda .slick-next:hover,
.carrousel_beleza .slick-prev:hover,
.carrousel_beleza .slick-next:hover,
.carrousel_geral .slick-prev:hover,
.carrousel_geral .slick-next:hover {
    border: 2px solid rgba(255, 255,255,1);
}

    .carrousel_celebridades .slick-prev:hover .icon-arrow_left,
    .carrousel_celebridades .slick-next:hover .icon-arrow_right,
    .carrousel_moda .slick-prev:hover .icon-arrow_left,
    .carrousel_moda .slick-next:hover .icon-arrow_right,
    .carrousel_beleza .slick-prev:hover .icon-arrow_left,
    .carrousel_beleza .slick-next:hover .icon-arrow_right,
    .carrousel_geral .slick-prev:hover .icon-arrow_left,
    .carrousel_geral .slick-next:hover .icon-arrow_right {
        color: rgba(255, 255,255,1);
    }

.cxVideos {
    background: #E4DEE1;
    padding: 30px 0;
    margin-bottom: 30px;
}

    .cxVideos .sectionName {
        font-family: 'CormorantGaramond-SemiBold', 'Times New Roman', Times, serif;
        font-size: 46px;
        line-height: 46px;
        display: block;
        padding: 10px 0;
        text-align: center;
        border-bottom: none;
        margin-bottom: 0;
        border-top: 5px solid #231F20;
    }

.video_destaque article figure {
    background: #000000;
}

    .video_destaque article figure:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.video_destaque .lead_info h1 {
    font-size: 30px;
    line-height: 28px;
    text-transform: inherit;
}

.outros_videos {
    margin-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BBB6B8;
}

    .outros_videos article figure {
        background: #000000;
    }

        .outros_videos article figure:hover img {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
            opacity: 0.9;
        }

    .outros_videos article:nth-child(odd) {
        clear: left;
    }

.btMaisVideos {
    display: block;
    text-align: center;
    color: #BBB6B8;
    text-decoration: none;
    font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

    .btMaisVideos:hover {
        color: #0A0A0B;
        text-decoration: none;
    }

.capa_revista {
    margin-bottom: 60px;
}

.revistaContainer {
    width: 222px;
    margin: 0 auto;
}

    .revistaContainer .btAssinar {
        background: #181412;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        padding: 15px;
    }

.promo_revista {
    margin: 0 auto;
    background: #ffffff;
    border-top: 5px solid #04090F;
    padding: 10px;
    cursor: pointer;
}

    .promo_revista p {
        font-family: 'CormorantGaramond-Regular', 'Times New Roman', Times, serif;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        color: #181312;
        display: block;
        padding: 0;
        margin: 0 0 15px 0;
    }

    .promo_revista span {
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #666666;
        display: block;
        padding: 0;
        margin: 0 0 15px 0;
    }

.instagram_LD {
    margin-top: 30px;
}

    .instagram_LD .main_insta {
        height: 300px;
        overflow: hidden;
        background: #0A0A0B;
    }

    .instagram_LD .other_insta {
        width: 33.3333333333%;
        float: left;
        height: 96px;
        overflow: hidden;
        background: #0A0A0B;
        text-align: center;
    }

        .instagram_LD .other_insta .instagram_ic {
            display: inline-block;
            border: 2px solid #f4f4f4;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            text-align: center;
            margin-top: 22px;
        }

            .instagram_LD .other_insta .instagram_ic:hover {
                text-decoration: none;
                color: #f4f4f4;
            }

            .instagram_LD .other_insta .instagram_ic .icon-instagram {
                font-size: 34px;
                line-height: 56px;
                color: #f4f4f4;
                text-decoration: none;
            }

.outros_banners {
    margin-top: 30px;
    border-top: 1px solid #0A0A0B;
    padding-top: 20px;
    text-align: center;
    min-width: 80%;
}

    .outros_banners article {
        border-bottom: 1px solid #0A0A0B;
        padding-bottom: 20px;
    }

        .outros_banners article > a {
            font-family: 'CormorantGaramond-Regular', 'Times New Roman', Times, serif;
            font-size: 18px;
            line-height: 18px;
            color: #181312;
            display: block;
            padding: 5px 0 0 0;
            text-decoration: none;
        }

.footer {
    margin: 30px auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

    .footer .redesSociais {
        margin-top: 140px;
    }

        .footer .redesSociais li {
            display: inline-block;
            margin: 5px;
            border: 2px solid #BAB3B8;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 72px;
        }

            .footer .redesSociais li a {
                color: #BAB3B8;
                text-decoration: none;
            }

                .footer .redesSociais li a:hover {
                    color: #BAB3B8;
                }

                .footer .redesSociais li a.icon-facebook,
                .footer .redesSociais li a.icon-instagram,
                .footer .redesSociais li a.icon-tweet,
                .footer .redesSociais li a.icon-pinterest {
                    font-size: 30px;
                }

.edicoes_social {
    background: #E7E1E4;
    height: 190px;
    overflow: hidden;
    position: relative;
}

    .edicoes_social .sombra {
        -webkit-box-shadow: 0 -8px 10px 0 rgba(000,000,000,0.25);
        box-shadow: 0 -8px 10px 0 rgba(000,000,000,0.25);
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 10px;
    }

    .edicoes_social .edicoes {
        text-align: center;
    }

        .edicoes_social .edicoes article {
            display: inline-block;
            margin: 25px 0;
            position: relative;
            width: 44%;
            vertical-align: top;
        }

            .edicoes_social .edicoes article figure img {
                display: inline-block;
            }

            .edicoes_social .edicoes article .ipad {
                background: url(/i/ipad_footer.png) center no-repeat scroll;
                background-size: contain;
                position: absolute;
                left: 50%;
                margin-left: -65px;
                top: 32px;
                z-index: 9;
                width: 140px;
                height: 184px;
                display: block;
                text-decoration: none;
            }

                .edicoes_social .edicoes article .ipad:hover {
                    text-decoration: none;
                }

        .edicoes_social .edicoes .sectionName {
            padding: 0 5px 0 5px;
            border-bottom: 1px solid #D0CACE;
            color: #333333;
            font-size: 20px;
            line-height: 1;
            margin-bottom: 15px;
            text-decoration: none;
        }

        .edicoes_social .edicoes article .capa_ipad {
            width: 112px;
            margin: 50px 20px 20px 20px;
        }

.footer_bottom {
    background: #999097;
    padding: 15px;
}

.sitemap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33.3333333%;
    -moz-column-width: 33.3333333%;
    column-width: 33.3333333%;
}

    .sitemap > div {
        min-height: 0;
    }

    .sitemap ul {
        margin-bottom: 20px;
        padding: 0;
        display: inline-table;
    }

        .sitemap ul li {
            font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 1.2;
        }

            .sitemap ul li a {
                color: rgba(255,255,255,0.9);
            }

            .sitemap ul li:first-child {
                display: block;
                font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
                text-transform: uppercase;
                font-size: 13px;
                line-height: 1.2;
                margin-bottom: 5px;
            }

                .sitemap ul li:first-child a {
                    color: rgba(255,255,255,0.9);
                }

            .sitemap ul li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

.outros_links a, .outros_links span {
    display: block;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255,255,255,0.9);
    line-height: 1.2;
    margin-bottom: 2px;
}

    .outros_links a:hover {
        text-decoration: none;
    }

.outros_links .logo_footer {
    background: url(/i/logo_footer.png) left center no-repeat scroll;
    width: 56px;
    height: 51px;
    margin: 0;
    display: block;
    float: left;
}

.noticiasCofina_rodape {
    margin: 30px 0;
}

    .noticiasCofina_rodape .logoPublicacao {
        margin-bottom: 15px;
    }

    .noticiasCofina_rodape ul li {
        margin-bottom: 5px;
        color: #181312;
        font-size: 12px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    }

        .noticiasCofina_rodape ul li a {
            color: #181312;
            text-decoration: none;
        }

.copyright {
    padding-top: 15px;
    text-align: center;
    border-top: 5px solid #E4DEE1;
    color: #181312;
    font-size: 11px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

    .copyright a {
        text-decoration: underline;
        color: #181312;
    }


.asMais_lidas_LD article figure {
    overflow: hidden;
    background: #000000;
}

    .asMais_lidas_LD article figure:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    .asMais_lidas_LD article figure .numberMain {
        width: 90px;
        height: 90px;
        position: absolute;
        left: -45px;
        bottom: -45px;
        z-index: 9;
        background: rgba(000,000,000,0.6);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .asMais_lidas_LD article figure .numberMain span {
            /*font-family: 'CormorantGaramond-Regular', 'Times New Roman', Times, serif;*/
            font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
            font-size: 26px;
            line-height: 54px;
            color: #ffffff;
            padding-left: 34px;
        }

.visible-xs > .m-rec + .pubTxt {
    margin-bottom: 45px;
}

.instagram_LD .main_insta, .main_other_insta {
    max-width: 300px;
    margin: 0 auto;
}

#mainMenu .menuPesquisa {
    margin: 15px 0;
    position: relative;
    background: #0A0A0B;
}

    #mainMenu .menuPesquisa:after {
        content: "";
        clear: both;
        display: table;
    }

    #mainMenu .menuPesquisa input[type="text"] {
        height: 40px;
        font-size: 16px;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        color: #929497;
        padding: 5px;
        float: left;
        border: 0;
        background: #0A0A0B;
        width: 85%;
    }

    #mainMenu .menuPesquisa ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #929497;
    }

    #mainMenu .menuPesquisa ::-moz-placeholder { /* Firefox 19+ */
        color: #929497;
    }

    #mainMenu .menuPesquisa :-ms-input-placeholder { /* IE 10+ */
        color: #929497;
    }

    #mainMenu .menuPesquisa :-moz-placeholder { /* Firefox 18- */
        color: #929497;
    }

    #mainMenu .menuPesquisa button.ok {
        background: #0A0A0B;
        color: #ffffff;
        font-size: 26px;
        line-height: 24px;
        text-decoration: none;
        float: left;
        padding: 8px;
        text-transform: uppercase;
        vertical-align: bottom;
        border: none;
    }


.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483638;
    display: none;
}

.mainMenuOpen .mask {
    display: block;
}

.lead_info .c-studio_hp, .lead_info_canal .c-studio_hp {
    display: block;
    height: 20px;
    padding: 0;
    width: 100%;
    margin-bottom: 3px;
    border-bottom: none;
    position: relative;
}

.destaques_hp .c-studio_hp {
    display: block;
    height: 20px;
    padding: 0;
    width: 100%;
    margin-bottom: 3px;
    margin-top: -3px;
    border-bottom: none;
    position: relative;
}

    .lead_info .c-studio_hp a, .destaques_hp .c-studio_hp a, .lead_info_canal .c-studio_hp a {
        display: block;
        height: 20px;
        width: 100%;
        background: url(/i/c-studio_hp_bar.png) left center no-repeat scroll;
    }

    .lead_info .c-studio_hp:after, .destaques_hp .c-studio_hp:after {
        position: absolute;
        right: 0;
        top: 0;
        background: url(/i/c-studio_hp_end.png) right center no-repeat scroll;
        height: 20px;
        width: 58px;
        content: "";
        display: block;
    }

.lead_info_canal .c-studio_hp:after {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/i/c-studio_hp_end_branco.png) right center no-repeat scroll;
    height: 20px;
    width: 58px;
    content: "";
    display: block;
}

.c-studio_video {
    display: block;
    height: 20px;
    padding: 0;
    width: 100%;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:9;
}

.c-studio_video a {
        display: block;
        height: 20px;
        width: 100%;
        background:url(/i/c-studio_hp_bar.png) left center no-repeat scroll;

    }

.c-studio_video :after {
        position: absolute;
        right: 0;
        top: 0;
        background: url(/i/c-studio_video_end.jpg) right center no-repeat scroll;
        height: 20px;
        width: 58px;
        content: "";
        display: block;
    }

.bt_arrow {
    display: block;
    margin: -25px auto 50px auto;
    width: 86px;
    height: 86px;
    border: 3px solid #181312;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

    .bt_arrow:after {
        position: absolute;
        left: -8px;
        bottom: -30px;
        content: "Carregar mais...";
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #181312;
        white-space: nowrap;
    }

    .bt_arrow:hover {
        border: 3px solid #181312;
    }

    .bt_arrow .icon-arrow_right {
        font-size: 42px;
        color: #181312;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        line-height: 80px;
    }

    .bt_arrow:hover .icon-arrow_right:before {
        display: inline-block;
        text-decoration: none;
    }

.destaques_hp .video_ic {
    font-size: 48px;
    line-height: 34px;
    margin-left: -18px;
    margin-top: -18px;
}

.destaques_hp .photos_ic {
    font-size: 30px;
    line-height: 27px;
    top: 10px;
    right: 10px;
}

.subscreverNewsletter {
    padding-top: 35px;
}

    .subscreverNewsletter .newsTitle {
        display: block;
        font-family: 'CormorantGaramond-Regular', 'Times New Roman', Times, serif;
        color: #0A0A0B;
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }

    .subscreverNewsletter .newsDesc {
        display: block;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #929497;
        text-align: center;
    }

    .subscreverNewsletter:after {
        content: "";
        clear: both;
        display: table;
    }

    .subscreverNewsletter input {
        width: 62%;
        font-size: 12px;
        color: #221F1F;
        padding: 15px;
        float: left;
        border: 0;
        background: #E4DEE1;
    }

    .subscreverNewsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #9A9999;
    }

    .subscreverNewsletter ::-moz-placeholder { /* Firefox 19+ */
        color: #9A9999;
    }

    .subscreverNewsletter :-ms-input-placeholder { /* IE 10+ */
        color: #9A9999;
    }

    .subscreverNewsletter :-moz-placeholder { /* Firefox 18- */
        color: #9A9999;
    }

    .subscreverNewsletter button.subscreverNewsletterBt {
        background: #181412;
        color: #ffffff;
        font-size: 11px;
        line-height: 24px;
        text-decoration: none;
        float: left;
        padding: 10px 15px;
        text-transform: uppercase;
        vertical-align: bottom;
        border: none;
    }

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.bt_black {
    background: #181412;
    color: #ffffff !important;
    font-size: 11px;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 25px;
    text-transform: uppercase;
    vertical-align: bottom;
    border: none;
    text-decoration: none !important;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif !important;
}

    .bt_black:hover {
        background: #E3D2C1;
        color: #181412 !important;
    }

.bt_gold {
    background: #E3D2C1;
    color: #181412 !important;
    font-size: 11px;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 25px;
    text-transform: uppercase;
    vertical-align: bottom;
    border: none;
    text-decoration: none !important;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif !important;
}

    .bt_gold:hover {
        background: #181412;
        color: #ffffff !important;
    }

.logout_menu {
    background: #ffffff;
    border-bottom: 3px solid #0A0A0B;
    padding: 5px;
    position: absolute;
    top: 30px;
    right: 0;
    display: none;
}

    .logout_menu ul li {
        border-bottom: 1px solid #E4DEE1;
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif !important;
        font-size: 12px;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .logout_menu ul li:hover {
            background: #E7E1E4;
        }

        .logout_menu ul li a {
            color: #0A0A0B !important;
            text-decoration: none;
            padding: 10px !important;
            display: block;
        }

        .logout_menu ul li:last-child {
            border-bottom: none !important;
        }

            .logout_menu ul li:last-child a {
                padding-bottom: 5px !important;
            }


.barra_cookies .cookiesBox {
    background: #999097;
    position: relative;
    padding: 5px 30px;
    text-align: center;
    font-size: 11px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
}

.scrollingPage .barra_cookies, .mainMenuOpen .barra_cookies {
    display: none;
}

.barra_cookies .icon-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 22px;
    color: #e5e5e5;
    text-decoration: none;
    z-index: 10;
}

.barra_cookies a.link {
    background: #e5e5e5;
    padding: 2px 4px;
    text-decoration: none;
    color: #444444;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 5px;
}

#ic_notificacoes {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -25px;
    left: 40%;
    border: 0;
    margin: 0;
    padding: 0;
}

    #ic_notificacoes .icon {
        width: 42px;
        height: 42px;
        background: url(/i/ic_notificacoes.png) no-repeat center scroll;
        z-index: 1000;
        position: absolute;
    }

    #ic_notificacoes .msg-notification {
        position: absolute;
        display: none;
        width: 150px;
        background: #999097;
        height: 42px;
        line-height: 42px;
        bottom: 0px;
        left: 21px;
        padding-left: 30px;
        text-transform: uppercase;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-size: 10px;
        color: #ffffff;
        z-index: 999;
    }

#layer_addFav_ios {
    width: 300px;
    height: 167px;
    background: url(/i/fundo_ios.png) center no-repeat scroll;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    display: none;
}

    #layer_addFav_ios .position {
        position: relative;
    }

        #layer_addFav_ios .position .close {
            position: absolute;
            right: -10px;
            top: -10px;
            width: 26px;
            height: 20px;
            display: block;
        }

    #layer_addFav_ios .texto01 {
        display: block;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        color: #FFF;
        line-height: 1;
        font-size: 16px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    #layer_addFav_ios .texto02 {
        display: block;
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
        color: #FFF;
        line-height: 1;
        font-size: 13px;
        padding-right: 80px;
    }

    #layer_addFav_ios .dontShow {
        width: 80%;
        border-top: 1px solid #666666;
        padding-top: 4px;
        overflow: hidden;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        line-height: 18px;
    }

    #layer_addFav_ios .check {
        float: left;
        margin: 0 8px 0 0;
        padding: 0;
        width: 20px;
        height: 20px;
        border: 0;
    }

#layer_addFav_android {
    width: 300px;
    height: 167px;
    background: url(/i/fundo_android.png) center no-repeat scroll;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    display: none;
}

    #layer_addFav_android .position {
        position: relative;
    }

        #layer_addFav_android .position .close {
            position: absolute;
            right: -10px;
            top: -10px;
            width: 26px;
            height: 20px;
            display: block;
        }

    #layer_addFav_android .texto01 {
        display: block;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        color: #FFF;
        line-height: 1;
        font-size: 16px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    #layer_addFav_android .texto02 {
        display: block;
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
        color: #FFF;
        line-height: 1;
        font-size: 13px;
        padding-right: 80px;
    }

    #layer_addFav_android .dontShow {
        width: 80%;
        border-top: 1px solid #666666;
        padding-top: 4px;
        overflow: hidden;
        font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
        color: #ccc;
        font-size: 12px;
        margin-top: 10px;
        line-height: 18px;
    }

    #layer_addFav_android .check {
        float: left;
        margin: 0 8px 0 0;
        padding: 0;
        width: 20px;
        height: 20px;
        border: 0;
    }

.alert {
    padding: 10px;
    margin: 10px 0;
    border-radius: 0;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

    .alert .close {
        color: #000000;
        margin: 0 !important;
        line-height: 10px;
    }

.user_logout {
    padding-bottom: 15px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -10px;
}

    .user_logout a {
        color: #0A0A0B !important;
        text-decoration: none;
        padding: 0 10px;
    }


#mainMenu .login-logout span.nomeUtilizador {
    color: #181818;
    font-size: 12px;
    padding-left: 15px;
}

.topBar.singleCat h2 {
    display: block;
    float: left;
    font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    margin: 6px 0 0 10px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 1px solid #E1DFE0;
}

    .topBar.singleCat h2 a, .topBar.singleCat h2 span, .topBar.singleCat h2 a:hover {
        color: #181312;
        text-decoration: none;
    }

.contactosBox {
    background: #E7E1E4;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

    .contactosBox .contacto_nome {
        font-size: 35px;
        line-height: 28px;
        display: block;
        font-family: 'CormorantGaramond-Light', 'Times New Roman', Times, serif;
    }

    .contactosBox .contacto_cargo {
        font-size: 13px;
        line-height: 13px !important;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        display: block;
        margin: 10px;
    }

    .contactosBox a {
        text-transform: uppercase;
        font-size: 16px;
        line-height: 16px;
        margin: 5px 0;
        font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
        display: block;
        text-decoration: none;
        color: #333333;
    }

.cookiesTable {
    margin: 10px 0 40px 0;
}

    .cookiesTable thead {
        background: #E7E1E4;
    }

    .cookiesTable td {
        font-size: 16px;
    }

#mainComentarios {
    text-align: left;
}

/* ===========   MEDIA QUERIES APENAS MOBILE   =========== */
@media (max-width: 767px) {
    .redesSociais_footer {
        width: 80%;
        padding-right: 0;
    }

    .footer {
        margin-bottom: 0;
    }

        .footer .redesSociais {
            margin-top: 9px;
            float: left;
        }

            .footer .redesSociais li {
                width: 36px;
                height: 36px;
            }

                .footer .redesSociais li a.icon-facebook, .footer .redesSociais li a.icon-instagram, .footer .redesSociais li a.icon-tweet, .footer .redesSociais li a.icon-pinterest {
                    font-size: 20px;
                    line-height: 30px;
                }

    .copyright {
        background: #999097;
        padding: 15px;
        color: #f4f4f4;
        border-top: 1px solid #E4DEE1;
    }

        .copyright a {
            color: #f4f4f4;
        }

    .outros_videos .video_ic {
        font-size: 50px;
        line-height: 38px;
        margin-left: -17px;
        margin-top: -20px;
    }

    .slick-dots {
        bottom: -30px;
    }

    .lista_2destaques {
        margin-bottom: 0;
    }

    #mainMenu .login-logout {
        position: relative;
        margin: 30px 0 15px 0;
        font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
        color: #aaa;
        padding-left: 45px;
        font-size: 12px;
    }

        #mainMenu .login-logout:after {
            content: "";
            clear: both;
            display: table;
        }

        #mainMenu .login-logout .bt_login-logout {
            display: block;
            width: auto;
            float: left;
            padding: 5px 12px;
            background: #ba2329;
            color: #fff;
            font-size: 11px;
            text-transform: uppercase;
            font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
            margin-top: -10px;
        }

        #mainMenu .login-logout span {
            color: #181818;
        }

        #mainMenu .login-logout .icon-user {
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: -2px;
            font-size: 38px;
            line-height: 30px;
            padding-right: 10px;
            color: #0A0A0B;
        }

    .menuSubcatBar li span {
        color: #B92228;
    }

    .sectionName {
        padding: 0 15px 0 15px;
    }

    .subscreverNewsletter .newsDesc {
        padding-bottom: 15px;
    }

    .subscreverNewsletter {
        padding-bottom: 25px;
    }

        .subscreverNewsletter input {
            width: 62%;
        }

    #layer_addFav_ios, #layer_addFav_android {
        display: block;
    }

    .bannerApp .navbar-fixed-top {
        position: relative;
    }

    .bannerApp #mastheadTop {
        padding-top: 15px !important;
    }

    .bannerApp .headroom--unpinned {
        transform: none;
    }

    .bannerApp #mainMenu {
        top: 80px;
    }
}

/* ===========   MEDIA QUERIES TABLET   =========== */
@media (min-width: 768px) {

    .mainMenuOpen {
        position: fixed;
    }

    .mask {
        left: 300px;
    }

    .espacoTop {
        /*margin-top: 60px;*/
    }

    .header .topBar {
        height: inherit;
    }

    .header h1 {
        width: 187px;
        height: 46px;
        margin: 0 auto;
    }

        .header h1 a {
            width: 187px;
            height: 46px;
            display: block;
            overflow: hidden;
            text-align: center;
        }

            .header h1 a .icon_logo {
                width: 187px;
                height: 46px;
            }

    .container {
        width: 100%;
    }

    #mainMenu {
        left: -306px; /* start off behind the scenes */
        width: 300px;
        padding: 25px;
        -webkit-box-shadow: 1px 0 5px 0 rgba(000,000,000,0.2);
        box-shadow: 1px 0 5px 0 rgba(000,000,000,0.2);
        background: #ffffff;
    }

        #mainMenu .navegacaoLateral > li > a {
            font-size: 16px;
        }

        #mainMenu .navegacaoLateral > li > ul > li > span, #mainMenu .navegacaoLateral > li > ul > li > a {
            font-size: 13px;
        }

    .mainMenuOpen .navbar-fixed-top {
        -ms-transform: translate(300px, 0);
        -webkit-transform: translate(300px, 0);
        transform: translate(300px, 0);
    }

    .header .topBar .hamburguer {
        /*left: 20px;*/
        top: 13px;
    }

    .header .topBar .utilitiesTopBar {
        right: 10px;
        top: 7px;
    }

    .espacoTop {
        /*margin-top: 125px;*/
    }

    .menuSubcatBar ul, .scrollingPage .menuSubcatBar ul {
        margin-left: 110px;
    }

    .lead_info {
        width: 70%;
        background: #ffffff;
        border-top: 5px solid #231F20;
        text-align: center;
        padding: 15px;
        margin: -150px auto 0 auto;
        position: relative;
    }

        .lead_info h2 {
            display: inline-block;
            padding: 0 25px 2px 25px;
            border-bottom: 1px solid #231F20;
            font-family: 'RobotoCondensed-Regular', Arial, Helvetica, sans-serif;
            font-size: 16px;
            text-transform: uppercase;
        }


        .lead_info h1 {
            display: block;
            font-family: 'CormorantGaramond-Medium', 'Times New Roman', Times, serif;
            font-size: 52px;
            line-height: 48px;
            padding: 10px 0 15px 0;
            text-transform: none;
        }

        .lead_info .lead {
            display: block;
            font-family: 'CormorantGaramond-Medium', 'Times New Roman', Times, serif;
            font-size: 20px;
            line-height: 1;
        }

    .asMais_lidas_LD article {
        width: 18.5%;
        display: inline-block;
        margin: 0 0.5%;
        vertical-align: top;
    }

    .asMais_lidas_LD .lead_info h2 {
        font-size: 14px;
    }

    .asMais_lidas_LD .lead_info h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .promo_revista {
        width: 40%;
        min-height: 350px;
        margin: 50px auto 0 auto;
    }

    .outros_banners {
        margin-top: 80px;
    }

    .destaques_pub article {
        width: 30%;
        margin: 1.4%;
        display: inline-block;
        vertical-align: top;
    }

    .destaques_pub .pubTxt {
        width: inherit;
    }

    .lista_1destaque .lead_info {
        margin: -90px auto 0 auto;
    }


    .lista_1destaque {
        margin-bottom: 80px;
    }

    .lista_3destaques {
        margin-bottom: 65px;
    }

    .lista_1destaque .lead_info h1 {
        font-size: 36px;
        line-height: 34px;
    }

    .asMais_lidas_LD {
        text-align: center;
        margin: 45px auto;
    }

    .noticias_cofina article {
        margin-bottom: 0;
    }

        .noticias_cofina article:nth-child(3) {
            clear: none;
        }

    .carrousel_moda article figure, .carrousel_beleza article figure, .carrousel_geral article figure, .carrousel_geral_4 article figure {
        border: 1px solid #ffffff;
    }

    .carrousel_moda .lead_info h2, .carrousel_moda .lead_info .lead, .carrousel_beleza .lead_info h2, .carrousel_beleza .lead_info .lead, .carrousel_celebridades .lead_info .lead, .carrousel_geral .lead_info h2, .carrousel_geral .lead_info .lead, .carrousel_geral_4 .lead_info h2, .carrousel_geral_4 .lead_info .lead {
        display: block;
    }

    .video_destaque .video_ic {
        font-size: 120px;
        line-height: 88px;
        text-decoration: none;
        display: block;
        margin-left: -45px;
        margin-top: -45px;
    }

    .cxVideos .lead_info {
        margin: -75px auto 0 auto;
    }

    .video_destaque .lead_info h1 {
        font-size: 36px;
        line-height: 36px;
        text-transform: inherit;
    }

    .outros_videos .lead_info h1 {
        font-size: 26px;
        line-height: 26px;
    }

    .outros_videos .lead_info {
        margin: 0 0 45px 0;
    }

    .edicoes_social .edicoes article {
        margin: 25px 35px;
        width: 34%;
    }

    .footer {
        margin: 30px auto 10px auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .edicoes_social .edicoes .sectionName {
        padding: 0 15px 0 15px;
        font-size: 26px;
    }

    .edicoes_social .edicoes article .ipad {
        margin-left: -96px;
        top: 30px;
        width: 193px;
        height: 250px;
        background-size: inherit;
    }

    .edicoes_social .edicoes article .capa_ipad {
        width: 156px;
    }

    .edicoes_social {
        height: 260px;
    }

    .footer_bottom {
        padding: 45px;
    }

    .outros_links .logo_footer {
        margin-bottom: 15px;
        margin-top: -15px;
    }

    .lista_2destaques .lead_info, .lista_3destaques .lead_info, .asMais_lidas_LD .lead_info, .mais_do_canal .lead_info {
        margin: 0;
    }

    .subscreverNewsletter_LD, .redesSociais_LD {
        margin: 30px auto 80px auto;
    }

    .video_destaque .video_ic {
        font-size: 120px;
        line-height: 88px;
        text-decoration: none;
        display: block;
        margin-left: -45px;
        margin-top: -45px;
    }

    .lista_2destaques .video_ic, .lista_1destaque .video_ic {
        font-size: 120px;
        line-height: 88px;
        text-decoration: none;
        display: block;
        margin-left: -45px;
        margin-top: -45px;
    }

    .lead_info .c-studio_hp, .lead_info_canal .c-studio_hp {
        display: block;
        height: 20px;
        padding: 0;
        width: 100%;
        margin-bottom: 3px;
    }

        .lead_info .c-studio_hp a, .lead_info_canal .c-studio_hp a {
            position: relative;
            display: block;
            height: 20px;
            width: 100%;
            background: url(/i/c-studio_hp_bar.png) left center no-repeat scroll;
        }

            .lead_info .c-studio_hp a:after, .lead_info_canal .c-studio_hp a:after {
                position: absolute;
                right: 0;
                top: 0;
                background: url(/i/c-studio_hp_end.png) right center no-repeat scroll;
                height: 20px;
                width: 58px;
            }

    .carrousel_moda .slick-prev,
    .carrousel_moda .slick-next,
    .carrousel_beleza .slick-prev,
    .carrousel_beleza .slick-next,
    .carrousel_geral .slick-prev,
    .carrousel_geral .slick-next,
    .carrousel_geral_4 .slick-prev,
    .carrousel_geral_4 .slick-next {
        top: 22%;
    }

    .subscreverNewsletter_LD input {
        margin-left: 6%;
    }

    .lead_info .autor .icon-share {
        color: #C8C9CB;
        font-size: 18px;
    }

    .noticias_cofina {
        margin: 60px auto;
    }

    .moda, .beleza {
        margin: 0 0 130px 0;
    }

    .generico {
        margin: 30px 0 130px 0;
    }

    .celebridades {
        margin: 30px 0 90px 0;
    }

    .cxVideos {
        margin-bottom: 60px;
    }

    .destaques_pub {
        margin-top: 60px;
    }

    .masthead_bottom {
        margin-bottom: 60px;
    }

    .promo_revista {
        margin: 50px auto 50px auto;
    }

    h1.logo_barra {
        display: none;
    }

    .scrollingPage header .header {
        background: #ffffff;
    }

    .menuSubcatBar ul {
        margin-left: 110px;
    }

    #ic_notificacoes {
        top: 90px;
        left: 30px;
    }

    .topBar.singleCat h2 {
        margin: 0 0 0 10px;
    }

    .generico .sectionName {
        font-size: 42px;
        line-height: 42px;
    }

    .carrousel_geral_4 {
        padding: 0 100px;
    }

        .carrousel_geral_4 article {
            margin: 0 15px;
        }

    .outros_videos article:nth-child(odd) {
        clear: none;
    }
}

/* ===========   MEDIA QUERIES SMALL DESKTOP   =========== */
@media (min-width: 992px) {

    .barra_cookies .cookiesBox {
        margin-left: 0;
        margin-right: 0;
    }

    .scrollingPage .logo {
        display: none;
    }

    .scrollingPage .logo_barra {
        display: block;
        width: 36px;
        height: 24px;
        float: left;
        margin: 2px 0 0 60px;
    }

        .scrollingPage .logo_barra a {
            width: 36px;
            height: 24px;
        }

            .scrollingPage .logo_barra a .icon_logo {
                width: 36px;
                height: 24px;
                background: url(/i/logo_navBar.png) center no-repeat scroll;
            }

    .scrollingPage .header .topBar .menuTopBar {
        padding: 5px 0 0 20px;
    }

    .logo_barra {
        display: none;
    }

    .scrollingPage .header .topBar .hamburguer {
        left: 0;
    }

    .scrollingPage .logo_barra {
        margin: 2px 0 0 45px;
    }

    .header .topBar {
        border-bottom: none;
    }


    .mainMenuOpen .navbar-fixed-top {
        -ms-transform: translate(370px, 0);
        -webkit-transform: translate(370px, 0);
        transform: translate(370px, 0);
    }

    .header h1 a .icon_logo {
        background: url(/i/logo.png) center no-repeat scroll;
        background-size: inherit;
    }

    .mainMenuOpen {
        position: absolute;
    }

    #mainMenu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .container-sideBar {
        position: relative;
        padding-right: 330px;
    }

        .container-sideBar .sideBar {
            position: absolute;
            top: 0;
            right: 0;
            width: 330px;
        }

    .espacoTop {
        /*margin-top: 170px;*/
    }

    .barraCofina_main {
        display: block;
    }

    .header .topBar .hamburguer {
        left: 10px;
        top: 12px;
    }

    .menuTopBar li a {
        padding: 0 15px;
    }

    .header .topBar .utilitiesTopBar {
        right: 5px;
        top: 8px;
    }

    .headerBranco {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mainMenuOpen .header .topBar .hamburguer {
        top: 12px;
    }

    .lead_info {
        width: 60%;
    }

    .asMais_lidas_LD {
        margin: 45px auto 0 auto;
    }

        .asMais_lidas_LD article {
            width: 222px;
            margin: 0 auto 40px auto;
            display: block;
        }

            .asMais_lidas_LD article:last-child {
                margin-bottom: 0;
            }

        .asMais_lidas_LD .lead_info h2 {
            font-size: 16px;
        }

        .asMais_lidas_LD .lead_info h1 {
            font-size: 22px;
            line-height: 22px;
        }

    .m-rec + .pubTxt {
        text-align: right;
    }

    .pesquisaMain {
        right: 0;
        top: 0px;
        padding: 7px;
        width: 300px;
        height: 44px;
    }

    .promo_revista {
        width: 222px;
        margin: 0 auto;
        min-height: inherit;
        float: none;
        clear: both;
    }

    .instagram_LD .main_insta, .instagram_LD .main_other_insta {
        width: inherit;
    }

    .outros_banners {
        margin-top: 30px;
    }

    .destaques_pub article {
        width: 222px;
        margin: 20px auto;
        display: block;
        float: none;
    }

    .destaques_pub .pubTxt {
        width: 222px;
    }

    .footer_bottom {
        background: #999097;
    }

    .outros_links .logo_footer {
        width: 238px;
        float: none;
        margin: 0 0 30px 0;
    }

    .carrousel_moda article:hover .lead_info, .carrousel_beleza article:hover .lead_info, .carrousel_celebridades article:hover .lead_info, .carrousel_geral article:hover .lead_info, .carrousel_geral_4 article:hover .lead_info {
        background: rgba(153,144,151,0.2);
    }

    .lista_2destaques .lead_info, .lista_3destaques .lead_info, .asMais_lidas_LD .lead_info, .mais_do_canal .lead_info {
        margin: 0 0 45px 0;
    }

    .subscreverNewsletter_LD, .redesSociais_LD {
        text-align: center;
        margin: 15px auto 50px auto;
    }

    .outros_videos .lead_info {
        margin: 0 0 15px 0;
    }

    .carrousel_moda .slick-prev,
    .carrousel_moda .slick-next,
    .carrousel_beleza .slick-prev,
    .carrousel_beleza .slick-next,
    .carrousel_geral .slick-prev,
    .carrousel_geral .slick-next,
    .carrousel_geral_4 .slick-prev,
    .carrousel_geral_4 .slick-next {
        top: 30%;
    }

    .scrollingPage .menuSubcatBar {
        border-top: 1px solid #E8E7E5;
    }

    .menuSubcatBar ul {
        margin-left: 105px;
    }

    .scrollingPage .menuSubcatBar ul {
        margin-left: 95px;
    }

    .scrollingPage .menuSubcatBar {
        background: #ffffff;
    }

    .contactosBox {
        min-height: 112px;
    }
}
/* ===========   MEDIA QUERIES DESKTOP   =========== */
@media (min-width: 1200px) {
}

@media (min-width: 1288px) {
    .container {
        width: 1270px;
    }
}

/* fix's gerais e diferenças entre vários browsers e/ou dispositivos */

.modal-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-disabled {
    display: none !important;
}

.slick-slide {
    border: none;
    outline: none;
    outline-color: none;
}

body.modal-open {
    position: relative;
}

/* SAFARI ONLY HACK*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* palavras ficavam coladas sem espaço */
    ::i-block-chrome, html {
        text-rendering: inherit;
    }
}
