﻿/* ----------------- GERAL ----------------- */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
}

.clear {
    clear: both;
    float: none;
}

.pure-g [class*=pure-u] {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #008ebb;
    transition: all 150ms;
}

a:hover {
    color: #003747;
}

h1 {
    font-size: 2.2em;
    line-height: 1.1em;
    margin: 0;
}

h2 {
    font-size: 2.8em;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

h2.app {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
    margin-top: 10px;
}

hr {
    background-color: #c7c7c6;
    height: 1px;
    margin: 35px 0;
}

.texto--single iframe {
    width: 650px;
    height: 367px;
}

iframe,
img {
    max-width: 100%;
}

figure {
    margin: 0;
}

figcaption {
    font-size: 12px;
    margin-top: 7px;
    color: #9a9a9a;
}

.destaque img,
.destaque iframe {
    max-width: inherit;
}

.table__scroll__container {
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 1px;
}

.btn--grande {
    background-color: #fff;
    border: 1px solid #008ebb;
    height: 50px;
    width: 300px;
    text-align: center;
    font-weight: bold;
    color: #008ebb;
    border-radius: 5px;
    margin-top: 20px;
}

.texto--laranja {
    color: #eb9c5a;
    font-weight: bold;
}

.texto--azul {
    color: #008ebb;
    font-weight: bold;
}

.social-share {
    cursor: pointer;
}

body {
    font-size: 0.9em;
    line-height: 1.5em;
    color: #4b4b4c;
    display: flex;
    height: 100vh;
    flex-direction: column;
    background-color: white;
}

.botao {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #008ebb;
    padding: 6px 10px;
    display: inline-block;
    color: #008ebb;
}

.botao-home {
    display: block;
    margin: 10px auto 0;
    width: 195px
}

.botao-full {
    width: 100%;
    padding: 10px 20px;
}

.botao:hover {
    background-color: #008ebb;
    color: white;
}

.botao--inativo {
    border: 1px solid #aaa;
    color: #aaa;
}

.botao--ativo {
    border: 1px solid black;
    color: black;
}

span.botao--prevnext {
    padding-top: 7px;
    font-size: 0.8em;
    padding-bottom: 0;
}


/* ----------------- FIM GERAL ----------------- */


/* ----------------- HEADER ----------------- */

.envolve_logo {
    height: 103px;
    max-width: 1200px;
    margin: 15px auto 10px;
}

.logo {
    display: inline-block;
    padding: 0 0 0 5px;
    color: black;
    font-size: 1.7em;
}

.logo a {
    color: black;
    display: inline-block;
}

.logo__ibge {
    margin-left: 17px;
    position: relative;
    bottom: 5px;
    width: 111px;
}

.logo__principal {
    display: inline-block;
    position: relative;
    /* bottom:14px; */
    margin: 21px 0;
}

.logo__lentes {
    display: none;
    width: 94px;
}

.lentes-doc .logo__lentes {
    display: inline-block;
    padding-top: 23px;
}

.lentes-doc .logo .agencia-logo {
    display: inline-block;
    padding-right: 14px;
    margin-right: 13px;
    border-right: 1px solid #b2acaa;
}

.menu-auxiliar {
    position: relative;
    top: 12px;
    float: right;
    text-align: right;
}

ul.menu-auxiliar__submenu {
    background-color: transparent;
}

.menu-auxiliar__submenu li {
    display: block;
    margin-bottom: 4px;
}

.menu-auxiliar__submenu li a {
    color: #ffffff;
}

.header__menu--mobile,
.header__busca--mobile,
.header__logo--mobile {
    display: inline-block;
}

.header__logo--mobile {
    text-align: center;
}

.custom-restricted-width {
    /* To limit the menu width to the content of the menu: */
    display: inline-block;
    /* Or set the width explicitly: */
    /* width: 10em; */
}

.mod-languages {
    margin: 7px 0;
}

.header-bandeira {
    height: 28px;
}

.contador-censo {
    display: inline-block;
    padding: 14px 0;
}

.contador-censo .logo-censo2020 {
    display: inline-block;
    width: 70px;
}

.contador-censo p {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #013b7f;
    text-align: left;
    margin-top: 10px;
    line-height: 23px;
}

.contador-censo .contador-dias {
    color: #dc8e04;
}


/* ----------------- FIM HEADER ----------------- */


/* ----------------- MENU ----------------- */

.envolve_menu {
    width: 100%;
    background-color: #008ebb;
}

.lentes-doc .envolve_menu {
    display: none;
}

body.fixed {
    padding-top: 58px;
}

body.fixed .envolve_menu {
    position: fixed;
    top: 0;
    transition: all 150ms;
    z-index: 1000;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.menu {
    font-size: 1em;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #008ebb;
}

.menu__item,
nav.pure-menu-horizontal li[class^="item-"] {
    border-left: 1px solid #5ab6d3;
    height: 60px;
    float: left;
    list-style: none;
}

.menu__item:last-child,
nav.pure-menu-horizontal li[class^="item-"]:last-child {
    border-right: 1px solid #5ab6d3;
}

.menu__item--atual,
nav.pure-menu-horizontal li[class^="item-"]--atual {
    background-color: #007196;
}

.menu__item a,
nav.pure-menu-horizontal li[class^="item-"] a {
    color: white;
    padding: 19px 25px 20px;
    display: block;
}

.menu__item a:hover,
nav.pure-menu-horizontal li[class^="item-"] a:hover {
    background-color: #007196;
}

nav.pure-menu-horizontal li[class^="item-"].current {
    background-color: #007196;
}

nav.menu-auxiliar li[class^="item-"].current a {
    color: #003747;
}

.menu__subitem {
    background-color: #008ebb;
    width: 220px;
}

.busca {
    float: right;
    position: relative;
    right: -4px;
    top: 4px;
    display: block;
}

.busca__botao {
    float: right;
}

.busca__input {
    text-align: right;
    padding: 8px;
    background-color: #007196;
    display: none;
    position: absolute;
    top: 53px;
    right: 0;
    z-index: 10;
}

.busca__input input {
    height: 28px;
    border-radius: 3px;
    width: 300px;
    padding: 2px 8px;
    background-color: #ededed;
    font-style: italic;
    color: #333333;
}

.busca__avancada {
    font-size: 0.6em;
    text-align: center;
    margin-top: 5px;
}

.busca__avancada a {
    color: white;
    text-decoration: underline;
    width: 100%;
    display: block;
    background-color: #008ebb;
}

.botao-menu {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: white;
    height: 37px;
    width: 37px;
    box-sizing: border-box;
    font-size: 1.4em;
    padding: 8px 0 0 10px;
    cursor: pointer;
}

.botao-menu--busca {
    font-size: 1.2em;
    padding: 9px 0 0 11px;
    position: relative;
    top: 6px;
}

.pure-menu-has-children>.pure-menu-link:after {
    display: none;
}

.menu__itens i {
    position: relative;
    top: 4px;
    left: 4px;
}

.menu__itens {
    display: inline-block;
    height: 60px;
}


/*.menu__itens li:last-child {
background-color: #d79b5e;
}

nav.pure-menu-horizontal li[class^="item-"].current:last-child {
background-color:#c46d14;
}

nav.pure-menu-horizontal li[class^="item-"]:last-child a:hover {
background-color:#c46d14;
}*/


/* ----------------- FIM MENU ----------------- */


/* ----------------- DESTAQUES ----------------- */

.envolve_main {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    flex: 1 0 auto;
}

.lentes-doc main.envolve_main {
    max-width: none;
}

.home-main main.envolve_main {
    max-width: none;
}

.destaques {
    margin-top: 20px;
}

.home-main .destaques {
    max-width: 1200px;
    margin: auto;
}

.destaque {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 11px;
    background-color: #95918f;
}

.destaque img {
    transition: all .2s ease-in-out;
}

.destaque:hover img {
    transform: scale(1.1);
}

.destaque--grande {
    height: 392px;
    margin-right: 8px;
    box-sizing: border-box;
}

.destaque--pequeno {
    height: 240px;
    margin-left: 5px;
    box-sizing: border-box;
}

.destaque--pequeno:first-child {
    margin-bottom: 5px;
}

.destaque--micro {
    height: 245px;
    padding-right: 5px;
    padding-left: 0;
    box-sizing: border-box;
}

.destaque--ultimo {
    padding-right: 0;
    padding-left: 5px;
}

.destaque--inner {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    position: absolute;
    background-size: cover;
}

.destaque:hover .destaque--inner,
.destaque:focus .destaque--inner {
    transform: scale(1.1);
}

.destaque__img {
    /*background-position: 50% 50%;*/
    background-size: cover;
    background-position: top;
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: #95918f;*/
    position: absolute;
    top: 0;
}

.destaque_img_label {
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    position: relative;
    padding: 15px 30px;
    margin-top: 50px;
}

.destaque_img_label p {
    color: #ffffff;
    font-size: 18px;
    line-height: 33px;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 70%);
}

.destaque__gradiente {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 100%;
    display: block;
}

.destaque__chamada {
    position: absolute;
    bottom: 28px;
    left: 28px;
    padding-right: 28px;
    padding-top: 28px;
    line-height: 1.2em;
    z-index: 10;
}

.destaque__subeditoria {
    font-size: 1.1em;
    color: #ffffff;
    margin-bottom: 3px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 1);
}

