@charset "UTF-8";
@import url(reset.css);
@import url(colorfonts.css);
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: var(--pesoPadrao);
    font-family: var(--texto);
    line-height: 1.5em;
    overflow-x: hidden;
    hyphens: none;

}

main {
    max-width: 800px;
    margin: 0 auto;
}

section {
    box-sizing: border-box;
    margin-bottom: 2.5em;
    page-break-before: always;
    page-break-after: avoid;
}

section header {
    padding: 15px 0 0px 0;
    display: flex;
    flex-direction: column;
}

blockquote {
    font-size: 1em;
    max-width: 100%;
}

figure {
    margin: 1em 0.5em;
    display: table;
}

figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

figcaption.p4legenda {
    display: table-caption;
    caption-side: bottom;
    hyphens: none;
    font-family: var(--texto);
}

figcaption.legenda2 {
    display: table-caption;
    caption-side: top;
    hyphens: none;
    font-family: var(--texto);
}

p,
ul li {
    hyphens: none;
}

p {
    max-width: 100%;
    line-height: 130%;
    hyphens: none !important;
}


strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

strong em {
    font-weight: bold;
    font-style: italic;
}

/*👉d3hyperlinkoed classe específica para aparência de urls en OEDs👈*/
a.d3hyperlinkoed {
    color: #053499;
    font-size: var(--pesoPadrao);
    text-decoration: underline;
}

a.d3hyperlinkoed:visited {
    color: #4f0792;
}

a.d3hyperlinkoed:hover {
    color: rgb(134, 0, 0);
}

.ocultatx, .ocultamn {
    color: transparent;
   }

.ocultamn{
    font-size: 0.3em;
}

.ocultatx {
    font-size: 0.9em;
}

.hifen_ano{
    margin-left: -8px;
}

.url_para_encurtar{
    word-break: break-all;
}

/*👉CLASSES PARA DIAGRAMAR👈*/
/* COLUNAS E ALINHAMENTO */
.col2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.col2c {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 16px;
}

.col2s {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 16px;
}

/* Alinhamento vertical */
.coltop {
    align-items: flex-start;
}

.colcenter {
    align-items: center;
}

.colbottom {
    align-items: flex-end;
}

/*👉Elementos gerais do OED👈*/

.d3boxoed {
    padding: 1em 0;
}

.d3topooed {
    display: flex;
    align-items: center;
}

.d3instrucaooed {
    font-family: var(--oedinstrucao);
    padding: 1em;
    font-size: 0.9em;
    line-height: 1.1em;
    hyphens: none;
}

.d3tit1oed {
    background: var(--fiscor1C);
    font-family: var(--titulo);
    font-size: var(--peso2);
    line-height: 1em;
    text-align: center;
    color: var(--preto);
    width: max-content;
    padding: 0.5em 1em;
    clip-path: polygon(0 0.75em,0.75em 0,calc(100% - 0.75em) 0,100% 0.75em,100% 100%,0 100%);
}


.d3tit2oed {
    font-size: 1.3em;
    font-family: var(--titulo);
    margin: 1em 0 0.5em 0;
    text-align: center;
}

.d3txtoed {
    margin: 1em 0;
    font-family: var(--texto);
    text-indent: 1.5em;
    text-align: justify;
    line-height: 1.5em;
    font-size: var(--pesoPadrao);
}

/* classe específica para texto em pop up de infográfico e mapa clicável */
.d3txtoedmapitem {}

.d3legendaoed {
    margin: 0.5em 0;
    font-family: var(--texto);
}

.d3txinstrucaooed {
    margin: 0.5em 0 1em 0;
    font-family: var(--texto);
    text-align: left;
    font-size: var(--pesoPadrao);
    text-indent: 1.5em;
    text-align: justify;
    line-height: 1.5em;
}

.d3conteudooed {
    padding: 1em 2em;
    background:
    url(../images/bg_canto2.svg) top right no-repeat,
    url(../images/bg_canto3.svg) bottom right no-repeat,
    url(../images/bg_canto4.svg) bottom left no-repeat
    var(--apoio1Afnd);
    
}

