@font-face {
    font-family: 'The Led Display St';
    src: url('font/TheLedDisplaySt.woff2') format('woff2'),
        url('font/TheLedDisplaySt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: aptos, sans-serif;
    line-height: 1.3;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
    font-weight: 700;
}

.mobile-only {
    display: none !important;
}

/** HEADER **/

.menu-toggle-container {
    display: none;
}

.menu-toggle {
    position: relative;
    width: 40px;
    border: none;
    background: none;
    cursor: pointer;
}

.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span {
    background: #004282;
    content: "";
    display: block;
    height: 4px;
    border-radius: 2px;
    margin: 5px 0;
    transition: 0.5s;
}

.menu-toggle.active:before {
    transform: translateY(9px) rotate(135deg);
}

.menu-toggle.active:after {
    transform: translateY(-9px) rotate(-135deg);
}

.menu-toggle.active span {
    transform: scale(0);
}

header {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 0 20px;
}

.logo {
    width: 155px;
    /* position: absolute; */
    /* left: 20px; */
}

.main-nav ul {
    display: flex;   
}

.main-nav ul li a {
    padding: 3px 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #2e003b;
    transition: color 250ms;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
    color: #D62828;
}

.scrollbar-status {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #162222;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
}

header .gtranslate_wrapper {
    border-left: 1px solid #ccc;
    padding-left: 6px;
    position: relative;
}

header .gt_switcher .gt_option {
    position: absolute !important;
    padding: 5px 0;
    height: 181px !important;
    width: 183px !important;
    left: -1px;
    top: 31px;
}

header .gt_switcher .footer-powered {
    position: absolute;
    top: 222px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #0000002e;
    z-index: 10000;
    width: 185px;
    text-align: center;
    left: -1px;
    display: none;
}

header .gt_container--hich1m .gt_switcher .gt_selected {
    background: none;
}

header .gt_container--hich1m .gt_switcher .gt_selected > a {
    padding: 5px 8px;
    line-height: 16px;
    border: none;
    font-size: 14px;
}

header .gt_container--hich1m .gt_switcher .gt_selected a:after {
    top: 6px;
    right: 2px;
}

header .gt_container--hich1m .gt_switcher .gt_option a[data-gt-lang="pt"] {
}

header .gt_container--hich1m .gt_switcher .gt_option a {
    padding: 5px 8px;
    line-height: 15px;
    border-bottom: 1px solid #ccc
}

header .gt_container--hich1m .gt_switcher a img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: -1px 5px 0 0px;
    opacity: 0.8;
}

header a.gt_switcher-popup {
    color: #0c326f;
}

header a.gt_switcher-popup span:last-child {
    color: #0c326f !important;
    line-height: 25px
}

.extra-info {
    display: flex;
    /* position: absolute; */
    /* right: 20px; */
    gap: 16px;
}

.contador {
    display: flex;
    gap: 7px;
    align-items: center;
}

.contador .texto {
    color: #054480;
    font-weight: 600;
    font-size: 12px;
}

.contador .numero {
    font-family: 'The Led Display St';
    font-size: 25px;
    color: #26457c;
}

.contador-en,
.contador-es {
    display: none;
}

html[lang="en"] .contador-pt,
html[lang="en"] .contador-es {
    display: none;
}

html[lang="en"] .contador-en .texto:nth-child(2) {
    margin-right: -4px
}

html[lang="en"] .contador-en {
    display: flex;
}

html[lang="es"] .contador-pt,
html[lang="es"] .contador-en {
    display: none;
}

html[lang="es"] .contador-es {
    display: flex;
}

/*-- INTRO --*/

#inicio {
    padding-top: 60px;
}

.video-background-inicio {
    height: calc(100vh - 60px);
    position: relative;
}