.destaque__titulo {
    color: white;
    text-shadow: 2px 2px #000;
}

.destaque:hover .destaque__titulo {
    text-shadow: 3px 3px #000;
}

.destaque__titulo--grande {
    font-size: 2.5em;
}

.destaque__titulo--pequeno {
    font-size: 1.8em;
}

.destaque__titulo--micro {
    font-size: 1.2em;
}

.destaque__serie {
    text-shadow: 2px 2px #000;
    font-weight: normal;
    font-size: 1.4em;
}

.destaque__serie li {
    margin-top: 10px;
    list-style: none;
}

.destaque__serie li a {
    color: white;
}

.home-main .editorias-home {
    width: 100%;
    margin: 20px 0 10px;
}

.home-main .editorias-home-links {
    display: flex;
    justify-content: space-between;
}

.home-main .editorias-home-links a {
    width: calc(20% - 15px);
    background: #ededed;
    height: 95px;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 35px 0 70px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.home-main .editorias-home-links .editoria-home-series {
    color: #008ebb;
    background: #ededed url(../imagens/icons/series-especiais.svg) no-repeat left center;
    background-size: 45px;
    background-position: left 12px center;
}

.home-main .editorias-home-links .editoria-home-economicas {
    color: #e68900;
    background: #ededed url(../imagens/icons/economicas.svg) no-repeat left center;
    background-size: 40px;
    background-position: left 15px center;
}

.home-main .editorias-home-links .editoria-home-sociais {
    color: #962358;
    background: #ededed url(../imagens/icons/sociais.svg) no-repeat left center;
    background-size: 40px;
    background-position: left 15px center;
}

.home-main .editorias-home-links .editoria-home-geociencias {
    color: #0f7110;
    background: #ededed url(../imagens/icons/geociencias.svg) no-repeat left center;
    background-size: 38px;
    background-position: left 18px center;
}

.home-main .editorias-home-links .editoria-home-ibge {
    color: #003b7f;
    background: #ededed url(../imagens/icons/ibge.svg) no-repeat left center;
    background-size: 43px;
    background-position: left 15px center;
}

.home-main .editorias-home-links a:hover {
    background-color: #008ebb;
    color: #ffffff;
}

.home-main .editorias-home-links .editoria-home-series:hover {
    background-image: url(../imagens/icons/series-especiais-white.svg);
}

.home-main .editorias-home-links .editoria-home-economicas:hover {
    background-image: url(../imagens/icons/economicas-white.svg);
}

.home-main .editorias-home-links .editoria-home-sociais:hover {
    background-image: url(../imagens/icons/sociais-white.svg);
}

.home-main .editorias-home-links .editoria-home-geociencias:hover {
    background-image: url(../imagens/icons/geociencias-white.svg);
}

.home-main .editorias-home-links .editoria-home-ibge:hover {
    background-image: url(../imagens/icons/ibge-white.svg);
}


/* ----------------- FIM DESTAQUES ----------------- */


/* ----------------- NEWSLETTER ----------------- */

.newsletter {
    border-radius: 3px;
    background-color: #fcf5ed;
    margin-top: 12px;
    border: 1px solid #f7e5d0;
}

.chamada-newsletter {
    padding: 24px 30px;
}

.chamada-newsletter p {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
}

.newsletter__titulo {
    color: #6f6a5e;
}

.assinar-newsletter {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    border-left: 1px solid #f7e5d0;
    padding: 27px 0 21px;
    /*margin-top:0;*/
}

.assinar-newsletter a {
    color: #d79b5e;
    display: block;
    width: 100%;
}

.assinar-newsletter p {
    margin-top: 3px;
}


/* ----------------- FIM NEWSLETTER ----------------- */


/* ----------------- CONTEÚDO HOME ----------------- */

.lista-noticias {
    padding-right: 12px;
    box-sizing: border-box;
    padding-top: 30px;
}

.lista-noticias__foto {
    overflow: hidden;
    min-height: 120px;
    max-height: 120px;
}

.lista-noticias__item {
    margin-bottom: 35px;
}

.lista-noticias__foto img {
    max-width: 200px;
}

.lista-noticias__texto {
    padding: 0 20px;
    box-sizing: border-box;
}

.lista-noticias__texto--release {
    padding-left: 0;
}

.lista-noticias__texto a p {
    color: #211915;
    margin-top: 6px;
}

.lista-noticias__texto a p.lista-noticias__subeditoria {
    font-weight: 700;
    color: #696969;
    margin-bottom: 1px;
    font-size: 14px;
}

.lista-noticias__data {
    color: #95918f;
    font-size: 0.7em;
    font-weight: normal;
    position: relative;
    top: 1px;
}

.lista-noticias__social {
    margin-top: 10px;
}

.lista-noticias__social li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.lista-noticias__social li img {
    width: 24px;
}

.botao--vermais {
    font-weight: bold;
    width: 100%;
    padding: 8px 0;
    font-size: 1em;
}

.rede-social.whatsapp {
    display: inline-block;
}


/* ----------------- FIM CONTEÚDO HOME ----------------- */


/* ----------------- SIDEBAR ----------------- */

.lateral {
    padding-left: 12px;
    box-sizing: border-box;
}

.lateral--esquerda {
    padding-left: 0;
    padding-right: 12px;
}

.sidebar {
    margin-top: 30px;
    border-top: 3px solid #858585;
    padding-top: 20px;
}

.sidebar:first-child {
    margin-top: 13px;
}

.titulo-sidebar {
    text-transform: uppercase;
    color: #7e7c80;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 11px;
}

.titulo-sidebar img {
    float: left;
}

.titulo-sidebar a {
    color: #7e7c80;
}

.titulo-sidebar span {
    position: relative;
    top: 9px;
    left: 12px;
    font-size: 18px;
}

.titulo-sidebar-home {
    text-transform: uppercase;
    color: #7e7c80;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 18px;
    padding-left: 38px;
}

.titulo-sidebar-home.minuto {
    background: url(../imagens/icons/minuto.svg) no-repeat left center;
    background-size: 26px;
}

.titulo-sidebar-home.editorias {
    background: url(../imagens/icons/editorias.svg) no-repeat left center;
    background-size: 25px;
    margin-bottom: 18px;
}

.titulo-sidebar-home.agenda-divulgacoes {
    background: url(../imagens/icons/agenda.svg) no-repeat left center;
    background-size: 26px;
}

.titulo-sidebar-home.banco-de-midia {
    background: url(../imagens/icons/banco-midia.svg) no-repeat left center;
    background-size: 26px;
}

.titulo-sidebar-home.lentes {
    background: url(../imagens/icons/lentes.svg) no-repeat left center;
    background-size: 26px;
}

.titulo-sidebar-home.retratos {
    background: url(../imagens/icons/retratos.svg) no-repeat left center;
    background-size: 29px;
}

.titulo-sidebar-home a {
    color: #7e7c80;
}

.sidebar__lista li {
    list-style: none;
    overflow: hidden;
    display: block;
    margin-bottom: 17px;
}

.sidebar__lista li input {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.sidebar__lista li.current {
    font-weight: bold
}

.sidebar--agenda__data {
    font-weight: bold;
    color: #a09da3;
    overflow: hidden;
    display: inline;
    margin-right: 10px;
    font-size: 16px;
    width: 94px;
    line-height: 1.4;
    flex: 0 0 auto;
}

.sidebar--agenda__evento {
    color: black;
    line-height: 1.4;
}

.sidebar--videos__thumb {
    overflow: hidden;
    min-height: 80px;
    float: left;
    overflow: hidden;
    display: block;
    margin-right: 12px;
}

.sidebar--videos__thumb img {
    max-width: 120px;
    overflow: hidden;
    display: block;
}

.sidebar__select {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
    padding: 3px 5px;
    border-radius: 3px;
}

.sidebar--videos {
    clear: both;
}

.sidebar--galeria__lista {
    display: inline-block;
}

.sidebar--galeria__lista li {
    float: left;
    margin: 0 8px 8px 0;
    overflow: hidden;
    max-width: 48%;
    height: 80px;
}

.sidebar--galeria__lista li:nth-child(2n) {
    margin-right: 0;
}

.sidebar--serie {
    border-top: 3px solid #d79b5e;
}

.titulo-sidebar--serie {
    color: #d79b5e;
}

.sidebar input[type="submit"] {
    background-color: #fff;
    border: 1px solid #008ebb;
    height: 40px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #008ebb;
    border-radius: 5px;
    margin-top: 7px;
}

.sidebar input[type="submit"]:hover {
    background-color: #008ebb;
    color: white;
}

.atendimento-estado {
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px 17px 15px;
    margin-top: 9px;
}

.atendimento-estado hr {
    border: none;
    border-top: 1px solid #c5c3c3;
    margin: 5px 0;
    height: 0;
}


/* ----------------- FIM SIDEBAR ----------------- */


/* ----------------- CONTEUDO PRINCIPAL ----------------- */

.principal {
    padding: 0 12px 0 12px;
    margin-top: 30px;
}

.home-main .principal {
    padding: 0 0 0;
}

.principal--lista {
    padding-right: 0;
}

.destaque--interno {
    padding-right: 0;
    margin-top: 12px;
}

.lista-noticias--interno {
    padding-right: 0;
    padding-top: 30px;
}

.paginacao {
    list-style: none;
    margin-top: 15px;
    clear: both;
    /* evita floating quando existem menos itens */
}

.paginacao li {
    margin-right: 5px;
    display: inline;
}

li.reticencia {
    position: relative;
    top: 5px;
    margin-right: 10px;
    margin-left: 5px;
}

.noticias__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 45px;
}

.noticias__info {
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
    margin-top: 50px;
    margin-bottom: 5px;
    padding: 8px 0;
}

.minuto.noticias__info {
    margin-top: 20px;
    margin-bottom: -31px;
}

.subeditoria {
    font-weight: 700;
    margin: 4px 0 8px;
    font-size: 16px;
    color: #9a9a9a;
    margin-left: 0px;
    display: inline-block;
}

.noticias__info--superior {
    border-bottom: none;
    border-top: none;
    margin-top: -4px;
    margin-bottom: 18px;
    padding: 0 0 10px;
}

.metadados {
    color: #9a9a9a;
    font-size: 0.9em;
    margin: 0 15px 0 0;
    float: none;
    background: #fff;
    padding-right: 20px;
}

.metadados small {
    font-size: 12px;
}

.noticias__info .metadados {
    margin: -19px 15px 0 0;
    float: left;
}

.minuto.noticias__info .metadados {
    margin: -20px 15px 0 -10px;
    float: none;
    display: inline-block;
    padding: 0 18px 0 5px;
}

.metadados a {
    padding-right: 0px;
    font-weight: bold;
}

.leia-mais {
    margin-top: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}

.data {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: normal;
    vertical-align: baseline;
    line-height: 22px;
}

.noticias__info--superior h3 {
    color: #95918f;
    margin-bottom: 15px;
    position: relative;
}

.noticias__info--superior h3:after {
    content: "";
    background: #ccc;
    height: 1px;
    width: 25px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.noticias__info .lista-noticias__social {
    float: right;
    margin-top: -25px;
    margin-left: 3px;
    background: #ffffff;
    padding-left: 15px;
}

.noticias__info .minuto.lista-noticias__social {
    float: none;
    margin: -22px 0 0 0;
    padding: 0 9px 0 0;
    display: inline-block;
}

.noticias__info .lista-noticias__social li {
    list-style: none;
    margin: 0 0 0 10px;
}

.noticias__info .minuto.lista-noticias__social li {
    list-style: none;
    margin: 0 10px 0 0;
}

.img--single {
    margin-bottom: 20px;
    width: 100%;
}

.principal--single {
    padding-right: 12px;
}

.texto--single {
    margin-bottom: 20px;
}

.texto--single a {
    font-weight: 700;
}

.institucional__titulo {
    margin-bottom: 20px;
}

.single table {
    max-width: 100%;
    margin: 10px auto;
    text-align: left;
}

.single center {
    /* espera-se que seja o container da tabela*/
    overflow-x: auto;
    /* tabelas grandes nao apareciam corretamente no mobile */
}

.texto--single table td,
.texto--single table th {
    padding: 3px 5px;
    border: 1px solid #4b4b4c;
    vertical-align: middle;
}

.texto--single table th {
    background-color: #ccc;
    text-align: center;
}

.texto--single p {
    margin: 20px 0;
    font-size: 1.2em;
    line-height: 1.5em;
}

.texto--single .lidao {
    font-size: 20.736px;
    line-height: 31.104px;
}

.marcadores__noticia {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size: 1.2em;
    margin-bottom: 25px;
}

.sem-resultado {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 12px;
    border-radius: 4px;
}

.destaque--video {
    background-image: url("/templates/agencia_noticias/imagens/video.png");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
}


/* ----------------- FIM CONTEUDO PRINCIPAL ----------------- */


/* ----------------- BUSCA ----------------- */

.search div.principal {
    float: right;
}

.lista-noticias__texto a .tipo {
    text-transform: uppercase;
    color: #807a7b;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 0;
    line-height: 1em;
    padding-bottom: 4px;
    border-bottom: 1px solid #e6dede;
}

.lista-noticias__thumb {
    position: relative;
    min-width: 120px;
    min-height: 120px;
    background-repeat: no-repeat;
}

.lista-noticias__icone {
    /* extends thumb */
    text-align: center;
    top: 3em;
    left: 3.8em;
}

.lista-noticias__icone_busca {
    /* extends thumb */
    text-align: center;
    top: 3em;
    left: 5em;
}

.lista-noticias__preview {
    /* extends thumb */
    background-size: cover;
    background-position: top center;
}

.lista-noticias__busca {
    border: 1px solid #ccc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+62,f0f0f0+99 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 62%, rgba(240, 240, 240, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 62%, rgba(240, 240, 240, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 62%, rgba(240, 240, 240, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-9 */
    text-align: center;
}

.termodebusca {
    color: #d79b5e;
    font-style: italic;
}


/* ----------------- FIM BUSCA ----------------- */


/* ----------------- CALENDARIO ----------------- */

.calendario {
    margin: 20px 0;
    position: relative;
}

.calendario__nav {
    font-size: 2em;
    color: #b3b3b3;
    position: absolute;
    top: 105px;
}

.calendario__nav--avancar {
    right: 0;
}

.fa.slick-disabled {
    display: none !important;
}

.calendario__meses {
    padding: 0 20px;
    width: 100%;
}

.calendario__tabela {
    width: 100%;
}

.calendario__tabela thead td {
    background-color: #4b4b4c;
    color: white;
    font-weight: bold;
    padding: 16px;
    border: 1px solid #ccc;
}

.calendario__tabela tbody td {
    padding: 6px 16px;
    font-size: 0.9em;
    border: 1px solid #ccc;
}

.calendario__semestre {
    float: left;
    width: 50%;
}

.calendario__semestre li {
    list-style: none;
    margin: 5px 0;
}

.calendario__semestre li.active a {
    color: black;
    font-weight: bold;
}

.calendario__inativo {
    color: #b3b3b3;
}

.calendario__ano {
    float: left;
    width: 100%;
}

.calendario__ano_txt {
    background-color: #4b4b4c;
    color: white;
    font-weight: bold;
    padding: 16px;
    border: 1px solid #ccc;
}

.calendario__ano--meses {
    padding: 6px 16px;
    font-size: 0.9em;
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
    overflow: auto;
}

.calendario__biano {
    border-left: 1px solid #ccc;
}

.metadados--agenda {
    margin-top: 0;
}

.calendario__tabela {
    width: 100%;
}

.agenda {
    margin-top: 20px;
}

.agenda--lista {
    list-style: none;
    margin-bottom: 20px;
}

.agenda--lista li {
    margin-top: 10px;
}

.agenda--lista__data {
    font-weight: bold;
    width: 95px;
    color: #858585;
    float: left;
    overflow: hidden;
    display: block;
}

.agenda--lista__evento {
    color: black;
    overflow: hidden;
    display: block;
}

.metadados--agenda {
    margin-top: 0;
}

.calendario__tabela--divulgacoes tbody td {
    border: none;
}

.calendario__tabela--divulgacoes td:first-child {
    width: 620px;
}

.check {
    position: relative;
    top: 6px;
    left: 5px;
    color: #789433;
}

.expand {
    cursor: pointer;
}

.td-expandida {
    display: none;
}

.botao--calendario {
    font-weight: bold;
    margin-top: 10px;
}

.fa-caret-down {
    position: relative;
    top: 6px;
    margin-right: 5px;
}

nav.sidebar li.nav-item a.current {
    color: #003747;
}

.calendario__ano.slick-slide {
    height: inherit;
}

.calendario-detalhes {
    margin: 20px 0;
    width: 100%;
    position: relative
}

.calendario-detalhes .accordion {
    display: flex;
    flex-direction: row;
    background: #efefef;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    align-items: stretch;
    position: relative;
    cursor: pointer;
}

.calendario-detalhes .accordion:before {
    content: "";
    top: 8px;
    left: 3px;
    border-left: 4px solid #008ebd;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: "";
    top: auto;
    bottom: 17px;
    left: 22.7%;
    position: absolute;
    transition: .4s;
}

.calendario-detalhes.eventos .accordion:before {
    top: 13px;
    left: 15px
}

.calendario-detalhes .accordion:hover {
    background: #e4e4e4
}

.calendario-detalhes .panel {
    display: none;
    background: #fff;
    padding: 0;
    border: 1px solid #eaeaea
}

.calendario-detalhes.eventos .panel {
    display: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #eaeaea;
    font-size: 14px
}

.calendario-detalhes.eventos .panel p {
    margin-bottom: 15px
}

.calendario-detalhes.eventos .panel a {
    margin: 5px 0 5px;
    font-size: 13px
}

.calendario-detalhes .titulo-tabela {
    background: #4b4b4c;
    color: #fff;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    font-weight: 700;
    position: relative;
    font-size: 13px
}

.calendario-detalhes .titulo-tabela p {
    padding: 6px 14px;
    height: 100%
}

.calendario-detalhes .titulo-tabela p.light {
    background: #717171
}

.calendario-detalhes .titulo-tabela p.teste {
    padding: 6px 14px 6px 220px
}

.calendario-detalhes .box-data {
    flex: 0 1 auto;
    font-size: 13px;
    color: #1f1f1f;
    font-weight: 400;
    background: #f9f9f9;
    padding: 10px 14px;
    transition: all 250ms
}

.calendario-detalhes .accordion:hover .box-data {
    background: #efefef
}

.calendario-detalhes .data-destaque {
    font-size: 14px;
    color: #4b4b4c
}

.calendario-detalhes .box-data small {
    display: block;
    margin: 0;
    line-height: 21px;
    color: #909090;
    font-size: 12px
}

.calendario-detalhes .titulo {
    flex: 0 1 auto;
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 700;
    padding: 12px 15px;
    line-height: 18px
}

.calendario-detalhes .titulo small {
    display: block;
    margin: 2px 10px 0;
    font-size: 11px;
    color: #008ebd
}

.calendario-detalhes .lista-divulgacao {
    display: block;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 300
}

.calendario-detalhes .lista-divulgacao li {
    width: 100%;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
}

.calendario-detalhes .lista-divulgacao p {
    padding: 5px 12px
}

.calendario-detalhes .lista-divulgacao li span {
    font-size: 11px;
    margin-left: 23px
}

.calendario-detalhes .lista-divulgacao li:last-child {
    border-bottom: none
}

.calendario-detalhes .evt-titulo {
    flex: 0 1 auto;
    font-size: 14px;
    color: #008ebb;
    font-weight: 700;
    background: #f9f9f9;
    padding: 7px 14px 8px 26px;
    transition: all 250ms
}

.calendario-detalhes .evt-data {
    flex: 0 1 auto;
    font-size: 14px;
    color: #908f8f;
    font-weight: 400;
    background: #ececec;
    padding: 7px 14px 8px;
    transition: all 250ms
}


/* ----------------- FIM CALENDARIO ----------------- */


/* ----------------- FOTOS ----------------- */

.titulo-fotos {
    margin-bottom: 10px;
}

.fotos {
    margin-top: 20px;
}

.foto {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.foto {
    padding-right: 6px;
    padding-left: 6px;
    box-sizing: border-box;
}

.foto:nth-child(5n) {
    padding-right: 0;
}

.foto:nth-child(5n+1) {
    padding-left: 0;
}

li.foto {
    float: left;
    min-height: 198px;
}

.foto__img {
    max-width: 100%;
}

.foto__paragrafo {
    margin-top: 0;
    margin-bottom: 12px;
    height: 95px;
    font-size: 12px;
    line-height: 17px;
    background: #fbfbfb;
    padding: 5px 10px;
    border: 1px solid #e2e1e1;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
}

.foto__banco_midia {
    border: 1px solid #e2e1e1;
    border-bottom: none;
}

.bloco__banco_midia {
    margin-bottom: 15px;
}

.galeria {
    margin-top: 10px;
}

.galeria__thumb {
    padding-right: 2px;
    padding-left: 2px;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.voltar--midia {
    margin-top: 20px;
}

.foto-grande {
    margin: 20px 0 0;
}

.foto-grande__nav {
    display: table-cell;
    vertical-align: middle;
    font-size: 4em;
    color: #b3b3b3;
}

.foto-grande__principal {
    /*padding:0 40px;*/
    display: table-cell;
    width: 100%;
}

.foto-grande__principal audio {
    width: 70%;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
}

.foto-grande__principal img {
    max-width: 100%;
    margin-bottom: 20px
}

.download {
    background-color: #fff;
    border: 1px solid #008ebb;
    height: 40px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    color: #008ebb;
    border-radius: 5px;
    margin-top: 7px;
}


/* ----------------- FIM FOTOS ----------------- */


/* ----------------- AVANÇADA ----------------- */

.input {
    margin-top: 20px;
}

.input__label {
    display: block;
    color: #5a5758;
    font-weight: bold;
    margin-bottom: 5px;
}

.input__texto {
    width: 90%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #b4b4b9;
    margin-right: 5px;
    padding-left: 5px;
}

.input__explicacao {
    font-size: 0.8em;
    color: #5a5758;
    margin-top: 2px;
}

.input__incluir {
    position: relative;
    top: 2px;
    font-weight: bold;
    display: inline-block;
}

.input__checkbox {
    position: relative;
    top: 4px;
    margin-right: 5px;
    margin-bottom: 12px;
}

.input__texto--mes {
    width: 120px;
}

.input__texto--ano {
    width: 80px;
}

.botao--avancada,
input[type=button].botao--avancada,
input[type=reset].botao--avancada,
input[type=submit].botao--avancada {
    font-weight: bold;
    margin: 30px 0 0;
    padding: 8px 50px;
    font-size: 1em;
    background-color: #fff;
    -webkit-appearance: initial;
}

.botao--avancada:hover,
input[type=button].botao--avancada:hover,
input[type=reset].botao--avancada:hover,
input[type=submit].botao--avancada:hover {
    background-color: #008ebb !important;
    color: white;
}

.chzn-container {
    width: 90% !important;
}


/* ----------------- FIM AVANÇADA ----------------- */


/* ----------------- RODAPE ----------------- */

.envolve_footer {
    background-color: #4b4b4c;
    color: white;
    padding: 30px 0 55px;
    margin: 40px auto 0;
    /*flex: 1;*/
    width: 100%;
}

.home-main .envolve_footer {
    margin: 0 auto 0;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
}

.menu-auxiliar__social {
    float: left;
    margin-left: 18px;
}

.footer .menu-auxiliar__social {
    float: right;
    margin-right: 18px;
}

.menu-auxiliar__social li {
    display: inline-block;
    margin-left: 9px;
}

.menu-auxiliar__social img {
    width: 21px;
}

.logo__ibge--rodape {
    float: right;
    position: relative;
    top: 2px;
    margin-left: 25px;
}

.direitos {
    text-align: right;
}

.footer-menu__titulo {
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #d99357;
    text-transform: uppercase;
}


/* ----------------- FIM RODAPE ----------------- */


/* ----------- ICONE NO MENU BANCO DE IMAGENS ---------- */

.fa_icon {
    position: relative;
}


/*replace the content value with the
corresponding value from the list below*/

.fa_icon:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 18px 25px 18px;
    position: absolute;
    top: 20px;
    left: 133px;
}


/* --------- FIM ICONE NO MENU BANCO DE IMAGENS ------- */


/* --------- GRÁFICOS --------------------------------- */

div.novixTable {
    float: none !important;
    /*width: 63%;*/
    height: 50% !important;
    width: 876px !important;
}

.highcharts-container {
    width: 100% !important;
}

.highcharts-title tspan {
    font-weight: bold;
    fill: #eb9c5a;
    text-align: left;
    font-size: 14px;
}

table.pvtTable,
table.envolve_conteudo table {
    width: 100%;
    border: 1px solid #CDCDCD;
    font-size: 14px;
    table-layout: fixed;
    background-color: #4b4b4c;
}

table.pvtTable thead tr:first-child th:nth-child(2) {
    width: 0;
    visibility: hidden;
}

table.pvtTable thead tr:nth-child(2) th:first-child {
    display: none;
}

table.pvtTable thead tr:nth-child(2) th:nth-child(2) {
    display: none;
}

.envolve_conteudo table.pvtTable thead tr th,
.envolve_conteudo table.conteudo__produto__tabela thead tr th {
    color: white;
    background-color: #4b4b4c;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}

.envolve_conteudo table.conteudo__produto__tabela tbody th,
.envolve_conteudo table.pvtTable tbody th {
    background-color: #e3e3e3;
    text-align: left;
    font-size: 14px;
}

.envolve_conteudo table.conteudo__produto__tabela tbody td,
.envolve_conteudo table.pvtTable tbody td {
    text-align: left;
    font-size: 14px;
}

.produto__serieshistoricas .chzn-container-multi .chzn-choices {
    width: 240px;
    margin-bottom: 10px;
}

.pure-g {
    letter-spacing: inherit;
}


/*menu  mobile */

.multilevelpushmenu_inactive {
    box-shadow: none !important;
}

.multilevelpushmenu_wrapper {
    position: relative !important;
    height: 100vh !important;
}

.multilevelpushmenu_wrapper .levelHolderClass {
    background-color: #008ebb !important;
    margin-top: 0;
}

.multilevelpushmenu_wrapper .top-level-menu a {
    font-size: 1.2em;
    padding: .6em;
}

.multilevelpushmenu_wrapper .top-level-menu a:first-letter {
    text-transform: capitalize;
}

.multilevelpushmenu_wrapper li {
    border-top: 1px solid #5ab6d3 !important;
}

.multilevelpushmenu_wrapper li:last-child {
    border-top: 1px solid #5ab6d3 !important;
}


/* esconder totais */

.pvtTotal,
.pvtTotalLabel,
.pvtGrandTotal {
    display: none
}


/* -------------------------  FIM GRAFICOS ------------------------------------*/


/* -------------------------  FIM GRAFICOS MOBILE ------------------------------------*/


/* -------------------------  INICIO GALERIA IMAGENS  ------------------------------------*/

.galeria__container img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.galeria__container p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(37, 37, 37, 0.94);
    margin: 0;
    padding: 5px 17px 10px;
    color: #ffffff;
}

.texto--single .bx-wrapper {
    margin-bottom: 25px;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.bx-viewport {
    background: #f3f3f3;
}

.bx-viewport div {
    min-height: 1px;
    min-width: 1px;
}

.bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    height: 100px;
    padding: 6px 0;
    position: static;
    text-align: left;
    display: flex;
}

.bx-wrapper .bx-controls .bx-pager-item {
    border: 3px solid #ffffff;
    border-top: none;
    border-bottom: none;
    width: 16.67%;
    height: 90px;
    position: relative;
}

.bx-wrapper .bx-controls .bx-pager-item:first-child {
    border-left: none;
}

.bx-wrapper .bx-controls .bx-pager-item:last-child {
    border-right: none;
}

.bx-wrapper .bx-controls .bx-pager-item a,
.bx-wrapper .bx-controls .bx-pager-item span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -76px !important;
}

.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:not(.active) {
    opacity: 0.5;
}

.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:not(.active):hover {
    opacity: 1;
}


/* -------------------------  FIM GALERIA IMAGENS  ------------------------------------*/

.qrcodeimg {
    width: 100px;
    display: none;
}


/* -------------------------  INICIO TABELA DECORADA  ------------------------------------*/

.tabela_agencia {
    background-color: #f3f3f3;
    padding: 25px 25px 5px 25px;
    display: block;
}

.tabela_agencia table {
    background-color: #e4b587;
    border: none;
}

.tabela_agencia table tr:nth-child(even),
.tabela_agencia table th {
    background-color: #d08b2e;
    border: none;
}

.tabela_agencia table caption {
    text-align: left;
    font-size: 120%;
    padding-bottom: 10px;
}

.tabela_agencia table th,
.tabela_agencia table td {
    text-align: right;
    padding: 8px 10px;
    border: none;
}

.tabela_agencia table th:first-child,
.tabela_agencia table td:first-child {
    text-align: left;
}

.tabela_agencia tfoot td {
    background-color: #f3f3f3;
    font-size: 75%;
    font-weight: bold;
    padding-left: 0;
    border: none;
}


/* -------------------------  FIM TABELA DECORADA  ------------------------------------*/


/* -------------------------  INICIO SERIES ESPECIAIS  ------------------------------------*/

.center {
    height: 440px;
    margin-top: -20px;
    margin-bottom: 50px;
}

.center .slick-list,
.center .slick-track,
.center .slick-slide,
.center .slick-slide div {
    height: 100%;
}

.center .slick-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.center .slick-slide div.slide-serie {
    height: 350px;
    margin-top: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    transition: all 250ms ease-in-out;
}

.center .slick-slide.slick-current div.slide-serie {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 100;
    position: relative;
    height: 100%;
    margin-top: 0;
}

.center .slick-slide .slide-serie {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.center .slick-arrow {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    position: absolute;
    top: 193px;
    z-index: 1;
    transition: all 150ms;
}

.center .slick-next {
    right: 20px;
}

.center .slick-prev {
    left: 20px;
}

.center .slick-arrow:not(.slick-disabled):hover {
    background: rgba(0, 0, 0, 0.8);
    width: 50px;
    height: 50px;
    top: 190px;
}

.center .slick-next:not(.slick-disabled):hover {
    right: 17.5px;
}

.center .slick-prev:not(.slick-disabled):hover {
    left: 17.5px;
}

.center .slick-next:before,
.center .slick-prev:before {
    content: "\f105";
    font-size: 25px;
    font-family: FontAwesome;
    color: #ffffff;
    line-height: 33px;
    margin-left: 3px;
}

.center .slick-prev:before {
    content: "\f104";
    margin-left: -3px;
}

.center .slick-disabled {
    opacity: 0.15;
    cursor: default;
}

.center .slick-dots {
    text-align: center;
}

.center .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 6px;
}

.center .slick-dots li button {
    list-style: none;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    transition: all 150ms;
}

.center .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 0.8);
    cursor: default;
}

