.slides-inicio {
    margin: -30px -34px -77px;
}

.slides-inicio section h2 {
    font-size: 34px;
    color: #092e4a;
    margin: 0 auto;
}

.slides-inicio section .closing-inner  h2 {
    font-size: 28px;
    color: #092e4a;
    margin: 0 auto;
}

.slides-inicio section {
    position: relative;
    padding: 50px 40px;
    background: #f6f4f3;
}

section.tight {
    padding: 90px 0;
}

.slides-inicio section.on-dark {
    background: #143952;
    color: #ffffff;
}


.slides-inicio section.on-dark h1, 
.slides-inicio section.on-dark h2, 
.slides-inicio section.on-dark h3 {
    color: #fff;
}

.on-light {
    background: var(--paper);
    color: var(--ink);
}

.slides-inicio section.on-light-2 {
    background: #ffffff;
    color: var(--ink);
}

.kicker {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 18px 0;
}

.on-light .kicker, .on-light-2 .kicker {
    color: #009ad0;
}

.on-dark .kicker, .on-kicker-2 .kicker {
    color: #009ad0;
}

.lede {
    font-size: 17px;
    line-height: 1.3;
    max-width: 900px;
    margin: 22px 0 0 0;
}

.on-light .lede, .on-light-2 .lede {
    color: #5c6c85;
}

/* ===== HERO ===== */
.slides-inicio section.hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: #092e4a url(../imagens/logo-parcial-grande.png) no-repeat;
    padding: 80px 40px 40px;
    background-position: left 390px top 0px;
    background-size: auto 520px;
}

#conteudo_centro .slides-inicio section.hero .languages {
    background: #ffffffcf;
    padding: 10px 10px;
    border-radius: 6px;
    max-width: 100%;
    width: 350px;
    align-items: center;
    margin-top: -59px;
    margin-bottom: 40px;
}

#conteudo_centro div[itemprop="articleBody"].slides-inicio img {
    margin: 0 0 0;
}

.languages {}

.hero-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-tag {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #38b6e7;
    padding: 0;
}

div[itemprop="articleBody"] .hero h1 {
    font-size: 39px;
    line-height: 1.3;
    color: #fff;
    margin: 26px 0px 0;
}

.hero h1 span {
    color: var(--blue-300);
}

.hero .lede {
    color: #dae9f0;
    font-size: 18px;
    max-width: 250px;
    margin: 34px 0;
}

.hero-meta .localizacao {
    display: inline-block;
    background: #945d56;
    font-weight: 700;
    padding: 20px 25px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 40px;
}

.hero-meta .data {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 11px;
}

.hero-meta .local {
    color: #b9d1dd;
}

.hero-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}

.hero-strip.black {
    margin-top: 30px;
}

.hero-strip .logo-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.hero-strip .logo-group-images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
    height: 60px;
}

.hero-strip .logo-group:nth-child(1) img {
    max-width: 64px;
    width: 100%;
    margin: 0;
}

.hero-strip .logo-group:nth-child(2) img {
    max-width: 160px;
    width: 100%;
    margin: 0;
}

.hero-strip .logo-group:nth-child(3) img {
    width: 140px;
    margin: 0;
}

.hero-strip .logo-label {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
}

.hero-strip.black .logo-label {
    color: #000000;
}

/* ===== Milestones (Por que 2026) ===== */
.milestones {
    display: flex;
    gap: 22px;
    margin: 40px 0;
    justify-content: space-around;
}

.milestones-strip {
    display: flex;
    margin: 40px 0;
}

.milestone {
    background: #b9cde5;
    padding: 34px 24px;
    position: relative;
    width: 100%;
    border-radius: 15px;
    max-width: 290px;
    box-shadow: 0 0 5px #ccc;
}

.milestones .milestone:nth-child(2) {
    background: #ffffff;
}

.milestones .milestone:before {
    content: "";
    background: #e6694a;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-bottom: 30px
}

.milestones .milestone:nth-child(2):before {
    background: #009ad0;
}

.milestones .milestone:nth-child(3):before {
    background: #092e4a;
}