.video-background-inicio video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image-after img {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

/*-- APRESENTACAO --*/

.image-intro {
    height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/fundo-apresentacao.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.image-intro:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.45;
    background-color: #162222;
}

.image-intro h2 {
    font-family: adobe-garamond-pro, serif;
    font-size: 126px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-align: center;
}

.highlight {
    padding: 180px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7592C1;
}

.highlight h3 {
    font-family: adobe-garamond-pro, serif;
    font-size: 76px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    max-width: 860px;
    text-align: center;
}

.highlight h3 small {
    display: block;
    font-family: inherit;
    font-size: .9em;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.highlight h3:before, .highlight h3:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    left: 50%;
    top: -60px;
    background-color: #FFFFFF;
    transform: translateX(-50%);
}

.highlight h3:after {
    top: auto;
    bottom: -61px;
}

.text-two-columns {
    padding: 80px 0;
}

.text-two-columns .inner-text {
    max-width: 1360px;
    margin: 0 auto;
    column-count: 2;
    column-gap: 80px;
    padding: 0 60px;
}

.text-two-columns .inner-text * {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/*-- O NOVENTA --*/

#o-noventa .image-intro {
    background: url(../images/fundo-os-noventa.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.side-scroll {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}

.side-text {
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.text-block {
    height: calc(100vh * 2);
    display: flex;
    align-items: center;
}

.end-block {
    height: 150vh;
}

#text-block-2 {
    height: calc(100vh * 1.5);
}

.text-block * {
    font-size: 28px;
    line-height: 1.3;
}

.text-block.strong * {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    font-style: italic;
}

.text-block.strong p {
    position: relative;
}

.text-block.strong p:before, .text-block.strong p:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    left: 50%;
    top: -60px;
    background-color: #a9a9a9;
    transform: translateX(-50%);
}

.text-block.strong p:after {
    top: auto;
    bottom: -61px;
}

.side-image-fixed {
    position: absolute;
    top: 0;
    padding-left: 40px;
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    left: 50%;
    transform: translateX(-50%);
}

#logo-ibge-90-anos {
    position: absolute;
    right: 70px;
    width: 100%;
    width: calc(50% - 70px);
    max-width: 410px;
}

.nine-path, .finger-path {
    fill: #004282;
    transition: fill 500ms;
}

.hide-print .finger-path {
    fill: #d0d0d0;
}

.hide-nine .nine-path {
    fill: #d0d0d0;
}

/*-- NOTICIAS --*/

#noticias {
    background: #7592c1;
    padding: 100px 0 200px;
}

#noticias h2 {
    font-family: adobe-garamond-pro, serif;
    font-size: 50px;
    /* color: #ffffff; */
    font-weight: 700;
    z-index: 1;
    text-align: center;
    max-width: 500px;
    line-height: 1.2;
    margin: 0 auto 80px;
}

.max-width {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.news {
    display: flex;
    gap: 60px;
}

.news-item {
    width: calc((100% / 3) - (((3 - 1) / 3) * 60px));
}

.news-item a {
    text-decoration: none;
    color: #000000;
}

.news-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.news-description * {
    font-size: 21px;
}

.news-image {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px 40px 0 0;
    margin-bottom: 22px;
}

/*-- VIDEO --*/

.video-background-final {
    height: calc(100vh - 60px);
    position: relative;
    background: #000000;
}

.video-background-final video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-final-en {
    display: block;
}

.video-final-es,
.video-final-pt {
    display: none;
}

html[lang="pt"] .video-final-pt {
    display: block;
}

html[lang="pt"] .video-final-es,
html[lang="pt"] .video-final-en {
    display: none;
}

html[lang="es"] .video-final-es {
    display: block;
}

html[lang="es"] .video-final-pt,
html[lang="es"] .video-final-en {
    display: none;
}

#video .image-intro {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 50px;
}

#video .image-intro:after {
    content: none;
}

#video .image-intro h2 {
    font-family: adobe-garamond-pro, serif;
    font-size: 46px;
    color: #000000;
    font-weight: 500;
    position: relative;
    z-index: 1;
    max-width: 600px;
    text-align: center;
}

