/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto-light';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Roboto/Roboto-Light.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Light.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto-black';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Roboto/Roboto-Black.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Black.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Black.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Black.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto-bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Roboto/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto/Roboto-Bold.svg#Roboto') format('svg'); /* Legacy iOS */
}

html, body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0 auto;
    width: 900px;
}

hr {
    display: block;
    height: 1px;
    background-color: #cccccc;
    margin: 10px 0;
    padding: 0;
}

hr.paises {
    border: 0;
    margin-bottom: 6px;
    margin-top: 24px;
    background-color: #666;
    height: 1px;
}

img {
    border: 0;
    /*image-rendering: optimizeSpeed;             !*                     *!*/
    /*image-rendering: -moz-crisp-edges;          !* Firefox             *!*/
    /*image-rendering: -o-crisp-edges;            !* Opera               *!*/
    /*image-rendering: -webkit-optimize-contrast; !* Chrome (and Safari) *!*/
    /*image-rendering: optimize-contrast;         !* CSS3 Proposed       *!*/
    /*-ms-interpolation-mode: nearest-neighbor;   !* IE8+                *!*/
}

a {
    text-decoration: none;
    color: #cc0033;
}

p {
    margin: 5px 0;
}

input, textarea {
    border: 1px solid #ccc;
}

ul {
    -webkit-padding-start: 1.3em;
    padding-left: 1.1em;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

/* FONTS */

.font16 {
    font-size: 16px;
    color: #cc0033;
}

.font12 {
    font-size: 12px;
    color: #cc0033;
}

.font10 {
    font-size: 10px;
    color: #cc0033;
}

.bold {
    font-weight: bold;
}

/*  TOP  */

#top {
    width: 900px;
    position: relative;
    margin: 12px auto 0;
    height: 32px;
    border-bottom: 1px solid #000;
    font-size: 12px;
    padding-bottom: 4px;
}

#top_banner {
    width: 900px;
    position: relative;
    margin: 6px auto;
    height: 102px;
}

#links_top_bar {
    float: left;
    padding: 7px 0 0 0;
}

.link_top_bar {
    padding: 0 0 0 20px;
    float: left;
}

.link_top_bar a {
    color: #cc0033;
}

.link_top_bar a:hover {
    text-decoration: underline;
}

#lang_bar {
    width: 85px;
    float: left;
}

#lang_bar .red span {
    color: #fff;
}

#lang_bar .white span {
    color: #cc0033;
}


.lang_btn {
    height: 28px;
    width: 28px;
    float: left;
    margin-right: 6px;
    border: 1px solid #cc0033;
    cursor: pointer;
    text-align: center;
    color: #cc0033;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}


.lang_btn.grafico_pt {
    width: 105px;
    height: 20px;
    padding: 4px;
    font-weight: bold;
}

.lang_btn.metadata {
    width: 90px;
    height: 20px;
    padding: 4px;
    font-weight: bold;
}

.lang_btn.metadata_pt {
    width: 105px;
    height: 20px;
    padding: 4px;
    font-weight: bold;
}

.lang_btn span {
    color: #ffffff;
    line-height: 26px;
    height: 26px;
    width: 31px;
}

.lang_btn a {
    display: block;
}


.red_btn {
    height: 20px;
    width: 105px;
    /*  float: left;*/
    margin-right: 5px;
    border: 1px solid #cc0033;
    cursor: pointer;
    text-align: left;
    background-color: #cc0033;
    color: #fff;
    padding: 4px;
    font-family: 'Roboto-bold', sans-serif;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

.tituloGrafico {
    font-size: 16px;
    padding-top: 6px;
    text-align: left;
    font-family: 'Roboto-Regular', sans-serif;
    margin-top: 14px;
}


#search_bar {
    width: 255px;
    float: right;
    padding-top: 6px
}

#search_bar input {
    outline: none;
    border: 0;
    color: #000;
}

#search_arrow {
    float: right;
    background: url(/img/IconsOEm-07.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: rgba(204, 204, 204, .7) url(/img/IconsOEm-07.svg) no-repeat  40% center;
    transform: rotate(270deg);
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    background-size: 32px 32px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

/* MIDDLE */

#middle {
    width: 900px;
    margin: 0 auto;
    overflow-y: visible;
    display: table;
    min-height: 250px;
}

