.lista-borda {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    padding: 0;
}

.lista-borda li{
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    border-radius: .5rem;
    width: 100%;
}

.banner {
    background: linear-gradient(360deg, #fff 10%, #00E2F4 70%);
}

li svg {
    min-width: 32px;
    height: 32px;
}

h2 span {
    font-size: inherit;
    font-weight: inherit;
}

.big-number {
    color: rgba(255, 96, 31, 0.40);
    font-weight: 700;
    font-size: 5rem;
    line-height: 1;
}

.accordion-button:not(.collapsed) .ico svg path {
    fill: #fff;
}

.h3-erp {
    font-size: 1rem;
}

.cta.transparent-cta{
    background-color: transparent;
    border: 3px solid #001e27;
}

@media (min-width: 992px) {
    .h3-erp {
        font-size: 1.5rem;
    }
    
    .banner {
        background: linear-gradient(270deg, #C4FBFF 0%, #00E2F4 46.15%);
    }
    
    .col-fundo-azul::before {
        content: '';
        position: absolute;
        background: linear-gradient(270deg, #C4FBFF 0%, #00E2F4 46.15%);
        width: 120%;
        height: 70%;
        border-radius: 3rem;
        top: 50%;
        z-index: -1;
        left: -35%;
        transform: translateY(-50%);
    }
    
    .banner .row.bg-fundo {
        z-index: 1;
    }
    
    .banner .row.bg-fundo::before {
        content: '';
        position: absolute;
        height: 110%;
        width: 150%;
        left: -40%;
        border-radius: 0 2rem 0 0;
        background-color: #fff;
        z-index: -1;
        bottom: 0;
    }
    
    .big-number {
        font-size: 8rem;
    }
}

@media (min-width: 1444px) {
    .banner .row.bg-fundo::before {
        width: 160%;
        left: -50%;
    }
}
