section.timeline {
    padding-bottom: 90px;
}

section.timeline .title__home {
    margin-bottom: 190px;
}

section.timeline .line {
    position: relative;
    gap: 110px 0;
}

section.timeline .line::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    background: var(--cinza);
    z-index: -1;
}

section.timeline h3 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    padding-left: 35px;
    min-height: 90px;
    margin-bottom: 15px;
}

section.timeline span {
    position: relative;
    z-index: 1;
}

section.timeline .icone {
    position: absolute;
    top: -105px;
    left: 15px;
    border-radius: 50% 50% 50% 10px;
    overflow: hidden;
    padding: 10px;
    background: #a3b3ba;
}

section.timeline h3::after {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--amarelo);
    border-radius: 10px 50% 50% 50%;
    z-index: 0;
}

section.timeline h3:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -7px;
    width: 10px;
    height: 10px;
    display: block;
    background: var(--cinza);
    border-radius: 50%;
}

section.timeline p {
    font-size: 16px;
    line-height: 24px;
}


section.remessas {
    padding: 120px 0;
    background:  var(--amarelo);
    box-shadow:  0 0 50px #00000031;
}

section.remessas.white {
    background: #f5f5f5;
}

section.remessas.white-2 {
    background: #fff;
}

section.remessas.branco {
    background: #fff;
}

section.remessas:not(.white):not(.branco) .title__home:before {
    background: var(--cinza);
}

section.remessas .row {
    align-items: center;
}

section.remessas h2 small {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
}

section.remessas p {
    margin-bottom: 30px;
    line-height: 30px;
}

section.remessas ul {
    list-style: disc;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 20px;
    line-height: 30px;
}


section.remessas .numeros {
    margin-top: 90px;
}

section.remessas .numeros h2 {
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    margin-bottom: 80px;
}


section.remessas .numeros h2:before {
    content: '';
    width: 100%;
    display: block;
    height: 1px;
    background: #ddb501;
    position: absolute;
    top:50%;
    left: 0;
    z-index: 0;
}

section.remessas .numeros h2 span {
    position: relative;
    z-index: 1;
    background: var(--amarelo);
    padding: 0 20px;
}

section.remessas .numeros__blocos {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

section.remessas .numeros__blocos .bloco {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 20px;
}

section.remessas.branco .numeros__blocos {
    gap: 0;
}

section.remessas.branco .numeros .bloco {
    min-width: 20%;
}


section.remessas .numeros__blocos .bloco::after {
    content: '';
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 10px 50% 50% 50%;
    z-index: 0;
}

section.remessas.branco .numeros__blocos .bloco::after {
    background: var(--amarelo);
}

section.remessas .numeros__blocos strong {
    font-size: 36px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 1.3;
}

section.remessas .numeros__blocos small {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

section.remessas.branco .numeros__blocos small {
    margin-bottom: 30px;
}


section.remessas .colunas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
    margin-top: 70px;
}

section.remessas .colunas img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

section.remessas .colunas span {
    display: block;
    line-height: 22px;
    font-size: 16px;
}