.image-video-toggle {
    background: url(../images/video-poster.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.image-container {
    position: relative;
}

.image-container .full-text .max-width {
    height: calc(100vh - 60px);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.image-container .full-text:first-child:before {
    content: "";
    min-height: 100vh;
    width: 100%;
    display: block;
}

.image-container .full-text:first-child:after, 
.image-container .full-text:not(:first-child, :last-child):after {
    content: "";
    min-height: 50vh;
    width: 100%;
    display: block;
}

.image-container .full-text:last-child:before, 
.image-container .full-text:not(:first-child, :last-child):before {
    content: "";
    min-height: 50vh;
    width: 100%;
    display: block;
}

.image-container .full-text:last-child:after {
    content: "";
    min-height: 100vh;
    width: 100%;
    display: block;
}

.image-container .full-text h2 {
    font-family: adobe-garamond-pro, serif;
    font-size: 140px;
    color: #ffffff;
    z-index: 1;
    line-height: 1;
    width: 100%;
}

.image-container .full-text:nth-child(even) h2 {
    text-align: right;
}

.image-container .full-image-container {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 60px);
    width: 100%;
    transform-origin: bottom;
}

.image-container .full-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.image-container .full-image * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-footer {
    background: #071d41;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.social-icon {
    width: 35px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    fill: #fff
}

.social-icon.tiktok path {
    fill: #fff
}

.social-icon .icon-bg {
    transition: fill 250ms ease-out
}

.social-icon .icon-logo {
    transition: fill 150ms ease-out;
    fill: #fff
}

.social-icon.youtube:hover .icon-logo {
    fill: #d03b3b
}

.social-icon.instagram:hover .icon-logo {
    fill: #c54173
}

.social-icon.tiktok:hover path {
    fill: #fe004f
}

.social-icon.facebook:hover .icon-logo {
    fill: #5176c9
}

.social-icon.whatsapp:hover .icon-logo {
    fill: #25d366
}

.social-icon.twitter {
    width: 21px;
    padding-top: 8px;
    margin: 0 12px 0 7px
}

.social-icon.bluesky {
    margin: 0 5px 0 1px
}

.social-icon.twitter:hover .icon-logo {
    fill: #858585
}

.social-icon.bluesky:hover .icon-logo {
    fill: #1084fe
}

.footer-logos {
    position: absolute;
    right: 0;
}

.logo-mpo {
    width: 200px;
    margin-right: 25px;
}

.logo-govbr {
    width: 105px;
    margin-right: 45px;
}

.noticia {
    padding-top: 120px;
    margin-bottom: 100px;
}

.noticia p {
    margin-bottom: 15px
}

.noticia h2{
    font-weight: 700;
    font-family: adobe-garamond-pro, serif;
    font-size: 20px;
    color: #163f73;
    line-height: 1.2;
    margin: 30px 0 10px;
}

.noticia h1{
    font-weight: 700;
    font-family: adobe-garamond-pro, serif;
    font-size: 40px;
    color: #163f73;
    line-height: 1.2;
    margin-bottom: 40px;
}

.noticia a {
    color: #d45d38;
    text-decoration: none;
}

.noticia img {
    display: block;
    margin: 0 auto 40px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .main-nav {
        position: fixed;
        left: 100%;
        top: 60px;
        width: 100%;
        height: calc(100vh - 60px);
        background: #fffffff2;
        padding-top: 20px;
        opacity: 0;
        transition: all 500ms;
    }
    
    .main-nav.active {
        left: 0;
        opacity: 1;
    }

    .menu-toggle-container {
        display: block;
        /* position: absolute; */
        right: 20px;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: center;
    }

    .main-nav ul li a {
        padding: 13px 20px;
        display: inline-block;
    }
    .mobile-only {
        display: block !important;
    }
    
    .desktop-only {
        display: none !important;
    }

    .image-intro h2 {
        font-size: 90px;
    }

    .highlight h3 {
        font-size: 60px;
    }

    .text-two-columns .inner-text {
        column-gap: 40px;
    }
    
    .text-two-columns .inner-text * {
        font-size: 16px;
        line-height: 1.5;
    }

    .text-block.strong * {
        font-size: 30px;
    }

    .text-block * {
        font-size: 25px;
    }

    #noticias h2 {
        font-size: 40px;
    }

    .news-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .news-description * {
        font-size: 18px;
    }

    #video .image-intro h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {    

    .text-two-columns .inner-text {
        column-count: 1;
    }   

    .side-text {
        max-width: 100%;
        position: relative;
        z-index: 1;
        background: #ffffffe3;
    }

    .side-image-fixed {
        position: absolute;
        top: 100px;
        right: 0;
        width: 100%;
        max-width: none;
        padding: 0 40px;
        z-index: 1;
        align-items: flex-start;
        padding-top: 110px;
    }

    #logo-ibge-90-anos {
        width: 80%;
        margin: 0 auto;
        display: block;
        right: auto;
        z-index: 10000000000000;
        background: #fff;
        padding: 50px;
    }

    .news {
        flex-direction: column;
        gap: 80px;
    }

    .news-item {
        width: 100%;
    }    

    .image-container .full-text h2 {
        font-size: 70px;
    }

    .home-image-column {
        background: #fff url('images/bg-agro2.svg') top center;
        background-size: cover;
    }
    
    #bg-graf-agro {
        display: none;
    }
    
    .slide-footer {
        justify-content: flex-start;
    }
    
    .footer-logos {
        /* display: none; */
        zoom: .7;
        margin-right: 20px;
   }
    
   .social-media {
        zoom: .75;
        margin-left: 20px;
    }
    
    .social-icon {
        width: 32px;
        margin: 0px;
    }
    
    .social-icon.twitter {
        width: 19px;
        margin: 0;
    }
    
    .social-icon.bluesky {
        margin: 0px 0px 0 1px;
    }
    
    .logo-mpo {
        width: 150px;
        margin-right: 0;
    }
    
    .logo-govbr {
        width: 75px;
        margin-right: 0;
    }
}

