/*
Theme Name: Estadão RI
Description: Tema para WordPress.
Author: Geosfera
Author URI: http://geosfera.com.br/
Version: 3.7
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

.
*/


/* Basic WordPress Styles */

@import url('css/wp.css');
@font-face {
    font-family: 'EstadoHeadlineBold';
    src: url('./fonts/estadoheadline-bold.woff2') format('woff2'), 
    url('./fonts/estadoheadline-bold.woff') format('woff'), 
    url('./fonts/estadoheadline-bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'estado_headlinesemibold';
    src: url('./fonts/estadoheadline-semibold-webfont.woff2') format('woff2'),
    url('./fonts/estadoheadline-semibold-webfont.woff') format('woff'),
    url('./fonts/EstadoHeadline-Semibold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('./fonts/lato-light-webfont.woff2') format('woff2'),
         url('./fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('./fonts/lato-regular.woff2') format('woff2'), url('./fonts/lato-regular.woff') format('woff'), url('./fonts/lato-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    src: url('./fonts/lato-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('./fonts/lato-black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flamabook';
    src: url('./fonts/flama-book-webfont.woff2') format('woff2'), url('./flama-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

/*
html {
    scroll-behavior: smooth;
}*/

a img {
    border: 0;
}

a:link,
a:active,
a:visited {
    color: #444444;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h2 a:link,
h2 a:active,
h2 a:visited {
    color: #444444;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: none;
}

h3 {
    font-family: 'estado_headlinesemibold';
}

body {
    background: #ffffff;
    font-family: 'LatoRegular', Georgia;
    font-size: 1em;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 1em;
}

.relative {
    position: relative;
}

.d_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    list-style: none;
}

.entry-content p {
    margin: 15px 0;
}

.entry-content a:link,
.entry-content a:active,
.entry-content a:visited {
    color: #444444;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #838383;
    text-decoration: underline;
}

.txt_center {
    text-align: center;
}

.banner {
    max-width: 1100px;
    margin: 35px auto;
    text-align: center;
    padding: 0;
}

#container.wrapper.d_flex #content .banner {
    max-width: 800px;
    margin: 35px auto;
    text-align: center;
    padding: 0;
    margin-top: 5px !important;
}

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

h1 {
    font-family: 'estado_headlinesemibold';
    font-size: 28px;
    margin: 15px 0;
}

h2 {
    font-family: 'estado_headlinesemibold';
    font-size: 23px;
    margin: 10px 0 0 0;
}

#main {
    margin: 25px auto;
}

@media screen and (max-width: 980px) {
    #main {
        margin: 25px auto 25px auto;
    }
}

#busca {
    position: relative;
    width: 120px;
}

#busca .btn_busca {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

#busca .btn_busca i {
    color: #000000;
    font-size: 22px;
}

#busca form {
    position: absolute;
    display: none;
    z-index: 99;
    top: 0;
    right: 0;
    width: fit-content;
}

#busca form input {
    border: none;
    border-bottom: #000000 solid 1px;
    padding: 2px 5px;
}

#busca form button {
    background: #fff;
    border: none;
    cursor: pointer;
    width: 22px;
    height: 22px;
    font-size: 22px;
    margin-left: 27px;
    position: absolute;
    top: 0;
    right: 0;
}

nav#menu_desktop {
    background: #ffffff;
    border-top: #cccccc solid thin;
    border-bottom: #cccccc solid thin;
    margin: 10px auto 0 auto;
    padding: 10px 1em;
    list-style: none;
}

nav#menu_desktop ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

nav#menu_desktop ul li {
    margin: 0 15px;
}

nav#menu_desktop ul li a:link,
nav#menu_desktop ul li a:active,
nav#menu_desktop ul li a:visited {
    font-size: 14px;
    color: #000;
}

nav#menu_desktop ul li a:hover {
    color: #666666;
}

nav#menu_desktop .broadcast {
    display: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#abre_menu,
#fecha_menu {
    cursor: pointer;
}

@media screen and (max-width: 980px) {
    #abre_menu,
    #fecha_menu {
        display: block;
        top: 55px;
        left: 1em;
    }
    nav#menu_desktop.aberto {
        width: 100%;
        background: #ffffff;
        left: 0;
        padding: 0 0 15px 0;
        top: 82px;
    }
    nav#menu_desktop.aberto #fecha_menu {
        display: block;
    }
    nav#menu_desktop.aberto #abre_menu {
        display: none;
    }
    nav#menu_desktop.aberto .broadcast {
        display: flex;
        justify-content: center;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    nav#menu_desktop {
        border: none;
        margin: 10px auto 0 auto;
        padding: 0px 1em;
        z-index: 99;
        position: relative;
    }
    nav#menu_desktop ul {
        display: none;
    }
    nav#menu_desktop ul li {
        margin: 15px auto;
        text-align: center;
    }
    nav#menu_desktop ul li a:link,
    nav#menu_desktop ul li a:active,
    nav#menu_desktop ul li a:visited {
        text-align: center;
        font-size: 16px;
    }
}

#container.wrapper.d_flex {
    align-items: flex-start;
    padding: 0 1em;
    margin-top: 50px;
}

#container.wrapper.d_flex #content {
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width: 980px) {
    #container.wrapper.d_flex #content {
        max-width: 720px;
    }
}

#container.wrapper.d_flex #sidebar {
    position: relative;
    max-width: 300px;
    list-style: none;
    margin-top: 15px;
    list-style: none;

    margin-left: 15px;
}

#container.wrapper.d_flex #content p {
    line-height: 1.5em;
    margin: 8px 0;
}

#container.wrapper.d_flex #sidebar li.widget,
#container.wrapper.d_flex #sidebar li.widget li {
    list-style: none;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas h2.aside-destaques-title {
    font-family: 'LatoBlack', Georgia;
    font-size: 1.15em;
    text-transform: uppercase;
    color: #896066;
    margin: 0;
    line-height: normal;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas h2.aside-destaques-subtitletitle {
    font-family: 'LatoRegular', Georgia;
    font-size: .75em;
    text-transform: none;
    color: #5D5D5D;
    width: 100%;
    display: block;
    line-height: normal;
    font-weight: 300;
    margin-top: 0;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li {
    display: block;
    color: #000;
    padding: 15px 0 30px 0;
    height: fit-content;
    min-height: 65px;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #A4A4A4;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label h4 a:link,
#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label h4 a:active,
#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label h4 a:visited {
    font-family: 'LatoBlack', Georgia;
    font-size: .62em;
    text-transform: uppercase;
    font-weight: 700;
    color: #896066;
    margin: 0px 10px 0 0;
    display: inline-block;
    word-break: break-word;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label ul.share {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: 7px;
    column-gap: 5px;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label ul.share li {
    padding: 0;
    min-height: 15px;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label ul.share li a:link,
#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label ul.share li a:active,
#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label ul.share li :visited {
    color: #A4A4A4;
    margin: 0 5px;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li .label ul.share li a:hover {
    color: #808080;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li img {
    display: none;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li:first-child img {
    display: block;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li h3 {
    font-family: 'LatoBold', Georgia;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    width: 100%;
    margin: 10px 0;
    word-break: break-word;
}

#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li p {
    line-height: 1.5em;
    margin: 8px 0;
}

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

figure.imagem {
    width: 100%;
    max-width: 355px;
    aspect-ratio: 16/9;
}

@media screen and (max-width: 980px) {
    #container.wrapper.d_flex #content {
        width: 100%;
        max-width: 100%;
    }
    #container.wrapper.d_flex #sidebar {
        max-width: 100%;
        list-style: none;
    }
    #container.wrapper.d_flex {
        padding: 0 0.5em;
    }
    .lista_empresa_wrapper ul {
        margin-left: 0px;
    }
    .lista_empresa_wrapper label {
        margin-left: 5px;
    }
}


/* Index */

#container.wrapper.d_flex #content #informacoes p {
    color: #424242;
    margin: 6px 0;
}

#noticias_recentes {
    margin: 25px 0 25px -2.5%;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 1.5;
}

#noticias_recentes h2 {
    font-family: 'LatoBlack', Georgia;
    font-size: 1.15em;
    text-transform: uppercase;
    color: #896066;
    margin: 0;
    line-height: normal;
    margin-left: 28px;
}

#noticias_recentes span.subtitle {
    font-family: 'LatoRegular', Georgia;
    font-size: .75em;
    text-transform: none;
    color: #5D5D5D;
    width: 100%;
    display: block;
    line-height: normal;
    margin-left: 28px;
}

#noticias_recentes div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#noticias_recentes div article:nth-child(1),
#noticias_recentes div article:nth-child(2),
#noticias_recentes div article:nth-child(3),
#noticias_recentes div article:nth-child(4),
#noticias_recentes div article:nth-child(5),
#noticias_recentes div article:nth-child(6) {
    display: block;
}

#noticias_recentes.posts_7_8 div article:nth-child(7),
#noticias_recentes.posts_7_8 div article:nth-child(8) {
    display: block;
}

#noticias_recentes.posts_9_10 div article:nth-child(9),
#noticias_recentes.posts_9_10 div article:nth-child(10) {
    display: block;
}

#container.wrapper.d_flex #content #noticias_recentes div article .label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #A4A4A4;
}

section#noticias_recentes article .label h4 a:link,
section#noticias_recentes article .label h4 a:active,
section#noticias_recentes article .label h4 a:visited {
    color: #896066 !important;
    font-family: 'LatoBlack';
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    font-weight: 700;
    font-size: .62em;
    margin: 0 5px 0 0;
    padding-top: 5px;
    display: block;
}

section#noticias_recentes div article .label ul.share {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

section#noticias_recentesv article .label ul.share a:link,
section#noticias_recentes article .label ul.share a:active,
section#noticias_recentes article .label ul.share a:visited {
    color: #A4A4A4;
    margin: 0 5px;
}

section#noticias_recentes article .label ul.share a:hover {
    color: #808080;
}

section#noticias_recentes article p.data {
    font-size: .8rem!important;
}

section#noticias_recentes article p.data em {
    color: #896066;
}

section#noticias_recentes article h3 {
    font-family: 'EstadoHeadlineBold', Georgia;
    /*font-size: 32px;*/
    font-size: 1.8em;
    line-height: 1.25em;
    color: #000;
    margin: 8px 0;
    word-break: break-word;
}

section#noticias_recentes article p {
    font-family: 'LatoRegular', Georgia;
    font-size: 1em;
    color: #5D5D5D;
    line-height: 1.5em;
    margin: 8px 0;
}

section#noticias_recentes article a:link,
section#noticias_recentes article a:active,
section#noticias_recentes article a:visited {
    color: #896066;
}

section#noticias_recentes article a:hover {
    opacity: 0.8;
}

section#noticias_recentes a.button.link:link,
section#noticias_recentes a.button.link:active,
section#noticias_recentes a.button.link:visited {
    background-color: #fff;
    border-color: #896066 !important;
    border-width: 1px !important;
    color: #896066;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    justify-content: flex-start;
    line-height: 1.5;
    padding: 18px 35px;
    position: relative;
    vertical-align: top;
    margin: 25px auto;
    display: table;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

section#noticias_recentes a.button.link:hover {
    background-color: #896066;
    border-color: #896066 !important;
    border-width: 1px !important;
    color: #ffffff;
}

section#noticias_recentes .button.link.carrega_7_8 {
    display: table !important;
}

section#noticias_recentes .button.link.carrega_9_10 {
    display: none !important;
}

section#noticias_recentes .button.link.ver_mais {
    display: none !important;
}

.ico-arrow-down:before {
    content: "\e912";
}

@media screen and (max-width: 780px) {
    section#noticias_recentes div article {
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        padding: 25px;
    }
    section#noticias_recentes div article figure {
        margin: 0;
    }
    section#noticias_recentes div article h3 {
        font-size: 1.6em;
    }
}


/* Index */


/* Busca, Archive, Category */

section#buscas {
    margin: 0 auto;
}

section#buscas .d_flex {
    margin: 25px auto;
}

section#buscas .d_flex div.campo_1 {
    width: 45%;
    position: relative;
}

section#buscas .d_flex div.campo_1 i {
    position: absolute;
    top: 10px;
    left: 15px;
}

section#buscas .d_flex div.campo_1 input#search {
    border: #0076EC solid 2px;
    padding: 10px 15px 10px 50px;
    width: 85%;
}

section#buscas .d_flex select.setor_de_atividade,
section#buscas .d_flex select.tipo {
    width: 45%;
    border: #0076EC solid 2px;
    padding: 9px 15px;
}

section#buscas input[type=radio] {
    margin: 5px;
}

section#buscas .d_flex.btns {
    margin: 15px auto;
    justify-content: flex-start;
}