#middle .titulo {
    float: left;
    width: 730px;
}

#middle_left {
    width: 150px;
    float: left;
    padding-top: 10px;
}

#catList {
    padding: 15px 0;
    /*padding: 25px 0;*/
    width: 150px;
    float: left;
    word-wrap: break-word;
}

#catList .p {
    padding-right: 10px;
    width: 20px;
    float: left;
    text-align: center;
    height: 30px;
}

#catList .pline {
    padding-right: 10px;
    width: 100%;
    float: left;
    text-align: center;
    height: 30px;
}

#catList .p a {
    color: #cc0033;
}

#catList li {
    list-style: none;
}

#catList ul {
    padding: 0;
}

#catList div:first-child {
    border-top: 0;
}

#middle_right {
    width: 750px;
    float: right;
    padding-top: 10px;
    padding-left: 20px;
}

#catBody .paisesCol {
    float: left;
    width: 230px;
    padding-left: 20px;
}

#catBody .title a {
    text-decoration: none;
}

#catBody a {
    text-decoration: underline;
}

#catBody .paisesCol:first-child {
    padding-left: 0;
}

#middle .path {
    padding: 10px 0;
}

#middle .list {
    width: 900px;
    height: 100%;
    position: relative;
}

#middle .one {
    width: 900px;
    height: 100%;
    position: relative;
    padding-top: 10px;
}

.search td {
    border-bottom: 1px solid #000;
}

.titulo {
    font-size: 24px;
    /*font-size: 30px;*/
    /*font-size: 36px;*/
    border-bottom: 1px solid #000;
    padding: 10px 0 10px 170px;
    font-family: 'Roboto-light', sans-serif;
    color: #000;
    line-height: 31px;
    float: right;
}

.titule {
    font-size: 24px;
    /*font-size: 28px;*/
    color: #000;
    line-height: 31px;
    /*line-height: 30px;*/
    letter-spacing: -0.5px;
    font-family: 'Roboto-light', sans-serif;
}

.titule a {
    color: #000;
}

.destaqueG {
    max-height: 290px;
    overflow: hidden;
}

.destaque {
    max-height: 420px;
    overflow: hidden;
}

.destaqueHeader {
    color: #000;
    /*color: #cc0033;*/
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    font-family: 'Roboto-bold', sans-serif;
    /*  width: 100%;*/
}

.destaqueHeader::before {
    background-image: url(../img/IconsOEm-02.svg);
    content: '';
    margin-right: 5px;
    width: 23px;
    height: 23px;
    display: block;
    background-size: 23px 23px;
    float: left;
}

.destaqueHeader span {
    margin-top: 3px;
    vertical-align: middle;
    height: 23px;
    display: inline-block;
}

.artigo .destaqueBody {
    max-height: 265px;
}

.destaquePreview {
    width: 150px;
    float: left;
    max-height: 565px;
    padding-right: 20px;
}

.textBodyG1 {
    height: 192px;
}

.textBodyG2 {
    height: 154px;
}

.textBodyG3 {
    height: 116px;
}

.textBodyG4 {
    height: 86px;
}

.textBody1 {
    height: 286px;
}

.textBody2 {
    height: 248px;
}

.textBody3 {
    height: 210px;
}

.textBody4 {
    height: 172px;
}

.line-1 {
    max-height: 185px;
}

.line-2 {
    max-height: 145px;
}

.line-3 {
    max-height: 105px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

#middle_top {
    width: 900px;
    height: 282px;
    margin-top: 18px;
}

#middle_bottom {
    width: 900px;
    overflow: hidden;
    margin-top: 18px;
    /*height: 350px;*/
}

#middle_top_left {
    float: left;
    width: 400px;
}

#middle_top_right {
    float: left;
    width: 480px;
    margin-left: 20px;
}

.middle_bottom_double {
    width: 400px;
    border-top: 1px solid #000;
    float: left;
    padding: 20px 0;
}

.middle_bottom_double_rgt {
    width: 480px;
    border-top: 1px solid #000;
    float: left;
    padding: 20px 0;
    margin-left: 20px;
}

.middle_bottom_double_lft {
    width: 400px;
    border-top: 1px solid #000;
    float: left;
    padding: 20px 0;

}

.middle_bottom_double_rgt_grey {
    background-color: #c8c8c8;
    width: 480px;
    height: 150px;
}