.milestones-strip .milestone {
    background: none;
    padding: 0;
    box-shadow: none;
}

.milestones-strip .milestone:before {
    content: "";
    background: #e6694a;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-bottom: -31px;
    position: relative;
    z-index: 1;
}

.milestones-strip .milestone:nth-child(2):before {
    background: #009ad0;
}

.milestones-strip .milestone:nth-child(3):before {
    background: #092e4a;
}

.milestones-strip .milestone:nth-child(4):before {
    background: #38b6e7;
}

.milestone .years {
    font-weight: 800;
    font-size: 34px;
    color:  #e6694a;
}

.milestones .milestone:nth-child(2) .years {
    color: #009ad0;
}

.milestones .milestone:nth-child(3) .years {
    color: #092e4a;
}

.milestone .years small {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-500);
    margin-left: 4px;
}

.milestone .desc {
    margin-top: 14px;
    font-size: 14.5px;
    color: #5c6c76;
}

.milestone .year-tag {
    margin-top: 18px;
    font-size: 15px;
    color: #6a7489;
    border-top: 1px solid #d7dde0;
    padding-top: 29px;
    line-height: 23px;
}

.milestone:last-child .year-tag {
    border-top: none;
}

/* ===== Central idea ===== */
.idea-list {
    margin-top: 56px;
    display: flex;
    gap: 40px 0;
}

.idea-list .side-text {
    max-width: 100%;
    width: 350px;
    flex: 0 0 auto;
}

.idea-list .side-image img {
    margin: 0;
}

.idea-row {
    display: flex;
    align-items: baseline;
    gap: 0;
    padding: 18px 0;
}

.idea-row p {
    font-size: 22px;
    color: #c8dee8;
    margin: 0;
    line-height: 23px;
}

.idea-row p b {
    display: block;
    color: #ffffff;
}

.idea-row p em {
    font-style: normal;
    color: var(--blue-300);
}

.idea-foot {
    margin-top: 70px;
    color: #092e4a;
    font-size: 17px;
    background: #dff2f9;
    font-weight: 700;
    padding: 30px 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 24px;
}

.idea-foot + a {
    text-align: center;
    color: #fff;
    display: block;
    padding: 30px 15px 10px
}

/* ===== History timeline ===== */
.timeline {
    margin-top: 50px;
    position: relative;
    padding-top: 6px;
    height: 192px;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(16, 34, 47, 0.14);
    transform: translateY(-50%);
}

.timeline-track {
    display: flex;
    position: relative;
    justify-content: space-around;
}

.tl-item {
    position: relative;
    padding: 0 6px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 97px;
}

.tl-item.up {justify-content: end;}

.tl-item.down {
    top: 83px;
}

.tl-item .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #009ad0;
    margin: 0 auto;
}

.tl-item .dot.accent {
    background: #e6694a;
}

.tl-item.accent .dot {
    background: var(--orange-500);
}

.tl-up {
    margin-bottom: 15px;
}

.tl-down {
    margin-top: 15px;
}

.tl-year {
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    color: #009ad0;
}

.tl-year.accent {
    color: #e6694a;
}

.tl-name {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--blue-700);
    margin-top: 4px;
    line-height: 1.2;
}

.tl-place {
    text-align: center;
    font-size: 11.5px;
    color: var(--gray-500);
    margin-top: 3px;
}

.history-note {
    margin-top: 56px;
    font-size: 15px;
    background: #ffffff;
    padding: 20px 20px;
    font-weight: 700;
}

/* ===== Event (two col) ===== */
.split {
    display: flex;
    gap: 64px;
    align-items: center;
    margin-top: 0px;
}

.fact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fact-list li {
    display: flex;
    gap: 16px;
    font-size: 17px;
    color: #143952;
    padding-bottom: 20px;
    align-items: center;
    font-weight: 700;
}

.fact-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fact-list .tag {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(../imagens/inicio/icon-calendar.svg) no-repeat center;
}

.fact-list li:nth-child(2) .tag {
    background-image: url(../imagens/inicio/icon-map.svg);
}