section#buscas input[type=submit],
section#buscas input[type=button] {
    -webkit-appearance: none !important;
    background-color: #0076EC;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: 'LatoBold';
    font-size: 15px;
    font-weight: bold;
    padding: 12px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 25px 0 0;
}

section#buscas input[type=submit]:hover,
section#buscas input[type=button]:hover {
    -webkit-appearance: none !important;
    opacity: 0.85
}

@media screen and (max-width: 980px) {
    section#buscas {
        margin: 25px auto;
    }
    section#buscas .d_flex {
        display: block;
    }
    section#buscas .d_flex div.campo_1 {
        width: 100%;
        position: relative;
        margin: 25px 0;
    }
    section#buscas .d_flex div.campo_1 input#search {
        width: 100%;
        max-width: 200px;
    }
    section#buscas .d_flex select.setor_de_atividade,
    section#buscas .d_flex select.tipo {
        margin-left: 0;
        border: #0076EC solid 2px;
        padding: 10px 50px 10px 15px;
        width: 100%;
        max-width: 269px;
    }
    section#buscas .d_flex div.campo_1 input#search,
    section#buscas .d_flex select.setor_de_atividade,
    section#buscas .d_flex select.tipo,
    section#buscas input[type=submit],
    section#buscas input[type=button] {
        -webkit-appearance: none;
    }
    section#buscas p strong {
        display: block;
    }
    section#buscas p br {
        display: block;
    }
}

#container.wrapper.d_flex #content p.historico {
    margin-top: 50px;
}

.resultados {
    display: flex;
    justify-content: space-between;
}

.resultados p {
    width: 50%;
}

.resultados p.atualizado {
    color: #393b41;
    text-align: right;
}

table.table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

table.table td {
    /*word-break: break-all;*/
}

table.table thead tr {
    background-color: #00a6d8;
}

table.table thead tr th {
    color: #ffffff;
    font-family: 'LatoBold';
    font-size: 18px;
    padding: 13px 0.5em;
    text-align: left;
}
.padding-left-td{
    padding-left: 1rem !important;
}
table.table .text-center{
    text-align: center !important;
}
.pb-15{
    padding-bottom: 15px;
}
table.table_publicacoes thead tr th:nth-child(4),
table.table thead tr th:last-child {
    text-align: center;
}

table.table tbody tr {
    background: #ffffff;
}

table.table tbody tr:nth-child(even) {
    background: #EBEBEB;
}

table.table tbody tr td {
    color: #424242;
    font-size: 15px;
    padding: 1.5em 9px;
    text-align: left;
    align-items: center;
}

table.table thead tr th:nth-child(1),
table.table tbody tr td:nth-child(1) {
    padding-left: 15px;
}

table.table tbody tr td a {
    color: #0295c0;
    font-weight: bold;
}

table.table tbody tr td a.visualizar {
    display: block;
    text-align: center;
}

table.table tbody tr td a.visualizar:hover {
    opacity: 0.85;
}

table.table tbody tr td a.assistir {
    background-color: #a03030;
    color: #ffffff;
    font-family: 'LatoBold';
    padding: 10px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
    width: 70px;
    display: block;
    text-align: center;
}

table.table tbody tr td a.assistir:hover {
    opacity: 0.85;
}

table.table {
    display: table;
}

table.table_mobile {
    display: none;
}

table.table_mobile {
    width: 100%;
    border-collapse: collapse;
    border: #cacaca solid 1px;
    margin: 0 auto 25px auto;
}

table.table_mobile td {
    word-break: normal;
}

table.table_mobile tbody tr.topo {
    background-color: #EBEBEB;
}

table.table_mobile tbody tr th {
    color: #ffffff;
    font-size: 18px;
    padding: 0.5em;
    text-align: left;
}

table.table_mobile tbody tr {
    background: #ffffff;
}

table.table_mobile tbody tr td {
    color: #393b41;
    font-size: 15px;
    padding: 1em 0.5em;
    text-align: left;
}

table.table_mobile tbody tr td a {
    color: #0293c0;
    font-weight: bold;
}

table.table_mobile tbody tr td a.visualizar {
    background-color: #0293c0;
    color: #ffffff;
    display: block;
    width: 85px;
    padding: 10px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

table.table_mobile tbody tr td a.visualizar:hover {
    opacity: 0.85;
}

tbody#table_empresas_body tr td:nth-child(3) {
    min-width: 140px;
}


/*@media screen and (max-width: 980px) {
    table.table {
        display: none;
    }
    table.table_mobile {
        display: table;
    }
    table#table_empresas.table {
        display: block;
    }
}*/

@media screen and (max-width: 500px) {
    table.table {
        display: none;
    }
    table.table_mobile {
        display: table;
    }
    table#table_empresas.table {
        display: block;
    }
    tbody#table_empresas_body td tr {
        padding: 0.5em;
    }
    .lista_empresa_wrapper span {
        margin-left: 0px !important;
    }
    table#table_empresas.table thead tr th {
        font-size: 15px !important;
        padding: 0.5em !important;
    }
    table.table tbody tr td {
        font-size: 14px;
        padding: 0.5em;
    }
    .lista_empresa_wrapper ul li a {
        font-size: 15px;
    }
    .lista_empresa_wrapper ul {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .lista_empresa_wrapper label {
        margin-left: 5px;
        font-size: 17px;
    }
    table#table_empresas.table tbody tr td a.publicacoes {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 700px) {
    /*table.table tbody tr td:nth-child(3) {
        display: none;
    }*/
    table#table_empresas.table thead tr th:nth-child(3) {
        display: none;
    }
    table#table_empresas.table {
        max-width: 100% !important;
        padding: 10px !important;
    }
    table.table tbody tr td {
        font-size: 13px;
    }
}


/* Busca, Archive, Category */


/* Single */


/* Single */


/* Paginação */

#pagination {
    clear: both;
    display: table;
    padding-bottom: 10px;
    margin: 20px auto;
}

#pagination a,
#pagination .dots,
#pagination .next,
#pagination .prev {
    padding: 2px 5px;
    margin: 2px;
    color: #393b41;
    text-decoration: none;
    float: left;
    font-size: 1.2em;
    background-color: #EBEBEB;
}

#pagination a:hover,
#pagination .next:hover,
#pagination .prev:hover {
    background-color: #0076EC;
    color: #ffffff;
}

#pagination .current {
    padding: 2px 5px;
    margin: 2px;
    text-decoration: none;
    float: left;
    font-size: 1.2em;
    background-color: #0076EC;
    color: #fff;
}

#pagination .next {
    float: left;
}

#pagination .prev {
    float: left;
}

footer {
    color: #ffffff;
    font-family: 'LatoRegular', Georgia;
    background-color: #3A3C41;
    padding: 30px 0;
}

footer a:link,
footer a:active,
footer a:visited {
    color: #ffffff;
}

footer .another-links {
    color: #fff;
}

footer nav.another-links {
    border-top: 1px solid #57595D;
    border-bottom: 1px solid #57595D;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 15px 0;
    position: relative;
}

footer nav.another-links ul {
    width: 100%;
    max-width: 1170px;
    position: relative;
    margin: auto;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer nav.another-links ul li {
    margin: 10px 13px;
    font-size: .75em;
}

footer nav.another-links ul li a:link,
footer nav.another-links ul li a:active,
footer nav.another-links ul li a:visited {
    font-weight: 700;
    letter-spacing: .03em;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

footer nav.another-links ul li a:hover {
    color: #ccc;
}

footer .copyright {
    padding-top: 20px;
}

footer .copyright p {
    font-size: .8em;
    font-weight: normal;
    color: #A4A4A4;
    margin: 0 10px;
}

footer .copyright .social a {
    margin: 0 5px;
    font-size: 20px;
}

@media screen and (max-width: 980px) {
    .copyright.wrapper.d_flex {
        justify-content: center;
    }
    footer .copyright .social.d_flex {
        justify-content: center;
        margin: 20px;
    }
    footer .copyright .social a {
        margin: 5px;
        text-align: center;
    }
    footer .copyright .social p {
        text-align: center;
        margin: 10px auto;
    }
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Kaio 15/12/2021 */

#topo_1 {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

#carregar_mais_noticias:link,
#carregar_mais_noticias:active,
#carregar_mais_noticias:visited {
    color: #896066;
}

#carregar_mais_noticias:hover {
    opacity: 0.8;
}

#carregar_mais_noticias:link,
#carregar_mais_noticias:active,
#carregar_mais_noticias:visited {
    background-color: #fff;
    border-color: #896066 !important;
    border-width: 1px !important;
    color: #896066;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    justify-content: flex-start;
    line-height: 1.5;
    padding: 18px 35px;
    position: relative;
    vertical-align: top;
    margin: 25px auto;
    display: table;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#carregar_mais_noticias:hover {
    background-color: #896066;
    border-color: #896066 !important;
    border-width: 1px !important;
    color: #ffffff;
}

#carregar_mais_noticias .button__text {
    transition: all 0.2s;
}

a#carregar_mais_noticias.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

a#carregar_mais_noticias.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #0076EC;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

#footer_conteudo_patrocinado {
    margin-bottom: 50px;
    margin-top: 25px;
}

#footer_conteudo_patrocinado div article {
    display: inline-grid;
    max-width: 20%;
    margin-right: 1.5%;
    margin-top: 20px;
    padding: 15px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 3px;
    min-height: 280px;
}

#footer_conteudo_patrocinado .header h1 {
    color: #0074ee;
    margin: 0;
}

#footer_conteudo_patrocinado .header h1::before {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #0074ee;
}

#footer_conteudo_patrocinado .header h2 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

#footer_conteudo_patrocinado .header h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

#footer_conteudo_patrocinado div article h3 {
    margin-top: 10px;
    font-family: 'LatoRegular', Georgia, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.32;
    overflow: hidden;
    max-height: 77px;
}

#footer_conteudo_patrocinado div article .footer {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

#footer_conteudo_patrocinado h4 {
    font-size: 12px;
    line-height: 1.33;
    color: #444;
    font-weight: 300;
}

#footer_conteudo_patrocinado h4 a {
    font-size: 13.5px;
    line-height: 1.17;
    color: #2575E8;
    font-weight: 700;
}

@media (max-width: 955px) {
    #footer_conteudo_patrocinado div article {
        margin-right: 3.5%;
        max-width: 42%;
    }
}

@media (max-width: 518px) {
    #footer_conteudo_patrocinado div {
        display: grid;
    }
    #footer_conteudo_patrocinado div article {
        max-width: 80%;
        margin: 20px auto;
    }
}

footer .footer-container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1172px;
    padding-left: 1rem;
    padding-right: 1rem
}

@media only screen and (min-width:48em) {
    footer .footer-container {
        width: 46rem
    }
}

@media only screen and (min-width:62em) {
    footer .footer-container {
        width: 59rem
    }
}

@media only screen and (min-width:75em) {
    footer .footer-container {
        width: 73rem
    }
}

footer .expedient {
    padding-top: 30px;
    display: flex;
}

footer .expedient figure {
    margin: 0;
    padding: 0
}

footer .expedient section {
    border-left: 1px solid #57595D;
    padding-bottom: 30px;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

footer .expedient section .box {
    margin-top: 0;
    margin-bottom: 20px
}

footer .expedient section:first-child {
    border: 0 none
}

footer .expedient ul {
    padding: 0;
    margin: 0
}

footer .expedient ul li {
    font-size: .8em;
    color: #A4A4A4;
    width: 100%;
    margin: 25px 0;
    display: block
}

footer .expedient ul li:last-child {
    margin-bottom: 0
}

footer .expedient ul li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #A4A4A4;
    font-size: inherit;
    color: inherit
}

footer .expedient ul li a:hover {
    color: #fff
}

footer .expedient .digital {
    margin: 25px 0 0 0;
    display: block
}

@media screen and (max-width:380px) {
    body footer .expedient .digital {
        width: 120px
    }
}

@media screen and (max-width:767px) {
    footer .expedient {
        border-bottom: 1px solid #57595D
    }
    footer .expedient section:first-child {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:767px) {
    body footer .expedient section:nth-last-child(2) {
        border: 0 none
    }
}

@media screen and (max-width: 767px) {
    footer .expedient {
        display: none;
    }
}

footer p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .73em;
    color: #fff;
    margin: 0 0 10px 0;
    display: inline-block;
    line-height: 1.5em;
}

@media screen and (max-width: 767px) {
    footer .expedient .menu-institucional,
    footer .expedient .menu-conexão,
    footer .expedient .edicao-digital {
        display: none;
    }
    footer .expedient ul {
        display: flex;
        flex-flow: wrap;
    }
    footer .expedient ul li {
        margin: 10px 0;
        width: 50%;
    }
}

#abre_menu {
    flex-grow: 0.1;
    margin-top: 7px;
}

.estadao {
    flex-grow: 2;
}

