

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1f1f1f;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #1f1f1f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1320px;
    --font-family-sans-serif: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1f1f1f;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #1f1f1f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1320px;
    --font-family-sans-serif: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
figure,
footer,
header,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
}

ul ul {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

a {
    background-color: transparent;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1320px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.col-12,
.col-lg-3,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .container,
    body {
        min-width: 992px !important;
    }
}

body {
    padding-top: 60px;
}

a,
body {
    color: #1f1f1f;
}

a {
    outline: none;
    text-decoration: none;
}

a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

h1,
h2,
h3,
p {
    font-weight: 400;
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

input[type=text] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.stretched-link:after {
    z-index: 15;
}

.container {
    max-width: 100%;
}

.ic_media {
    display: inline-block;
    padding-left: 28px;
    margin-left: 10px;
    font-size: 14px;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    color: #fff;
    position: relative;
    height: 20px;
    line-height: 1;
    top: -5px;
}

.ic_media:before {
    width: 20px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 10;
}

.ic_media.ic_videos {
    line-height: 20px;
    top: auto;
}

.ic_media.ic_videos:before {
    top: 0;
    background-image: url(../images/ic_videos.png);
}

.ic_media:empty {
    line-height: 20px;
    top: -10px;
}

.blocoDestaques {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.button {
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #d80e2d;
    border: 1px solid #d80e2d;
    border-radius: 3px;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    transition: all .35s ease-in-out;
}

.destaque .destaqueContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
}

.destaque .figure_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.destaque .image {
    padding-top: 66.5625%;
    position: relative;
    background: #e8e8e8;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.destaque .image img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
    transition: all .35s ease-in-out;
}

.destaque .text_container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 5px;
}

.destaque h3 {
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    line-height: 1.3;
    font-size: 18px;
    padding-top: 5px;
}

.destaque h3 a {
    text-decoration: none;
    background-image: linear-gradient(#d80e2d, #d80e2d);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .35s;
}

.destaque.c-studio .text_container {
    padding-top: 0;
}

.cstudio .blockName {
    padding-top: 3px;
}

.cstudio .blockName .content {
    background: url(../fonts/logo-CStudio-dark.svg) no-repeat 50%;
    background-size: 165px;
    height: 68px;
    background-color: #ddd;
    background-position-x: 20px;
}

.cstudio .blockName .content a {
    display: block;
    height: 100%;
}

.cstudio .blocoDestaques {
    border-bottom: 0;
}

.cstudio .blocoDestaques .destaque.c-studio .text_container {
    padding-top: 8px;
}

.blockName {
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
}

.blockName {
    width: 100%;
    text-transform: uppercase;
    font-size: 34px;
    color: #1f1f1f;
    position: relative;
    padding-top: 10px;
    border-top: 2px solid #d80e2d;
}

.blockName:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    height: 1px;
    top: 2px;
    background: rgba(216, 14, 45, .25);
}

.contentBlock {
    margin-top: 60px;
}

@media screen and (max-width:767px) {
    .ic_media {
        padding-left: 22px;
        font-size: 13px;
        height: 16px;
        top: -5px;
    }

    .ic_media:before {
        width: 16px;
        height: 16px;
        top: -2px;
    }

    .blocoDestaques {
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .destaque {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dbdbdb;
    }

    .destaque .destaqueContainer {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .destaque .figure_container {
        -ms-flex: 0 0 136px;
        flex: 0 0 136px;
        max-width: 136px;
        position: relative;
        padding-right: 16px;
    }

    .destaque .text_container {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .destaque h3 {
        font-size: 17px;
        padding-top: 0;
        line-height: 1.2;
    }

    .cstudio .blockName .content {
        height: 48px;
        margin-bottom: 20px;
        background-size: 140px;
    }

    .cstudio .blockName .content a {
        background: url(../images/logo-CStudio-dark.png) #ddd no-repeat 15px;
        background-size: 118px;
        height: 48px;
        margin-left: 0;
    }

    .blockName {
        font-size: 26px;
    }
}

@media (max-width:991px) {
    .cstudio .destaque .destaqueContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cstudio .destaque .destaqueContainer .figure_container {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        padding-right: 0;
    }

    .cstudio .destaque .destaqueContainer .text_container {
        padding-top: 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .blocoDestaques {
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .destaque {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dbdbdb;
    }
}

@media (min-width:992px) {
    body {
        padding-top: 185px;
    }

    .button:hover {
        color: #d80e2d;
        background: #fff;
        text-decoration: none;
    }

    .destaqueContainer:hover .figure_container img {
        transform: scale(1.04);
    }

    .destaqueContainer:hover h3 a {
        text-decoration: none;
        background-size: 100% 1px;
    }
}

@media (min-width:1360px) {
    .container {
        max-width: 1360px;
    }
}

@media print {

    .lateral,
    .topicos,
    footer,
    header {
        display: none !important;
    }

    .bloco_texto {
        padding-left: 20px !important;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}

.header .main_header {
    border-bottom: 2px solid #010101;
}

.header .header_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: relative;
    height: 96px;
}

.header .header_top .ic_main_menu {
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    height: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #1f1f1f;
    transition: all .35s ease-in-out;
    margin: 0;
    padding: 0;
    background: none;
    z-index: 10;
    top: -7px;
    position: relative;
}

.header .header_top .ic_main_menu:focus {
    outline: none;
}

.header .header_top .ic_main_menu span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #1f1f1f;
    color: #1f1f1f;
    font-size: 0;
}

.header .header_top .ic_main_menu span:after,
.header .header_top .ic_main_menu span:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background: #1f1f1f;
    content: "";
    transition: transform .35s;
}

.header .header_top .ic_main_menu span:before {
    transform: translate(-50%, -6px);
}

.header .header_top .ic_main_menu span:after {
    transform: translate(-50%, 6px);
}

.header .header_top .logo {
    display: block;
    background: url("../img/logo3.png") no-repeat 50% scroll;
    background-size: contain;
    width: 266px;
    height: 48px;
    border: none;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 101;
}

.header .header_top ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header .header_top ul li {
    margin-left: 20px;
}

.header .header_top ul li.assineBT {
    margin-left: 10px;
}

.header .header_top ul li.assineBT .button {
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    padding: 5px 10px;
    text-transform: unset;
    margin-top: 0;
}

.header .header_top ul li.entrarBT {
    margin-left: 10px;
}

.header .header_top ul li.entrarBT a {
    border-radius: 3px;
    display: block;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    transition: all .35s ease-in-out;
}

.header .header_canais {
    border-top: 1px solid #dbdbdb;
    padding: 1px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Noto Serif, Georgia, Times New Roman, Times, serif;
    color: #1f1f1f;
    font-size: 14px;
}

.header .header_canais a {
    color: #1f1f1f;
    display: block;
    margin: 0 10px;
    text-align: center;
}

.header .header_canais a:not([class^=area_]) {
    text-decoration: none;
    background-image: linear-gradient(#d80e2d, #d80e2d);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .35s;
}

.header .header_canais a[class^=area_] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

.header .header_canais a.area_gps {
    background-image: url("../img/gps.png");
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 40px;
}

.header .header_canais a.area_podcasts {
    display: -ms-flexbox;
    display: flex;
}

.header .header_canais a.area_podcasts span {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    background: url("../img/ic_audio.png") no-repeat 50% scroll;
    background-size: 19px;
    width: 19px;
    height: 15px;
}

@media (max-width:991px) {
    .header {
        border-bottom: 1px solid #dbdbdb;
        z-index: 104;
    }

    .header .main_header {
        border-bottom: none;
    }

    .header .header_top {
        height: 60px;
    }

    .header .header_top .ic_main_menu {
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        max-width: 24px;
    }

    .header .header_top .ic_main_menu span {
        width: 24px;
    }

    .header .header_top .logo {
        left: 40px;
        transform: translateX(0);
        width: 150px;
        height: 27px;
        top: 14px;
    }

    .header .header_top ul {
        transition: all .35s ease-in-out;
        opacity: 1;
    }

    .header .header_top ul li {
        margin-left: 15px;
    }

    .header .header_top ul li.sabadoClaim {
        display: none;
    }

    .header .header_top ul li.assineBT .button {
        padding: 3px 10px;
    }

    .header .header_top ul li.assineBT span {
        display: none;
    }

    .header .header_top ul li.entrarBT a {
        font-size: 14px;
        padding: 4px 12px;
    }

    .header .header_canais {
        display: none;
    }
}

@media (min-width:992px) {
    .header .header_top ul li.entrarBT a:hover {
        border: 1px solid #333;
        background: #333;
        color: #fff;
        text-decoration: none;
    }

    .header .header_canais {
        font-size: 16px;
    }

    .header .header_canais a {
        margin: 0 20px;
    }

    .header .header_canais a:not([class^=area_]):hover {
        text-decoration: none;
        background-size: 100% 1px;
    }
}

@media (min-width:1200px) {
    .header .header_canais a {
        margin: 0 28px;
    }
}

footer {
    background: #010101;
    color: #fff;
    margin-top: 60px;
}

footer .footer_social {
    background: #d80e2d;
    text-align: center;
    padding: 20px;
}

footer .footer_social .socialIcon {
    display: inline-block;
    margin: 0 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

footer .footer_social .socialIcon.ic_facebook {
    background: url("../img/ic_fb.png") #fff no-repeat 50% scroll;
    background-size: 54%;
}

footer .footer_social .socialIcon.ic_twitter {
    background: url("../img/ic_tw.png") #fff no-repeat 50% scroll;
    background-size: 54%;
}

footer .footer_social .socialIcon.ic_instagram {
    background: url("../img/ic_insta.png") #fff no-repeat 50% scroll;
    background-size: 64%;
}

footer .footer_copyright {
    font-size: 10px;
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    color: gray;
    text-align: center;
}

footer .footer_copyright a {
    color: #b3b3b3;
    text-decoration: underline;
}

footer .footer_copyright .container {
    padding-top: 25px;
    padding-bottom: 15px;
}

footer.simplificado .first_row,
footer.simplificado .second_row {
    background: #d80e2d;
}

footer.simplificado .first_row .container,
footer.simplificado .second_row .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

footer.simplificado .first_row .container .logo {
    display: block;
    background: url("../img/logo_branco.png") no-repeat 50% scroll;
    background-size: contain;
    -ms-flex: 0 0 182px;
    flex: 0 0 182px;
    max-width: 182px;
    height: 42px;
    border: none;
}

footer.simplificado .first_row .container .livroReclamacoes {
    display: inline-block;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 40px;
    background: url("../img/livro_reclamacoes_preto.png") no-repeat 50% scroll;
    background-size: contain;
    margin-right: 60px;
}

footer.simplificado .first_row .container .footer_social {
    padding: 0;
}

footer.simplificado .second_row {
    border-top: 1px solid rgba(31, 31, 31, .1);
}

footer.simplificado .second_row .container .linksContainer {
    margin-right: auto;
    margin-left: auto;
}

footer.simplificado .second_row .container .linksContainer a {
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
    display: inline-block;
}

footer.simplificado .second_row .container .linksContainer a:not(:last-child):after {
    content: "";
    font-family: PT Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    width: 1px;
    height: 12px;
    background: hsla(0, 0%, 100%, .2);
    position: absolute;
    right: -3px;
    top: 3px;
}

@media (max-width:991px) {
    footer.simplificado .first_row .container .livroReclamacoes {
        margin-right: 10px;
    }
}

@media (max-width:767px) {
    footer.simplificado .first_row .container {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
    }

    footer.simplificado .first_row .container .logo {
        display: none;
    }

    footer.simplificado .second_row {
        border: none;
    }

    footer.simplificado .second_row .container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 20px 0;
        border-top: 1px solid rgba(31, 31, 31, .1);
    }

    footer.simplificado .second_row .container .linksContainer {
        text-align: center;
        border-bottom: 1px solid rgba(31, 31, 31, .1);
        padding: 0 10px 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    footer.simplificado .second_row .container .linksContainer a {
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media (max-width:767px) {
    .lateral {
        -ms-flex: 1 auto;
        flex: 1 auto;
        padding-right: 0;
        max-width: inherit;
    }
}

@media print {

    .bloco_texto .autor_social .autor:before,
    .bloco_texto .texto .topicos,
    .bloco_texto .tools,
    .header,
    .menuShortcuts,
    footer {
        display: none !important;
    }

    body {
        padding-top: 0;
    }

    .container {
        max-width: 100%;
    }

    .bloco_texto {
        padding-left: 0 !important;
        position: relative !important;
    }

    .bloco_texto .lateral {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .bloco_texto .foto .image,
    .bloco_texto .foto .legenda_multimedia {
        max-width: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .detalhe_content {
        padding: 30px !important;
    }
}