.portal-intro {
    position: relative;
    height: 800px;
}

.portal-intro>div:nth-child(1) {
    width: 884px;
    padding-left: 20px;
}

.portal-intro>div:nth-child(1)>h2 {
    font-family: 'InterTight-Medium';
    color: #222222;
    font-size: 80px;
    line-height: 100px;
}

.portal-intro>div:nth-child(1)>h2>span {
    font-family: 'InterTight-Bold';
    color: #FC743F;
}

.portal-intro>div:nth-child(1)>p {
    font-family: 'InterTight-Regular';
    font-size: 26px;
    color: var(--color46);
}

.portal-intro > .map-container {
    position: absolute;
    right: 60px; 
}

.portal-intro > .map-traces {
    position: absolute;
    left: -100px; 
    top: 70%;
}

.portal-topics .img-alignment {
    width: 260px;
    height: 254px;
}

.portal-topics .img-brainstorm {
    width: 260px;
    height: 234px;
}

.portal-topics .img-tipografia {
    width: 270px;
    height: 270px;
}

.portal-topics .img-apresentacao {
    width: 300px;
    height: 280px;
}

.portal-topics .img-manual {
    width: 266px;
    height: 228px;
}

.portal-topics .img-desempenho {
    width: 300px;
    height: 250px;
}

.portal-topics .img-seo {
    width: 340px;
    height: 234px;
}

.portal-topics .img-conclusao {
    width: 300px;
    height: 316px;
}

.portal .available-resources {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0px;
    height: 736px;
}
.brasil-map-img {
    position: absolute;
    right: 0;
}
.portal-intro-line {
    position: absolute;
    padding-top: 234px;
    margin-left: calc((100vw - 1400px) / -2);
    width: 100vw;
}
.last-projects-splide-container {
    display: flex;
    flex-direction: column;
    gap: 97px;
    justify-content: space-between;
    padding: 0 20px;
}
.last-projects-splide-container > div > h3 {
    font-family: 'InterTight-Medium';
    font-size: 70px;
    line-height: 84px;
    color: #222222;
    font-weight: inherit;
}
.last-projects-splide-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 408px !important;
    height: 348px;
}
.last-projects-splide-block > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.last-projects-splide-block > div > p {
    font-family: 'InterTight-Bold';
    font-size: 26px;
    color: #222222;
}
.last-projects-splide-block > div > a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.last-projects-splide-block > div > a > p {
    font-family: 'InterTight-SemiBold';
    font-size: 18px;
    color: #FC743F;
}
.last-projects-splide-block > div > a > img {
    width: 12px;
    height: 12px;
}
.last-projects-splide > div > ul {
    transition: all 0.5s ease;
}
.last-project-container > img {
    width: 408px;
    height: 305px;
    border-radius: 30px;
}
.last-projects-splide > .splide__arrows {
    width: 160px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 60px;
    top: -60px;
}
.last-projects-splide > .splide__arrows > button {
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 40px;
}
.portal-topics .splide__pagination__page {
    background-color: transparent;
    border: 1px solid #FC743F;
    border-radius: 30px;
    width: 16px;
    height: 16px;
}
.portal-topics .splide__pagination__page.is-active {
    background: #FC743F;
    width: 46px;
    height: 16px;
    transform: none;
    border: 1px solid #FC743F;
    border-radius: 30px;
    opacity: 1;
}

@media (max-width: 769px) {
    .portal-intro {
        height: fit-content;
        margin-top: 160px;
    }
    .portal-intro>div:nth-child(1) {
        width: 320px;
        padding-left: 0;
        margin: auto;
    }

    .portal-intro>div:nth-child(1)>h2 {
        text-align: center;
        font-size: 30px;
        line-height: normal;
    }

    .portal-intro>div:nth-child(1)>p {
        font-size: 16px;
        text-align: center;
        width: 274px;
        margin: auto;
    }

    .portal-intro > .map-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: 0;
        width: 100%;
    }
    
    .portal-intro > .map-traces {
        position: absolute;
        left: -700px; 
        top: 250px;
    }

    .brasil-map-img {
        width: 320px;
        position: relative;
        margin: auto;
    }
    .last-projects-splide-block {
        width: 280px !important;
    }
    .last-project-container > img {
        width: 280px;
        height: 210px;
    }
    .last-projects-splide-container > div > h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .last-projects-splide-container > div:nth-child(1) {
        max-width: 86px;
    }
    .portal-intro-line {
        margin-left: 0;
        width: auto;
    }
    .last-projects-splide-block > div > p {
        font-size: 16px;
    }
    .last-projects-splide-container {
        gap: 32px;
    }
    .portal-topics ul li section > img {
        height: 202px !important;
        object-fit: contain;
    }
}