.estadaoRI {
    flex-grow: 2;
}

#open_menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 9999999;
    padding: 50px;
}

#open_menu .content {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    max-width: 100%;
}

.search-box {
    border-bottom: 1px solid #E8E8E8;
    padding: 30px 0 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.nav_menu {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .search-box {
        padding-right: 15px
    }
}

.search-box .input-search {
    position: relative
}

.search-box .input-search:before {
    position: absolute;
    top: 11px;
    left: -2px;
    font-size: 30px;
    color: #2575E8
}

.search-box .input-search input {
    font-family: 'LatoRegular', Georgia;
    outline: none;
    border: 0;
    position: relative;
    margin-left: 40px;
    width: 90%;
    font-size: 30px;
    height: 50px;
    color: #ccc;
    border: 2px solid transparent;
    padding: 5px 10px 5px 15px;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease-out;
    -moz-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    -ms-transition: border .3s ease-out;
    transition: border .3s ease-out
}

.search-box .input-search input:hover {
    border-color: #efefef
}

.search-box .input-search input:focus {
    color: #ababab;
    border-color: #C4C4C4
}

@media screen and (max-width:768px) {
    .search-box .input-search input {
        font-size: 22px
    }
}

@media screen and (max-width:435px) {
    .search-box .input-search input {
        font-size: 17px
    }
}

.search-box .input-search ::-webkit-input-placeholder {
    color: #ccc;
    opacity: .8
}

.search-box .input-search :-moz-input-placeholder {
    color: #ccc;
    opacity: .8
}

.search-box .input-search :-ms-input-placeholder {
    color: #ccc;
    opacity: .8
}

#open_menu .content .header {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

#open_menu .content .header #fecha_menu {
    margin-right: 15px;
    margin-top: 6px;
}

@font-face {
    font-family: 'icones-estadao';
    src: url('https://statics.estadao.com.br/s2016/portal/font/icons/icones-estadao.eot');
    src: url('https://statics.estadao.com.br/s2016/portal/font/icons/icones-estadao.eot#iefix') format('embedded-opentype'), url('https://statics.estadao.com.br/s2016/portal/font/icons/icones-estadao.woff2') format('woff2'), url('https://statics.estadao.com.br/s2016/portal/font/icons/icones-estadao.woff') format('woff'), url('https://statics.estadao.com.br/s2016/portal/font/icons/icones-estadao.ttf') format('truetype'), url('https://statics.estadao.com.br/s2016/portal/font/icons/icones-estadao.svg?#icones-estadao') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="ico-"],
[class*=" ico-"],
.icones-font {
    font-family: 'icones-estadao' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

.ico-search:before {
    content: "\e917"
}

#open_menu .content .nav_menu .navbar {
    padding: 25px 0 35px 0;
    border-bottom: 1px solid #E8E8E8
}

#open_menu .content .nav_menu .navbar li {
    margin-right: 25px;
    display: inline-block
}

#open_menu .content .nav_menu .navbar li:last-child {
    margin-right: 0
}

#open_menu .content .nav_menu .navbar li:first-child .icon {
    top: 6px
}

@media screen and (max-width:435px) {
    #open_menu .content .nav_menu .navbar li:first-child .icon {
        top: 12px
    }
}

#open_menu .content .nav_menu .navbar li.quadrinhos,
#open_menu .content .nav_menu .navbar li.aplicativos {
    display: none
}

#open_menu .content .nav_menu .navbar li a .text,
#open_menu .content .nav_menu .navbar li a .item {
    display: inline-block;
    vertical-align: middle
}

#open_menu .content .nav_menu .navbar li a .text {
    font-size: 17px;
    font-weight: bold;
    color: #2575E8;
    text-indent: 5px;
    line-height: 21px
}

#open_menu .content .nav_menu .navbar li a .icon {
    background-image: url('https://statics.estadao.com.br/s2016/portal/img/others/sprites-menu.png');
    width: 20px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 10px
}

#open_menu .content .nav_menu .navbar li a .icon.grid-picture-mobile {
    width: 30px;
    height: 30px;
    top: 8px
}

#open_menu .content .nav_menu .navbar li a .icon.grid-picture-mobile img {
    width: 30px;
    height: 30px
}

#open_menu .content .nav_menu .navbar li a .icon.grid-picture-mobile.icon-perfil {
    top: 10px !important
}

#open_menu .content .nav_menu .navbar li a .icon.icon-perfil {
    background-position: -20px -5px
}

#open_menu .content .nav_menu .navbar li a .icon.icon-transito {
    background-position: -98px -8px
}

#open_menu .content .nav_menu .navbar li a .icon.icon-tempo {
    background-position: -253px -8px
}

#open_menu .content .nav_menu .navbar li a .icon.icon-horoscopo {
    background-position: -174px -8px
}

#open_menu .content .nav_menu .navbar li a .icon.icon-loterias {
    background-position: -20px 28px
}

#open_menu .content .nav_menu .navbar li a .icon.icon-quadrinhos {
    background-position: -98px 28px
}

#open_menu .content .nav_menu .navbar li a .icon.icon-aplicativos {
    background-position: -174px 28px
}

#open_menu .content .nav_menu .navbar li a .icon.icon-assine {
    background-position: -234px 30px;
    width: 50px
}

#open_menu .content .nav_menu .navbar li a:hover .text {
    color: black
}

.estadao {
    margin-left: 15px;
}

@media screen and (max-width:624px) {
    .header-icon-menu {
        display: none;
    }
    .broadcast {
        display: none;
    }
    .estadaoRI img {
        width: 128px;
        height: 28px;
    }
}

@media screen and (max-width:435px) {
    #open_menu .content .nav_menu .navbar li {
        text-align: center;
        min-width: 25%;
        margin: 0 -5px 20px 0
    }
    #open_menu .content .nav_menu .navbar li.quadrinhos,
    #open_menu .content .nav_menu .navbar li.aplicativos {
        display: inline-block
    }
    #open_menu .content .nav_menu .navbar li a .icon {
        margin-bottom: 5px;
        min-height: 30px
    }
    #open_menu .content .nav_menu .navbar li a .text {
        text-indent: 0;
        display: block;
        font-size: 9px;
        text-transform: uppercase
    }
    .estadaoRI_menu {
        display: none;
    }
    .estadao_header {
        display: none;
    }
    .header-icon-menu {
        display: none;
    }
}

#open_menu .content .menu-list {
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
    max-width: 1200px;
    margin: 0 auto;
}

#open_menu .content .menu-list:last-child {
    margin-bottom: 70px;
    border-bottom-color: transparent
}

#open_menu .content .menu-list ul {
    margin: 0;
    padding: 0
}

#open_menu .content .menu-list ul li {
    display: inline-block;
    width: 50%;
    text-align: left;
    margin: 0 -5px 0 0;
    padding: 0
}

#open_menu .content .menu-list ul li a {
    display: inline-block;
    padding: 20px 0;
    font-family: 'LatoRegular', Georgia;
    font-weight: bold;
    color: #2575E8;
    font-size: 18px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#open_menu .content .menu-list ul li a i {
    position: relative;
    top: 1px;
    right: 3px;
    font-size: 15px
}

#open_menu .content .menu-list ul li a:hover {
    color: black
}

#open_menu .content .header .logo-white {
    display: none;
}

@media screen and (max-width:768px) {
    #open_menu .content .menu-list ul li a {
        font-size: 15px
    }
}

@media screen and (max-width:435px) {
    #open_menu .content .menu-list ul li a {
        font-size: 12px
    }
}

@media screen and (max-width:435px) {
    #open_menu {
        padding: 0;
    }
    #open_menu .content .search-box {
        padding: 15px;
    }
    #open_menu .content .header {
        background-color: #2877e8;
        padding: 20px;
        flex-direction: row-reverse;
    }
    #open_menu .content .header #fecha_menu i {
        color: #fff;
        font-size: 19px;
    }
    #open_menu .content .header .logo-white {
        display: block;
    }
    #open_menu .content .header .logo-normal {
        display: none;
    }
    #open_menu .content .menu-list {
        padding: 20px 20px;
    }
    .ico-arrow-right:before {
        content: "\e315";
    }
}

#topo_1 .d_flex {
    align-items: center;
}

.ico-profile:before {
    content: "\e900";
}

.header-icon-menu {
    font-size: 30px;
    margin-left: 50px;
}

#top-line {
    border-top: 1px solid #ddd;
}

header .header-menu.header-secundary-menu {
    padding: 9px 0;
    height: 40px;
    overflow: hidden;
    overflow-x: auto;
    transition: all .3s ease-out;
    max-width: 800px;
    margin: 0 auto;
}
ul#menu_list_ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    text-align: center;
}

ul#menu_list_ul li {
    margin-right: 15px;
}

@media screen and (max-width:768px) {
    header .header-menu.header-secundary-menu ul {
        text-align: left
    }
}

@media screen and (max-width:435px) {
    header .header-menu.header-secundary-menu {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        border-top-color: transparent
    }
}

@media screen and (max-width:767px) {
    #barra-estadao-parceiros {
        display: none
    }
}

#barra-estadao-parceiros {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: auto;
    max-height: 100%;
    background-color: #393b41;
    white-space: nowrap;
    overflow: hidden!important;
    overflow-x: auto!important
}

#barra-estadao-parceiros .barra-estadao-list {
    margin: 0 auto;
    text-align: center
}

#barra-estadao-parceiros ul {
    padding: 9px 20px;
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 0;
    text-align: center
}

#barra-estadao-parceiros li:first-child {
    margin-left: 0
}

#barra-estadao-parceiros li {
    margin: 0 0 0 9px;
    display: inline-block;
    list-style: none;
    color: #fff
}

#barra-estadao-parceiros li:not(.barra-item-visibility):before {
    content: '●';
    display: inline-block;
    margin-right: 9px;
    color: #fff;
    font-size: 12px
}

#barra-estadao-parceiros li.barra-item-visibility+li:before {
    display: none
}

#barra-estadao-parceiros li:not(.barra-item-visibility) a:hover {
    color: #D0D0D0
}

#barra-estadao-parceiros li.barra-estadao-item {
    margin-right: 5px
}

#barra-estadao-parceiros li.barra-estadao-item a {
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold
}

#barra-estadao-parceiros li a {
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 767px) {
    #barra-estadao-parceiros {
        display: none;
    }
}

#footer_conteudo_patrocinado .header h5 a {
    color: #0074ee;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #footer_conteudo_patrocinado div article {
        max-width: 100%;
        width: 96%;
    }
    #footer_conteudo_patrocinado figure.imagem {
        max-width: 100%;
    }
    #footer_conteudo_patrocinado h4 {
        margin-top: 10px;
    }
}

.ico-dots-three-horizontal:before {
    content: "\e90b"
}

.share-more {
    text-align: left;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 180px;
    height: auto;
    margin: 0;
    position: absolute !important;
    top: 25px;
    left: -24px;
    z-index: 10;
    display: none;
}

.share-more.open {
    display: block
}

.share {
    height: 20px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.share-more:before {
    content: '';
    background-color: #fff;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    width: 10px;
    height: 10px;
    margin: -6px auto 0 auto;
    position: relative;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.share-more ul li a span {
    font-family: 'LatoBold', Georgia;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #A4A4A4;
}

.share-li-wrapper {
    padding: 15px;
}

.share-more ul li.linkedin a,
.share-more ul li.linkedin span {
    color: #0084B1;
}

.share-more .linkedin {
    padding: 0;
}

.ico-linkedin:before {
    content: "\e623";
    color: #0084B1;
    font-size: 21px;
    margin-right: 10px;
}

.share-more ul li.email a,
.share-more ul li.email span {
    color: #A4A4A4;
}

.share-more .email {
    padding: 0;
}

.ico-email:before {
    content: "\e909";
    color: #A4A4A4;
    font-size: 21px;
    margin-right: 10px;
}

.share-more ul li.print a,
.share-more ul li.print span {
    color: #A4A4A4;
}

.share-more .print {
    padding: 0;
}

.ico-print:before {
    content: "\e90a";
    color: #A4A4A4;
    font-size: 21px;
    margin-right: 10px;
}

.share-more ul {
    margin: 0;
}

.share-more ul li:hover {
    background-color: #eeeeee;
    padding-left: 20px !important;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

ul.share li {
    margin-left: 10px;
}

@media (max-width: 700px) {
    ul#menu_list_ul li {
        padding: 5px;
        width: 75px;
        font-size: 12px !important;
        margin-right: 0;
    }
    ul#menu_list_ul {
        font-size: 12px !important;
        margin-top: 0;
    }
}


/* Contato */

section#contato {
    padding: 50px 0;
    text-align: center;
    min-height: fit-content;
    font-family: 'LatoRegular', Georgia;
}