#middle_bottom_left {
    float: left;
    width: 400px;
}

#middle_bottom_right {
    float: right;
    width: 480px;
}

.centered_txt {
    padding: 48px 0;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto-light', sans-serif;
}

.centered_txt a {
    color: #000;
}

.middle_bottom_single {
    width: 230px;
    margin-right: 20px;
    border-top: 1px solid #000;
    float: left;
    padding-top: 20px;
}

.middle_bottom_single:nth-child(2) {
    margin-right: 0;
}

.middle_bottom_double_left {
    width: 150px;
    float: left;
}

.middle_bottom_double_rgt .middle_bottom_double_left {
    width: 230px;
}

.middle_bottom_double_right {
    float: right;
}

#pdf img {
    width: 100%;
    height: 100%;
}

.video {
    /*background: #c8c8c8 url(/img/play.svg) no-repeat 50% 50%;*/
    background: #fff url(/img/play.svg) no-repeat 50% 50%;
    border: 1px solid #000;
    background-size: 72px 72px;
    width: 228px;
    height: 144px;
    margin: 0 auto;
}

.one iframe {
    width: 560px;
    max-width: 560px;
    height: 315px;
    outline: none;
    border: 0;
}

/* BOTTOM */

#bottom {
    width: 900px;
    background-color: #FFFFFF;
    position: relative;
    margin: 30px auto;
    /* padding-top: 30px;*/
    /*padding-bottom: 30px;*/
}

.mainlinkbot_cat a {
    color: #cc0033;
    font-size: 14px;
    font-weight: bold;
}

.linkbot {
    border-top: 2px solid #cc0033;
    padding-top: 0;
    padding-bottom: 5px;
}

.linkbot a {
    color: #cc0033;
    font-size: 14px;
    font-weight: normal;
}

.sublinkbot_cat {
    border-top: 1px solid #000;
    padding: 0 0 5px 0;
}

.sublinkbot_cat a {
    color: #000;
    font-weight: 300;
    font-size: 12px;
}

.sublinkbot_cat a:hover {
    text-decoration: underline;
}

.linkbot a:hover {
    text-decoration: underline;
}

td.bot {
    padding: 0 0 30px 20px;
    vertical-align: top;
}

.mainlinkbot_cat {
    border-top: 2px solid #000;
    padding-top: 3px;
    padding-bottom: 7px;
    width: 230px;
}

.floatBotDiv {
    float: left;
    margin-right: 0;
}

/*  PAISES  */

#paises_index {
    padding-top: 10px;
    width: 150px;
    float: left;
}

#paises_index div {
    padding-right: 10px;
    width: 20px;
    float: left;
    text-align: center;
    height: 30px;
}

#paises_index div a {
    color: #cc0033;
}

#paises {
    width: 750px;
    float: right;
    padding-top: 10px;
}

#paises .paisesCol {
    float: left;
    width: 230px;
    padding-left: 20px;
}

.pais {
    color: white;
    font-size: 16px;
    line-height: 20px;
}

.pais a {
    color: #000;
    text-decoration: none !important;
}

.letra_pais {
    color: #cc0033;
    font-weight: bold;
    padding: 3px 0;
}

/* UTILS */

.date {
    font-size: 14px;
    color: #cc0033;
    font-family: 'Roboto-Regular', sans-serif;
    padding: 4px 0;
}

.title_small {
    font-size: 24px;
    color: #000;
    line-height: 110%;
    font-family: 'Roboto-light', sans-serif;
    padding: 5px 0;
}

.title_small a {
    color: #000 !important;
}

.short {
    width: 130px;
}

.mapa img {
    width: 250px;
}

.mapa .title_small {
    font-size: 24px;
    color: #cc0033;
    line-height: 30px;
    letter-spacing: -0.5px;
    font-family: 'Roboto-light', sans-serif;
    padding: 5px 0;
    float: left;
}

.subtitle_small {
    font-size: 24px;
    color: #cc0033;
    line-height: 30px;
    letter-spacing: -0.5px;
    font-family: 'Roboto-light', sans-serif;
    padding: 5px 0;
}


.red_color a {
    color: #cc0033 !important;
}

.subtitle {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    font-family: 'Roboto', sans-serif;
}

