:root {
    --cor_texto: #4a4a4b;
    --cor_primaria: #4a4a4b;
    --cor_secundaria: #b4201f;
    --cor_terciaria: #d66009;
    --cor_quaternaria: #f8df8b;
}

.hidden {
    display: none;
}

/* Parâmetros de texto */
p.autor {
    font: 16px 'LatoBoldItalic';
}

p.data {
    color: #808080;
    font: 12px/16px 'LatoRegular';
}

.teaser {
    font: normal 300 1.875rem/2.5rem LatoRegular, sans-serif;
    pointer-events: none;
    letter-spacing: -0.03rem;
    margin: 0 auto 30rem;
}

.titulo-principal {
    font-family: 'EstadoHeadlineBold';
    font-size: 3.5em;
    line-height: 1.2em;
    letter-spacing: -0.08rem;
    text-transform: uppercase;

}

.linha-fina {
    font: normal 700 1.475rem/2.1rem LatoRegular, sans-serif;
    pointer-events: none;
    margin: 0 auto 30rem;
    font-weight: 900;
    text-align: center !important;
    letter-spacing: 0.07rem;
}

.balance-text {
    text-wrap: balance !important;
}

.sombra {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35), 1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5);
}


/* Cor */
.branco {
    color: white !important;
}

.arte-content [data-contains="link"] a,
.arte-content [data-contains]:not([data-contains="gallery"]) a {
    border: 1px solid var(--cor_secundaria);
    color: var(--cor_secundaria);
}

.arte-content [data-contains="link"] a:hover {
    background-color: var(--cor_secundaria);
}


/* Imagem */
.fullSize {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.full {
    width: 100%;
    height: auto;
}

/* Fixa imagem em uma posição */
figure.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
}


/* posições */
.relativo {
    position: relative;
}

.absoluto {
    position: absolute;
}

/* -------------------------------------------- */
/* Entrevista na íntegra */
.container_integra_entrevista {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    margin-top: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    border-radius: 10px;
    background-color: rgba(31, 31, 31, 1);
}

.selo_entrevista {
    float: left;
    display: block;
    position: relative;
    font-size: 2.85rem;
    line-height: 1.75em;
    height: 1.58em;
    width: 1.58em;
    margin: 5px 15px 10px 0;
}

.nome_entrevistado {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
    color: white;
}

.descricao_entrevistado {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    color: white;
}

.container_texto_integra_entrevista {
    max-height: 55vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: white;
    padding-top: 25px;
    padding-bottom: 120px;
}

.texto_integra_entrevista {
    max-height: 55vh;
    position: relative;
    background-size: cover;
}

.texto_integra_entrevista:before {
    background: linear-gradient(to top, transparent 0%, rgba(31, 31, 31, 1) 100%);
    content: "";
    height: 5vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 400;
}

.texto_integra_entrevista:after {
    background: linear-gradient(to bottom, transparent 0%, rgba(31, 31, 31, 1) 100%);
    content: "";
    height: 15vh;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.fechar {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

/* -------------------------------------------- */

.capitular_4 {
    float: left;
    display: block;
    position: relative;
    font-family: "EstadoHeadlineBold", georgia, "times new roman", times, serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 3rem;
    line-height: 1.75em;
    height: 1.58em;
    width: 1.58em;
    background: var(--cor_primaria);
    color: #fff;
    text-align: center;
    margin: 5px 10px 0 0;
    -webkit-font-smoothing: antialiased;
}

.capitular_2 {
    float: left;
    display: block;
    position: relative;
    font-family: "EstadoHeadlineBold", georgia, "times new roman", times, serif;
    font-weight: 400;
    border-radius: 2px;
    font-size: 1.5rem;
    line-height: 1.6em;
    height: 1.58em;
    width: 1.58em;
    background: var(--cor_primaria);
    color: #fff;
    text-align: center;
    margin: 5px 10px 0 0;
    -webkit-font-smoothing: antialiased;
}

.scrolly {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.container_negativo {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.infografico__box {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.textoChapeu {
    font-size: 0.8em !important;
    padding-bottom: 0.5rem !important;
}

.caixa_titulo_historias {
    padding-top: 100vh;
    padding-bottom: 100vh;
}

.containerTitulo {
    padding-bottom: 0.8rem;
}

.hiperlink {
    color: var(--cor_secundaria) !important;
    border: none !important;
    text-decoration: underline;
    font-weight: 900;
}

.imagem_esquerda {
    float: left;
    width: 50%;
    padding-right: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 7px;
}

.imagem_direita {
    float: right;
    width: 50%;
    padding-left: 1rem;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 7px;
}

.credito {
    font-size: 0.65rem;
    text-transform: uppercase;
}