section#contato .wrapper h2 {
    color: #000;
    font-size: 40px;
    font-weight: normal;
    line-height: 33px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table;
    /*hack for IE*/
    text-align: center;
    margin: 0 auto;
}

section#contato .wrapper p {
    font-size: 24px;
    line-height: 33px;
    margin: 25px auto 10px auto;
    color: #000;
    font-weight: 900;
}

section#contato .wrapper p strong {
    font-size: 25px;
    line-height: 33px;
}

section#contato .wrapper p a.link_mk:link,
section#contato .wrapper p a.link_mk:active,
section#contato .wrapper p a.link_mk:visited {
    background: #000000;
    color: #ffffff;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

section#contato .wrapper p a.link_mk:hover {
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

section#contato figure {
    width: 100%;
    margin: 50px auto;
}

section#contato p {
    color: #ffffff;
    font-size: 21px;
    margin: 35px 0;
    width: 100%;
}

section#contato p strong {
    font-size: 25px;
}

section#contato .formulario {
    color: #ffffff;
    text-align: left;
    max-width: 820px;
    width: 90%;
    margin: 10px auto 0 auto;
}

section#contato .formulario .d_flex {
    align-items: flex-start;
}

section#contato .formulario .d_flex div {
    width: 48%;
    max-width: 420px;
    margin: 15px 0;
}

section#contato .formulario p {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    top: -6px;
    position: relative;
}

section#contato .formulario label {
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #000;
}

section#contato .formulario input[type=text],
section#contato .formulario input[type=email],
section#contato .formulario input[type=tel],
section#contato .formulario textarea {
    color: #000;
    border: none;
    font-size: 18px;
    padding: 10px 2%;
    width: 95%;
    border: 1px solid #2E8BCB;
}

section#contato .formulario .d_flex .d_flex {
    width: 100%;
    margin: 0;
}

section#contato .formulario .d_flex .d_flex .area_ddd {
    width: 15% !important;
    margin: 0;
    margin-bottom: 24px;
}

section#contato .formulario .d_flex .d_flex .area_tel {
    width: 80% !important;
    margin: 0;
    margin-bottom: 24px;
}

section#contato .formulario textarea {
    height: 100px;
}

section#contato .formulario input[type=submit] {
    border: none;
    background-color: #1A70C0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 15px auto;
    font-weight: 700;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-transform: uppercase;
}

section#contato .formulario input[type=submit]:hover {
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.wpcf7-list-item-label {
    font-size: 12px;
    text-transform: initial;
}

.wpcf7-list-item-label a {
    color: #27b7f1;
}

.terms_checkbox {
    width: 80% !important;
}

.form_submit_button {
    width: 20% !important;
}

@media (max-width: 500px) {
    section#contato .formulario .d_flex div {
        width: 100%;
    }
    .terms_checkbox {
        width: 60% !important;
    }
    .form_submit_button {
        width: 30% !important;
    }
}

@media (max-width: 350px) {
    .form_submit_button {
        width: 40% !important;
    }
}

.wpcf7-response-output {
    color: #000;
}

table#table_empresas.table {
    border-collapse: separate;
    border-spacing: 0 3px;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    position: relative;
    min-width: auto !important;
}

table#table_empresas.table tbody tr {
    background-color: #ebebeb;
}

table#table_empresas.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

table#table_empresas.table thead tr {
    background-color: #2575e8;
    width: 100%;
    display: block;
}

table#table_empresas.table thead tr th {
    color: #ffffff;
    font-family: 'LatoBold';
    font-size: 18px;
    padding: 10px 20px;
    text-align: left;
    line-height: 24px;
    background-color: #2575e8;
    font-weight: inherit;
}

table#table_empresas.table tbody tr td a.publicacoes {
    background-color: #003c82;
    color: #ffffff;
    font-family: 'LatoBold';
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
}

table#table_empresas.table tbody tr td a {
    color: #0295c0;
    font-weight: bold;
}

table#table_empresas.table tbody tr td img {
    width: 64px;
}

.lista_empresa_wrapper {
    position: relative;
    width: 100%;
}

.lista_empresa_wrapper ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lista_empresa_wrapper ul li {
    display: inline;
    margin-left: 5px;
    font-weight: 900;
    font-size: 18px;
    transition: 0.3s;
}

.lista_empresa_wrapper ul li a {
    color: #c7c7c7;
}

.lista_empresa_wrapper ul li a:hover {
    color: #2575e8;
    opacity: 0.7;
}

.lista_empresa_wrapper ul li a.empresa_selected_active {
    color: #2575e8;
}

.lista_empresa_wrapper ul li:first-child {
    margin-right: 25px;
}

.lista_empresa_wrapper label {
    margin-left: 15px;
    font-weight: 900;
    font-size: 19px;
}

section#empresas_publicacoes section#lista_de_empresas.lista_empresa_wrapper table#table_empresas.table tbody#table_empresas_body tr td.display_flex figure.display_flex.round_img {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    border-radius: 500px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

tbody#table_empresas_body tr td.display_flex a.display_flex figure.display_flex.round_img img {
    width: 65px;
    height: 65px;
}

table#table_empresas.table tbody#table_empresas_body tr td a img.lupa {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.display_flex {
    display: flex;
}

.lista_empresa_wrapper span {
    align-self: center;
    margin-left: 15px;
}

.d-none {
    display: none;
}

.lds-ripple {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0%;
    background-color: #0000001f;
    align-items: center;
    justify-content: center;
}

.lds-ripple div {
    border: 4px solid #ebebeb;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

@media screen and (max-width: 700px) {
    .lds-ripple {
        width: 100%;
        height: 100%;
    }
}

table.table {
    min-width: 580px;
}

section#noticias_recentes div#feed_noticias_ajax article:nth-child(1),
section#noticias_recentes div#feed_noticias_ajax article:nth-child(2) {
    max-width: 45%;
}

section#noticias_recentes div#feed_noticias_ajax article a figure {
    max-width: 100%;
}

#noticias_recentes div article {
    max-width: 28%;
    margin: 2.5%;
}

@media screen and (max-width: 768px) {
    section#noticias_recentes div#feed_noticias_ajax article {
        max-width: 100% !important;
    }
}

span.page-title {
    font-family: 'EstadoHeadlineBold', Georgia;
    font-size: 28px;
    margin: 15px 0;
    display: block;
}

#new_page_title {
    font-family: 'EstadoHeadlineBold', Georgia;
    font-size: 28px;
    margin: 15px 0;
    display: block;
}

section#empresas_top {
    display: flex;
    padding: 10px;
    margin-bottom: 50px;
}

section#empresas_top div.left {
    max-width: 200px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

section#empresas_top div.left div.top_wrapper label.cnpj {
    color: #838383;
    font-size: 18px;
    display: block;
    word-break: break-word;
}

section#empresas_top div.left label.empresa_codigo_ibovespa {
    color: #838383;
    font-weight: 900;
    font-size: 32px;
}

section#empresas_top div.left label.empresa_cnpj {
    color: #838383;
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}

section#empresas_top div.left div.inner_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

section#empresas_top div.left div.inner_wrapper div.inner_left figure {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 6px -3px 8px 2px #9e9e9e;
    box-shadow: 6px -3px 8px 2px #9e9e9e;
}

section#empresas_top div.left div.inner_wrapper div.inner_right {
    margin-left: 20px;
}

section#empresas_top div.left div.inner_wrapper div.inner_right label {
    color: #838383;
    font-size: 20px;
    display: block;
    word-break: break-word;
}

section#empresas_top div.right {
    flex-grow: 5;
}

#tv_chart_container {
    position: relative;
    height: 100%;
}

section#empresas_top div.left div.chart_widget {
    margin-top: 25px;
}

section#empresas_top div.left div.chart_widget label.code {
    display: block;
    font-weight: 700;
}

section#empresas_top div.left div.chart_widget label.name {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: 100;
}

section#empresas_top div.left div.chart_widget label.name a {
    font-size: 14px;
    font-weight: 100;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

section#empresas_top div.left div.chart_widget label.name a:hover {
    text-decoration: underline;
    color: #2196f3;
}

section#empresas_top div.left div.chart_widget label.name span.spacer {
    margin-left: 7px;
    margin-right: 7px;
}

section#empresas_top div.left div.chart_widget label.price {
    font-size: 32px;
    margin-right: 5px;
}

section#empresas_top div.left div.chart_widget label.price_change {
    margin-right: 5px;
    font-weight: 700;
}

section#empresas_top div.left div.chart_widget label.price_change_percentage {
    font-weight: 700;
}

section#empresas_top div.left div.chart_widget div.daily_variation_wrapper {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
    max-width: 250px;
}

section#empresas_top div.left div.chart_widget div.daily_variation_wrapper span:nth-child(2) {
    color: #838794;
    font-size: 11px;
}

section#empresas_top div.left div.chart_widget div.daily_variation_filler {
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 15px;
    margin-top: 5px;
    max-width: 250px;
}

.widget_green {
    color: #45baa9;
}

.widget_red {
    color: #fa515e;
}

.widget_bg_green {
    background-color: #45baa9;
}

.widget_bg_red {
    background-color: #fa515e;
}

#market_status_open {
    color: #45baa9;
    display: block;
    font-weight: 700;
    font-size: 11px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

#market_status_open::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #45baa9;
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}

#market_status_closed {
    color: #fa515e;
    display: block;
    font-weight: 700;
    font-size: 11px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

#market_status_closed::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fa515e;
    border-radius: 50px;
    float: left;
    margin-right: 5px;
}

@media screen and (max-width: 1100px) {
    #container.wrapper.d_flex #content {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    section#empresas_top {
        flex-direction: column;
    }
    section#empresas_top div.right {
        padding-left: 0;
        margin-top: 50px;
    }
    #tv_chart_container {
        height: 500px;
    }
    section#empresas_top div.left {
        width: 100%;
        max-width: 100%;
    }
}

.tradingview-widget-copyright {
    font-size: 13px !important;
    line-height: 32px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-family: 'Trebuchet MS', Arial, sans-serif !important;
    color: #9db2bd !important;
}

.tradingview-widget-copyright a {
    text-decoration: none !important;
    color: #9db2bd !important;
}

.tradingview-widget-copyright .blue-text {
    color: #2962FF !important;
}

section#empresas_publicacoes {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex-direction: column;
}

section#empresas_publicacoes div.left {
    flex-grow: 1;
    margin-top: 35px;
}

section#empresas_publicacoes div.left table.table {
    min-width: 0 !important;
}

section#empresas_publicacoes div.right {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    flex-wrap: wrap;
    gap: 15px;
}

section#empresas_publicacoes div.right div.indicators_wrapper {
    display: flex;
    flex-direction: column;
    width: 350px;
    max-width: 350px;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.header span {
    color: #00a6d8;
    font-weight: bold;
    font-family: 'LatoBold';
    font-size: 18px;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.header figure {
    width: 110px;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul {
    list-style: none;
    background-color: #dcdcdc;
    display: flex;
    justify-content: space-between;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li {
    display: inline;
    font-size: 13px;
    cursor: pointer;
    padding: 15px 5px;
    background-color: #dcdcdc;
    width: 25%;
    text-align: center;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li:hover {
    background-color: #CCCCCC !important;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li.active {
    background-color: #003c82;
    color: #fff;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li.active:hover {
    background-color: #003c82d1 !important;
}

.text-right {
    text-align: right;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.content table {
    min-width: 200px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.content table tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

section#empresas_publicacoes div.right div.indicators_wrapper div.content table#moedas td,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#commodities td,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#indices td,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#indicadores td {
    font-family: 'flamabook';
    font-size: 0.9em;
    line-height: 18px;
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.content table#moedas td {
    white-space: nowrap;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.content table#moedas td.timestamp,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#moedas tr.fonte td,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#commodities td.timestamp,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#commodities tr.fonte td,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#indices td.timestamp,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#indices tr.fonte td,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#indicadores td.timestamp,
section#empresas_publicacoes div.right div.indicators_wrapper div.content table#indicadores tr.fonte td {
    color: #839192;
    line-height: 11px;
    font-size: 12px;
}

section#empresas_publicacoes div.right div.indicators_wrapper div.content table span .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.dots-bars-2 {
    width: 40px;
    height: 40px;
    --c: linear-gradient(#00a6d8 0 0);
    --r1: radial-gradient(farthest-side at bottom, #00a6d8 93%, #00a6d8);
    --r2: radial-gradient(farthest-side at top, #00a6d8 93%, #00a6d8);
    background: var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2), var(--c), var(--r1), var(--r2);
    background-repeat: no-repeat;
    animation: db2 1s infinite alternate;
    margin: 0 auto;
    margin-top: 100px;
}

@keyframes db2 {
    0%,
    25% {
        background-size: 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(50% - 2px), 0 calc(50% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
    }
    50% {
        background-size: 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
    }
    75% {
        background-size: 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
    }
    95%,
    100% {
        background-size: 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(0% - 2px), 100% calc(100% + 2px);
    }
}

@media screen and (max-width: 650px) {
    section#empresas_publicacoes {
        flex-direction: column;
    }
    section#empresas_publicacoes div.right {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li {
        font-size: 12px;
    }
}

.dark_blue_btn {
    background-color: #3e496e !important;
}

div#sidebar ul#itens li.widget.broadcast_sidebar figure.broadcast_logo {
    max-width: 200px;
    margin-bottom: 50px;
}

div#sidebar ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper {
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
}

div#sidebar ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_header span.broastcast_headline_caderno {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    font-weight: bold;
    font-size: 0.8em;
    box-sizing: inherit;
    font-family: "flamabook", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #009600;
    float: left;
    padding: 3px 6px 0 0;
}

div#sidebar ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_header span.broastcast_headline_data {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    color: #222;
    font-weight: bold;
    font-size: 0.8em;
    box-sizing: inherit;
    font-family: "flamabook", Helvetica, sans-serif;
    margin: 0 0 5px 0;
    padding: 3px 6px 0 0;
    float: left;
    padding-right: 20px;
}

div#sidebar.sidebar_broadcast {
    width: 100%;
}