.summary {
    font-size: 16px;
    font-family: 'Roboto-Regular', sans-serif;
    padding: 5px 0;
    line-height: 21px;
    color: #000;


    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    background: #fff;
/*    height: 229px;*/
}

#middle_top .summary, #middle_bottom .summary {
    height: 229px;
}

.summary a {
    text-decoration: none !important;
    color: #000 !important;
}

.red_color {
    color: #cc0033;
}

.black_color {
    color: #000;
}

.red {
    background-color: #cc0033;
}

.white {
    background-color: #ffffff;
}

.right {
    float: right;
}

/* MENU */

#nav {
    border: 1px solid #cc0033;
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

#nav li {
    position: relative;
    display: inline;
}

#nav span {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#nav a {
    display: inline-block;
    padding: 8px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#nav ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 1;
}

#nav ul li {
    display: block;
    background-color: white;
    border: 1px solid #cc0033;
    border-bottom: 0;
    min-width: 150px;
}

#nav ul li:last-child {
    border-bottom: 1px solid #cc0033;
}

#nav li:hover ul {
    left: 0;
}

#nav li:hover a {
    background: #cc0033;
    color: #fff;
    font-weight: bold;
}

#nav li:hover span {
    background: #cc0033;
    color: #fff;
    font-weight: bold;
}

#nav li:hover ul a {
    background: none;
    color: #000;
    font-size: 14px;
}

#nav li:hover ul a:hover {
    background: #cc0033;
    color: #fff;
}

#nav ul a {
    white-space: nowrap;
    display: block;
}

#nav ul span {
    white-space: nowrap;
    display: block;
}

.grafico_pt .downArrow {
    background: url(/img/IconsOEm-08.svg) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.grafico_pt .upArrow {
    background: url(/img/IconsOEm-08.svg) no-repeat;
    transform: rotate(180deg);
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.quadro_title_areas .upArrow {
    background: url(/img/IconsOEm-07.svg) no-repeat;
    transform: rotate(
            270deg
    );
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    display: inline-block;
    margin-left: 7px;
    user-select: none;
}

.quadro_title_areas .downArrow {
    background: url(/img/IconsOEm-07.svg) no-repeat;
    transform: rotate(
            90deg
    );
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    display: inline-block;
    margin-left: 7px;
    user-select: none;
}

/* VARIOS */


#logo {
    background: url('/img/IconsOEm-04.svg') no-repeat;
    width: 102px;
    height: 102px;
    float: left;
}

#logo1 {
    background: url(/img/oem1.svg) no-repeat;
    width: 240px;
    height: 102px;
    background-size: 240px 102px;
    float: left;
    margin-left: 220px;
}

#pdf {
    border: 1px solid #ccc !important;
    width: 150px;
    height: 212px;
}

.button {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

.button a {
    width: 110px;
    word-wrap: break-word;
    font-size: 12px;
}

.excel, .word, .pdfFile, .zip {
    border-top: 1px solid #ccc;
    padding: 5px 0;
    font-size: 12px;
}

.excel div, .word div, .zip div {
    width: 110px;
    word-wrap: break-word;
    font-size: 12px;
}

.excel img, .word img, .zip img {
    position: absolute;

}

.pdfFile div {
    word-wrap: break-word;
    font-size: 12px;
}

.pdfFile img {
    position: absolute;
    padding-top: 1px;
}

.pdfFile:first-child {
    border-top: 0;
}

.pdfFile span {
    display: inline-block;
    width: 78%;
    line-height: 140%;
}


.pdf {
    background: url('/img/IconsOEm-06.svg') no-repeat 0 3px;
    width: 22px;
    height: 25px;
    float: left;
    padding-left: 10px;
    line-height: 170%;
    font-size: 12px;
    background-size: 22px 22px;
}


.xls {
    background: url('/img/IconsOEm-05.svg') no-repeat 0 3px;
    width: 22px;
    height: 25px;
    float: left;
    padding-left: 10px;
    line-height: 170%;
    font-size: 12px;
    background-size: 22px 22px;
}

.pdf_button {
    background: url('/img/IconsOEm-06.svg') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    padding-left: 25px;
    line-height: 170%;
    font-size: 12px;
}

.xls_button {
    background: url(/img/IconsOEm-05.svg) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    padding-left: 30px;
    line-height: 170%;
    font-size: 12px;
}

.toggleNext {
    cursor: pointer;
}

.quadro_title_areas::before {
    background-image: url(../img/IconsOEm-02.svg);
    content: '';
    margin-right: 5px;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 20px 20px;
    float: left;
}

.email_button {
    background: url("/img/email_logo.png") no-repeat 0 0;
}

.intro {
    font-size: 14px;
    font-family: "Georgia", sans-serif;
    line-height: 150%;
    padding-bottom: 15px;
}

#left, #right {
    border-top: 13px solid #526a9a;
    border-bottom: 13px solid #526a9a;
    height: 464px;
    width: 195px;
}

