<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-wrapper {
    display: flex;
}

.btn-one {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px .25em;
    font: 300 20px/1 'Neue Plak Text';
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    background: #ccb9a7;
    border: solid 1px #ccb9a7;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.btn-one:hover {
    background: #fff;
    color: #ccb9a7;
}

.box-title {
    font-size: 32px;
    line-height: 1.2;
}

.par-1 {
    font-family: 'Neue Plak Text';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
    margin-bottom: 1.25em;
}

.par-1:last-child {
    margin-bottom: 0;
}

.par-2 {
    font-size: 18px;
}

@media (min-width: 576px) {
    .box-title {
        font-size: 40px;
    }

    .par-1 {
        font-size: 20px;
    }

    .par-2 {
        font-size: 25px;
    }
}

#banner {
    display: flex;
    align-items: flex-end;
    height: 100vh;
    padding-bottom: 45px;
    background: url(https://imagens.liveoficial.com.br/shoplive/revenda/revendedor_topo_mobile.jpg) center 0 no-repeat;
    background-size: auto 100%;
}

#banner .title {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

#banner .subtitle {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

#banner .par-1 {
    font-size: 15px;
    color: #fff;
}

@media (max-width: 575px) {}

@media (min-width: 576px) {
    #banner {
        padding-bottom: 170px;
        background-image: url(https://imagens.liveoficial.com.br/shoplive/revenda/revendedor_topo_desktop.jpg);
    }

    #banner .title {
        font-size: 60px;
        margin-bottom: 15px;
    }

    #banner .subtitle {
        font-size: 30px;
        margin-bottom: 15px;
    }

    #banner .par-1 {
        font-size: 16px;
    }
}

#bloco-1 {
    background: #b7a696;
}

#bloco-1 .column-text-1 {
    padding-top: 30px;
}

#bloco-1 .box-title {
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

#bloco-1 .par-2 {
    color: #fff;
    margin-bottom: 20px;
}

#bloco-1 .image-1 {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#bloco-1 .image-1 img {
    width: 505px;
}

#bloco-1 .image-2 {
    display: flex;
    margin-left: 30px;
}

#bloco-1 .image-2 img {
    width: 530px;
}

#bloco-1 .image-3 {
    display: flex;
    margin-top: -115px;
    margin-bottom: 50px;
}

#bloco-1 .image-3 img {
    width: 380px;
}

#bloco-1 .par-1 {
    color: #fff;
}

@media (max-width: 575px) {

    #bloco-1 .image-1,
    #bloco-1 .image-2,
    #bloco-1 .image-3 {
        display: none !important;
    }

    #bloco-1 .column-text-2 {
        padding-bottom: 40px;
    }

    #foto-1 img {
        display: block;
        width: 100%;
    }
}

@media (min-width: 576px) {
    #foto-1 {
        display: none !important;
    }

    #bloco-1 .column-text-1 {
        padding-top: 60px;
    }

    #bloco-1 .column-text-2 {
        margin-top: -80px;
    }

    #bloco-1 .par-2 {
        margin-bottom: 60px;
    }
}

#bloco-2 {
    padding: 60px 0;
    background: #f0ece6;
}

#bloco-2 h2 {
    font-weight: 400;
    padding-bottom: .25em;
    text-align: center;
}

#bloco-2 h2 strong {
    display: block;
    color: #b7a696;
}

@media (max-width: 575px) {
    #bloco-2 h2 {
        width: 260px;
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    #bloco-2 {
        padding: 140px 0;
    }

    #bloco-2 .row {
        justify-content: center;
    }
}

#bloco-3 {
    padding: 90px 0;
}

#bloco-3 .box-title {
    color: #b7a696;
    margin-bottom: 15px;
}

#bloco-3 .par-2 {
    margin-bottom: 60px;
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.form-row label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.form-row input,
.form-row select {
    height: 40px;
    padding: 0 15px .25em;
    font-family: 'Neue Plak Text';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
    border: solid 1px #1d1d1d;
}

.form-radio {
    display: flex;
    height: 60px;
    align-items: center;
    margin-bottom: 25px;
}

.form-radio span {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .04em;
    padding-bottom: .25em;
    margin-right: 10px;
}

.form-radio input {
    display: none;
}

.form-radio label {
    display: flex;
    align-items: center;
    padding: 0 15px;
    font: 300 14px/1 'Neue Plak Text';
    letter-spacing: .04em;
    padding-bottom: .25em;
}

.form-radio label:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    padding-top: 1px;
    border: solid 1px #000;
    margin-right: 10px;
    font: 400 10px/1 'fontello';
    letter-spacing: 0;
    margin-bottom: -0.25em;
}

.form-radio input:checked+label:before {
    content: '\e807';
}

.dropzone-wrapper {
    margin-bottom: 30px;
}

.account-register-other {
    margin-bottom: 20px;
}

.label-fotos {
    font: 300 14px/1.2 'Neue Plak Text';
}

.form-button {
    margin-bottom: 30px;
}

.form-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    padding-bottom: .25em;
    border: solid 1px #b7a696;
    background: #b7a696;
    font: 300 20px/1 'Neue Plak Text';
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.form-button button:hover {
    background: #fff;
    color: #b7a696;
}

.loading-container {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(183, 166, 150,0.6);
    z-index: 1;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 48%;
    left: 48%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.help {
    font: 300 20px/1 'Neue Plak Text';
}</pre></body></html>