div#sidebar.sidebar_broadcast ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_content a.broastcast_headline_content_title {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    box-sizing: inherit;
    background-color: transparent;
    text-decoration: none;
    touch-action: manipulation;
    color: #333;
    display: block;
    margin: 10px 0px;
}

div#sidebar.sidebar_broadcast ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_content a.broastcast_headline_content_title:hover {
    color: #00AAFF;
}

div#sidebar.sidebar_broadcast ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_content a.broastcast_headline_content_link {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-weight: normal;
    line-height: 15px;
    font-size: 15px !important;
    font-family: "flamabook", Helvetica, sans-serif;
    box-sizing: inherit;
    background-color: transparent;
    text-decoration: none;
    touch-action: manipulation;
    color: #00AAFF;
    display: block;
    margin-top: 15px;
}

div#sidebar.sidebar_broadcast ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_content a.broastcast_headline_content_link:hover {
    color: #00AAFF;
    opacity: 0.5;
}

div#sidebar.sidebar_broadcast ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_share a i {
    background-color: #e0dee1;
    color: #fff;
    border-radius: 500px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 14px;
}

div#sidebar.sidebar_broadcast ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_share a i:hover {
    background-color: #aaa;
}

div#sidebar.sidebar_broadcast ul#itens li.widget.broadcast_sidebar ul li div.broastcast_headline_wrapper div.broastcast_headline_share {
    display: flex;
}

section#empresas_publicacoes section#lista_de_empresas.lista_empresa_wrapper table#table_empresas.table thead {
    display: block;
}

section#lista_de_empresas.lista_empresa_wrapper table#table_empresas.table tbody#table_empresas_body {
    width: 100%;
    display: block;
}

section#empresas_publicacoes section#lista_de_empresas.lista_empresa_wrapper table#table_empresas.table tbody#table_empresas_body tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
}

section#empresas_publicacoes section#lista_de_empresas.lista_empresa_wrapper span#curr_selector {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    font-family: 'LatoBlack';
    font-size: 30px;
    line-height: 23px;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes span#new_page_title {
    margin: 0;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.d_flex div.campo_1 {
    width: 45%;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 300px;
}

section#empresas_publicacoes div.d_flex div.campo_1 a.search_button img {
    margin: 0 auto;
}

section#empresas_publicacoes div.d_flex div.campo_1 a.search_button {
    background-color: #2575e8;
    height: 38px;
    width: 40px;
    display: block;
    border: 1px solid #2575e8;
    display: flex;
    align-items: center;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.d_flex div.campo_1 i.fas.fa-search {
    position: absolute;
    top: 10px;
    left: 15px;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.d_flex div.campo_1 input#empresa_search {
    border: #0076EC solid 2px;
    padding: 10px 15px 10px 50px;
    width: 85%;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.d_flex {
    margin: 25px 0;
}

@media (max-width: 500px) {
    figure.round_img {
        width: 85px;
        height: 85px;
        min-width: 85px;
        min-height: 85px;
    }
    tbody#table_empresas_body tr td.display_flex {
        gap: 15px;
    }
    table#table_empresas.table tbody#table_empresas_body tr td a img.lupa {
        margin-right: 15px;
    }
    tbody#table_empresas_body tr td.display_flex a.display_flex figure.display_flex.round_img img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 400px) {
    table#table_empresas.table tbody tr td a {
        font-size: 13px;
    }
    div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 650px) {
    section#empresas_publicacoes div.right div.indicators_wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }
}

section#empresas_publicacoes div.d_flex div.campo_1 a.search_button:hover {
    opacity: 0.7;
}

table#table_empresas.table tbody#table_empresas_body tr td a img.lupa:hover {
    opacity: 0.7;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.left span.no_posts {
    color: #838383;
    font-size: 20px;
    display: block;
}

div#main div#container.busca.wrapper.d_flex div#content div.bottom_banner {
    margin: 25px 0;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.right div.left_banner {
    margin: 36px 0 0 !important;
}

@media (max-width: 430px) {
    header .header-menu.header-secundary-menu {
        height: auto;
    }
    ul#menu_list_ul {
        flex-wrap: wrap;
    }
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.left table.table tbody tr td.empty {
    font-family: 'LatoRegular', Georgia;
    font-size: 1em;
    overflow-wrap: break-word;
    line-height: 1.5em;
    color: #424242;
}

@media screen and (max-width: 700px) {
    div#main div#container.busca.wrapper.d_flex div#content section table.table.table_publicacoes {
        display: none !important;
    }
    div#main div#container.busca.wrapper.d_flex div#content section table.table_mobile.table_publicacoes_mobile {
        display: table !important;
    }
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.left table.table_mobile.table_mobile_empty thead tr {
    background-color: #f2f2f2 !important;
}

div#main div#container.busca.wrapper.d_flex div#content section#empresas_publicacoes div.left table.table_mobile.table_mobile_empty thead tr th {
    font-family: 'LatoBold';
    font-size: 18px;
    padding: 13px 0.5em;
    text-align: left;
    color: #0094bf;
}

section#empresas_publicacoes section#lista_de_empresas.lista_empresa_wrapper table#table_empresas.table tbody#table_empresas_body tr td.display_flex figure.display_flex.round_img div.inner_logo {
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat !important;
    display: block;
    background-size: contain !important;
    width: 60px;
    height: 60px;
    background-position: center !important;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta {
    max-width: 386px;
    margin-top: -8px;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta ul li:first-child {
    margin-right: 0;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta ul li {
    margin-left: 0;
    font-size: 14px;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta ul {
    display: flex;
    gap: 3px;
}

section#empresas_publicacoes section#lista_de_empresas.lista_empresa_wrapper.compacta span#curr_selector {
    display: none;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta table#table_empresas.table tbody#table_empresas_body tr td.display_flex figure.display_flex.round_img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    border-radius: 500px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta table#table_empresas.table tbody#table_empresas_body tr td.display_flex figure.display_flex.round_img div.inner_logo {
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat !important;
    display: block;
    background-size: contain !important;
    width: 40px !important;
    height: 40px !important;
    background-position: center !important;
}

section#lista_de_empresas.lista_empresa_wrapper.compacta table#table_empresas.table tbody#table_empresas_body tr td.display_flex {
    padding: 5px 10px;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta table#table_empresas.table thead tr th {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 0;
}

section#lista_de_empresas.lista_empresa_wrapper.compacta div#pagination.clear.empresa_pagination a.previous.page-numbers,
section#lista_de_empresas.lista_empresa_wrapper.compacta div#pagination.clear.empresa_pagination a.next.page-numbers,
section#lista_de_empresas.lista_empresa_wrapper.compacta div#pagination.clear.empresa_pagination a.page-numbers {
    padding: 2px 2px;
    font-size: 16px;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta div.d_flex div.campo_1 {
    width: 100% !important;
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta div.d_flex {
    margin: 0 !important;
}

@media screen and (max-width: 790px) {
    section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta {
        max-width: 100% !important;
    }
    section#empresas_publicacoes div.right div.indicators_wrapper {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
    section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta {
        max-width: 50%;
    }
    section#empresas_publicacoes div.right div.indicators_wrapper {
        max-width: 45%;
        width: 100%;
    }
}

section#empresas_publicacoes div.right section#lista_de_empresas.lista_empresa_wrapper.compacta span.header {
    margin-top: 11px;
    color: #00a6d8;
    font-weight: bold;
    font-family: 'LatoBold';
    font-size: 18px;
    position: relative;
    display: block;
    margin-left: 0;
    margin-bottom: 14px;
}

/*28-02-2023*/
h2 {
    font-family: 'estado_headlinesemibold', Georgia;
    font-weight: lighter;
}

#barra-estadao-parceiros {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0;
    padding: 5px;
    height: auto;
    max-height: 100%;
    background-color: #2575e8;
    white-space: nowrap;
    overflow: hidden!important;
    overflow-x: auto!important;
}
#barra-estadao-parceiros #abre_menu {
    width: 220px;
    text-align: left;
    padding: 0 20px;
}
#barra-estadao-parceiros .estadao {
    margin-left: 0;
}
#barra-estadao-parceiros .estadao img {
    margin-right: 8px;
}
#barra-estadao-parceiros .header-icon-menu.d_flex {
    width: 220px;
    text-align: left;
    padding: 0 20px;
}
#barra-estadao-parceiros p.txt{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 15px;
}
#barra-estadao-parceiros a{
    color: #ffffff;
}
#barra-estadao-parceiros .fa-bars:before {
    content: "\f0c9";
    color: #ffffff;
}
#barra-estadao-parceiros .header-icon.minha-conta-picture{
    color: #ffffff;
    display: block;
    width: 23px;
    margin-top: 5px;
}
#barra-estadao-parceiros .header-icon.minha-conta-picture svg {
    fill: #fff;
}

#topo_1 {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: none;
}
#topo_1 .espaco_120{
    width: 120px;
}
#topo_1 .estadaoRI{
    text-align: center;
}

.wrapper{
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 1em;
}

header .header-menu.header-secundary-menu {
    height: 150px;
    position: relative;
    z-index: 999;
}
#top-line {
    border-top: 1px solid #ddd;
    margin-top: -140px;
    padding-bottom: 40px;
}
.banner.banner_header{
    position: relative;
}
ul#menu_list_ul {
    background: #ffffff;
}
ul#menu_list_ul li {
    border-right: #424242 solid thin;
    padding-right: 15px;
    margin-right: 15px;
}
ul#menu_list_ul li:last-child{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
ul#menu_list_ul li a {
    font-size: 16px;
}
ul#menu_list_ul li.abre_sub_menu:hover ul.sub_menu{
    display: block !important;
}
ul#menu_list_ul li ul.sub_menu{
    background: transparent;
    padding-top: 5px;
    display: none;
    margin-top: 0;
    margin-left: -10px;
    position: absolute;
    width: 150px;
}
ul#menu_list_ul li ul.sub_menu li{
    list-style: none;
    border-right: unset;
    text-align: left;
}
ul#menu_list_ul li ul.sub_menu li a:link,
ul#menu_list_ul li ul.sub_menu li a:active,
ul#menu_list_ul li ul.sub_menu li a:visited{
    background: #2575E8;
    color: #ffffff;
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    width: 110px;
}
ul#menu_list_ul li ul.sub_menu li a:hover{
    background: #1959B6;
}
ul#menu_list_ul li ul.sub_menu li:first-child a{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul#menu_list_ul li ul.sub_menu li a::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #1959B6;
    position: relative;
    bottom: -30px;
    left: -5px;
}
ul#menu_list_ul li ul.sub_menu li a:hover::before {
    background-color: #2575E8;
}
ul#menu_list_ul li ul.sub_menu li:last-child a{
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
ul#menu_list_ul li ul.sub_menu li:last-child a::before {
    content: "";
    display: block;
    width: unset;
    height: unset;
    background-color: unset;
    position: unset;
    bottom: unset;
    left: unset;
}

@media screen and (max-width: 880px) {
    ul#menu_list_ul {
        display: none;
    }
}