.entryLeft {
    height: 26px;
    vertical-align: middle;
    padding-top: 10px;
    border-bottom: 1px solid #526a9a;
}

.entryLeft a {
    font-size: 18px;
    color: #000;
}

.list .entry {
    /*padding: 10px 0 10px 0;*/
    padding: 10px 0;
    line-height: 140%;
    border-bottom: 1px solid #cc0033;
}

.list .entry .date {
    color: #cc0033;
}

.list .entry .title {
    color: #000;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-family: 'Roboto-light', sans-serif;
    line-height: 30px;
    text-align: left;
    /*   padding-top: 10px;*/
}

.list .entry .title a {
    color: #000;
    font-size: 22px;
}

.entry .title a {
    color: #000;
    font-size: 28px;
}

form {
    padding: 0;
    margin: 0;
}

.one {
    padding-bottom: 11px;
    line-height: 140%;
    font-size: 14px;
}

.one a {
    color: #000;
}

.one td {
    vertical-align: top;
}

.one input {
    font-size: 14px;
    width: 475px;
}

.one textarea {
    font-size: 14px;
    width: 720px;
}

.one input#email {
    font-size: 14px;
    /*width: 250px;*/
    width: 223px;
}

.one input#captcha {
    font-size: 14px;
    width: 82px;
}

.one .title {
    font-size: 28px;
    color: #000;
    line-height: 30px;
    letter-spacing: -0.5px;
    font-family: 'Roboto-light', sans-serif;
    text-align: center;
    padding: 10px 0;
}

.one .summary {
    font-size: 16px;
}

.one .text img {
    padding-right: 20px;
    padding-bottom: 7px;
}

.one .date {
    font-size: 12px;
    color: #cc0033;
}

.pat {
    /*padding: 5px 0 5px 170px;*/
    padding: 5px 0;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #000;
    width: 100%;
    float: left;
}

.pat a {
    color: #cc0033;
}

.text {
    font-size: 16px;
    line-height: 21px;
}

#searchQuery {
    padding: 5px 0;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #000;
    width: 730px;
    float: right;
}

.secondRow td {
    border-bottom: 1px solid #cc0033 !important;
}

.secondRowFont .subhead {
    border-bottom: 1px solid #cc0033 !important;
    color: #cc0033;
}

.firstRow th {
    border-top: 2px solid #cc0033 !important;
    text-align: right
}

.indicadores table {
    font-size: 11px;
    border-bottom: 1px solid #666;
}

.indicadores .value, .indicadores td.strongLineValue {
    text-align: right;
}

