/*
Theme Name: Período Eleitoral
Author: Governo do Estado de São Paulo
Description: Template customizado para o website Respeito à Vida | Infosiga da Segurança Pública do Estado de SP
Version: 1.0
Tags: Segurança Pública INFOSIGA Respeito à Vida SP
*/

/* GERAIS */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

html {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
}

body {
    color: #353535;
    background:  #ededed;
    overflow-x: hidden;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
}

a {
    transition: all 0.3s;
    text-decoration: none;
    color: #262000;
}

a:visited {
    color: #262000;
}

a:hover {
    color: #ffc500;
}


img {
    max-width: 100%;
}

ul {
    list-style: none;
}

h1 {
    font-weight: 900;
    font-size: 8.4rem;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    font-size: 4.2rem;
    font-weight: 900;
}

h3 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
}

/* MENU */

div.nav-menu {
    display:none;
}



nav.main {
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
    height: 7rem;
}

nav.main.pre-sticky {
    top: auto;
    opacity: 0;
}

nav.main.pre-sticky .menu-social {
    top: auto;
    opacity: 0;
}

nav.main.pre-sticky.sticky {
    background-color: #2d2c2cf0;
    top: 0;
    opacity: 1;
    position: fixed;
    width: 100%;
    max-width: none;
    height: 6.2rem;
    padding-bottom: 0.3rem;
    z-index: 10000;
}

nav.main.pre-sticky.sticky .menu-social {
    display: none;
}

nav.main.pre-sticky.sticky .menu-principal {
    max-width: 1250px;
    margin: 0 auto;
}

nav.main .bt-fechar {
    display: none;
}

.menu-principal {
    display: flex;
    width: 85%;
    align-items: stretch;
    justify-content: space-between;
    color: #fff;
    font-size: 2.25rem;
    height: 100%;
}

.menu-principal>li {
    display: flex;
    align-items: center;
}

.menu-principal .sub-menu {
    display: none;
    flex-direction: column;
    font-size: 1.65rem;
    color: #ddd;
    padding: 4rem 1rem 1rem 1rem;
    background-image: linear-gradient(#00101000 20%, #001010aa 65%);
    position: absolute;
    top: 2.75rem;
    left: -1rem;
    width: 155%;
    border-left: solid 2px #ffffffaa;
    z-index: 8;
    box-shadow: 5px 30px 10px #00000033;
}

.menu-principal .sub-menu>* {
    padding: 1rem 0;
    display: block;
}

.menu-principal a {
    color: #fff;
    z-index: 10;
}

.menu-principal .current-menu-item a {
    font-weight: 900;
    padding-bottom: 0.5rem;
    color: #eee;
}

nav.main.pre-sticky.sticky .menu-principal .sub-menu {
    background-image: linear-gradient(#2d2c2c00 10%, #2d2c2cf0 30%);
    top: 2rem;
}

nav.main.pre-sticky.sticky .menu-principal .current-menu-item a {
    border-bottom: solid 2px #fff;
}

.menu-principal a:hover {
    color: #ffc500;
}

.menu-social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: all 0.5s;
}

nav.main .menu-social {
    width: 11%;
    opacity:1;
}

nav.main .menu-social img {
    height: 3.5rem;
    width: 3.5rem;
    display: block;
    transition: all 0.5s;
}

nav.main .menu-social a:after {
    content: '';
    position: absolute;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 100%;
    box-shadow: 0 300rem #ffc500cc inset;
    opacity: 0;
    transition: all 0.5s;
    left: 0;
    top: 0;
    z-index: 99999;
    mix-blend-mode: lighten;
}

nav.main .menu-social a:hover:after, nav.main .menu-social a:hover img {
    opacity: 1;
    height: 3rem;
    width: 3rem;
}

nav.float {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding: 5rem 5rem 0 0;
    z-index: 999;
}

nav.float>div {
    width: 17%;
}



nav.float .menu-social {
    width: 16%;
}

nav.float .menu-social img {
    display: block;
    height: 5.7rem;
    width: 5.7rem;
    transition: all 0.5s;
}

nav.float .menu-social a:after {
    content: '';
    position: absolute;
    height: 5.7rem;
    width: 5.7rem;
    border-radius: 100%;
    box-shadow: 0 300rem #ffc500cc inset;
    opacity: 0;
    transition: all 0.5s;
    left: 0;
    top: 0;
    z-index: 99999;
    mix-blend-mode: multiply;
}

nav.float .menu-social a:hover:after, nav.float .menu-social a:hover img {
    opacity: 1;
    height: 5rem;
    width: 5rem;
}

ul.heateor_sss_sharing_ul {
    display: flex;
    justify-content: space-between;
}

/* HEADER */

header {
    background-image: url(imgs/bg-home.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    height: 47.2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider-home {
    width: 83%;
    max-width: 125rem;
    height: 52rem;
    z-index: 100;
    margin-top: 15rem;
    margin-bottom: 10rem;
    border: solid 5px #00000033;
    box-shadow: 4px 4px 10px #00000022;
}

#slider-home .carousel-cell {
    width: 100%;
    height: 100%;
}

#slider-home a {
    display: block;
    height: 100%;
    overflow: hidden;
}


#slider-home .img-bg {
    width: 100%;
    height: 100%;
    display: flex;
    overflow:hidden;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-size: cover;
    background-position: center;
    transition: all 3s;
}