.center .slick-slide div.serie-descricao {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 15px 25px;
    text-shadow: 1px 1px 3px #000;
    opacity: 0;
    transition: all 250ms;
}

.center .slick-slide.slick-current div.serie-descricao {
    opacity: 1;
}


/* -------------------------  FIM SERIES ESPECIAIS  ------------------------------------*/


/* HOME */

.titulo-sidebar {
    width: 100%;
}


/*Destaque nivel 1*/

.home-nivel-1 {
    margin: 40px 0 60px;
}

.home-nivel-1 .titulo-sidebar {
    margin-bottom: 26px;
}

.home-noticias-content.titulo-sidebar span {
    text-transform: none;
    top: 8px;
    left: 9px;
    font-size: 1.4em;
}

.home-podcasts,
.home-retratos {
    width: 100%;
    padding-right: 20px;
}

.home-nivel-1 ul {
    list-style: none;
    font-size: 1.1em;
    min-height: 295px;
}

.home-nivel-1 ul span {
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 5px;
}

.home-nivel-1 ul li {
    margin-bottom: 25px;
    font-size: 15px;
}

.destaque-nivel-3-content ul li {
    margin-bottom: 25px;
    font-size: 15px;
    display: flex;
}

.home-nivel-1-direita {
    padding: 0 0 0 15px;
    margin: 0;
    border-left: 1px solid #ccc;
}