.fact-list li:nth-child(3) .tag {
    background-image: url(../imagens/inicio/icon-check.svg);
}

.photo-frame {
    border-radius: 2px;
    overflow: hidden;
}

.photo-frame img {
    width: 100%;
}

.infra-grid .photo-frame img {
    margin: 0 !important;
}

.infra-grid .photo-frame img + p {
    margin: 0;
    background: #092e4a;
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
    font-weight: 700;
}

/* ===== Stat grids ===== */
.stat-columns {
    margin-top: 60px;
    display: flex;
    gap: 40px;
}

.stat-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stat-columns.equals {
    gap: 20px;
    flex-direction: row;
}

.stat-columns.equals .stat-grid {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-columns.equals .stat-grid .stat-card {
    width: 320px;
}

.stat-columns.equals .stat-grid .stat-card:nth-child(1),
.stat-columns.equals .stat-grid .stat-card:nth-child(2) {
    color: #e6694a;
}

.stat-columns.equals .stat-grid .stat-card:nth-child(3),
.stat-columns.equals .stat-grid .stat-card:nth-child(4) {
    color: #009ad0;
}

.info-grid {
    background: #143952;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.on-dark .stat-grid {
    background: #143952;
    min-width: 380px;
}

.stat-card {
    padding: 25px 32px;
    border-radius: 0 20px 20px 0;
    border-left: 8px solid #ffffff2e;
}

.info-card {
    padding: 25px 32px;
    border-radius: 20px;
}

.on-light .stat-card, .on-light-2 .stat-card {
    background: #fafaf8;
    border-radius: 20px;
    border: none;
}

.on-dark .stat-card,
.on-dark .info-card {
    background: #ffffff12;
}

.stat-num {
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    color: var(--blue-700);
}

.on-dark .stat-num {
    color: var(--blue-300);
}

.stat-label {
    margin-top: 9px;
    font-size: 16px;
}

.info-label {
    font-size: 18px;
    line-height: 24px;
}

.on-dark .stat-label {
    color: #d2e1e9;
}

/* ===== Dialogue flow ===== */
.flow {
    margin-top: 80px;
    display: flex;
    align-items: start;
    gap: 18px;
}

.flow-card {
    padding: 0 25px;
    text-align: center;
    width: 100%;
}

.flow-card:before {
    content: "";
    background: #38b6e7;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-bottom: 30px;
    margin: 0 auto 35px;
}

.flow-card:nth-child(2):before {
    background: #e6694a;
}

.flow-card:nth-child(3):before {
    background: #009ad0;
}

.flow-card h3 {
    font-size: 22px;
    margin-bottom: 35px;
}

.flow-card p {
    margin: 0;
    font-size: 15px;
    color: #c4d8e3;
    line-height: 22px;
}

.flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange-500);
    font-size: 22px;
    padding-top: 36px;
}

/* ===== Infra ===== */
.infra-grid {
    margin-top: 56px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.infra-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}

#conteudo_centro .slides-inicio section .infra-list li {
    padding: 20px 25px;
    margin: 0 0 20px;
    border-left: 9px solid #009ad0;
    background: #fff;
    border-radius: 0 20px 20px 0;
}

#conteudo_centro .slides-inicio section .infra-list li:nth-child(2) {
    border-left: 9px solid #e6694a;
}

#conteudo_centro .slides-inicio section .infra-list li:nth-child(3) {
    border-left: 9px solid #092e4a;
    margin-bottom: 0;
}

.infra-list li:first-child {
    padding-top: 0;
}

.infra-list h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.infra-list p {
    margin: 0;
    font-size: 15px;
    color: #5c6c85;
}

/* ===== Quote ===== */
.quote-section {
    color: #fff;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.quote-section:before {
    content: "";
    background: #38b6e7;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    right: -10px;
    top: -30px;
}

.quote-section:after {
    content: "";
    background: #e6694a;
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    right: 113px;
    top: 43px;
}

.quote-mark {
    font-size: 90px;
    color: var(--orange-500);
    line-height: 0.4;
    margin-bottom: 24px;
}

blockquote {
    margin: 80px 0 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.18;
    padding-right: 180px;
}

