#seccao_resultados .resultados-wrapper {
    position: relative;
    padding: 56px 0 60px;
}

#seccao_resultados .resultados-wrapper:before {
    content: '';
    background-color: #F18700;
    height: 40px;
    width: calc(((100vw - 1160px) / 2) + 360px);
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 3;
}

#seccao-resultados::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 228px;
    background-color: #F18700;
    right: 0;
    top: -100px;
}

#seccao-resultados {
    padding-top: 100px;
}

#seccao-resultados .title-seccao h2 {
    color: #209B9B;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 78px;
    text-transform: uppercase;
    max-width: 409px;
    word-break: break-all;
    font-family: 'Inter', sans-serif;

}

#seccao-resultados .title-seccao {
    margin-bottom: 60px;
}

#seccao-resultados .img-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#seccao-resultados .img-button img {
    object-fit: contain;
    width: auto;
    height: auto;
    position: relative;
}

#seccao-resultados .img-button a {
    border-radius: 4px;
    background: #209B9B;
    color: #FFFFFF;
    padding: 11px 21px;
    margin-top: 60px;
    font-family: 'Nunito';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

#seccao-resultados .img-button a:hover {
    background-color: #F18700;
}

@media all and (max-width: 1119px) {
    #seccao-resultados .title-seccao h2 {
        font-size: 49px;
        line-height: 60px;
    }

    #seccao_resultados .resultados-wrapper {
        padding: 35px 0 40px;
    }

    #seccao-resultados {
        padding-top: 80px;
    }

    #seccao-resultados .title-seccao {
        margin-bottom: 40px;
    }

    #seccao_resultados .resultados-wrapper:before {
        height: 40px;
        width: calc(4vw + 340px);
        left: 0;
        top: 35px;
    }

    #seccao-resultados::before {
        display: none;
    }

    .resultados-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 228px;
        background-color: #F18700;
        right: 0;
        top: -35px;
    }

    #seccao-resultados .img-button a {
        margin-top: 40px;
    }

    #seccao-resultados .img-button img {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    #seccao-resultados .title-seccao h2 {
        max-width: 307px;
    }

    #seccao_resultados .resultados-wrapper:before {
        width: calc(((100vw - 90%) / 2) + 270px);
    }
}