.indicadores .head {
    border-top: 1px solid #cc0033;
    border-bottom: 1px solid #cc0033;
    padding: 3px;
    padding-left: 0;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

.firstTh th {
    border-bottom: 1px solid #cc0033 !important;
}

.indicadores .bodyCell {
    border-bottom: 1px dotted #999;
    padding: 3px;
    padding-left: 0;
    text-align: right;
}

.indicadores table .anos {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dotted #999;
    padding: 3px;
    padding-left: 0;
}

.quadro_header {
    width: 100%;
    height: 30px;
}

.quadro_title {
    font-size: 16px;
    padding-top: 6px;
    text-align: left;
    font-family: 'Roboto-Regular', sans-serif;
    border-top: 1px solid #666;
    margin-top: 24px;
}

.quadro_title:first-child {
    border-top: 0;
}

.quadro_title_areas {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 4px;
    text-align: left;
    font-family: 'Roboto-bold', sans-serif;
    color: #000;
}

.quadro_title_agrupador {
    font-size: 21px;
    padding-top: 24px;
    text-align: center;
    font-family: 'Roboto-Regular', sans-serif;
}


.quadro_units {
    font-size: 9px;
    float: right;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.quadro_units1 {
    font-size: 9px;
    /* float: right;*/
    top: 10px;
    width: 100%;
    text-align: right;
}

.quadro {
    width: 900px;
    /* margin-bottom: 10px;*/
}

.obs_title {
    padding: 10px 0;
}

.swiper-pagination-bullet {
    margin: 10px 4px 0 0;
    width: 10px;
    height: 10px;
    background: #000;
}

.swiper-pagination-bullet-active {
    background: #cc0033;
}

.indicadores .observacoes {
    margin-left: 170px;
}

.indicadores .observacoes a {
    text-decoration: underline;
}

.observacoes {
    font-size: 11px;
    color: #000;
    border: none;
}

.observacoes a {
    text-decoration: underline;
}

.infoObs {
    font-size: 10px;
    color: #000;
    border: none;
}

.infoObs span {
    display: inline-block;
}

.infoObs span:nth-child(2n +1) {
    margin-right: 4px;
}

.list_paises a:hover {
    color: #cc0033;
}

.list_paises p {
    padding: 2px 0 1px 26px;
    border-top: 1px solid #c8c8c8;
}

.list_paises span.greyText {
    padding: 2px 0 1px 26px;
}

.list_bibliografia p {
    padding: 2px 0 0 0;
    border-top: 1px solid #c8c8c8;
}

.list_bibliografia p:first-child {
    border-top: 0;
}

.catEntry {
    padding: 1px 0 5px;
    border-bottom: 1px solid #cc0033;
    line-height: 15px;
}

.catEntry a {
    color: #cc0033;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.catEntry span {
    color: #cc0033;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.catEntry a:hover {
    text-decoration: underline;
}

.path .em_construcao {
    color: #cc0033;
}

.title .em_construcao {
    color: #cc0033;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
}

.indicadores {
    clear: both;
}

.indicadores td.strongLine, .indicadores td.strongLineValue {
    border-bottom: 2px solid #526a9a;
}

.indicadores td.header {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

span.destaque_nota {
    color: #cc0033;
    font-size: 14px;
    font-weight: bold;
}

#catBody {
    width: 730px;
    min-height: 100px;
    float: right;
    padding-left: 20px;
    padding-top: 10px;
    vertical-align: top;
    padding-bottom: 20px;
}

#catBody .summary {
    padding: 5px 0 10px 0;
    display: block;
}

#catBody .entry {
    cursor: pointer;
}

#catBody .entry:last-child {
    border-bottom: 0;
}

.subtitulo {
    color: #cc0033;
    vertical-align: top;
    display: inline-block;
    font-family: 'Roboto-black', sans-serif;
    font-size: 16px;
}

.tabIndicadores {
    font-size: 11px;
    table-layout: fixed;
    width: 100%;
    *margin-left: -100px; /*ie7*/
    border-collapse: initial;
    padding-top: 5px;
}

.tabIndicadores td, .tabIndicadores th {
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding: 0;
    width: 79px;
    text-align: right;
}

.tabIndicadores th {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    width: 175px;
    text-align: left;
    white-space: nowrap;
}

.outer {
    position: relative;
    height: 500px;
}

.inner {
    width: 100%;
    height: 700px;
    /*overflow: scroll;*/
    max-height: none;
    min-height: 0;
    max-width: none;
    min-width: 0;
}

.entrevistado {
    font-family: 'Roboto-light', sans-serif;
    font-size: 18px;
    color: #cc0033;
    padding: 0 0 5px 0;
}

.autor {
    font-family: 'Roboto-light', sans-serif;
    font-size: 14px;
    color: #000;
}

.autor_pub {
    font-family: 'Roboto-light', sans-serif;
    font-size: 18px;
    color: #cc0033;
}


.tabela tr td:first-child {
    font-weight: bold;
    width: 200px;
}

/* TABELA INDICADORES*/

#container {
    position: relative;
    overflow: hidden;
    height: 647px;
    font-size: 11px !important;
}

#parent {
    height: 750px;
    width: 730px !important;
}

#fixTable {
    font-size: 11px;
}

#fixtable thead tr th, #fixtable tbody tr td {
    min-width: 86px !important;
    white-space: nowrap;
    line-height: 18px;
    text-align: right;
    height: 20px;
    border-bottom: 1px dotted #000;
    vertical-align: top;
}