.quote-attr:before {
    content: "";
    background: #38b6e7;
    display: block;
    width: 220px;
    height: 1px;
    margin-bottom: 20px;
}

.quote-attr {
    margin-top: 56px;
    text-transform: none;
    font-size: 14px;
    color: #b5cfdc;
}

.quote-attr strong {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

/* ===== Closing / CTA ===== */
.closing {
    background: var(--paper-2);
    padding: 110px 0 0 0;
}

.closing-inner {
    display: flex;
    /* flex-direction: column; */
    gap: 60px;
    justify-content: center;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(16, 34, 47, 0.1);
    text-align: left;
    align-items: center;
    margin: -20px -40px 0 0px;
}


div[itemprop="articleBody"] .closing-inner img {
    max-width: 310px;
    border-radius: 90px 0 0 0;
}

.closing h2 {
    font-size: clamp(30px, 5vw, 48px);
    color: var(--ink);
}

.qr-card {
    padding: 26px;
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 360px;
    margin: 0 auto;
}

.qr-card img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    flex-shrink: 0;
}

.qr-card .qr-text {
    font-size: 13.5px;
    color: var(--gray-500);
}

.qr-card .qr-text strong {
    display: block;
    color: var(--ink);
    font-size: 15px;
    margin-bottom: 4px;
}