#topo-estadao-ri .wrapper.d_flex .btn-menu-mobile{
    display: none;
}
#topo-estadao-ri #menu_expandido{
    background: #1959B6;
    width: 100%;
    max-width: 235px;
    position: fixed;
    top: 0;
    left: -1000px;
    padding: 0 15px 15px 15px;
    height: 100vh;
    z-index: 999999;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#topo-estadao-ri #menu_expandido.aberto{
    background: #1959B6;
    width: 100%;
    max-width: 235px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px 15px 15px;
    height: 100vh;
    z-index: 999999;

    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);

    overflow-y: auto;
    height: 100vh;
}
#topo-estadao-ri #menu_expandido .btn-fechar-menu-mobile{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
#topo-estadao-ri #menu_expandido figure.estadaori{
    margin: 15px 0 25px 0;
    text-align: left;
    max-width: 150px;
    height: auto;
}
#topo-estadao-ri #menu_expandido figure.estadaori img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(92%) saturate(0%) hue-rotate(262deg) brightness(107%) contrast(100%);
}
#topo-estadao-ri #menu_expandido nav.menu{
    margin: 25px 0;
}
#topo-estadao-ri #menu_expandido nav.menu ul{
    list-style: none;
}
#topo-estadao-ri #menu_expandido nav.menu ul li{
    margin: 15px 0;
}
#topo-estadao-ri #menu_expandido nav.menu ul li a:link,
#topo-estadao-ri #menu_expandido nav.menu ul li a:active,
#topo-estadao-ri #menu_expandido nav.menu ul li a:visited{
    color: #ffffff;
    font-size: 16px;
}
#topo-estadao-novo #menu_expandido nav.menu ul li a:hover{
    text-decoration: none;
}
#topo-estadao-ri #menu_expandido nav.menu ul li ul.sub_menu{
    margin-left: 15px;
}

@media screen and (max-width: 880px){
    #top-line {
        border-top: unset;
        margin-top: -250px;
    } 
    #topo-estadao-ri .wrapper.d_flex .btn-menu-mobile{
        background: #1959B6;
        cursor: pointer;
        display: block;
        margin-left: -5px;
        padding: 5px;
    }
    #topo-estadao-ri .wrapper.d_flex nav.menu{
        display: none;
    }
    #topo-estadao-ri .wrapper.d_flex nav.assine_entrar ul li a.login{
        margin-left: 10px;
    }
}

body.page-template-template-empresas-2023 #container.wrapper.d_flex #content {
    max-width: 100%;
    width: 100%;
}

#empresas_publicacoes_fatos-relevantes{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 75px auto;
}
#empresas_publicacoes_fatos-relevantes div.box{
    background: #2575E8;
    max-width: 304px;
    width: 90%;
    margin: 5px;
    padding: 30px 40px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;

    position: relative;
}
#empresas_publicacoes_fatos-relevantes div.box:hover{
    background: #E4E9F0;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#empresas_publicacoes_fatos-relevantes div.box a:link,
#empresas_publicacoes_fatos-relevantes div.box a:active,
#empresas_publicacoes_fatos-relevantes div.box a:visited{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#empresas_publicacoes_fatos-relevantes div.box h2{
    color: #ffffff;
    font-size: 28px;
    line-height: 120% !important;
    margin: 0;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#empresas_publicacoes_fatos-relevantes div.box p{
    color: #ffffff;
    font-size: 16px;
    line-height: 120% !important;
    margin: 0;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#empresas_publicacoes_fatos-relevantes div.box:hover h2,
#empresas_publicacoes_fatos-relevantes div.box:hover p{
    color: #444444;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#quem_ja_publica{
    margin: 50px auto;
}
#quem_ja_publica div.linha{
    background: #cccccc;
    margin: 20px auto;
    width: 300px;
    height: 1px;
}
#quem_ja_publica h2{
    color: #2575E8;
    text-align: center;
    font-size: 30px;
    font-weight: lighter;
}
#quem_ja_publica ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    vertical-align: middle;
    list-style: none;
}
#quem_ja_publica ul li{
    width: 120px;
    margin: 30px;
}
#quem_ja_publica ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 120px;
}
#quem_ja_publica ul li a img{
    max-height: 65px;
    width: auto;
    max-width: 120px;
}

#publique{
    background-image: url('./imagens/2023/ilustrativa-publique.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    margin: 75px auto;
    min-height: 235px;
    padding-top: 60px;
}
#publique h2{
    color: #2575E8;
    text-align: left;
    font-size: 30px;
    margin: 0 0 5px 0;
    font-weight: lighter;
}
#publique p{
    color: #2C2C2C;
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0 !important;
}
#publique p.azul{
    color: #2575E8;
    font-size: 20px;
    margin: 5px 0 !important;
}
#publique a:link,
#publique a:active,
#publique a:visited{
    background: #2575E8;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0;
    padding: 15px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#publique a:hover{
    opacity: 0.8;
}
#publique figure#img_ilustrativa_publique{
    display: none;
}

#estadao_blue_studio{
    margin: 50px auto;
}
#estadao_blue_studio h2{
    color: #2575E8;
    font-size: 30px;
    margin: 0;
    text-align: center;
    font-weight: lighter;
}
#estadao_blue_studio p{
    text-align: center;
    margin: 0 !important;
}
#estadao_blue_studio p a:link,
#estadao_blue_studio p a:active,
#estadao_blue_studio p a:visited{
    color: #2575E8;
}
#estadao_blue_studio p a:hover{
    text-decoration: underline;
}
#estadao_blue_studio .fundo{
    background: #e4eaf0;
    padding: 30px 0px;
    margin: 25px 0;
}
#estadao_blue_studio .fundo .wrapper.d_flex article{
    background: #f5f4f5;
    width: 250px;
    padding: 15px;
    margin: 5px;
}
#estadao_blue_studio .fundo .wrapper.d_flex article h3 {
    font-family: 'LatoRegular', Georgia;
}
#estadao_blue_studio .fundo .wrapper.d_flex article .footer{
    display: inline-block;
    margin: 10px 0;
    font-size: 13px;
}
#estadao_blue_studio .fundo .wrapper.d_flex article .footer a{
    display: block;
    color: #2575E8;
    font-size: 14px;
}

@media screen and (max-width: 980px) {
    #barra-estadao-parceiros #abre_menu {
        margin-right: 53px;
    }
    #barra-estadao-parceiros .estadao img {
        margin: 0;
    }
    #topo_1 .d_flex {
        display: block;
        align-items: center;
    }
    #topo_1 {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: none;
    }
    #topo_1 .estadaoRI {
        text-align: center;
        margin: 0 auto;
        width: 150px;
        display: block;
    }

    ul#menu_list_ul li {
        padding-right: 15px;
        margin-right: 15px;
    }
    ul#menu_list_ul li:last-child{
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    ul#menu_list_ul li a {
        font-size: 15px;
    }

    #empresas_publicacoes_fatos-relevantes{
        justify-content: center;
        margin: 50px auto;
    }
    #empresas_publicacoes_fatos-relevantes div.box{
        margin-bottom: 25px;
    }
    #quem_ja_publica {
        margin: 25px auto;
    }
    #publique {
        background-image: none;
        padding: 0 1em;
        margin: 25px auto;
    }
    #publique h2,
    #publique p{
        text-align: center;
    }
    #publique a:link,
    #publique a:active,
    #publique a:visited{
        display: table;
        margin: 25px auto;
    }
    #publique figure#img_ilustrativa_publique{
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        max-width: 522px;
    }

    #estadao_blue_studio .fundo .wrapper.d_flex{
        justify-content: center;
    }
    a.broadcast {
        display: none;

        text-align: right;
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    #barra-estadao-parceiros {
        display: block;
    }
    #barra-estadao-parceiros p.txt {
        display: none;
    }
    #barra-estadao-parceiros #abre_menu {
        width: 60px;
        padding: 0 10px;
    }
    #barra-estadao-parceiros .header-icon-menu.d_flex {
        width: 60px;
        padding: 0 10px;
        margin-left: 0px;
    }
}

@media (max-width: 700px) {
    ul#menu_list_ul {
        justify-content: flex-start;
        padding: 0 15px;
    }
    ul#menu_list_ul li {
        width: 100% !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 624px){
    #barra-estadao-parceiros #abre_menu {
        margin-right: 0;
    }
    #barra-estadao-parceiros .header-icon-menu.d_flex {
        display: flex;
        margin-left: 0px;
    }

}
@media screen and (max-width: 435px){
    #barra-estadao-parceiros .estadao_header {
        display: block;
    }
}
@media (max-width: 430px){
    ul#menu_list_ul {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

/* somente local
.banner{
    display: none;
} */

/* Atualizaççao de 12/2023 */
div#busca_topo{
    background: #2575E8;
    padding: 20px;
    text-align: center;
}
div#busca_topo .wrapper p{
    font-family: 'LatoBold';
    color: #ffffff;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
}
div#busca_topo .wrapper form{
    margin: 20px auto 0 auto;
}
div#busca_topo .wrapper form input[type="text"] {
    border: none;
    color: #706F6F;
    font-size: 14px;
    padding: 0 15px;
    width: 60%;
    height: 40px;
    max-width: 470px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div#busca_topo .wrapper form select#select_tipo_busca {
    border: none;
    color: #706F6F;
    font-size: 14px;
    padding: 0 20px 0 10px;
    width: 30%;
    height: 40px;
    max-width: 190px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div#busca_topo .wrapper form input[type="submit"] {
    background: #1959B6 url('./imagens/lupa_branca.svg') center no-repeat;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 5%;
    height: 40px;
    max-width: 40px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: -999px;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
div#busca_topo .wrapper form input[type="submit"]:hover{
    opacity: 0.8;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (max-width: 990px){
    div#busca_topo .wrapper form input[type="text"]{
        width: 70%;
        margin: 5px;
    }
    div#busca_topo .wrapper form select#select_tipo_busca{
        width: 80%;
        margin: 5px;
    }
    div#busca_topo .wrapper form input[type="submit"] {
        margin: 5px;
        min-width: 40px;
    }
}

section#noticias_ri{
    margin: 25px auto;
}
section#noticias_ri .d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#noticias_ri .d_flex #noticias_ri_1_2_3{
    width: 100%;
    max-width: 790px;
}
section#noticias_ri .d_flex #noticias_ri_1_2_3 article.noticias_ri_1{
    margin-bottom: 20px;
    position: relative;
}
section#noticias_ri .d_flex #noticias_ri_1_2_3 article.noticias_ri_1 figure{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.label{
    margin: 20px 0;
    position: relative;
}
.label .chapeu {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}
.label .chapeu h4 {
    color: #2575E8;
    margin: 0;
    padding: 4px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    background-color: rgb(232, 232, 232);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.label .chapeu h4 a{
    color: #2575E8;
}
.label p.olho{
    font-size: 18px !important;
    margin: 5px 0;
}

section#noticias_ri .label{
    position: relative;
}

section#noticias_ri .label h2{
    color: #444444;
    font-family: 'estado_headlinesemibold', Georgia;
    font-size: 30px;
    line-height: 120%;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
    margin: 5px 0;
}
section#noticias_ri .label p{
    color: #444444;
    font-size: 20px;
    line-height: 120%;
    margin: 5px 0;
}
section#noticias_ri .noticias_ri_2_3{
    display: flex;
    justify-content: space-between;
}
section#noticias_ri .noticias_ri_2_3 article{
    width: 100%;
    max-width: 370px;
    position: relative;
}
section#noticias_ri .noticias_ri_2_3 article .label h2{
    font-size: 20px;
}
@media screen and (max-width: 990px){
    section#noticias_ri .d_flex {
        justify-content: center;
    }
    section#noticias_ri .noticias_ri_2_3{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    section#noticias_ri .noticias_ri_2_3 article{
        width: 100%;
        max-width: 370px;
        position: relative;
    }
}

section#noticias_ri .d_flex #noticias_ri_4_5_6{
    background: #E4E9F0;
    width: 100%;
    max-width: 340px;
    padding: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
section#noticias_ri .d_flex #noticias_ri_4_5_6 article{
    border-bottom: #444444 solid 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
section#noticias_ri .d_flex #noticias_ri_4_5_6 article:last-child{
    border-bottom: none;
}
section#noticias_ri .d_flex #noticias_ri_4_5_6 article figure img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
section#noticias_ri .d_flex #noticias_ri_4_5_6 article h2{
    font-size: 20px;
    line-height: 120%;
    margin: 0;
}
section#noticias_ri .d_flex #noticias_ri_4_5_6 article .label .chapeu h4 {
    background-color: #ffffff;
}


a.mais_noticias{
    background: #EBEDF2;
    display: table;
    color: #444444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 45px;
    margin: 50px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.mais_noticias:hover{
    background: #2575E8;
    cursor: pointer;
    color: #ffffff;
    opacity: 1 !important;
}
a.mais_noticias[disabled="disabled"],
a.mais_noticias[disabled="disabled"]:hover{
    background: #EBEDF2;
    color: #444444;
    cursor: not-allowed;
}

#broadcast_home #sidebar {
    position: relative;
    max-width: 100%;
}
#broadcast_home #sidebar #itens .widget.broadcast_sidebar ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#broadcast_home #sidebar #itens .widget.broadcast_sidebar ul li{
    max-width: 30%;
}
@media screen and (max-width: 990px){
    #broadcast_home #sidebar #itens .widget.broadcast_sidebar ul {
        flex-wrap: wrap;
    }
    #broadcast_home #sidebar #itens .widget.broadcast_sidebar ul li{
        max-width: 90%;
        max-width: 400px;
    }
}