#fixtable thead tr th {
    position: relative;
    border-bottom: 1px solid #cc0033 !important;
}

#fixtable tbody tr td:first-child {
    text-align: left;
    min-width: 190px !important;
}

.stButton .chicklets {
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 3px;
    white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

.shareBar {
    border-top: 1px solid #000;
    margin-top: 20px;
    width: 730px;
    margin-left: 170px;
}

.shareBarPaises {
    border-top: 1px solid #000;
    margin-top: 20px;
}

.sButton {
    position: relative;
    z-index: 1;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 16px;
    opacity: 1;
}

.sButton1 {
    position: relative;
    z-index: 1;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 20px;
    opacity: 1;
}

.sButton:hover {
    opacity: 0.8;
}

.uiIconText {
    font-size: 12px;
    color: #000;
}

.whiteCell {
    width: 3px;
    border: 0 !important;
    padding: 0;
}

.bold_500 {
    font-weight: 500;
}

.noMargin {
    margin: 0;
}

.provisorio::before {
    content: 'e';
    position: relative;
    font-size: 9px;
    bottom: 7px;
    right: 2px;
    color: #cc0033;
}

.picHolder {
    margin-right: 12px;
    margin-bottom: 12px;
    width: 168px;
    position: relative;
    height: 168px;
    float: left;
}

/*CROPPED IMAGES*/

.i1 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 95%;
    max-width: 95%;
}

.i {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.d {
    width: 230px;
    height: 155px;
    overflow: hidden;
    position: relative;
    /*margin: 10px 0;*/
    margin-top: 10px;
}

#gallery .picHolder {
    border: 1px solid #cc0033;
}


.chart {
    margin-top: 14px;
}



.rodape {
    padding: 16px 0 0;
    display: inline-block;
    width: 100%;
}


.redSquare {
    background-color: #cc0033;
    width: 90px;
    height: 78px;
    color: #ffffff;
    float: right;
    font-size: 13px;
    padding: 12px 6px;
    text-align: center;
    line-height: 125%;
}

.redSquare p {
    margin: 0;
}

.mChart {
    padding: 24px 0 0;
    width: 900px !important;
}

.mChart:first-child {
    border-top: 0;
}

.hChart {
    margin-top: 26px;
    width: 480px;
}

.trapezoid.test-text {
    background: #cc0033;
    color: #FFF;
    width: 180px;
    position: relative;
    float: right;
    font-size: 13px;
    padding: 12px;
    text-align: right;
    line-height: 150%;
    height: 78px;
}

.trapezoid.test-text a {
    color: #fff;
}

.trapezoid.test-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 51px 51px;
}

.trapezoid.test-text:before {
    left: -102px;
    border-color: transparent #cc0033 #cc0033 transparent;
}

/* Marker tweaks */
.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    font-family: 'Roboto-regular', sans-serif;
    padding: 0;
    width: 100%;
    font-size: 14px;
    opacity: 0.9;
}

.mapboxgl-popup-content-wrapper {
    padding: 1%;
}

.mapboxgl-popup-content h3 {
    font-family: 'Roboto-bold', sans-serif;
    padding: 0;
    width: 100%;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

.mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px;
    font-weight: 400;
}

.mapboxgl-popup-content div {
    padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}

.formSugestoes {
    margin-bottom: 24px;
}

.horizontal-scroll-except-first-column {
    width: 100%;
    overflow: auto;
}

.horizontal-scroll-except-first-column > table {
    margin-left: 150px;
}

.horizontal-scroll-except-first-column > table > * > tr > th:first-child,
.horizontal-scroll-except-first-column > table > * > tr > td:first-child {
    position: absolute;
    width: 150px;
    margin-left: -150px;
    background-color: #fff;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.5px;
    border-bottom: 1px solid #c8c8c8;
}

.horizontal-scroll-except-first-column > table > * > tr > th,
.horizontal-scroll-except-first-column > table > * > tr > td {
    /* Without this, if a cell wraps onto two lines, the first column
     * will look bad, and may need padding. */
    /*white-space: nowrap;*/
    min-width: 75px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    padding: 2px 0;
    border-bottom: 1px solid #c8c8c8;
    margin-top: -0.5px;
    line-height: 140%;
}

.greyText{
    color: #c8c8c8;
}
