/* GERAL */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
    display: flex;
    display: -webkit-flex;
	flex-direction: column;
	background-color: white;
}
header {
	top: 0;
    width: 100%;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
}
nav {
    top: 0;
    width: 100%;
    height: 35px;
    min-height: 35px;
    margin-bottom: 5px;
}
main {
    /*display: flex;*/
    width: 100%;
    flex-grow: 1;
    margin-bottom: 20px;
	background-color: white;
}
footer {
    max-height: 90px;
}
main a {
    text-decoration: underline;
    color: black;
}
main a:hover {
    text-decoration: none;
    color: #52585A;
}
.wrapper {
	width: 100%;
    max-width: 1200px;
    /*height: 100%;*/
	margin: 0px auto;
    padding: 0px;
}
.bar_header {
    width: 100%;
    height: 220px;
}
.bar_nav {
    width: 100%;
    height: 35px;
    background-color: #E6E6E6;
}
.bar_footer {
    width: 100%;
    height: 50px;
    background-color: #A9A9A9;
}
.secao_titulo {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    background-color: lightslategray;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.secao_titulo a {
    font-weight: normal;
    text-decoration: none;
}
.secao_titulo a:hover {
    font-weight: normal;
    text-decoration: none;
}
.secao_titulo_me {
    background-color: #A6AB4E;
}
.secao_titulo_home {
    width: 100%;
    height: 35px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    background-color: #F2F2F2;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.secao_titulo_home img {
    height: 25px;
    margin-right: 10px;
}
.artigo_flipbook_texto_table {
    display: table;
    width: 100%;
    height: 36px;
    margin: 0px 0px 5px 0px;
    padding: 0;
    background-color: #F2F2F2;
    font-size: 12px;
}
.artigo_flipbook_texto_cell {
    display: table-cell;
    width: 100%;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.artigo_flipbook_texto_cell a {
    text-decoration: none;
}
.secao_titulo_artigo {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    background-color: #F2F2F2;
}
.secao_titulo_artigo_titulo {
    float: left;
    width: 85%;
    padding: 5px 5px 5px 15px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.secao_titulo_artigo_ico_fonte {
    float: right;
    width: 15%;
    padding: 5px 10px 0px 0px;
    text-align: right;
}
.secao_titulo_artigo_ico_fonte img {
    height: 25px;
}
.secao_titulo_artigo_ico_fonte_2 {
    display: none;
    width: 30%;
    height: 35px;
    padding: 5px 10px 0px 0px;
    text-align: right;
}
.secao_titulo_artigo_ico_fonte_2 img {
    height: 25px;
}
.secao_data_artigo {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
}
.secao_titulo_artigo_data {
    width: 100%;
    height: 35px;
    padding: 5px 5px 5px 15px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: black;
}

.secao_titulo_textos_geral {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 5px 5px 5px 15px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: #F2F2F2;
}

.aviso {
    height: 50px;
    line-height: 50px;
    margin: 10px 0px 10px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: red;
}
.aviso2 {
    width: 95%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: red;
    text-align: center;
}
.aviso3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: red;
}
.label_info {
    font-size: 12px;
}
.gif_loading {
    height: 50px;
}
.g-recaptcha {
    width: 302px;
    margin: auto;
}
.menu_ico_1 {
    margin-top: 5px;
}
.menu_ico_1 a {
    text-decoration: none;
}
.pdf_bar {
    width: 100%;
    line-height: 45px;
    margin: 10px 0px 0px 0px;
    padding: 5px 20px 5px 0px;
    background-color: #EBE7E7;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.pdf_bar img {
    height: 35px;
    margin-right: 10px;
}
.pdf_bar a {
    text-decoration: none;
}
.pdf_bar a:hover {
    text-decoration: none;
}
.pdf_formata_html_capa {
    display: table;
    width: 100%;
    height: 100%;
}
.pdf_formata_html_capa_data {
    position: absolute;
    width: 681px;
    top: 600px;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #53595B;
}
.pdf_formata_html_final {
    position: absolute;
    width: 681px;
    top: 500px;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    text-align: center;
    color: #53595B;
}
.pdf_formata_html_titulo {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.pdf_formata_html_data {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
.pdf_formata_html_artigo {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.artigos_relacionados_bar {
    width: 100%;
}
.artigo_relac_intro_bar {
    width: 100%;
    height: auto;
    padding: 10px 20px 0px 20px;
    vertical-align: middle;
    font-weight: bold;
}
.artigo_relac_indiv_bar {
    display: table;
    width: 100%;
    min-height: 40px;
    margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
    background-color: #F5F5F5;
    cursor: pointer;
}
.artigo_bar_ico {
    display: table-cell;
    width: 50px;
}
.artigo_bar_ico img {
    height: 40px;
}
.artigo_bar_titulo {
    display: table-cell;
    width: calc(100% - 50px);
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.artigo_relacionado_cont {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    display: none;
    text-align: left;
}
.artigo_relacionado_cont img {
    max-width: 100%;
}
.artigo_spinner {
	text-align: center;
}
.artigo_spinner > img {
	width: 50px;
	height: 50px;
}
.artigos_resultado_titulo {
    display: table;
    width: 100%;
    min-height: 40px;
    margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
    background-color: #F5F5F5;
    cursor: pointer;
}
.artigo_bar_abrir {
    display: table;
    width: 100%;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
    background-color: #F5F5F5;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.artigo_bar_abrir a {
    text-decoration: none;
}
.artigo_bar_abrir a:hover {
    text-decoration: none;
}
/* GERAL */


/* ALIGN */
.align-left-middle {
    display:table-cell;
    text-align: left;
    vertical-align: middle;
}
.align-center-middle {
    display:table-cell;
    text-align: center;
    vertical-align:middle;
}
.align-right-middle {
    display:table-cell;
    text-align: right;
    vertical-align: middle;
}
.align-center-top {
    display:table-cell;
    text-align: center;
    vertical-align: top;
}
/* ALIGN */


/* SEPARADORES */
.sep_40_40 {
    width: 40px;
    height: 40px;
}
.sep_30_30 {
    width: 30px;
    height: 30px;
}
.sep_20_20 {
    width: 20px;
    height: 20px;
}
.sep_10_10 {
    width: 10px;
    height: 10px;
}
.sep_05_05 {
    width: 5px;
    height: 5px;
}
.sep_03_03 {
    width: 3px;
    height: 3px;
}
/* SEPARADORES */


/* CONTAINERS */
.container_geral {
    display: table;
    width: 100%;
    height: 100%;
}
.container_portal {
    width: 100%;
    margin: 0px;
    height: 100%;
}
.container_portal_conteudo {
    float: left;
    width: calc(100% - 150px);
    padding-right: 15px;
}
.container_portal_artigo {
    width: 100%;
    margin-top: 20px;
    padding: 0px 15px 0px 15px;
    text-align: left;
}
.container_portal_artigo img {
    max-width: 100%;
}
.container_portal_menu_me_1 {
    /*display: block;*/
    width: 100%;
    height: 100%;
    float: right;
    width: 150px;
    background-color: #E6E6E6;
}
.container_tabs {
    display: table;
    margin: 0 auto;
    width: 970px;
    height: 100%;
}
.container_form {
    margin: 5px auto;
    width: 100%;
    padding: 30px 0px 20px 0px;
    text-align: center;
    align-items: center;
    background-color: #D1D1D1;
}
.container_portal_paginas {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    align-items: center;
}
.container_busca_avancada_conteudo {
    width: 100%;
    height: auto;
    padding-left: 20px;
}
/* CONTAINERS */


/* FORMULÁRIOS */
.form {
    width: 100%;
    font-family: 'Lato', sans-serif;
}
.form_campo {
    width: 400px;
    height: 30px;
    padding: 10px;
    border: none;
    margin: 0px 0px 10px 0px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.form_campo_codigo {
    width: 150px;
    height: 30px;
    padding: 10px;
    border: none;
    margin: 0px 0px 10px 0px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: center;
}
.form_botao {
    width: 250px;
    height: 35px;
    border: none;
    margin: 0px 0px 0px 0px;
    background-color: #830707;
    color: white;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.form_botao:disabled {
    background-color: #999999;
    cursor: unset;
}
.form_textarea {
    width: 400px;
    height: 300px;
    padding: 10px;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
/* FORMULÁRIOS */


/* LOGIN */
.login_info {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.login_info a {
    text-decoration: none;
}
/* LOGIN */


/* ME */
.me_menu_1 {
    width: 100%;
    height: 100%;
    padding: 20px 0px 20px 0px;
}
.me_menu_ico_1 {
    margin-top: 5px;
}
.me_menu_ico_1 img {
    width: 55px;
}
.me_menu_ico_1 a {
    text-decoration: none;
}
.me_menu_ico_2 {
    height: 35px;
    margin: 0px;
    padding: 0px 2px 0px 2px;
}
.me_foto_perfil_1 img {
    max-width: 220px;
    height: 220px;
}
.me_artigos_analise_idioma img {
    height: 22px;
}
.me_artigos_analise_1 {
    width: 100%;
}
.me_artigos_analise_2 {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}
.me_artigos_analise_titulo {
    line-height: 30px;
    padding: 0 10px 0 10px;
    font-size: 16px;
    text-align: left;
    background-color: #EBE7E7;
}
.me_artigos_analise_artigo {
    padding: 10px 10px 0 10px;
    font-size: 15px;
    text-align: left;
}
.me_artigos_analise_artigo img {
    max-width: 100%;
}
.me_artigos_analise_info {
    width: 100%;
    margin: 0px auto;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    text-align: left;
    background-color: #EBE7E7;
}
.me_artigos_analise_textarea {
    width: 510px;
    height: 120px;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.me_artigos_analise_coment {
    width: 650px;
    margin: 10px auto;
    padding: 20px 20px 20px 20px;
    background-color: #EBE7E7;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-align: left;
}
.me_artigos_analise_aprov_desaprov {
    line-height: 35px;
}
.me_artigos_analise_aprov_desaprov img {
    width: 35px;
    cursor: pointer;
}
.me_artigos_comentarios_bar {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 20px 20px 10px 20px;
    background-color: #CAC6C6;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.me_artigos_comentarios_textarea {
    width: 510px;
    height: 120px;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 10px 20px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.me_artigos_comentarios_nome {
    width: 800px;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    background-color: #53595B;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: white;
}
.me_artigos_comentarios_conteudo {
    width: 800px;
    margin: 2px auto;
    padding: 5px 10px 5px 10px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.me_artigos_comentarios_intro_bar {
    width: 100%;
    height: auto;
    padding: 10px 20px 0px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.me_select_pdf {
    padding: 10px 10px 10px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}
.me_notific_msg_leitor {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 10px 20px 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    background-color: #E6E6E6;
    cursor: pointer;
}
.me_notific_form {
    width: 100%;
    margin: 15px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
}
.me_notific_textarea {
    width: 320px;
    height: 120px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.me_notific_aviso {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 10px 20px 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    background-color: #FC7676;
}
.me_notific_indiv_box {
    width: 500px;
    margin: 10px auto;
    padding: 10px 10px 10px 10px;
}
.me_notific_indiv_box_data {
    width: 100%;
    height: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}
.me_notific_indiv_box_txt {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: left;
}
/* ME */

/* TABELAS */
.tabs {
    width: 800px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-spacing: 2px;
    border-collapse: separate;
}
.tabs td {
    padding: 10px;
}
.tabs_td_editar {
    width: 70px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}
.tabs_td_editar:hover {
    background-color: #989EA4;
}
.tabs_td_opcoes {
    width: 70px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}
.tabs_td_opcoes:hover {
    background-color: #989EA4;
}
.tabs_td_excluir {
    width: 70px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}
.tabs_td_excluir:hover {
    background-color: #FF7676;
}
.tabs_td_id {
    width: 50px;
    text-align: center;
}
.tabs_td_texto {
    text-align: left;
}
.tabs_td_data_hora {
    width: 200px;
    text-align: center;
}
.tabs_td_status {
    width: 150px;
    text-align: center;
}
.tab_td_font_sm {
    font-size: 13px;
}
.tabs_cabecalhos {
    background-color: lightslategray;
    color: white;
    text-align: center;
}
.tabs_linha_impar {
    background-color: #CED6DF;
}
.tabs_linha_par {
    background-color: #E9EEF5;
}
.tab_link {
    cursor: pointer;
}
.tab_link:hover {
    background-color: #989EA4;
}
.tabs_800 {
    width: 800px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-spacing: 2px;
    border-collapse: separate;
}
.tabs_800 td {
    padding: 10px;
}
.tabs_td_50_center {
    width: 50px;
    text-align: center;
}
.tabs_td_550_left {
    width: 550px;
    text-align: left;
}
.tabs_td_200_left {
    width: 200px;
    text-align: left;
}
.tabs_td_400_left {
    width: 400px;
    text-align: left;
}
.tabs_td_150_center {
    width: 150px;
    text-align: center;
}

.tabs_td_width_10 {
    width: 10%
}
.tabs_td_width_15 {
    width: 15%
}
.tabs_td_width_20 {
    width: 20%
}
.tabs_td_width_25 {
    width: 25%
}
.tabs_td_width_60 {
    width: 60%
}
.tabs_td_width_65 {
    width: 65%
}
.tabs_td_width_80 {
    width: 80%
}
.tabs_td_align_left {
    text-align: left;
}
.tabs_td_align_center {
    text-align: center;
}
/* TABELAS */

/* HEADER */
.header_logo {
    float: left;
    margin-right: 5px;
}
.header_logo img {
    width: 221px;
    height: 170px;
}
.header_cont {
    width: calc(100% - 226px); /*974px*/
    /*margin-left: 5px;*/
    float: right;
}
.header_top {
    width: 100%;
    height: 75px;
    /*float: left;*/
}
.header_bottom {
    height: 95px;
    /*float: right;*/
}
.header_logo_2 {
    display: table;
    width: calc(100% - 150px); /*824px*/
    height: 100%;
    float: left;
    background-color: #53595B;
}
.header_logo_2_2 {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align:middle;
}
.header_logo_2_2 img {
    width: 570px;
}
.header_me {
    width: 145px; /*145px*/
    height: 100%;
    margin-left: 5px;
    float: right;
    background-color: #53595B;
    text-align: center;
}
.header_me img {
    width: 90%;
    max-height: 100%;
}
.header_busca {
    width: calc(100% - 150px); /*824px*/
    margin-top: 27px;
    margin-right: 5px;
    float: left;
    text-align: right;
}
.header_busca a {
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.header_busca a:hover {
    text-decoration: none;
    color: black;
}
.header_idiomas {
    width: 145px; /*145px*/
    margin-top: 30px;
    float: right;
    text-align: center;
}
.header_idiomas img {
    width: 30px;
    margin: 0px 2px 0px 3px;
}
.header_busca_form {
    margin: 0px;
    padding: 0px;
}
.header_busca_campo {
    width: 350px;
    height: 30px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #F1F1F1;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.header_busca_lupa {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 12px;
}
.header_busca_2 {
    width: 100%;
    display: none;
}
.header_busca_2 a {
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.header_busca_2 a:hover {
    text-decoration: none;
    color: black;
}
.header_busca_form_2 {
    margin: 0px;
    padding: 0px;
}
.header_busca_campo_2 {
    width: 350px;
    height: 28px;
    padding: 5px;
    box-sizing: border-box;
    background-color: #F1F1F1;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.header_busca_lupa_2 {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 12px;
}
.header_busca_2_cont {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    padding-right: 10px;
    background-color: #E6E6E6;
    vertical-align: middle;
    text-align: right;
}
.header_me_2_img {
    display: none;
    width: 45px;
    height: auto;
}
.header_me_2_txt {
    display: none;
    color: black;
    text-decoration: none;
    margin-right: 20px;
}
.header_logo_frase_bar {
    position: relative;
    margin-top: 175px;
    width: 100%;
}
.header_logo_frase_bar_box_1 {
    float: left;
    width: 221px;
    height: 35px;
    background-color: #BBC0C2;
}
.header_logo_frase_bar_box_2 {
    float: right;
    width: calc(100% - 226px); /*974px*/;
    height: 35px;
}
.header_logo_frase_bar_box_2_1 {
    width: calc(100% - 150px); /*824px*/
    line-height: 35px;
    float: left;
    background-color: #777F82;
    text-align: center;
    font-weight: bold;
    color: #E6E6E6;
    letter-spacing: 3px;
}
.header_logo_frase_bar_box_2_2 {
    width: 145px; /*145px*/
    height: 100%;
    margin-left: 5px;
    float: right;
    background-color: #BBC0C2;
}
/* HEADER */

/* NAV */
.nav_menu_est {
    width: calc(100% - 150px);
    height: 35px;
    line-height: 35px;
    float: left;
    padding-right: 5px;
    font-size: 16px;
    color: #1F375B;
    text-align: right;
    vertical-align: middle;
}
.nav_menu_din {
    width: 145px;
    height: 35px;
    /*margin-left: 5px;*/
    /*float: right;*/
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding-top: 8px;
    padding-right: 10px;
    text-align: right;
}
.nav_menu_din img {
    height: 20px;
    visibility: hidden;
}
.menu_fixo_link {
    text-decoration: none;
    color: black;
    padding-left: 10px;
}
.menu_fixo_link:hover {
    text-decoration: none;
    color: black;
}
/* NAV */

/* FOOTER */
.footer_cont {
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background-color: #62696B;
    color: #D4D6B0;
    text-align: center;
    vertical-align: middle;
}
.footer_link {
    text-decoration: none;
    color: #D4D6B0;
}
.footer_link:hover {
    text-decoration: none;
    color: #D4D6B0;
}
/* FOOTER */

/* SHARE */
.bar_share {
    width:100%;
    height: 40px;
    padding-top: 5px;
    background-color: #AFB3B4;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #FEFEEE;
}
#bar_share_my_centered_buttons {
    display: flex;
    justify-content: center;
}
.bar_print_share {
    width:100%;
    height: 40px;
    margin: 10px 0px 0px 0px;
    padding-top: 5px;
    background-color: #EBE7E7;
}
.bar_print_share img {
    height: 34px;
    margin-right: 10px;
    cursor: pointer;
}
/* SHARE */

/* FAVORITO LMT */
.bar_fav_lmt {
    width:100%;
    height: 40px;
    line-height: 40px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #EBE7E7;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
.bar_fav_lmt a {
    text-decoration: none;
}
.bar_fav_lmt a:hover {
    text-decoration: none;
}
.bar_fav_lmt img {
    height: 34px;
    cursor: pointer;
}
/* FAVORITO LMT */

/* HOME */
.home_container_1 {
    display: table;
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.home_row_1 {
    width: 100%;
    margin: 0;
    padding: 0px 10px 0px 10px;
}
.home_container_2 {
    display: table;
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.home_row_2 {
    width: 100%;
    margin: 0;
    padding: 0px 10px 0px 10px;
}

.home_art_row_1_col_1 {
    float: left;
    width: 66.6%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}
.home_art_row_1_col_2 {
    float: right;
    width: 33.3%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}

.home_art_row_1_col_1_titulo {
    /*float: left;*/
    width: 100%;
    height: 35px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: white;
}
.home_art_row_1_col_1_titulo_ico {
    display: table;
    width: 100%;
    height: 35px;
}
.home_art_tit_ico_new {
    /*float: right;*/
    width: 20%;
    margin: 0;
    padding: 0;
}
.home_art_tit_ico_new img {
    height: 70px;
}
.home_art_row_1_col_1_titulo a {
    text-decoration: none;
    color: white
}
.home_art_row_1_col_1_titulo a:hover {
    text-decoration: none;
}
.home_art_row_1_col_1_titulo img {
    height: 35px;
    margin-left: 10px;
}
.home_art_row_1_col_1_cont {
    width: 100%;
    height: 200px;
    padding: 30px 25px 20px 25px;
    background-color: #F1F0F0;
    text-align: justify;
    font-size: 17px;
}
.home_art_row_1_col_1_cont a {
    text-decoration: none;
}
.home_art_row_1_col_1_cont a:hover {
    text-decoration: none;
}
.home_art_row_1_col_1_cont img {
    width: 25px;
}

.home_col_1 {
    float: left;
    width: 66.6%;
    margin: 0;
    padding: 0;
}
.home_col_2 {
    float: right;
    width: 33.3%;
    margin: 0;
    padding: 0;
}
.home_col_1_col_1 {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0px 10px 0px 10px;
}
.home_col_1_col_2 {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0px 10px 0px 10px;
}
.home_col_2_col_1 {
    width: 100%;
    margin: 0;
    padding: 0px 10px 0px 10px;
}

.home_art_titulo {
    display: table;
    width: 100%;
    height: 55px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #A6AB4E;
    color: white;
}
/*.home_art_titulo img {*/
    /*height: 35px;*/
    /*margin-left: 10px;*/
/*}*/
.home_art_titulo a {
    text-decoration: none;
    color: white
}
.home_art_titulo a:hover {
    text-decoration: none;
}
.home_titulo_img {
    display: table-cell;
    width: 35px;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
}
.home_titulo_img img {
    width: 35px;
}
.home_titulo_txt {
    display: table-cell;
    padding-right: 6px;
    width: calc(100% - 35px);
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    text-align: left;
    font-size: 15.5px;
    line-height: 18px;
}

.home_art_cont {
    width: 100%;
    height: 200px;
    padding: 8px 12px 8px 12px;
    background-color: #F1F0F0;
    text-align: justify;
    font-size: 15px;
}
.home_art_cont a {
    text-decoration: none;
}
.home_art_cont a:hover {
    text-decoration: none;
}
.home_art_cont img {
    width: 25px;
}
.home_art_ico {
    width: 100%;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    font-size: 12px;
    text-align: right;
    background-color:#DEE0E0;
}
.home_art_ico img {
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}
.home_art_ico a {
    text-decoration: none;
}
.home_art_ico a:hover {
    text-decoration: none;
}
/* HOME */

/* CARREGAMENTO SOB DEMANDA */
.artigos_titulo {
    width: 100%;
    line-height: 35px;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    background-color: #A6AB4E;
    text-align: left;
    color: white;
}
.artigos_area {
    margin-left: 20px;
}
.artigos_spinner {
    visibility: hidden;
    margin-top: 10px;
	text-align: center;
}
.artigos_spinner > img {
	width: 32px;
	height: 32px;
}
.artigos_btn {
    visibility: hidden;
    width: 100%;
    margin-top: 5px;
	text-align: center;
}
.artigos_btn button {
	padding: 10px 20px 10px 20px;
	border: 0;
    background: #830707;
	color: #f5f5f5;
	cursor: pointer;
}
.artigos_btn button:hover {
	opacity: .8;
	box-shadow: 0px 0px 7px gray;
}
.artigos_btn button:focus {
	outline: 0;
}
.artigos_content_data {
    width: 100%;
    height: 35px;
    padding: 5px 10px 5px 10px;
    text-align: left;
    background-color: #D0D196;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.artigos_content_data img {
    height: 20px;
    margin-right: 10px;
}
.artigos_content {
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 40px;
    margin: 0px;
	padding: 0px 20px 0px 20px;
    background-color: #F5F5F5;
    text-align: left;
}
/* CARREGAMENTO SOB DEMANDA */

/* BUSCA */
.busca_conteudo {
    width: 100%;
    height: auto;
    padding-left: 20px;
}
.busca_resultado_info_ok {
    width: 100%;
    min-height: 40px;
    line-height: 15px;
    margin: 10px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
    background-color: #7AA754;
    color: white;
    text-align: left;
}
.busca_resultado_info_erro {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
    background-color:#BE473D;
    color: white;
    text-align: left;
}
.busca_resultado_titulo {
    display: table;
    width: 100%;
    min-height: 40px;
    margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
    background-color: #F5F5F5;
    cursor: pointer;
}
.busca_resultado_texto {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    display: none;
    text-align: left;
}
.busca_resultado_texto img {
    max-width: 100%;
}
.highlight {
    color: red;
    background-color: #C0CED1;
}
.spinner {
    width: 50px;
}
.busca_avancada_form {
    width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
    background-color: #F5F5F5;
    text-align: center;
}
.busca_avancada_input_text {
    width: 500px;
    height: 35px;
    margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
    background-color: white;
    border-width: 1px;
    text-align: left;
}
.busca_avancada_select {
    width: 500px;
    height: 35px;
    margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
    background-color: white;
    border-width: 1px;
    text-align: left;
}
.busca_avancada_form_div {
    margin: 10px 0px 0px 0px;
}
.busca_avancada_mes_ano {
    width: 550px;
    margin: 10 auto;
    padding: 10px 0px 20px 0px;
    background-color: #E1E1E1;
}
.busca_avancada_itens {
    width: 550px;
    margin: 10 auto;
    padding: 10px 0px 20px 0px;
    background-color: #E1E1E1;
}
/* BUSCA */

/* MENU FLUT */
#menu_box_flut{
	position: absolute;
	width: 220px;
    z-index: 900;
    margin: 0;
	background-color: #A4A6AB;
	display: none;
}
.menu_flut_cont {
    width: 100%;
    margin: 0 auto;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
    color: black;
}
.menu_flut_item {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    background-color: #F1F0F0;
    cursor: pointer;
}
.menu_flut_item img {
    height: 20px;
}
.menu_flut_item a {
    text-decoration: none;
    color: black;
}
.menu_flut_item a:hover {
    text-decoration: none;
    color: black;
}
.menu_flut_item_me_1 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 2px;
    background-color: #797D7F;
    color: white;
}
.menu_flut_item_me {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
    background-color: #DEDDDD;
    cursor: pointer;
}
.menu_flut_item_me img {
    height: 20px;
}
.menu_flut_item_me a {
    text-decoration: none;
    color: black;
}
.menu_flut_item_me a:hover {
    text-decoration: none;
    color: gray;
}
/* MENU FLUT */

/* COOKIE CONSENT */
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/* COOKIE CONSENT */



/* SCREEN */

/* até 1200px */
@media only screen and (max-width: 1200px) {
    .container_tabs {
        width: 90%;
    }
    .tabs {
        width: 90%;
        margin: 0 auto;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        border-spacing: 2px;
        border-collapse: separate;
    }

    .home_row_1 {
        padding: 0px 0px 0px 15px;
    }
    .home_row_2 {
        padding: 0px 0px 0px 15px;
    }
    .home_art_row_1_col_1 {
        padding: 0px 6px 0px 0px;
    }
    .home_art_row_1_col_2 {
        padding: 0px 0px 0px 12px;
    }
    .home_col_1_col_1 {
        padding: 0px 12px 0px 0px;
    }
    .home_col_1_col_2 {
        padding: 0px 6px 0px 6px;
    }
    .home_col_2_col_1 {
        padding: 0px 0px 0px 12px;
    }

    .home_art_titulo {
        height: 65px;
    }
    .home_titulo_img {
        height: 65px;
        line-height: 65px;
    }
    .home_titulo_txt {
        height: 65px;
        line-height: 65px;
        line-height: 18px;
    }
}

/* até 1100px */
@media only screen and (max-width: 1100px) {
    .home_art_row_1_col_1_cont {
        height: 220px;
    }
    .home_art_cont {
        height: 220px;
    }

    .home_art_ico {
        padding: 0px 5px 0px 0px;
        font-size: 11px;
    }

    .me_artigos_comentarios_nome {
        width: 100%;
        max-width: 100%;
    }
    .me_artigos_comentarios_conteudo {
        width: 100%;
        max-width: 100%;
    }
}

/* até 1000px */
@media only screen and (max-width: 1000px) {
    .header_logo_2_2 img {
        width: 90%;
    }
    .header_logo_frase_bar_box_2_1 {
        letter-spacing: 1px;
    }
    .header_busca_campo {
        width: 280px;
    }
    .home_art_row_1_col_1_cont {
        font-size: 16px;
    }
    .home_art_cont {
        font-size: 14px;
    }

    .home_art_titulo {
        height: 80px;
    }
    .home_titulo_img {
        height: 80px;
        line-height: 80px;
    }
    .home_titulo_txt {
        height: 80px;
        line-height: 80px;
        line-height: 18px;
    }
}

/* até 900px */
@media only screen and (max-width: 900px) {
    header {
        height: 228px;
        min-height: 228px;
        max-height: 228px;
    }
    .bar_header {
        height: 228px;
    }
    .header_logo_frase_bar {
        margin-top: 142px;
    }
    .header_logo_frase_bar_box_1 {
        width: 180px;
    }
    .header_logo_frase_bar_box_2 {
        float: right;
        width: calc(100% - 185px);
    }
    .header_logo_frase_bar_box_2_1 {
        float: none;
        width: 100%;
    }
    .header_logo_frase_bar_box_2_2 {
        float: none;
        display: none;
    }
    .header_logo_2_2 img {
        width: 480px;
    }

    .container_portal_menu_me_1 {
        display: none;
    }
    .container_portal_conteudo {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
    .me_artigos_analise_info {
        width: 95%;
    }
    .me_artigos_analise_2 {
        width: 95%;
    }

    .header_logo img {
        width: 180px;
        height: auto;
    }
    .header_cont {
        width: calc(100% - 185px);
    }
    .header_top {
        height: 61px;
    }
    .header_bottom {
        height: 77px;
    }
    .header_idiomas {
        width: auto;
        margin-top: 10px;
        padding-right: 10px;
        text-align: right;
    }
    .header_busca {
        display: none;
    }
    .header_busca_2 {
        display: table;
    }
    .header_logo_2 {
        width: 100%;
        float: none;
        padding-top: 0px;
    }
    .header_me {
        display: none;
    }
    .header_me_2_img {
        display: unset;
    }
    .header_me_2_txt {
        display: unset;
    }

    .nav_menu_est {
        display: none;
    }
    .nav_menu_din {
        width: 100%;
        float: none;
    }
    .nav_menu_din img {
        visibility: visible;
    }

    .home_row_1 {
        padding: 0px 20px 0px 20px;
    }
    .home_row_2 {
        padding: 0px 20px 0px 20px;
    }
    .home_art_row_1_col_1_cont {
        height: auto;
        font-size: 18px;
    }
    .home_art_cont {
        height: auto;
        padding: 20px 20px 20px 20px;
        font-size: 16px;
    }
    .home_art_row_1_col_1 {
        float: none;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .home_art_row_1_col_2 {
        float: none;
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    .home_col_1 {
        float: none;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .home_col_2 {
        float: none;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .home_col_1_col_1 {
        float: none;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .home_col_1_col_2 {
        float: none;
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    .home_col_2_col_1 {
        width: 100%;
        padding: 20px 0px 0px 0px;
    }

    .secao_titulo_artigo_titulo {
        float: none;
        width: 100%;
    }
    .secao_titulo_artigo_ico_fonte {
        float: none;
        display: none;
    }
    .secao_titulo_artigo_data {
        float: left;
        width: 70%;
    }
    .secao_titulo_artigo_ico_fonte_2 {
        float: right;
        display: unset;
    }

    .artigos_area {
        margin-left: 10px;
        margin-right: 10px;
    }

    .busca_conteudo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home_art_ico {
        padding: 0px 10px 0px 0px;
        font-size: 12px;
    }

    .home_art_titulo {
        height: 55px;
    }
    .home_titulo_img {
        height: 55px;
        line-height: 55px;
    }
    .home_titulo_txt {
        height: 55px;
        line-height: 55px;
        line-height: 18px;
    }
}

/* até 768px */
@media only screen and (max-width: 768px) {
	.container_form {
        width: 100%;
    }
    .me_artigos_analise_coment {
        width: 95%;
    }
    .me_artigos_analise_textarea {
        width: 95%;
    }
}

/* até 720px */
@media only screen and (max-width: 720px) {
    header {
        height: 183px;
        min-height: 183px;
        max-height: 183px;
    }
    .bar_header {
        height: 183px;
    }

    .header_logo_frase_bar {
        margin-top: 97px;
    }
    .header_logo_2_2 img {
        width: 380px;
    }
    .header_logo_frase_bar_box_1 {
        width: 120px;
    }
    .header_logo_frase_bar_box_2 {
        width: calc(100% - 125px);
    }
    .header_logo_frase_bar_box_2_1 {
        font-size: 13px;
    }

    .header_logo img {
        width: 120px;
        height: auto;
    }
    .header_cont {
        width: calc(100% - 125px);
    }
    .header_top {
        height: 41px;
    }
    .header_bottom {
        height: 52px;
    }
    .header_idiomas {
        width: auto;
        margin-top: 8px;
        padding-right: 10px;
        text-align: right;
        font-size:14px;
    }
    .header_idiomas img {
        width: 22px;
        height: auto;
    }
    .header_busca_lupa_2 {
        margin-right: 8px;
    }

    .header_busca_campo_2 {
        width: 200px;
    }

    .home_art_row_1_col_1_titulo {
        /*float: none;*/
        width: 100%;
        height: 35px;
        padding-top: 0px;
    }
    .home_art_tit_ico_new {
        float: none;
        width: 100%;
        height: 50px;
    }
    /*
    .home_art_row_1_col_1_titulo_ico {
        height: 85px;
    }
    */
    .home_art_tit_ico_new img {
        height: 50px;
    }

    .busca_avancada_itens {
        width: 95%;
    }
    .busca_avancada_input_text {
        width: 95%;
    }
    .busca_avancada_select {
        width: 95%;
    }
    .busca_avancada_mes_ano {
        width: 95%;
    }
    .container_busca_avancada_conteudo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .me_artigos_comentarios_textarea {
        width: 100%;
        max-width: 100%;
    }
}

/* até 580px */
@media only screen and (max-width: 580px) {
    .header_logo_2_2 img {
        width: 350px;
    }
    .header_logo_frase_bar_box_2_1 {
        font-size: 12px;
    }
}

/* até 520px */
@media only screen and (max-width: 520px) {
    .header_logo_2_2 img {
        width: 300px;
    }
    .header_logo_frase_bar_box_1 {
        float: none;
        display: none;
    }
    .header_logo_frase_bar_box_2 {
        float: none;
        width: 100%;
    }
    .header_logo_frase_bar_box_2_1 {
        font-size: 13px;
    }
}

/* até 480px */
@media only screen and (max-width: 480px) {
	.form_campo {
        width: 90%;
        font-size: 16px;
    }
    .me_artigos_analise_info {
        font-size: 15px;
    }
    .me_artigos_analise_titulo {
        font-size: 18px;
    }
    .me_artigos_analise_artigo {
        font-size: 18px;
    }
    .me_artigos_analise_coment {
        font-size: 18px;
    }
    .me_artigos_analise_textarea {
        font-size: 18px;
    }

    .header_logo_2_2 img {
        width: 250px;
    }
    .header_logo_frase_bar_box_2_1 {
        font-size: 12px;
    }
    .secao_titulo_artigo_titulo {
        line-height: 1;
    }
}

/* até 400px */
@media only screen and (max-width: 400px) {
	.header_busca_campo_2 {
        width: 150px;
    }
    header {
        height: 168px;
        min-height: 168px;
        max-height: 168px;
    }
    .bar_header {
        height: 168px;
    }
    .header_logo img {
        width: 100px;
        height: auto;
    }
    .header_cont {
        width: calc(100% - 105px);
    }
    .header_top {
        height: 34px;
    }
    .header_bottom {
        height: 43px;
    }
    .header_idiomas {
        width: auto;
        margin-top: 5px;
        font-size:13px;
    }
    .header_idiomas img {
        width: 20px;
        height: auto;
    }
    .header_logo_2 img {
        height: 43px;
    }

    .header_logo_2_2 img {
        width: 200px;
        height: auto;
    }
    .header_logo_frase_bar {
        margin-top: 82px;
    }
    .header_logo_frase_bar_box_2_1 {
        font-size: 11px;
    }
}

/* até 380px */
@media only screen and (max-width: 380px) {
    .header_logo_frase_bar_box_2_1 {
        font-size: 10px;
    }
}