#slider-home a:hover .img-bg {
    height: 110%;
    width: 110%;
}

#slider-home .img-bg img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    opacity: 0;
}

#slider-home .txt-home {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem 40rem 3rem 5rem;
    color: #fff;
    font-size: 3.75rem;
    line-height: 5.4rem;
    font-weight: 700;
    text-align: left;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.75)
}

#slider-home .txt-home .data-post {
    font-size: 1.75rem;
    font-style: italic;
    color: #dedede;
    font-weight: 400;
    display: block;
    margin-bottom: 1rem;
    line-height: 2rem;
}

#slider-home a:hover .txt-home  {
    color: #ffc500;
}

#slider-home .flickity-page-dots {
    bottom: -3.75rem;
}

#slider-home .flickity-page-dots .dot {
    width: 2rem;
    height: 2rem;
    transition: all 0.5s;
}

#slider-home .flickity-prev-next-button {
    top: 50%;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: -8rem;
}

.flickity-prev-next-button.next {
    right: -8rem;
}
/* TESTEIRA */

#testeira {
    background-image: url(imgs/bg-infosiga-full.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
    color: #fff;
    padding-top: 15rem;
}

#testeira .contador {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
    background-color: #ffc500;
    padding: 3rem 0 4rem 0;
    color: #353535;
}

.contador .contadores {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    padding-left: 16rem;
    width: calc(100% - 16rem);
}

.contador .contadores>* {
    width: 50%;
    margin-top: 10rem;
    font-weight: 300;
    color: #343331;
    font-size: 3.2rem;
    text-transform: uppercase;
}

.contador .contadores strong {
    font-weight: 900;
}

.contador .contadores>*:nth-of-type(odd):before {
    content: '';
    position: absolute;
    top: -1.75rem;
    left: -12rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: solid 1.5rem #fff; 
    z-index: 9;
    opacity: 0;
}

.contador .contadores.ativo>*:nth-of-type(odd):before {
    opacity: 1;
    animation: 2.5s circulo linear 0s 1 both;
}

@keyframes circulo {
    0% { 
        clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); 
    }
    25% {
        clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    50% {
        clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }
    75% {
        clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    100% {
        clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0% 0%);
    }
}

.contador .contadores>*:nth-of-type(odd) strong {
    color: #313131;  
}

.contador .contadores>*:nth-of-type(even) strong {
    color: #474646;  
}

#infograficos {
    background: #ededed;
    margin-top: 5rem;
}

#infograficos iframe {
    width: 100%;
    overflow: hidden;
    min-height: 50rem;
    mix-blend-mode: multiply;
    border: none;
    padding: 0 5%;
}

/* INTERNAS */