.home-nivel-1-esquerda {
    padding: 0 15px 0 0;
    margin: 0;
    border: none;
}

.home-noticias-content {
    padding: 0 0 0 8px;
    margin: 0;
    border: none;
}

.home-noticias-content ul {
    list-style: none;
}

.home-noticias-content ul li {
    margin-bottom: 10px;
}

.home-noticias-content ul li a {
    display: flex;
}

.home-noticias ul li {}

.home-noticias ul li:last-child {
    margin-bottom: 32px;
}

.home-noticias-content .home-noticia-conteudo {
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    flex: 1 1 auto;
}

.home-noticia-editoria {
    padding: 0 10px 0 0;
    margin: 0;
    display: inline-block;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    padding: 0 15px 4px 8px;
    border-radius: 0 0 15px 0;
    z-index: 1;
}

.home-noticias-content .home-noticia-imagem {
    width: 240px;
    height: 124px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    flex: 0 0 auto;
}

.home-noticias-content .home-noticia-titulo {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.home-noticias-content .home-noticia-subeditoria {
    font-size: 14px;
    line-height: 15px;
    color: #a19ea4;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
}

.home-noticias-content .home-noticia-data {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: #a19ea4;
    margin-top: 7px;
}

.home-noticia-editoria.sociais {
    color: #962358;
}

.home-noticia-editoria.economicas {
    color: #e68900;
}

.home-noticia-editoria.geociencias {
    color: #0f7110;
}

.home-noticia-editoria.ibge {
    color: #003b7f;
}

.home-podcasts audio {
    width: 90%;
}

.home-podcasts .home-podcasts-titulo {
    font-size: 19px;
    margin-bottom: 9px;
    display: block;
}

.home-podcasts .home-podcasts-titulo p {
    font-size: 17px;
    margin: 0;
    font-weight: 700;
}

.home-podcasts .home-podcasts-titulo span {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    color: #a19ea4;
    vertical-align: middle;
}

.home-lentes-capas {
    text-align: center;
    margin-bottom: 25px;
}

.home-lentes .lentes-banner {
    width: 100%;
    height: 328px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin: 0;
    overflow: hidden;
}

.home-lentes .lentes-banner .home-lentes-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: scale(1);
    transition: all 350ms;
}