.closing footer {
    padding: 0 0 44px 0;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-logos img {
    height: 26px;
    width: auto;
}

.footer-note {
    font-size: 13px;
    color: var(--gray-500);
}

.censos {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
}

.censo {
    max-width: 225px;
}

.censo .censo-img {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.censo:nth-child(1) .censo-img img {
    width: 135px;
}

.censo:nth-child(2) .censo-img img {
    width: 200px;
}

.censo:nth-child(3) .censo-img img {
    width: 145px;
}

.censo .year {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

.censo .censo-img + p {
    height: 80px;
    text-align: center;
    font-size: 15px;
    color: #5c6c76;
}

.censo .desc {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.censo:nth-child(1) .year, .censo:nth-child(1) .desc {
    color: #009ad0;
}

.censo:nth-child(2) .year, .censo:nth-child(2) .desc {
    color: #092e4a;
}

.censo:nth-child(3) .year, .censo:nth-child(3) .desc {
    color: #e6694a;
}

@media (max-width: 970px) {
    .hero-strip .logo-group:nth-child(1) img {
        max-width: 50px;
    }
    
    .hero-strip .logo-group:nth-child(2) img {
        max-width: 120px;
    }
    
    .hero-strip .logo-group:nth-child(3) img {
        width: 100px;
        margin: 0;
    }

    .milestones,
    .stat-columns,
    .flow,
    .infra-grid,
    .split, 
    .idea-list {
        flex-direction: column;
    }

    .flow {
        max-width: 400px;
        margin: 60px  auto;
    }

    .flow-card p {
        text-align: center;
    }
}

@media (max-width: 620px) {
    .hero-strip .logo-group:nth-child(1) img {
        max-width: 80px;
    }
    
    .hero-strip .logo-group:nth-child(2) img {
        max-width: 100px;
    }
    
    .hero-strip .logo-group:nth-child(3) img {
        width: 80px;
        margin: 0;
    }
    
    .milestones-strip {
        flex-direction: column;
    }
    
    .closing-inner {
        margin: 0;
        flex-direction: column;
    }

    div[itemprop="articleBody"] .closing-inner img {
        border-radius: 40px ;
    }
    
    .censos {
        flex-direction: column;
        align-items: center;
    }

    .milestone .year-tag {
        margin-top: 0;
        font-size: 15px;
        color: #6a7489;
        border-left: 1px solid #d7dde0;
        border-top: none;
        padding: 0 0 40px 40px;
        margin-left: 37px;
        line-height: 23px;
    }

    .milestones-strip .milestone:before {
        margin: 0 0 -25px 25px;
    }

    .idea-foot {
        padding: 30px 20px;
    }

    .timeline-line {
        position: absolute;
        top: 0;
        left: 50%;
        right: auto;
        width: 2px;
        height: 100%;
        background: rgba(16, 34, 47, 0.14);
        transform: translateX(-50%);
    }
    
    .timeline {
        margin-top: 0;
        position: relative;
        padding-top: 6px;
        height: auto;
    }
    
    .timeline:nth-child(4) {
        margin-top: 80px;
    }

    .timeline-track {
        flex-direction: column;
    }    

    .tl-item {
        position: relative;
        padding: 0 6px;
        width: 50%;
        display: flex;
        flex-direction: row;
        min-height: 97px;
        align-items: center;
    }    

    .tl-item.up {
        left: 0;
    }
    
    .tl-item.down {
        right: -50%;
        top: 0;
    }

    .tl-item .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #009ad0;
        margin: 0 auto;
    }
    
    .tl-item .dot {
        width: 15px;
        flex:  0 0 auto;
    }
    
    .tl-item .tl-up {
        width: 100%;
        margin: 0;
        padding-right: 20px;
    }
    
    .tl-item.up .dot {
        margin-right: -14px;
    }
    
    .tl-item .tl-up * {
        text-align: right;
    }
    
    .tl-item .tl-down {
        width: 100%;
        margin: 0;
        padding-left: 20px;
    }
    
    .tl-item.down .dot {
    margin-left: -14px;
    }
    
    .tl-item .tl-down * {
        text-align: left;
    }

    .slides-inicio section {
        position: relative;
        padding: 50px 40px;
        background: #f6f4f3;
        max-width: 100%;
    }

    .censo .censo-img + p {
        height: auto;
    }
}

@media (max-width: 480px) {
    .slides-inicio {
        margin: -30px -20px -77px;
    }
    
    .hero-strip .logo-group:nth-child(1) img {
        max-width: 60px;
    }
    
    .hero-strip .logo-group:nth-child(2) img {
        max-width: 80px;
    }
    
    .hero-strip .logo-group:nth-child(3) img {
        width: 60px;
        margin: 0;
    }
    
    .slides-inicio section.hero {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: #fff;
        background: #092e4a url(../imagens/logo-parcial-grande.png) no-repeat;
        padding: 350px 40px 40px;
        background-position: right -260px top -20px;
        background-size: 660px;
    }    

    .quote-section:before {
        right: -90px;
        top: -50px;
    }
    
    .quote-section:after {
        right: -47px;
        top: -5px;
    }
    
    .on-dark .stat-grid {
        background: #143952;
        min-width: 0;
    }    

    #conteudo_centro .slides-inicio section.hero .languages {
        background: #ffffffcf;
        padding: 15px 15px;
        border-radius: 6px;
        max-width: 100%;
        width: 100%;
        align-items: center;
        margin-top: -19px;
        margin-bottom: 40px;
    }

    #conteudo_centro ul.share {
        width: 100%;
        border-top: none;
        padding: 0 0 0;
        justify-content: center;
    }

    #conteudo_centro .gtranslate_wrapper {
        position: relative;
        width: 100%;
        max-width: none;
    }

    #conteudo_centro .slides-inicio section.hero .gt_switcher .gt_option {
        position: absolute !important;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }

    blockquote {
        margin: 40px 0 0;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.18;
        padding-right: 0;
    }
    
    .slides-inicio section.quote-section.on-dark {
        padding-top: 180px;
    }
    
    .slides-inicio section .closing-inner h2 {
        font-size: 22px;
        color: #092e4a;
        margin: 0 auto;
    }
    
}

@media (max-width: 390px) {
    .hero-strip {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .hero-strip .logo-group:nth-child(1) {
        order: 3;
    }

    .hero-strip .logo-group:nth-child(2) {
        order: 2;
    }

    .hero-strip .logo-group:nth-child(3) {
        order: 1;
    }
    
    .hero-strip .logo-group:nth-child(1) img {
        max-width: 60px;
    }
    
    .hero-strip .logo-group:nth-child(2) img {
        max-width: 120px;
    }
    
    .hero-strip .logo-group:nth-child(3) img {
        width: 100px;
        margin: 0;
    }
}