.interna {
    background-color: #fff;
    width: 100%;
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.interna .container {
    padding: 0 10%;
}

.interna article {
    color: #3a3a3a;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 3.75rem;
}

#artigo h1 {
    font-weight: 700;
    font-size: 6.25rem;
    line-height: 7.25rem;
    text-transform: none;
}

#artigo .data-post {
    color: #7b7b7b;
    font-size: 1.75rem;
}

#artigo .resumo-post {
    margin-top: 2rem;
    font-style: italic;
    font-weight: 400;
    color: #7b7b7b;
    width: 90%;
    font-size: 2.5rem;
}

#artigo .menu-social {
    justify-content: flex-start;
    margin-top: -2rem;
}

#artigo .heateorSssSharing {
    max-width: 30px;
    max-height: 30px;
}

#artigo article .img-destaque-post {
    margin-top: 5rem;
    margin-bottom: 3rem;
}

#artigo article .img-destaque-post img, #artigo article .conteudo-post img {
    max-width: none;
    width: 100%;
    height: auto;
    max-height: none;
}

#artigo .conteudo-post p, #artigo .conteudo-post ul {
    font-size: 2rem;
    line-height: 3.15rem;
    color: #444;
    margin-bottom: 4rem;
}

#artigo h2 {
    font-size: 3.75rem;
    margin-bottom: 2.75rem;
    text-transform: none;
    font-weight: 700;
}


#artigo .imprensa {
    border:none;
    border-top: solid 1px #666;
    font-size: 1.8rem;
    padding-top: 2.5rem;
    margin-top: 7rem;
    opacity: 0.9;
}

#artigo iframe {
    width: 100%;
    height: 50rem;
}

#artigo strong {
    font-size:1.15em;
}

.interna article h2 {
    font-size: 5.2rem;
    margin-bottom: 5.5rem;
    text-transform: none;
    font-weight: 700;
}

.interna article p, .interna article ul  {
    margin-bottom: 5rem;
}

.interna article ul {

}

.interna article figure {
    margin-top: 10rem;
}

.interna article ul li {
    margin-bottom: 2rem;
}

.interna .conteudo-post a {
    font-weight: 700;
}

.interna .bt-download {
    background-color: #dfa500;
    background-image: url(imgs/icon-dl.png);
    background-position: 1rem center;
    background-size: 3.8rem 3.8rem;
    background-repeat: no-repeat;
    max-width: 300px;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.interna table {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 4rem !important;
}

.interna tr td {
    padding: 1rem 2rem;
}

.interna tr:nth-of-type(odd) td {
    background-color: #dedede;
}

.interna tr:nth-of-type(even) td {
    background-color: #efefef;
}

/* ESPECÍFIUCOS DE PÁGINAS */

#relatorios .conteudo-post>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dfa500;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; 
    transition: background-color 1s;
    box-shadow: 5px 5px 10px #ddd;
}

#relatorios .conteudo-post>ul>li>a:hover {
    background-color: #4eace7;
}

.conteudo-docs ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.conteudo-docs ul>* {
    width: 23%;
    height: 100%;
}

.conteudo-docs ul a {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 2.25rem;
    background-color: #666;
    color: #fff;
    box-shadow: 5px 5px 10px #ddd;
    text-align: center;
    height: 100%;
    border-radius: 5px;
}

.conteudo-docs ul a:hover {
    background-color: #444;
}