#container.single.noticias #topo_post .wrapper{
    max-width: 800px;
    margin:30px auto;
}
#container.single.noticias #topo_post figure{
    max-width: 950px;
    margin: 30px auto;
    text-align: center;
}

#container.single.noticias #content #post.wrapper {
    max-width: 800px;
    margin: 30px auto;
}
#container.single.noticias #content #post.wrapper .entry-content p{
    font-size: 17px;
    line-height: 170%;
    margin: 30px 0;
}
#container.single.noticias #content #post.wrapper .entry-content h1,
#container.single.noticias #content #post.wrapper .entry-content h2,
#container.single.noticias #content #post.wrapper .entry-content h3,
#container.single.noticias #content #post.wrapper .entry-content h4,
#container.single.noticias #content #post.wrapper .entry-content h5{
    font-family: 'LatoBold';
    margin: 30px 0;
    line-height: 170%;
}
#container.single.noticias #content #post.wrapper .entry-content ul,
#container.single.noticias #content #post.wrapper .entry-content ol{
    margin: 30px;
}

#container.single.noticias #content #post.wrapper .entry-content .wp-caption {
    background: #fff;
    border: unset;
    max-width: 100%;
    padding: 5px 0;
    text-align: center;
}
figure p.wp-caption-text,
#container.single.noticias #content #post.wrapper .entry-content .wp-caption p.wp-caption-text {
    margin: 10px 0 0 0;
    display: block;
    color: #aaa;
    font-size: 13px;
    line-height: 1.2;
}

.share_autor{
    max-width: 550px;
    margin: 25px auto;
}
.abre_share img{
    width: auto;
    height: 15px;
}
.share_autor .d_flex{
    align-items: center;
    justify-content: center;
}

.share_autor .d_flex div.share {
    margin: 0;
    width: 150px;
}
.share_autor .d_flex div.share .abre_share {
    background: transparent;
    margin-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
}
.share_autor .d_flex div.share .abre_share img {
    cursor: pointer;
    height: 22px;
    width: auto;
    margin: 2px;
    filter: none
}

.share_autor .d_flex .autor{
    border-left: #d6d6d6 solid 1px;
    padding-left: 20px;
}
.share_autor .d_flex .autor figure {
    margin: 0 20px !important;
    padding: 0;
}
.share_autor .d_flex .autor figure img{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.share_autor .d_flex .autor .infos p{
    font-size: 12px;
    margin: 2px 0;
}
.share_autor .d_flex .autor .infos p strong{
    font-size: 14px;
}
.share_autor .amk_get_tempo_leitura_estimado{
    text-align: center;
    margin: 25px auto;
}
.share_autor .amk_get_tempo_leitura_estimado span{
    background: url('./imagens/ico-tempo.png') left center no-repeat;
    padding-left: 25px;
    height: 22px;
}


/* Notícias */
#container.noticias #content {
    margin: 50px 0;
}
#container.noticias #content section#noticias.wrapper h2 {
    border-bottom: #CCCCCC solid 1px;
    color: #2575E8;
    text-align: left;
    font-size: 30px;
    font-weight: lighter;
    padding: 5px 0;
}
#container.noticias #content section#noticias.wrapper h2 span{
    color: #909194;
    font-family: 'LatoRegular';
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}
#container.noticias #content section#noticias.wrapper article.noticia_ri_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
#container.noticias #content section#noticias.wrapper article.noticia_ri_1 figure{
    width: 48%;
    max-width: 575px;
}
#container.noticias #content section#noticias.wrapper article.noticia_ri_1 figure img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#container.noticias #content section#noticias.wrapper article.noticia_ri_1 div.label{
    width: 47%;
    margin: 0 2.5%;
}
#container.noticias #content section#noticias.wrapper article.noticia_ri_1 div.label{
    position: relative;
}
#container.noticias #content section#noticias.wrapper article.noticia_ri_1 div.label h3{
    font-size: 40px;
    line-height: 120%;
    font-family: 'estado_headlinesemibold';
}
@media screen and (max-width: 990px){
    #container.noticias #content section#noticias.wrapper article.noticia_ri_1 figure{
        width: 100%;
        max-width: 575px;
    }
    #container.noticias #content section#noticias.wrapper article.noticia_ri_1 div.label{
        width: 95%;
        margin: 20px 0;
    }
    #container.noticias #content section#noticias.wrapper article.noticia_ri_1 div.label h3 {
        font-size: 20px;
    }
}

#container.noticias #content section#noticias.wrapper .noticias_ri{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 75px 0 50px 0;
}
#container.noticias #content section#noticias.wrapper .noticias_ri article{
    width: 32%;
    max-width: 385px;
}
#container.noticias #content section#noticias.wrapper .noticias_ri article figure img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#container.noticias #content section#noticias.wrapper .noticias_ri article .label h3{
    font-size: 20px;
    line-height: 120%;
    font-family: 'estado_headlinesemibold';
}
@media screen and (max-width: 990px){
    #container.noticias #content section#noticias.wrapper .noticias_ri{
        justify-content: center;
    }
    #container.noticias #content section#noticias.wrapper .noticias_ri article{
        width: 100%;
        max-width: 385px;
    }
}

#container.noticias #content section#noticias_area_2.wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px auto;
}
#container.noticias #content section#noticias_area_2.wrapper .banner{
    width: 300px;
    margin: 0 0 25px 0;
}
#container.noticias #content section#noticias_area_2.wrapper div.noticias_ri{
    max-width: 385px;
    width: 33%;
}
#container.noticias #content section#noticias_area_2.wrapper div.noticias_ri article{
    margin-bottom: 50px;
    width: 100%;
    max-width: 380px;
}
#container.noticias #content section#noticias_area_2.wrapper div.noticias_ri article figure{
    margin-bottom: 20px;
}
#container.noticias #content section#noticias_area_2.wrapper div.noticias_ri article figure img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#container.noticias #content section#noticias_area_2.wrapper div.noticias_ri article div.label{
    margin: 0;
}

#container.noticias #content section#noticias_area_2.wrapper .mais_lidas{
    max-width: 385px;
    width: 33%;
}
#container.noticias #content section#noticias_area_2.wrapper .mais_lidas h2{
    color: #444444;
    font-size: 28px;
    line-height: 120%;
    font-family: 'LatoBold';
}
#container.noticias #content section#noticias_area_2.wrapper .mais_lidas h2::before {
    content: "";
    display: block;
    width: 105px;
    height: 3px;
    background-color: #0074ee;
    position: relative;
    top: -10px;
}
#container.noticias #content section#noticias_area_2.wrapper .mais_lidas article{
    margin: 35px 0;
}
#container.noticias #content section#noticias_area_2.wrapper .mais_lidas article h3 span{
    color: #2575E8;
}
@media screen and (max-width: 990px){
    #container.noticias #content section#noticias_area_2.wrapper{
        justify-content: center;
    }
    #container.noticias #content section#noticias_area_2.wrapper div.noticias_ri{
        width: 100%;
    }
    #container.noticias #content section#noticias_area_2.wrapper .mais_lidas{
        width: 100%;
    }
}

#container.noticias #content section#videos{
    background: #2575E8;
    padding: 30px 0;
}
#container.noticias #content section#videos .wrapper h2.titulo {
    border-bottom: #ffffff solid 1px;
    color: #ffffff;
    text-align: left;
    font-size: 30px;
    font-weight: lighter;
    padding: 5px 0;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex{
    margin: 40px 0;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #video_grande{
    max-width: 790px;
    width: 70%;
}
#container.noticias #content section#videos .wrapper .area_videos .video_texto .texto {
    max-width: 520px;
    margin: 0;
    display: none;
}
#container.noticias #content section#videos .wrapper .area_videos .video_texto .texto:first-child {
    display: block;
}
#container.noticias #content section#videos .wrapper .area_videos .video_texto .texto .label h3{
    color: #ffffff;
    font-family: 'estado_headlinesemibold';
    font-size: 24px;
    line-height: 120%;
    margin: -5px 0 0 0;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #video_grande{
    max-width: 790px;
    width: 65%;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos{
    max-width: 380px;
    width: 35%;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos .post_video{
    margin-bottom: 20px;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos .post_video .moldura{
    display: flex;
    justify-content: space-between;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos .post_video .moldura figure{
    width: 160px;
    margin-right: 10px;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos .post_video .moldura figure img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos .post_video .moldura .label{
    width: 210px;
    margin: 0;
}
#container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos .post_video .moldura .label h3{
    color: #ffffff;
    font-family: 'estado_headlinesemibold';
    font-size: 16px;
    line-height: 110%;
    margin: -5px 0 0 0;
}
@media screen and (max-width: 990px){
    #container.noticias #content section#videos .wrapper .area_videos.d_flex{
        justify-content: center;
    }
    #container.noticias #content section#videos .wrapper .area_videos.d_flex #video_grande{
        width: 100%;
    }
    #container.noticias #content section#videos .wrapper .area_videos.d_flex #videos_pequenos{
        max-width: 380px;
        width: 100%;
    }
}

/* #ajax-posts */
#ajax-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 50px auto 50px auto;
    
    max-width: 1200px;
}
#ajax-posts article {
    width: 32%;
    max-width: 380px;
    margin: 10px;
    position: relative;
}
#ajax-posts article figure img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#ajax-posts article .label h3 {
    font-size: 20px;
    line-height: 120%;
    font-family: 'estado_headlinesemibold';
}

/* Empresa */
body.archive.tax-empresa #container.wrapper.d_flex #content {
    max-width: 100%;
    width: 100%;
}
body.archive.tax-empresa #container.wrapper.d_flex #content #empresas_publicacoes{
    display: flex;
    justify-content: center;
}
body.archive.tax-empresa #container.wrapper.d_flex #content #empresas_publicacoes .area_tipo_publicacao{
    max-width: 345px;
}
body.archive.tax-empresa #container.wrapper.d_flex #content #empresas_publicacoes .area_tipo_publicacao table.table {
    min-width: 345px;
}
body.archive.tax-empresa #container.wrapper.d_flex #content #empresas_publicacoes .area_tipo_publicacao .area_comparativos{
    max-width: 470px;
}

section#noticias_sobre_a_empresa{
    margin: 50px auto;
    width: 100%;
}
section#noticias_sobre_a_empresa h2{
    border-bottom: #CCCCCC solid 1px;
    color: #2575E8;
    font-size: 28px;
    margin: 0;
    text-align: left;
    font-weight: lighter;
    padding-bottom: 10px;
}
section#noticias_sobre_a_empresa .noticias_empresa{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
}
section#noticias_sobre_a_empresa .noticias_empresa article {
    width: 32%;
    max-width: 385px;
}
section#noticias_sobre_a_empresa .noticias_empresa article + article{
    margin-left: 22px;
}

/* Single Noticias*/
#container.single.noticias{
    margin: 50px 0;
}
#container.single.noticias #topo_post h4 {
    color: #2575E8;
    display: inline-block;
    margin: 0;
    padding: 4px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    background-color: rgb(232, 232, 232);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#container.single.noticias #topo_post h4 a {
    color: #2575E8;
}
#container.single.noticias #topo_post h1.the_title{
    color: #444444;
    font-family: 'estado_headlinesemibold', Georgia;
    font-size: 48px;
    line-height: 120%;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
    margin: 15px 0;
}
#container.single.noticias #topo_post h2.olho{
    font-family: 'latolight';
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    margin: 15px 0;
}

section#mais_noticias{
    margin: 75px auto;
    width: 100%;
}
section#mais_noticias h2{
    border-bottom: #CCCCCC solid 1px;
    color: #2575E8;
    font-size: 28px;
    margin: 0;
    text-align: left;
    font-weight: lighter;
    padding-bottom: 10px;
}
section#mais_noticias .noticias_empresa{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
}
section#mais_noticias .noticias_empresa article {
    width: 32%;
    max-width: 385px;
}
section#mais_noticias .noticias_empresa article + article{
    margin-left: 22px;
}

.erro_compartilhe {
    color: #666666;
    font-size: 16px;
    margin: 75px 0;
    display: flex;
}
.erro_compartilhe a:link,
.erro_compartilhe a:active,
.erro_compartilhe a:visited{
    color: #2575E8;
}
.erro_compartilhe .compartilhe{
    display: flex;
    margin-left: 40px;
}
.erro_compartilhe .compartilhe a:link,
.erro_compartilhe .compartilhe a:active,
.erro_compartilhe .compartilhe a:visited{
    color: #666666;
    font-size: 20px;
    margin: 0 15px;
}

