/* -------------------------
   TELA FINAL CONFIRMAÇÃO
-------------------------- */

.tela-final-wrapper {
    position: relative;
    padding: 0px 0 120px;
    min-height: 100vh;
    background: linear-gradient(180deg, #F4F7FF 0%, #FFFFFF 65%);
    text-align: center;
    overflow: hidden;
}

/* LOGO */
.logo-final {
    margin-top: 2em;
}

/* SVG topo */
.topo-movimento svg {
    max-width: 100%;
    margin: 0 auto 20px;
    height: 31em;
}


/* TEXTO */
.conteudo-final {
    max-width: 63em;
    margin: 0 auto;
}

.titulo-final {
    color: #071F8F;
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 3em;
    text-align: center;
}

.texto-final {
    font-size: 17px;
    line-height: 1.6;
    color: #636363;
    margin-bottom: 25px;
}

.linha-separador {
    width: 70px;
    height: 3px;
    background-color: #292A74;
    margin: 25px auto;
    border-radius: 3px;
}

/* -------------------------
   GRIDS DECORATIVOS
-------------------------- */



.grid-decorativo-left,
.grid-decorativo-right {
    position: absolute;
    width: 220px;
    height: 220px;
    background-image: url('/dist/img/remodelagem-fluxo/pv/grid.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0.4;
}

.grid-decorativo-left {
    left: -90px;
    top: 140px;
}

.grid-decorativo-right {
    right: -90px;
    bottom: 80px;
}

.grid-decorativo-inferior {
    position: absolute;
    right: 40px;
    bottom: -5em;
    width: 220px;
    height: 220px;
    background-image: url(/dist/img/remodelagem-fluxo/pv/grid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: 0.4;
}


@media (max-width: 992px) {
    .grid-decorativo-left { left: -70px; }
    .grid-decorativo-inferior { right: -70px; }
}

@media (max-width: 768px) {

    .titulo-final {
        font-size: 26px;
    }

    .texto-final {
        font-size: 15px;
    }

    .topo-movimento {
        max-width: 100%;
    }

    .topo-movimento svg {
        max-width: 100%;
        height: 19em;
    }

    .grid-decorativo-left,
    .grid-decorativo-right {
        width: 150px;
        height: 150px;
        opacity: 0.25;
    }
}

@media (max-width: 480px) {
    .grid-decorativo-left,
    .grid-decorativo-inferior {
        display: none;
    }

    .titulo-final {
        font-size: 22px;
        margin: 2em;
    }

    .texto-final {
        padding: 1em;
    }
}

.check-icon{
    max-height: 250px;
}