.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::before {
    display: none;
}

.formulario {
    border-radius: 16px;
    background: #F9F9F9;
    box-shadow: 0px 20px 24px -4px rgba(10, 13, 18, 0.10), 0px 8px 8px -4px rgba(10, 13, 18, 0.04);
}

.formulario form .input-hsb {
    background-color: #fff;
}

.formulario form input[type=submit].hs-button {
    border-radius: 52px !important;
    background: #D8FE00;
    color: #001E27;
    border-color: #D8FE00 !important;
}

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

@media(min-width: 992px){
    .banner img.img-setas:nth-child(1) {
        top: 20%;
    }
    
    header.banner .maos {
        position: absolute;
        z-index: 1;
        bottom: -15%;
        top: unset;
        left: 7%;
        transform: scale(.8);
    }
}

@media(min-width: 1920px){
    header.banner .maos {
        left: 15%;
        transform: scale(0.9);
    }
}

@media(max-width: 435px){
    footer.bg-gradient-azul {
        background: linear-gradient(360deg, #C4FBFF 0%, #00E2F4 49%);
    }
}