div.share{
    display: block;
    position: relative;
}
div.share .abre_share{
    background: #E8E8E8;
    margin-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
}
section#noticias_ri .d_flex #noticias_ri_4_5_6 div.share .abre_share{
    background: #ffffff;
}
div.share .abre_share img{
    cursor: pointer;
    height: 16px;
    width: auto;
    margin: 2px;

    filter: brightness(0) saturate(100%) invert(41%) sepia(23%) saturate(3653%) hue-rotate(194deg) brightness(90%) contrast(101%);
}
div.share .social-media-modal{
    display: none;
    margin-left: -110px;
    z-index: 10;
}
div.share div.social-media-modal .social-media-modal-arrow {
    width: 0px;
    height: 0px;
    position: relative;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
    left: 115px;

    z-index: 10;
}
div.share .social-media-modal .social-media-modal-wrapper{
    background: #ffffff;
    display: flex;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    width: 240px;
    height: 50px;
    padding: 5px;
    border-radius: 5px;

    position: relative;
    z-index: 10;
}
div.share .social-media-modal .social-media-modal-wrapper a{
    font-size: 20px;
}
.z_99{
    z-index: 99;
}
.sombra_share{
    position: fixed;
    inset: 0px;
    background-color: rgba(34, 34, 34, 0.5);
    width: 100%;
    height: 100%;
    z-index: 0;
}
@media screen and (max-width: 990px){
    #container.single.noticias #topo_post h1.the_title {
        font-size: 28px;
    }

    .share_autor .d_flex div.share {
        margin:0 auto 20px auto;
        width: 150px;
    }
    .share_autor .d_flex div.share .abre_share {
        margin: 0 auto;
    }
    div.share .social-media-modal {
        margin: 0px -30%;
    }
    section#mais_noticias .noticias_empresa{
        justify-content: center;
    }
    section#mais_noticias .noticias_empresa article {
        width: 100%;
        max-width: 385px;
    }
    section#mais_noticias .noticias_empresa article + article{
        margin-left: unset;
    }
    
}


/* template-parts/content-noticias_de_economia.php */
#sidebar ,
#sidebar_2 {
    position: relative;
    max-width: 300px;
    list-style: none;
    margin-top: 15px;
    list-style: none;
}
#sidebar li.widget, 
#sidebar li.widget li,
#sidebar_2 li.widget, 
#sidebar_2 li.widget li {
    list-style: none;
}
/*#sidebar .widget.broadcast_sidebar ul li:nth-child(2),
#sidebar .widget.broadcast_sidebar ul li:nth-child(3),
#sidebar .widget.broadcast_sidebar ul li:nth-child(4){
  display: none;
}*/
#noticias_recentes_2023.wrapper.d_flex{
  align-items: flex-start;
  padding: 0 1em;
  margin-top: 50px;
  width: 100%;
}
#noticias_recentes_2023.wrapper.d_flex .content {
  max-width: 800px;
  width: 100%;
}
#noticias_recentes_2023.wrapper.d_flex .content h2{
  border-bottom: #CCCCCC solid 1px;
  color: #2575E8;
  font-size: 28px;
  margin: 0;
  text-align: left;
  font-weight: lighter;
  padding-bottom: 10px;
}
#noticias_recentes_2023.wrapper.d_flex .content h2 span.desc{
  border-left: #909194 solid 1px;
  font-family: 'LatoRegular', Georgia;
  font-size: 16px;
  color: #909194;
  -webkit-font-smoothing: antialiased;
  padding-left: 10px;
  margin-left: 10px;
}
#feed_noticias_recentes_2023{
  margin: 40px 0;
}
#feed_noticias_recentes_2023 article{
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
}
#feed_noticias_recentes_2023 article a.figure{
  width: 38%;
  max-width: 280px;
  height: auto;
}
#feed_noticias_recentes_2023 article a.figure figure{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#feed_noticias_recentes_2023 article div.label{
  max-width: 480px;
  width: 60%;
}
#feed_noticias_recentes_2023 article div.label .chapeu{
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  z-index: 4;
  position: relative;
  margin-bottom: 8px;
}
#feed_noticias_recentes_2023 article div.label .chapeu h4{
  color: #2575E8;
  margin: 0;
  padding: 4px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  background-color: rgb(232, 232, 232);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#feed_noticias_recentes_2023 article div.label .chapeu h4 a{
  color: #2575E8;
}
#feed_noticias_recentes_2023 article div.label .chapeu ul.share{
  margin: 0 5px;
  list-style: none;
  display: flex;
}
#feed_noticias_recentes_2023 article div.label .chapeu ul.share li a{
  color: #2575E8;
}
#feed_noticias_recentes_2023 article div.label h3{
  color: rgb(44, 44, 44);
  font-family: 'estado_headlinesemibold', Georgia;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
#feed_noticias_recentes_2023 article div.label .subtitulo{
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgb(44, 44, 44);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 880px){
  #noticias_recentes_2023.wrapper.d_flex .content h2 span.desc{
    display: block;
    margin-left: 0px;
  }
  #feed_noticias_recentes_2023 article{
    flex-wrap: wrap;
    justify-content: center;
  }
  #feed_noticias_recentes_2023 article a.figure{
    width: 97%;
    max-width: 355px;
    margin: 1.5%
  }
  #feed_noticias_recentes_2023 article div.label{
    max-width: 355px;
    width: 97%;
    margin: 1.5%
  }
}

/* Tabelas Empresas */
table#table_empresas.table thead tr{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
table#table_empresas.table thead tr th {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
section#empresas_publicacoes section#lista_de_empresas.lista_empresa_wrapper table#table_empresas.table tbody#table_empresas_body tr {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
table#table_empresas.table tbody tr {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

body.archive.tax-empresa #container.wrapper.d_flex #content #empresas_publicacoes .area_tipo_publicacao table.table {
    margin-top: 35px;
}
.archive.tax-empresa table.table thead{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.archive.tax-empresa table.table thead tr {
    background-color: #2575E8 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.archive.tax-empresa table.table thead tr th {
    color: #ffffff !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px;
}
.archive.tax-empresa table.table thead tr th:first-child{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.archive.tax-empresa table.table thead tr td:last-child,
.archive.tax-empresa table.table thead tr th:last-child{
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.archive.tax-empresa section#empresas_publicacoes div.right div.indicators_wrapper {
    display: flex;
    flex-direction: column;
    width: 470px;
    max-width: 470px;
}

.archive.tax-empresa section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.archive.tax-empresa section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.archive.tax-empresa section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li{
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 20px 0.5em !important;
    font-weight: normal;
}
.archive.tax-empresa section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li.active,
.archive.tax-empresa section#empresas_publicacoes div.right div.indicators_wrapper div.nav ul li.active:hover {
    background-color: #2575E8 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 20px 0.5em !important;

    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}


.video_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.archive.search-results #container.wrapper.d_flex #content {
    width: 100%;
}

body.archive.tax-empresa #container.wrapper.d_flex #content #empresas_publicacoes .area_tipo_publicacao{
    max-width: 560px;
}

.archive.tax-empresa table.table thead tr th {
    padding: 20px;
}

.broadcast_news #sidebar {
    max-width: 100%;
}

.broadcast_news table.table thead {
    border-bottom: #fff solid 8px;
}

.broadcast_news table.table tbody tr {
    background-color: #EBEBEB;
    border-bottom: #fff solid 8px;
}

.search-results #container.wrapper.d_flex #sidebar {
    margin-left: 0;
    max-width: 100%;
}

.broadcast_news div#sidebar.sidebar_broadcast {
    max-width: 100%!important;
}
.broadcast_news #sidebar #itens .widget.broadcast_sidebar ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    flex-wrap: wrap;
}
.broadcast_news #sidebar #itens .widget.broadcast_sidebar ul li{
    width: 100%;
}

.search-results table.table thead tr,
.publi_table table.table thead tr {
    background-color: #2575E8;
}

.search-results table.table tbody tr td a,
.publi_table table.table tbody tr td a {
    color: #2575E8;
}

.search-results table.table tbody tr:nth-child(even) td:first-child,
.search-results table.table thead tr th:first-child,
.publi_table table.table tbody tr:nth-child(even) td:first-child,
.publi_table table.table thead tr th:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px 0 20px 18px;
}

.search-results table.table tbody tr:nth-child(even) td:last-child,
.search-results table.table thead tr th:last-child,
.publi_table table.table tbody tr:nth-child(even) td:last-child,
.publi_table table.table thead tr th:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 30px 20px 0;
}

.search-results table.table tbody tr:nth-child(even) td:first-child,
.search-results table.table tbody tr:nth-child(even) td:last-child,
.publi_table table.table tbody tr:nth-child(even) td:first-child,
.publi_table table.table tbody tr:nth-child(even) td:last-child {
    padding: 1.5em;
}


.sliderNews #feed_noticias_recentes_2023 article {
    border-radius: 10px;
    border: solid 1px #ccc;
    flex-direction: column;
    overflow: hidden;
    margin: 0 10px;
}

.sliderNews #feed_noticias_recentes_2023 article a.figure figure {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sliderNews #feed_noticias_recentes_2023 article a.figure,
.sliderNews #feed_noticias_recentes_2023 article a.figure figure {
    max-width: 100%;
    width: 100%;
}

.sliderNews #feed_noticias_recentes_2023 article div.label {
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    padding: 10px;
    width: 100%;
}

#feed_noticias_recentes_2023 article div.label .subtitulo {
    --webkit-line-clamp: 2;
    margin: 0;
}

/* the slides */
#sidebar_2.sliderNews {
    margin: 0;
}

.sliderNews .slick-slide {
    margin: 0 27px;
}

/* the parent */
.sliderNews #feed_noticias_recentes_2023 {
    margin: 0;
}
.sliderNews .slick-slider {
    display: flex;
    position: relative;
    margin: 0;
}

.sliderNews .slick-slider .custom-arrow {
    align-items: center;
    background-color: #0074ee;
    box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.75);
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 30px;
    left: -30px;
    justify-content: center;
    position: absolute;
    top: 15%;
    width: 30px;
    z-index: 9;
}

.sliderNews .slick-slider .custom-arrow::before,
.sliderNews .slick-slider .custom-arrow::after {
    content: '';
    background-color: #fff;    
    bottom: initial;
    height: 10px;
    left: 12px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 2px;
}

.sliderNews .slick-slider .custom-arrow::before {
    transform: rotate(-45deg);
    bottom: 7px;
    top: initial;

}

.sliderNews .slick-slider .next-arrow {
    left: initial;
    right: -30px;
}

.sliderNews .slick-slider .next-arrow::before,
.sliderNews .slick-slider .next-arrow::after {
    transform: rotate(-45deg);
    left: 15px;
}

.sliderNews .slick-slider .next-arrow::before {
    transform: rotate(45deg);
}

.sliderNews .slick-list {
    margin: 0 -27px;
}

.sliderNews .slick-dots {
    bottom: initial;
    top: 25px;
    z-index: 9;
}

.sliderNews .slick-dots li {
    height: auto;
    margin: 0 1px;
    width: 35px;
}

.sliderNews .slick-dots li button {
    background-color: #e9e9e9;
    height: 2px;
    padding: 0;
    width: 100%;
}

.sliderNews .slick-dots li.slick-active button {
    background-color: #0074ee;
}
.sliderNews .slick-dots li button:before {
    content: none;
}

.publi_table>.d_flex {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    width: 100%;
}

.publi_table section {
    width: 100%;
}


.publi_table .table_content {
    width: 100%;
}


@media(max-width: 992px) {
    .broadcast_news #sidebar #itens .widget.broadcast_sidebar ul{
        grid-template-columns: 1fr 1fr;
    }

    .sliderNews #feed_noticias_recentes_2023 article a.figure {
        margin: 0;
    }
    
    #sidebar_2.sliderNews {
        margin: 0 auto;
        max-width: 500px;
    }
}

@media(max-width: 767px) {
    .archive.tax-empresa section#empresas_publicacoes div.right div.indicators_wrapper {
        width: 100%;
    }

    .broadcast_news #sidebar #itens .widget.broadcast_sidebar ul{
        grid-template-columns: 1fr;
    }

    .broadcast_news #sidebar #itens .widget.broadcast_sidebar ul li{
        width: 100%;
    }

    #sidebar_2.sliderNews {
        max-width: 300px;
    }

    .publi_table>.d_flex {
        margin-bottom: 40px;
    }

    section#noticias_sobre_a_empresa .noticias_empresa article {
        width: 100%;
        max-width: 385px;
    }

    section#noticias_sobre_a_empresa .noticias_empresa article + article {
        margin-left: 0;
    }
}