.conteudo-materiais .trilho {
    display: flex;
    width: 100%;
    height: 30rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.conteudo-materiais .trilho>* {
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: stretch;
    align-items: flex-start;
    padding: 6rem 5rem 2rem 2rem;
    color: #fff;
    background-size: cover;
    background-position: left center;
    border: solid 4px #00000044;
}

.conteudo-materiais .trilho>*:after {
    content:'';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.65;
    z-index: 8;
    transition: opacity 0.5s;
}

.conteudo-materiais .trilho>*:hover:after {
    opacity: 0.9;
}

.conteudo-materiais h3 {
    font-size: 3rem;
    font-weight: 900;
    z-index: 10;
    margin-bottom: 1rem;
}

.conteudo-materiais h3:after {
    content:'';
    position: absolute;
    height: 3rem;
    width: 3rem;
    background-image: url(imgs/icon-dl.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: -5rem;
    top: 0.6rem;
    z-index: 10;
}

.conteudo-materiais span {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-style: italic;
    font-weight: 400;
    margin-top: 2rem;
    z-index: 10;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.8rem;
}

form label {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #858383;
    font-weight: 700;
}

form label.full {
    width: 100%;
}


form input, form textarea {
    border-radius: 5px;
    padding: 1rem 2rem;
    width: 100%;
    border: solid 2px #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 1.9rem;
    color: #666;
    background-color: #ebebeb;
} 

form input[type="submit"] {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3287ae;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; 
    transition: background-color 1s;
    box-shadow: 2px 2px 7px #ddd;
    border: none;
    cursor: pointer;
    margin: auto;
}

form input[type="submit"]:hover {
    background-color: #4eace7;
}

.interna article.imprensa {
    border-bottom: solid 1px #666;
    font-size: 1.8rem;
    margin-bottom: 5rem;
}

.interna article.imprensa a {
    font-weight: 700;
}

.interna article.imprensa em {
    color: #800000;
    font-size: 1.55rem;
}

.imprensa h3 {
    margin-bottom: 2rem;
}

.interna .lista-posts {
    display: flex;   
    flex-direction: column;
    padding: 0 5%;
}

.interna .lista-posts>* {
    width: 100%;
}

.interna .lista-posts h2 {
    font-size: 5.2rem;
    margin-bottom: 1rem;
    text-transform: none;
    font-weight: 700;
}



.interna .lista-posts a {
    display: flex;
    margin-top: 3rem;
    height: 25rem;
    justify-content: space-between;
    overflow: hidden;
}

.interna .lista-posts a:hover, .interna .lista-posts a:hover .resumo-post {
    color: #cf9500 !important;
}



.interna .lista-posts a>* {
    width: 60%;
}

.interna .lista-posts a figure {
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 40%;
    transition: all 4s;
}

.interna .lista-posts a figure img {
    height: 100%;
    width: auto;
    opacity: 0;
}

.interna .lista-posts a:hover figure {
    height: 120%;
}

.interna .lista-posts a .info-post {
    padding: 2rem 5rem;
    background-color: #eaeaef;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.interna .lista-posts a .info-post .data-post {
    font-size: 1.6rem;
    color: #555;
    font-style: italic;
}

.interna .lista-posts a .info-post h3 {
    text-transform: none;
    font-size: 3rem;
    font-weight: 900;
    margin: 2rem 0;
}

.interna .lista-posts a .info-post .resumo-post {
    font-size: 1.75rem;
    color: #555;
}

/* PAGINAÇÃO */

.navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 3rem auto 0 auto;
}

.navigation li {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
}

.navigation li.seta a {
    border: none;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 3rem;
}

.navigation li a,
.navigation li.disabled {
    border: solid 0.1rem #2d2d2d;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration:none;
    font-size: 1.5rem;
    background-color: transparent;
    color: #2d2d2d;
    border-radius: 100%;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #2d2d2d;
    color: #fff;
}

.navigation li.seta a:hover {
    border: none;
    background-color: transparent;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 3rem;
}

/* HACKMOBILE */

.only-mobile {
    display: none !important;
}


/*/////////////////////////////////////////////////////////////* --MOBILE ---*/

@media screen and (max-width: 780px) {

    .only-mobile {
        display: flex !important;
    }

    .only-desktop {
        display: none !important;
    }

    html {
        font-size: 6px;
    }

    h1 {
    }

    h2 {

    }

    /* estilos barra gov */

    div#govsp-links-footer {
       margin-right: 25px !important;
    }


    /* CAPA */

    header {
        background-image: url(imgs/bg-home-mb.jpg);
        height: 31rem;
        padding: 0 3rem;
        background-size: auto 110%;
        background-attachment: scroll;
        background-position: center -1rem;
    }

    header .logotipo {

    }

    header .logotipo img {

    }
    
    #slider {
        border-top: solid 2px #ccc;
    }

    #slider-home .txt-home {
        padding: 2rem;
        font-size: 3.5rem;
        line-height: 5rem;
    }
    
    #slider-home .txt-home .data-post {
        font-size: 2rem;
        margin-bottom: 0rem;
    }


    /* MENU */

    div.nav-menu {
        position: fixed;
        z-index: 999999;
        left: 0;
        top: 13rem;
        border-radius: 0 0.5rem 0.5rem 0;
        background-color: #2d2c2cf0;
        padding: 1.5rem 1rem;
        border: none;
        width: 7rem;
        height: 6rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0.2rem 0.2rem 0.4rem #2d2c2c55;
        transition: all 0.5s;
        cursor: pointer;
        opacity: 1;
        transition: all 0.5s;    
    }

    div.nav-menu.desativa {
        left: -20vw;
        opacity: 0;
    }

    div.nav-menu span {
        display: block;
        height: 0.5rem;
        background-color: #fff;
        width: 100%;
        border-radius:0.2rem;
    }

    nav.main {
        position: fixed;
        left: -150vw;
        top: 6rem;
        bottom: auto;
        right: auto;
        width: 50vw;
        z-index: 999999999;
        flex-direction: column;
        padding: 0rem 1rem;
        background-color: #2d2c2cf0;
        transition: all 0.5s;
        box-shadow: 0.6rem 0.7rem 1rem #43241133;
        opacity: 0;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 2.3rem;
        min-height: 50vh;
        margin: 0;
    }
    
    
    nav.main.sticky {
        left: 0;
        opacity: 1;
    }
    
    nav.main .menu-social {
        flex-direction: column;
        position: absolute;
        right: 0;
        top: auto;
        bottom: 1.5rem;
        width: 7rem;
        padding: 0 1rem;
        height: 45%;
    }
    
    nav.main .menu-social img {
        height: 4rem;
        width: 4rem;
    }

    nav.main .sticky .menu-social {
        display: flex;
    }

    nav.main .bt-fechar {
        display: block;
        position: absolute;
        cursor: pointer;
        top: 1rem;
        right: 2rem;
        width: 2.3rem;
        height: 2.3rem;
        background-size: 100%;
        background-position: center;
        background-image: url(imgs/bt-fechar.png);
        z-index: 40;
    }

    nav.main .menu-principal li {
        color: #fff;
        text-decoration: none;
        text-align: center;
        border-radius: 0;
        padding: 0.5rem;
        text-align: left;
        border-bottom: solid 0.1rem #dedede44;
        font-weight: 400;
        transition: border 0.5s;
        width: 100%;
    }

    nav.main .menu-principal li:last-of-type {
        border-bottom: none;
    }
    
    .menu-principal {
        flex-direction: column;
        justify-content: space-evenly;
        font-size: 2.5rem;
    }
    
    .menu-principal .sub-menu {
        display: none;
        left: 80%;
        right: 0;
        width: 130%;
        z-index: 99999999;
        background-color: #111111f0;
        background-image: none;
        padding: 0;
        top: 0;
        font-size: 2.25rem;
    }
    
    nav.main .menu-principal .sub-menu li {
        padding: 1rem 1.5rem;
    }
    
    nav.float {
        padding: 0;
        justify-content: center;
        top: 35rem;
        opacity: 0.75;
    }
    
    nav.float>div {
        width: 35%;
    }
    
    nav.float .heateorSssSharing {
        max-height: 27px;
        max-width: 27px;
    }


    .flickity-prev-next-button.previous {
        left: 0rem;
    }

    .flickity-prev-next-button.next {
        right: 0rem;
    }
    
    #slider-home {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10rem;
        border: none;
        box-shadow: none;
        height: 46rem;
    }
    
    .contador .contadores {
        justify-content: space-between;
        padding:0;
        width: 90%;
        margin: auto;
    }
    
    .contador .contadores>*:nth-of-type(odd):before {
        display: none;
    }
    
    .contador .contadores>* {
        width: 44%;
        margin-top: 6rem;
        font-size: 3rem;
        text-align: center;
    }
    
    #infograficos {
        overflow-x: scroll;
    }
    
    #infograficos iframe {
        width: 200%;
        min-height: 75rem;
    }
    
    #infograficos:after {
        content: 'Deslize horizontalmente para visualizar o resto do gráfico.';
        width: 90%;
        font-style: italic;
        font-weight: 400;
        font-size: 2.25rem;
        padding: 0 5%;
        text-align: center;
        color: #444;
        margin: auto;
        margin-top: -4rem;
        display: block;
        position: absolute;
    }

    /* INTERNA */
    
    .interna {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
    
    .interna article h2 {
        font-size: 5.2rem;
        line-height: 6rem;
        padding-right: 2rem;
    }
    
    #relatorios .conteudo-post>ul>li>a {
        text-align: center;
    }
    
    .conteudo-docs ul {
        flex-wrap: wrap;
    }
    
    .conteudo-docs ul>* {
        width: 45%;
    }

    .conteudo-materiais .trilho {
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }
    
    .conteudo-materiais .trilho>* {
        width: 100%;
        margin-bottom: 5rem;
        padding: 6rem 5rem 2rem 5rem;
        border: solid 2px #00000044;
    }
    
    .conteudo-materiais span {
        font-size: 2.5rem;
        line-height: 3rem;
        padding-right: 6rem;
    }
    
    form {
        flex-wrap: nowrap;
        flex-direction: column;
        font-size: 2.5rem;
    }
    
    form label {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    form input, form textarea {
        padding: 1rem 2rem;
        font-size: 2.75rem;
        margin-top: 1rem;
    }
    
    form input[type="submit"] {
        font-size: 2.5rem;
    }
    
    .interna .container {
        padding: 0 5%;
    }
    
    .interna article.imprensa {
        font-size: 2.5rem;
        line-height: 4rem;
    }
    
    .imprensa h3 {
        margin-bottom: 3rem;
        font-size: 3.5rem;
    }
    
    .interna article.imprensa em {
        font-size: 2.25rem;
    }
    
    .interna .lista-posts a {
        flex-direction: column;
        height: auto;
    }
    
    .interna .lista-posts a>* {
        width: 100%;
    }
    
    .interna .lista-posts a figure {
        height: 30rem;
        width: 100%;
    }
    
    .interna .lista-posts a .info-post {
        padding: 2rem 3rem;
    }
    
    .interna .lista-posts a .info-post .data-post {
        font-size: 2rem;
    }
    
    .interna .lista-posts a .info-post h3 {
        font-size: 3.25rem;
    }
    
    .interna .lista-posts a .info-post .resumo-post {
        font-size: 2.25rem;
    }
    
    .navigation li a, .navigation li.disabled {
        font-size: 2.25rem;
    }
    
    .navigation li {
        width: 4.5rem;
        height: 4.5rem;
    }
    
    .interna .lista-posts a:hover figure {
        height: 30rem;
    }
    
    #artigo .data-post {
        font-size: 2.15rem;
        margin-bottom: 0.7rem;
    }
    
    #artigo h1 {
        font-size: 5.75rem;
        line-height: 6.75rem;
    }
    
    #artigo .conteudo-post p, #artigo .conteudo-post ul {
        font-size: 2.55rem;
        line-height: 3.75rem;
    }
    
    #artigo .imprensa {
        font-size: 2.25rem;
    }

}

/*////////////////////////////////////////////////////////////* TABLETS */

@media screen and (min-width: 751px) and (max-width: 1250px) {

    .only-mobile {
        display: flex !important;
    }

    .only-desktop {
        display: none !important;
    }

    html {
        font-size: 10px;
    }

    header {
        background-size: auto 130%;
    }
}

/*/////////////////////////////////////////////////////////////* TELEFONES ANTIGOS */

@media screen and (max-width: 330px) {

    html {
        font-size: 6px;
    }

}

/*/////////////////////////////////////////////////////////////* FULL HD+ */

@media screen and (min-width: 1600px) {
    header {
        height: 53.2rem;
        background-position: center -10rem;
    }
    
    .contador .contadores>* {
        width: 40%;
    }
}
