.ban,
section.publicitarios{
    display: none;
    display: -webkit-none;
}

.thanks{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100vh;
    background: linear-gradient(to top, #000000cc 60%, transparent), url(../../assets/img/banbg.webp) no-repeat top center / cover;
    padding: 4rem 0;
}

.thanks .row{
    grid-gap: 2rem 0;
}

.thanks .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.thanks .title{
    font-family: var(--avant);
    color: var(--white);
    font-size: 50px;
    font-weight: 700;
}

.thanks .text{
    font-family: var(--trade);
    color: var(--main);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
}

.thanks .text strong{
    font-family: var(--avant);
    color: var(--white);
    font-size: 18px;
    line-height: 20px;
    font-size: 700;
}

.thanks .dbtn{
    text-transform: uppercase;
    font-family: var(--trade);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 1.5rem;
}

.thanks .custom-logo-link{
    width: 100%;
    max-width: 180px;
}

@media(min-width:992px){
    .thanks .custom-logo-link{
        margin-left: auto;
    }
}