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

.owl-newsl article {
    border-radius: .75rem;
}

.owl-newsl article img {
    height: 64px;
}

.banner {
    overflow-y: hidden;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.layer-grad {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FF601F;
    background: radial-gradient(circle, rgba(255, 96, 31, .8) 0%, rgba(0, 30, 39, 0) 50%);
    bottom: -40%;
}

.sec-form .modal-formulario .d-flex {
    gap: .5rem;
}

.sec-form .modal-formulario input:not(input[type=checkbox]) {
    max-width: calc(60% - .5rem);
    border: none;
}

.sec-form .modal-formulario input:not(input[type=checkbox]).hs-button {
    background: #FF601F;
    max-width: 40%;
    border-radius: .5rem !important;
}

.banner {
    background: #001E27;
}

@media(min-width: 998px){
    .sec-setas {
        background: url(/assets/images/deunegocio/parte3.jpg) 0% center, url(/assets/images/deunegocio/parte4.jpg) 100% center;
        background-repeat: no-repeat;
    }
}

@media(min-width: 1200px){
    .banner h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .banner {
        background: url(/assets/images/deunegocio/parte-1.png) 0% center, url(/assets/images/deunegocio/parte-2.png) 100% center, #001E27;
        background-repeat: no-repeat;
    }
}


@media(max-width: 435px){
    .banner {
        padding: 2rem 0 0;
    }
}