@media (max-width: 680px) {
    header {
        flex-wrap: wrap;
        height: 110px;
        align-content: center;
    }
    
    .extra-info {
        order: 1;
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-top: 4px;
        justify-content: space-between;
    }

    header .gtranslate_wrapper {
        border-left: none;
        padding-left: 6px;
        position: relative;
    }
    
    .video-background-inicio {
        height: calc(100vh - 110px);
    }

    .image-intro {
        height: calc(100vh - 110px);
    }

    .video-background-final {
        height: calc(100vh - 110px);
    }

    .image-container .full-text .max-width {
        height: calc(100vh - 110px);
    }

    .image-container .full-image-container {
        height: calc(100vh - 110px);
    }
    
    .main-nav {
        height: calc(100vh - 110px);
        top: 110px;
    }
}

@media (max-width: 480px) {

    .image-intro h2 {
        font-size: 60px;
    }

    .highlight h3 {
        font-size: 40px;
    }
    
    .text-two-columns .inner-text * {
        font-size: 16px;
        line-height: 1.5;
    }

    .text-block.strong * {
        font-size: 25px;
    }

    .text-block * {
        font-size: 20px;
    }

    #noticias h2 {
        font-size: 30px;
    }

    .news-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .news-description * {
        font-size: 18px;
    }

    #video .image-intro h2 {
        font-size: 28px;
    }

    .max-width, .side-scroll, .text-two-columns .inner-text {
        padding: 0 40px;
    }

    .image-container .full-text h2 {
        font-size: 60px;
    }
}

@media (max-width: 380px) {

    .image-intro h2 {
        font-size: 60px;
    }

    .highlight h3 {
        font-size: 40px;
    }
    
    .text-two-columns .inner-text * {
        font-size: 16px;
        line-height: 1.5;
    }

    .text-block.strong * {
        font-size: 25px;
    }

    .text-block * {
        font-size: 20px;
    }

    #noticias h2 {
        font-size: 30px;
    }

    .news-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .news-description * {
        font-size: 18px;
    }

    #video .image-intro h2 {
        font-size: 28px;
    }

    .max-width, .side-scroll, .text-two-columns .inner-text {
        padding: 0 20px;
    }

    .image-container .full-text h2 {
        font-size: 48px;
    }
}