.home-lentes .lentes-banner:hover .home-lentes-img {
    transform: scale(1.05);
}

.home-retratos ul {
    list-style: none;
    margin-left: 0;
}

.home-retratos.eng ul {
    float: none;
    margin-left: 0;
    width: 100%;
}

.home-retratos ul li {
    margin-bottom: 15px;
}

.home-link-data a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.home-link-data a span {
    font-size: 13px;
    font-weight: 300;
    color: #a19ea4;
    vertical-align: bottom;
    margin-left: 10px
}

.minuto-ibge-home a:hover p:before {
    border-right-color: #018ebb;
    border-bottom-color: #018ebb;
}

.minuto-ibge-home .audio-player {
    display: flex;
    background: #ccc;
    align-items: center;
}

.minuto-ibge-home .audio-player img {
    flex: 0 0 auto;
    width: 165px;
    margin: 0;
}

.minuto-ibge-home .audio-player audio {
    flex: 1 0 auto;
    width: 95px;
    margin: 19px 17px;
}


/*Destaque nivel 2*/

.home-nivel-2 {
    background: #e4e3e2;
    margin-top: 30px;
    padding: 35px 0 55px;
}

.home-nivel-2-esquerda {
    border-right: 1px solid #ccc;
    padding: 0 25px 0 0;
}

