
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

a img {
    border: 0;
}



a:hover {
    text-decoration: none;
}


.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: #000000;
    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: arial, sans-serif;
    font-size: 28px;
    margin: 15px 0;
}

h2 {
    font-family: arial, sans-serif;
    font-size: 23px;
    margin: 10px 0 0 0;
}

#main {
    margin: 5px auto;
}

@media screen and (max-width: 980px) {
    #main {
        margin: 5px auto 5px 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: 5px;
}

#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;
}

#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: arial, sans-serif;
    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: arial, sans-serif;
    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: arial, sans-serif;
    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: arial, sans-serif;
    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: arial, sans-serif;
    font-size: 1.15em;
    text-transform: uppercase;
    color: #896066;
    margin: 0;
    line-height: normal;
    margin-left: 28px;
}

#noticias_recentes span.subtitle {
    font-family: arial, sans-serif;
    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: arial, sans-serif;
    /*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: arial, sans-serif;
    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 10px;
    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: #3E79B1;
        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;
    font-family: Heuristica, arial, sans-serif;
}

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

    table.table thead tr {
        background-color: #0055A2;
    }

table.table thead tr th {
    color: #ffffff;
    font-family: 'LatoBold';
    font-size: 16px;
    padding: 13px 0.5em;
    text-align: left;
}

    table.table tbody tr {
        background: #ffffff;
        line-height: 6px;
    }

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

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

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

        table.table tbody tr td a.visualizar {
            background-color: #0055A2;
            color: #ffffff;
            font-family: 'arial, sans-serif';
            padding: 10px 15px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 4px;
            text-transform: uppercase;
            font-size: 10px;
            width: 90px;
            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;
}


.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', arial, 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: arial, sans-serif;
    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.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: arial, sans-serif;
    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;
    top: 55px;
    height: 40px;
    background-color: white;
    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: 11px;
    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: arial, sans-serif;
    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: arial, sans-serif;
}

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: arial, sans-serif;
    font-size: 28px;
    margin: 15px 0;
    display: block;
}

#new_page_title {
    font: 22px arial, sans-serif;
    font-weight: bold;
    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: arial, sans-serif;
    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;
}

#resp-table {
    width: 100%;
    display: table;
}

#resp-table-body {
    display: flex;
    justify-content: space-between;
}

.resp-table-row {
    display: table-row;
}

.resp-table-row-cabec {
    background-color: #0055A2;
    color:white;
}

.table-body-cell {
    display: table-cell;
    border: 1px solid #dddddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.CampoData {
    background-color: #efefef;
    border: 1px solid #8795a2;
    color: #656565;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    margin-right: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
    flex: 0 0 auto;
    margin-bottom: 10px;
    border-radius: 8px;
    flex-direction: row-reverse;
    height: auto;
}
.CampoNomeCNPJ {
    background-color: #efefef;
    border: 1px solid #8795a2;
    color: #656565;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    margin-right: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
    flex: 0 0 auto;
    margin-bottom: 10px;
    border-radius: 8px;
    flex-direction: row-reverse;
    height: auto;
    width: 100%;
}
.d_Campos {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    list-style: none;
}

section#buscas .d_Campos .CampoTipoDocumento {
    width: 45%;
    position: relative;
    background-color: #efefef;
    border: 1px solid #8795a2;
    color: #656565;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    margin-right: 10px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
    flex: 0 0 auto;
    margin-bottom: 10px;
    border-radius: 8px;
    flex-direction: row-reverse;
    height: auto;
}

.dCampos_inline {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    list-style: none;
    max-width:80%;
}

.dCampos_inline d_Campos_inline{
    max-width:50%;
}