.panorama {}

.objeto {}

.d3credito {
    /*👉display: flex;👈*/
    /*👉flex-direction: row-reverse;👈*/
    margin: 0.5em 0 0 0 ;
}

/*👉classes adicionadas para OED vídeo e áudio👈*/
.d3oedvideo, .d3oedaudio{
    margin: 1em 0;
}

.d3rubricatranscricao{
    font-weight: bold;
    margin: 1em 0 0 0 !important;
}

.d3txtranscricao{
    margin: 0.5em 0 0.5em 0;
}
/*👉fim classes adicionadas para OED video👈*/

.d3descricaolongaoed {
    border: 1px;
    padding: 0.5em;
    margin: 0 0 0.5em 0;
    background: var(--branco);
    box-shadow: 
    5px 5px 0 0 var(--apoio1B);
}

.d3descricaolongaoed summary {
    font-weight: 600;
    cursor: pointer;
    padding: 0 0 0 2em;
}

.d3descricaolongaoed summary:hover {
    background-color: var(--apoio1Afnd);
}

/*👉Versão geral👈*/
.d3descricaolongaoed summary::before {
    background: url(../images/ico_acessibilidade.svg);
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    margin: 0 0 0 -48px;
    content: '';
}

.d3descricaolongaoed div {

    text-align: justify;
    padding: 1em;
}

.d3descricaolongaoed div p {
    margin:0.4em 0 0.4em 0;
    text-indent: 0em;
}

.d3creditoimagemoed, .d3fontepesquisa{
    font-size: 0.9em;
    text-align: right;
    margin: 0.5em 0 0.5em 0;
}

.d3btnvoltaroed {
    display: flex;
    flex-direction: row-reverse;
    margin: 1em 0;
}

.d3btnvoltaroed a {
    box-shadow: 4px 4px 4px rgba(182, 181, 181, 0.5);
    padding: 0.5em 1em;
    background: var(--fiscor1C);
    color: var(--preto);
    font-weight: bold;
    font-family: var(--titulo);
}

.d3btnvoltaroed a:hover,
.d3btnvoltaroed a:focus {
    box-shadow: 2px 2px 4px rgba(182, 181, 181, 0.5);
    animation: 3s ease-in-out;
    animation-delay: 1000ms;
    color: var(--preto);
    background: var(--fiscor2C);

}

video{
    max-width: 100%;
}
.d3vinheta {
    font-style: italic;
    text-indent: 0em !important;
    margin: 1em 0 !important;
  }
  .o4medidaanimalbox {
    background: url(../images/pv_medidaser.svg) top left no-repeat;
      background-size: auto;
    background-size: 20px;
    max-width: max-content;
    font-size: var(--pesoMenor);
    padding: 0.5em;
    margin: 0.2em 0 0 0;
  }
  
/*👉 CLASSE PARA OCULTAR CONTEÚDO VISIVELMENTE, MAS MANTER ACESSÍVEL PARA LEITORES DE TELA 👈*/
.sr_only{
    clip-path: inset(50%);
    position:absolute;
    height:1px;
    width:1px;
    overflow:hidden; 
    opacity: 0; 
}

  
/*MEDIA QUERY*/
/*👉Versão Mobile Cel👈*/
@media screen and (min-width: 300px) and (max-width: 700px) {
    main {
        margin: 1em;
    }

    .d3topooed {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* POSICIONAMENTO - COLUNAS */
    .col2, .col2c, .col2s {
        align-items: center;
        flex-direction: column;
        justify-content: center;
 
    }  
    
    .d3tit1oed{
        background-position-y: -20px;
       max-width:98%;
    }

    .d3conteudooed{
        padding: 0.5em;
    }
}

/*👉Versão Mobile tablet👈*/
@media screen and (min-width: 720px) and (max-width: 1024px) {}

/*👉Versão Desktop👈*/
@media screen and (min-width: 1200px) {}

/*👉Versão IMPRESSÃO👈*/
@media print and (max-height: 280mm) {}