.home-nivel-2-meio {
    padding: 0 25px;
}

.home-nivel-2-direita {
    padding-left: 16px;
}

.home-nivel-2-content .titulo-sidebar {
    margin-bottom: 14px;
}

.home-nivel-2-content .titulo-sidebar span {
    font-size: 1.1em;
    top: 9px;
}

.serie-especial {
    margin-bottom: 25px;
}

.serie-especial .home-noticia-conteudo {
    width: 53%;
    display: inline-block;
    padding-left: 15px;
}

.serie-especial .home-noticia-imagem {
    width: 45%;
    height: 181px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.serie-especial .home-noticia-titulo {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.serie-especial .home-noticia-subeditoria {
    font-size: 14px;
    line-height: 15px;
    color: #a19ea4;
    margin-bottom: 7px;
    font-weight: 700;
}

.serie-especial .home-noticia-data {
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: #a19ea4;
    margin-top: 7px;
}

.serie-especial__descricao {
    font-size: 14px;
    line-height: 15px;
    color: #838185;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 11px;
}

.serie-especial__titulo {
    margin: 9px 0 5px;
    font-size: 17px;
}

.home-releases li {
    list-style: none;
    margin-bottom: 15px;
}

.ibge-logo {
    height: 30px;
    padding-left: 15px;
    padding-top: 2px;
    margin-left: 15px;
    margin-top: -2px;
    border-left: 1px solid #b2acaa;
}

.revista-retratos article {
    width: 20%;
    height: 313px;
    float: left;
    padding: 0 5px;
    margin-bottom: 100px;
}

.revista-retratos article img {
    border: none;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
}

.revista-retratos article span {
    display: block;
    margin: 0;
    text-align: center;
    background: #eaeaea;
    padding: 5px;
    font-size: 15px;
    border-radius: 0 0 5px 5px;
}


/* LENTES.DOC */

.lentes-doc .principal {
    margin: 0;
    padding: 0;
}

.lentes-doc .lentes-intro {
    position: relative;
    width: 100%;
    height: calc(100vh - 154px);
    min-height: 800px;
    background: #000;
    background-size: cover;
    background-position: center;
}

.lentes-doc .lentes-intro iframe {
    width: 100%;
    height: 100%;
}

.lentes-doc .lentes-intro .intro-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lentes-doc .lentes-intro .intro-info img {
    display: block;
    max-width: 500px;
    margin: auto;
}

.lentes-doc .lentes-intro .intro-info h3 {
    font-weight: 400;
    color: #595959;
    max-width: 710px;
    text-align: center;
    margin: 35px auto 0;
    line-height: 28px;
    font-size: 20px;
    background: rgba(245, 245, 244, 0.9);
    padding: 35px 25px;
    border-radius: 5px;
}

.lentes-doc .lentes-intro .intro-info hr {
    font-weight: 400;
    border: none;
    border-top: 1px solid rgb(215, 214, 213);
    max-width: 710px;
    text-align: center;
    margin: 35px auto 0px;
    height: 0;
}

.lentes-doc .lentes-intro .intro-info .intro-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lentes-doc .lentes-text {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 80px;
}

.lentes-doc .lentes-text p {
    font-size: 17px;
    line-height: 25px;
    margin: 20px 0;
}

.lentes-doc .lentes-text img {
    margin: 30px 0 15px;
}

.lentes-doc .lentes-subtitle {
    background: #f8f6f7;
}

.lentes-doc .lentes-subtitle.fullimage {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lentes-doc .lentes-subtitle.fullimage .bg-image {
    flex: 1 1 auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.lentes-doc h2 {
    font-family: 'Barlow', sans-serif;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 400;
    color: #838484;
    padding: 55px 0 60px 61px;
    font-size: 43px;
    background: url(../imagens/lentes.svg) no-repeat left center;
    background-size: 35px;
}

.lentes-doc .lentes-subtitle.fullimage h2 {
    flex: 0 0 auto;
}

.lentes-doc .lentes-quote {
    font-family: 'Barlow', sans-serif;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 400;
    color: #838484;
    padding: 95px 0 50px;
}

.lentes-doc .lentes-quote p {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 40px;
}

.lentes-doc .lentes-quote small {
    font-family: 'Barlow', sans-serif;
    display: block;
    font-size: 18px;
    line-height: 36px;
    margin-top: 15px;
}

.lentes-doc .col-1-4 {
    width: 25%;
}

.lentes-doc .col-2-4 {
    width: 50%;
}

.lentes-doc .col-3-4 {
    width: 75%;
}

.lentes-doc .col-4-4 {
    width: 100%;
}

.lentes-doc .right {
    float: right;
    padding: 0 0 15px 35px;
}

.lentes-doc .left {
    float: left;
    padding: 0 35px 15px 0;
}

.lentes-doc .lentes-minuto p {
    font-family: 'Barlow', sans-serif;
    color: #838484;
    font-size: 24px;
    text-transform: uppercase;
    transition: all 250ms;
    margin: 0 0 12px;
}

.lentes-doc .lentes-minuto a:hover p {
    color: #018ebb;
}

.lentes-doc .lentes-minuto p:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #828484;
    border-bottom: 2px solid #828484;
    transform: rotate(-45deg);
    vertical-align: top;
    margin: 9px 5px 0 0;
    transition: all 250ms;
}

.lentes-doc .lentes-minuto a:hover p:before {
    border-right-color: #018ebb;
    border-bottom-color: #018ebb;
}

.lentes-doc .audio-player {
    display: flex;
    background: #ccc;
    align-items: center;
}

.lentes-doc .audio-player img {
    flex: 0 0 auto;
    width: 165px;
    margin: 0;
}

.lentes-doc .audio-player audio {
    flex: 1 0 auto;
    width: 95px;
    margin: 19px 17px;
}

.lentes-doc .video-player iframe {
    width: 100%;
}

.lentes-doc .video-player p {
    width: 100%;
}

.lentes-doc .video-player p {
    font-family: 'Barlow', sans-serif;
    color: #838484;
    font-size: 24px;
    text-transform: uppercase;
    transition: all 250ms;
    margin: 0 0 12px;
}

.lentes-doc .video-player a:hover p {
    color: #018ebb;
}

.lentes-doc .video-player p:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #828484;
    border-bottom: 2px solid #828484;
    transform: rotate(-45deg);
    vertical-align: top;
    margin: 9px 5px 0 0;
    transition: all 250ms;
}

.lentes-doc .video-player a:hover p:before {
    border-right-color: #018ebb;
    border-bottom-color: #018ebb;
}

.lentes-doc .lentes-fullimage {
    display: block;
    margin: -30px 0 95px;
}

.lentes-navigation {
    max-width: 1200px;
    margin: 0 auto;
}

.lentes-navigation ul {
    list-style: none;
    text-align: center;
    margin-bottom: 35px;
}

.lentes-navigation ul li {
    display: inline-block;
    padding: 23px 0;
}

.lentes-navigation ul li span {
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #838484;
    font-size: 17px;
    padding: 7px 23px;
    border-right: 1px solid #838484;
    transition: all 250ms;
    cursor: pointer;
}

.lentes-navigation ul li:last-child span {
    border-right: none;
}

.lentes-navigation ul li span:hover {
    color: #018ebb;
}

.lentes-creditos {
    list-style: none;
    border-top: 1px solid #828484;
    margin-top: 35px;
    padding-top: 25px
}

.lentes-creditos li,
.lentes-creditos li b {
    list-style: none;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.lentes-creditos li b {
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
}

.aviso-retratos {
    font-size: 16px;
    margin-bottom: 35px;
}

.aviso-retratos p {
    margin-bottom: 25px;
}

.minutointerna-content {
    margin-top: 35px;
    list-style: none;
}

.minutointerna-content li {
    display: flex;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.minuto-single.minutointerna-content li {
    border-bottom: none;
}

.minutointerna-imagem {
    width: 35%;
    flex: 0 0 auto;
}

.minutointerna-imagem.image-is-icon {
    width: auto;
    flex: 1 1 auto;
    padding-top: 38px;
}

.minutointerna-texto {
    width: 75%;
    flex: 0 0 auto;
    padding-left: 33px;
    padding-top: 7px;
    align-self: auto;
}

.minutointerna-imagem.image-is-icon+.minutointerna-texto {
    width: 100%;
    flex: 1 1 auto;
}

.minutointerna-texto h3 {
    display: inline-block;
    font-size: 20px;
    vertical-align: baseline;
}

.minutointerna-texto .minutointerna-data {
    display: inline-block;
    font-size: 13px;
    margin: 3px 0 0;
    color: #ccc;
    margin-left: 9px;
}

.minutointerna-descricao {
    margin: 15px 0 0;
    font-size: 1.15em;
    line-height: 1.5em;
}

.minuto-single .minutointerna-descricao {
    margin: 0 0 0;
}

.minutointerna-descricao p {
    margin: 5px 0;
}

.minutointerna-descricao audio {
    display: block;
    width: 550px;
    max-width: 100%;
    margin-top: 20px;
}


/* resumo noticia */

.resumo-noticia {
    background: #f9f9f9;
    border: 1px solid #ececec;
    padding: 20px 25px 15px;
    border-radius: 5px;
    position: relative;
    list-style: none;
    margin: 0 0 35px;
}

.resumo-noticia li {
    padding: 0 0 0 15px;
    margin: 0 0 13px;
    position: relative;
}

.resumo-noticia li:not(:first-child):before {
    content: "";
    height: 4px;
    width: 4px;
    position: absolute;
    background: #008ebb;
    left: 0;
    top: 9px;
}

.resumo-noticia li:first-child {
    color: #008ebb;
    padding: 0;
    margin: 0 0 10px;
    font-size: 15px;
}

.selo-experimental {
    display: inline-block;
    background: url(../imagens/marca-experimentais-alerta.png) no-repeat;
    background-size: 15px;
    background-position: left 15px top 2px;
    padding-left: 23px;
    border-left: 1px solid #ccc;
    margin: 0 0 10px 15px;
    padding: 3px 0 4px 38px;
    font-weight: 700;
    font-size: 13px;
    text-transform: none;
}

.selo-experimental:first-child {
    background-position: left 0px top 2px;
    border-left: none;
    margin: 0 0 10px 0;
    padding: 3px 0 4px 25px;
}

.selo-experimental a {
    color: #4b4b4c;
}

.selo-experimental a:hover {
    color: #a53131;
}


/* Erro servico */

.erro-servico {
    background: #004d66;
    display: none;
}

.erro-servico-label {
    background: #004d66;
    position: relative;
    padding: 27px 25px 27px 58px;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
}

.erro-servico-label:before {
    content: "!";
    position: absolute;
    left: 7px;
    top: 21px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    background-color: #ffffff;
    color: #b91a00;
    border-radius: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 27px;
}

#descricao-erro {
    display: none;
}

#descricao-erro p {
    background: #0c326f;
    position: relative;
    padding: 20px 0 30px;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    border-top: 1px solid #ffffff;
}

.banner-mobile,
.banner-desktop {
    width: 100%;
}


/* contador censo */

.banner-split {
    display: flex;
}

.banner-split .banner-split-1,
.banner-split .banner-split-2 {
    width: 50%;
    margin-top: 0;
}

.banner-split .banner-split-1 {
    padding-right: 15px;
}

.banner-split .banner-split-2 {
    padding-left: 15px;
}

.banner-split .banner-split-2 img {
    width: 100%;
}

.banner-split .calendar {
    height: 141px;
    padding: 12px 169px 0px 149px;
}

.banner-split .calendar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #ddd8d1;
    margin: 0 auto;
}

.banner-split .calendar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-split .counter .sheet * {
    font-size: 34px;
}

.banner-split .calendar-inner p {
    margin: 2px auto;
    line-height: 25px;
    font-size: 18px;
    color: #19408f;
}

.banner-split .calendar .counter-text {
    margin-top: 17px;
    font-size: 17px;
    line-height: 20px;
    color: #19408f;
    font-weight: 500;
}

.banner-split .calendar .mascote-mulher {
    position: absolute;
    bottom: -20px;
    left: 78%;
    height: 170px;
}

.banner-split .calendar .mascote-homem {
    display: none;
}

.banner-split .calendar .logo-censo {
    display: block;
    height: 95px;
    bottom: 23px;
    right: 82%;
}

.acervo-banco {
    margin-bottom: 55px;
}

.acervo-banco .paginacao {
    text-align: center;
    margin: 30px 0 10px;
}

.acervo-banco select {
    width: 275px;
    height: 38px;
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #bcbbbb;
    padding: 0 8px;
}

.acervo-lentes {
    padding-right: 35px;
    border-right: 1px solid #a5a5a5;
}

.acervo-retratos {
    padding-left: 35px;
}

#revista-retratos img {
    display: inline-block;
    width: calc(25% - 13px);
    margin: 0 5px 10px;
}

ul#revista-retratos {
    list-style: none;
}

ul#revista-retratos li>div {
    margin: 0 -5px 40px;
    padding: 0;
}

.acervo-retratos .lSAction>a {
    width: 31px;
    display: block;
    top: auto;
    bottom: 0px;
    height: 31px;
    background: none;
    border: 1px solid #428bca;
    color: #428bca;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
    padding: 7px 10px;
    text-align: center;
}

.acervo-retratos .lSAction>a:hover {
    background: #428bca;
    color: #fff;
}

.acervo-retratos .lSAction>.lSPrev {
    background-position: 0 0;
    left: 0
}

.acervo-retratos .lSAction>.lSNext {
    background-position: -32px 0;
    right: 0
}

.acervo-retratos .lSAction>a.disabled {
    pointer-events: none
}

.acervo-retratos .lSSlideOuter .lSPager.lSpg {
    margin: -18px 0 0 !important;
}

.nao-encontrado-midia {
    background: #e9e9e9;
    margin: 20px 0 0;
    padding: 15px 20px;
}
