@font-face {
    font-family: proxima-nova;
    src: url(../font/ProximaNova-Regular.woff2) format("woff2"), url(../font/ProximaNova-Regular.eot), url(../font/ProximaNova-Regular.woff) format("woff"), url(../font/ProximaNova-Regular.ttf) format("truetype"), url(../font/ProximaNova-Regular.svg#proxima-nova) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proxima-nova-bold;
    src: url(../font/ProximaNova-Semibold.woff2) format("woff2"), url(../font/ProximaNova-Semibold.eot), url(../font/ProximaNova-Semibold.woff) format("woff"), url(../font/ProximaNova-Semibold.ttf) format("truetype"), url(../font/ProximaNova-Semibold.svg#proxima-nova-bold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proxima-nova-black;
    src: url(../font/ProximaNova-Bold.woff2) format("woff2"), url(../font/ProximaNova-Bold.eot), url(../font/ProximaNova-Bold.woff) format("woff"), url(../font/ProximaNova-Bold.ttf) format("truetype"), url(../font/ProximaNova-Bold.svg#proxima-nova-black) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proxima-nova-thin;
    src: url(../font/ProximaNova-Thin.woff2) format("woff2"), url(../font/ProximaNova-Thin.eot), url(../font/ProximaNova-Thin.woff) format("woff"), url(../font/ProximaNova-Thin.ttf) format("truetype"), url(../font/ProximaNova-Thin.svg#proxima-nova-thin) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../font/proximanova-extrabld-webfont.woff2') format('woff2'),
         url('../font/proximanova-extrabld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@keyframes animation-move-top {

    0%,
    to {
        transform: translate(0%, -5px);
    }

    50% {
        transform: translate(0%, 0);
    }
}

@keyframes animation-move-bottom {

    0%,
    to {
        transform: translate(0%, 5px);
    }

    50% {
        transform: translate(0%, 0);
    }
}



@font-face {
    font-family: 'proxima_novablack';
    src: url('../font/proximanova-black-webfont.woff2') format('woff2'),
         url('../font/proximanova-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: proxima-nova;
    padding: 0;
    margin: 0
}

html.modal-lock,
body.modal-lock {
    overflow: hidden;
    height: 100%
}

body.modal-lock {
    position: fixed;
    width: 100%
}

body #footer-modal {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width:768px) {
    body #footer-modal {
        padding-top: 10px;
        padding-bottom: 20px
    }
}

body #footer-modal .radio {
    opacity: 0;
    position: relative
}

body #footer-modal .radio input {
    position: absolute;
    opacity: 0
}

body #footer-modal .radio input:checked+label:before {
    border-color: #575757;
    background: #575757
}

body #footer-modal .radio label {
    font-size: 12px;
    font-family: proxima-nova-black;
    color: #575757
}

@media (max-width:768px) {
    body #footer-modal .radio label {
        font-size: 8px;
        display: -webkit-box;
        display: flex;
        width: 100px
    }
}

body #footer-modal .radio label:before {
    content: "";
    display: inline-block;
    position: relative;
    background: 0 0;
    border-radius: 100%;
    bottom: -1px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    box-shadow: inset 0 0 0 3px #fff;
    background-color: #fff;
    border: 1px solid #575757
}

@media (max-width:768px) {
    body #footer-modal .radio label:before {
        width: 14px;
        height: 10px
    }
}

body #footer-modal .radio label:hover:before {
    border-color: #575757;
    background: #575757
}

body #footer-modal .btns-modal #boltar {
    opacity: 0;
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1.5px solid #575757;
    font-size: 12px;
    font-family: proxima-nova-bold;
    color: #575757;
    letter-spacing: .05em;
    cursor: pointer;
    margin-right: 10px
}

@media (max-width:768px) {
    body #footer-modal .btns-modal #boltar {
        font-size: 10px;
        width: 60px;
        height: 30px;
        line-height: 30px
    }
}

body #footer-modal .btns-modal #boltar:hover {
    background: #ff782d;
    color: #fff;
    border-color: #ff782d
}

body #footer-modal .btns-modal #prosseguir {
    width: 115px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1.5px solid #575757;
    font-size: 12px;
    font-family: proxima-nova-bold;
    color: #575757;
    letter-spacing: .05em;
    cursor:pointer;
    text-align: center;
}

@media (max-width:768px) {
    body #footer-modal .btns-modal #prosseguir {
        font-size: 10px;
        width: 80px;
        height: 30px;
        line-height: 30px
    }
}

body #footer-modal .btns-modal #prosseguir:hover {
    background: #ff782d;
    color: #fff;
    border-color: #ff782d
}

body #footer-modal .btns-modal #cadastrar,
body #footer-modal .btns-modal #cadastrando {
    width: 115px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1.5px solid #575757;
    font-size: 12px;
    font-family: proxima-nova-bold;
    color: #575757;
    letter-spacing: .05em;
    cursor: pointer
}

@media (max-width:768px) {
    body #footer-modal .btns-modal #cadastrar,
    body #footer-modal .btns-modal #cadastrando {
        font-size: 10px;
        width: 80px;
        height: 30px;
        line-height: 30px
    }
}

body #footer-modal .btns-modal #cadastrar:hover,
body #footer-modal .btns-modal #cadastrando:hover {
    background: #ff782d;
    color: #fff;
    border-color: #ff782d
}

body #bg-modal {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    cursor: pointer;
    display: none
}

body #modal-cadastro {
    position: fixed;
    width: 550px;
    height: 90vh;
    max-height: 815px;
    padding: 35px 45px;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    background: 0 0;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 5px;
    display: none
}

body #modal-cadastro .modal-cadastro #footer-modal {
    -webkit-box-pack: right;
    justify-content: right
}
@media (max-width:1400px) {
    body #modal-cadastro {
        height: 90vh;
    }
}
@media (max-width:768px) {
    body #modal-cadastro {
        width: 80%;
        height: 90vh;
        padding: 0 20px
    }
}

body #modal-cadastro .close-modal {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    z-index: 9999999;
    display: none
}

@media (max-width:768px) {
    body #modal-cadastro.active-termo {
        height: 90%
    }
}

body #modal-cadastro.active-termo .modal-cadastro {
    display: none
}

body #modal-cadastro.active-termo #termos-condicoes {
    right: 40px;
    background: #fff;
    width: 87%
}

@media (max-width:768px) {
    body #modal-cadastro.active-termo #termos-condicoes {
        right: 14px
    }
}

body #modal-cadastro.active-termo #termos-condicoes #prosseguir {
    background: #ff782d;
    color: #fff;
    border-color: #ff782d
}

body #modal-cadastro.active-termo #footer-modal .radio {
    opacity: 1
}

body #modal-cadastro.active-termo #footer-modal #boltar {
    opacity: 1
}

body #modal-cadastro .d-flex {
    -webkit-box-pack: justify;
    justify-content: space-between
}

body #modal-cadastro .compra-revenda {
    padding-bottom: 20px;
    -webkit-box-pack: initial;
    justify-content: initial;
    padding-top: 10px;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px
}

body #modal-cadastro .compra-revenda span {
    font-size: 12px;
    font-family: proxima-nova;
    color: #575757
}

body #modal-cadastro .compra-revenda .radio {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative
}

body #modal-cadastro .compra-revenda .radio input {
    position: absolute;
    opacity: 0
}

body #modal-cadastro .compra-revenda .radio input:checked+label:before {
    border-color: #575757;
    background: #575757
}

body #modal-cadastro .compra-revenda label {
    font-size: 12px;
    font-family: proxima-nova;
    color: #575757;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

body #modal-cadastro .compra-revenda label:before {
    content: "";
    display: inline-block;
    position: relative;
    background: 0 0;
    border-radius: 100%;
    bottom: 2px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    box-shadow: inset 0 0 0 3px #fff;
    background-color: #fff;
    border: 1px solid #575757
}

body #modal-cadastro .compra-revenda label:hover:before {
    border-color: #575757;
    background: #575757
}

body #modal-cadastro h2 {
    text-align: center;
    color: #575757;
    font-size: 20px;
    font-family: proxima-nova-bold;
    margin-bottom: 30px
}
@media (max-width:1400px) {
    body #modal-cadastro h2{
        margin-bottom: 10px;
    }
}
body #modal-cadastro .col-8 {
    width: 65%
}

body #modal-cadastro .col-4 {
    width: 30%
}

body #modal-cadastro .form-field {
    position: relative;
    margin-bottom: 25px
}
@media (max-width:1400px) {
    body #modal-cadastro .form-field{
        margin-bottom: 15px;
    }
}
@media (max-width:768px) {
    body #modal-cadastro .form-field {
        width: 100%
    }
}

body #modal-cadastro .form-field input,
body #modal-cadastro .form-field select {
    border: none;
    border-bottom: 1.5px solid #575757;
    height: 35px;
    width: 100%
}

body #modal-cadastro .form-field input:focus {
    outline: 0
}

body #modal-cadastro .form-field input:focus+label,
body #modal-cadastro .form-field input:valid+label,
body #modal-cadastro .form-field select:valid+label {
    color: #f68620;
    font-size: .7rem;
    top: -10px
}
body #modal-cadastro .form-field select{
    color: #575757;
    font-size: 12px;
}
body #modal-cadastro .form-field label {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    pointer-events: none;
    color: #575757;
    font-size: 12px
}

body #termos-condicoes {
    position: absolute;
    top: 32px;
    right: -600px;
    width: 550px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:768px) {
    body #termos-condicoes {
        width: 90% !important;
        top: 0
    }

    body #termos-condicoes #footer-modal {
        padding-top: 20px
    }
}

body #termos-condicoes .text-whats {
    display: block;
    color: #575757;
    font-size: 14px
}

@media (max-width:768px) {
    body #termos-condicoes .text-whats {
        font-size: 10px;
        padding-top: 15px
    }
}

body #termos-condicoes p {
    font-size: 12px;
    color: #575757;
    margin-bottom: 25px
}
@media (max-width:1400px) {
    body #termos-condicoes p {
        margin-bottom: 10px;
    }
}
@media (max-width:768px) {
    body #termos-condicoes p {
        font-size: 11px;
        margin-bottom: 0;
        line-height: 18px
    }
}

body #termos-condicoes h3 {
    font-size: 12px;
    color: #575757;
    font-family: proxima-nova-black
}

@media (max-width:768px) {
    body #termos-condicoes h3 {
        font-size: 11px
    }
}

body #whatsapp-flutuante {
    position: fixed;
    right: 15px;
    bottom: 120px;
    z-index: 9999
}

body #whatsapp-flutuante .btn-whatsapp {
    cursor: pointer
}

body #whatsapp-flutuante .whatsapp-flutuante {
    position: absolute;
    right: 0;
    top: -140px;
    width: 200px;
    height: 0;
    background: #fff;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body #whatsapp-flutuante .whatsapp-flutuante.active-whatsapp {
    height: 100px;
    padding: 15px
}

body #whatsapp-flutuante .whatsapp-flutuante p {
    font-size: 12px;
    color: #575757;
    letter-spacing: .05em;
    margin-bottom: 17px
}

body #whatsapp-flutuante .whatsapp-flutuante a {
    width: 100%;
    height: 40px;
    display: block;
    background: #00a835;
    border-radius: 5px;
    color: #fff;
    font-family: proxima-nova-bold;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: .05em
}

body button {
    border: none;
    background: 0 0;
    padding: 0
}

body a {
    text-decoration: none
}

body strong {
    font-family: proxima-nova-black
}

body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body .d-flex {
    display: -webkit-box;
    display: flex
}

@media (max-width:600px) {
    body .d-mobi-block {
        display: block !important
    }
}

body #footer-lp {
    background: #e4e4e4
}

body #footer-lp .wrapper {
    max-width: 1270px;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end
}

@media (max-width:1270px) {
    body #footer-lp .wrapper {
        padding: 30px
    }
}

@media (max-width:790px) {
    body #footer-lp .wrapper {
        padding: 10px 30px
    }
}

@media (max-width:490px) {
    body #footer-lp .wrapper {
        padding: 10px 15px
    }
}

body #footer-lp .wrapper .left-footer {
    -webkit-box-align: end;
    align-items: flex-end;
    gap: 35px
}

@media (max-width:790px) {
    body #footer-lp .wrapper .left-footer {
        gap: 15px
    }

    body #footer-lp .wrapper .left-footer span svg {
        width: 120px;
        height: 35px
    }
}

@media (max-width:490px) {
    body #footer-lp .wrapper .left-footer {
        gap: 10px
    }
}

@media (max-width:670px) {
    body #footer-lp .wrapper .left-footer span svg {
        width: 80px;
        height: 25px
    }
}

@media (max-width:555px) {
    body #footer-lp .wrapper .left-footer span svg {
        width: 60px;
        height: 20px
    }
}

@media (max-width:490px) {
    body #footer-lp .wrapper .left-footer span {
        height: 15px
    }

    body #footer-lp .wrapper .left-footer span svg {
        width: 50px;
        height: 15px
    }
}

body #footer-lp .wrapper .left-footer ul {
    gap: 7px
}

@media (max-width:490px) {
    body #footer-lp .wrapper .left-footer ul {
        gap: 3px
    }
}

@media (max-width:790px) {
    body #footer-lp .wrapper .left-footer ul li svg {
        width: 20px;
        height: 20px
    }
}

@media (max-width:670px) {
    body #footer-lp .wrapper .left-footer ul li svg {
        width: 15px;
        height: 15px
    }
}

@media (max-width:490px) {
    body #footer-lp .wrapper .left-footer ul li a {
        height: 15px;
        display: block
    }
}

body #footer-lp .wrapper .center-footer {
    gap: 10px
}

@media (max-width:490px) {
    body #footer-lp .wrapper .center-footer {
        gap: 5px
    }
}

@media (max-width:790px) {
    body #footer-lp .wrapper .center-footer li svg {
        width: 25px;
        height: 25px
    }
}

@media (max-width:670px) {
    body #footer-lp .wrapper .center-footer li svg {
        width: 20px;
        height: 20px
    }
}

@media (max-width:555px) {
    body #footer-lp .wrapper .center-footer li svg {
        width: 15px;
        height: 15px
    }
}

@media (max-width:490px) {
    body #footer-lp .wrapper .center-footer li a {
        height: 15px;
        display: block
    }
}

body #footer-lp .wrapper .right-footer {
    gap: 20px
}

@media (max-width:490px) {
    body #footer-lp .wrapper .right-footer {
        gap: 10px;
        height: 15px
    }
}

@media (max-width:890px) {
    body #footer-lp .wrapper .right-footer svg {
        width: 100px;
        height: 25px
    }
}

@media (max-width:670px) {
    body #footer-lp .wrapper .right-footer svg {
        width: 80px;
        height: 20px
    }
}

@media (max-width:555px) {
    body #footer-lp .wrapper .right-footer svg {
        width: 60px;
        height: 15px
    }
}

@media (max-width:490px) {
    body #footer-lp .wrapper .right-footer svg {
        width: 50px;
        height: 10px
    }
}

body #footer-lp .wrapper .right-footer h3 {
    margin: 0;
    font-size: 12px;
    font-family: proxima-nova-black;
    color: #575757;
    letter-spacing: .05em;
    text-align: right;
}

@media (max-width:890px) {
    body #footer-lp .wrapper .right-footer h3 {
        font-size: 10px
    }
}

@media (max-width:670px) {
    body #footer-lp .wrapper .right-footer h3 {
        font-size: 8px
    }
}

@media (max-width:490px) {
    body #footer-lp .wrapper .right-footer h3 {
        font-size: 6px
    }
}

body #mix-lp {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:1400px) {
    body #mix-lp {
        padding: 60px 30px
    }
}

body #mix-lp .wrapper {
    max-width: 970px;
    margin: 0 auto;
    display: block;
    text-align: center
}

body #mix-lp .wrapper h2 {
    font-size: 65px;
    line-height: 70px;
    font-family: proxima-nova-bold;
    color: #ff782d;
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width:1400px) {
    body #mix-lp .wrapper h2 {
        font-size: 40px;
        line-height: 50px
    }
}
.left-footer > span{
    cursor: pointer;
}
@media (max-width:700px) {
    body #mix-lp .wrapper h2 {
        font-size: 30px;
        line-height: 40px
    }
}

body #mix-lp .wrapper p {
    font-size: 30px;
    font-family: proxima-nova;
    color: #575757
}

@media (max-width:700px) {
    body #mix-lp .wrapper p {
        font-size: 16px;
        line-height: 24px;
        font-family: proxima-nova
    }

    body #mix-lp .wrapper p br {
        display: none
    }
}

body #mix-lp .wrapper h3 {
    font-size: 30px;
    color: #575757;
    font-family: proxima-nova-black
}

@media (max-width:700px) {
    body #mix-lp .wrapper h3 {
        font-size: 16px;
        margin: 20px 0
    }
}

body #mix-lp .wrapper button {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    color: #ff782d;
    font-size: 20px;
    text-align: center;
    border: 2px solid #ff782d;
    font-family: proxima-nova-bold;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    letter-spacing: .05em;
    margin: 0 auto
}

@media (max-width:600px) {
    body #mix-lp .wrapper button {
        width: 200px;
        font-size: 12px;
        height: 30px;
        line-height: 30px
    }
}

body #mix-lp .wrapper button:hover {
    background: #ff782d;
    color: #fff
}

body #jeito-novo-lp {
    background: var(--gradient, linear-gradient(360deg, #ff782d 33.33%, #ffae00 100%));
    padding: 150px 0
}

@media (max-width:900px) {
    body #jeito-novo-lp {
        padding: 60px 0 100px
    }

    body #jeito-novo-lp .wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}
@media (max-width:1400px) {
    body #jeito-novo-lp {
        padding: 50px 0;
    }

}
body #jeito-novo-lp .wrapper {
    max-width: 955px;
    display: block;
    margin: 0 auto
}

@media (max-width:700px) {
    body #jeito-novo-lp .wrapper {
        padding-left: 50px;
        padding-right: 50px
    }
}

body #jeito-novo-lp .wrapper ul {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    list-style: disc;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    font-family: proxima-nova-bold;
    padding-top: 40px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:900px) {
    body #jeito-novo-lp .wrapper ul {
        font-size: 20px
    }
}

@media (max-width:700px) {
    body #jeito-novo-lp .wrapper ul {
        padding-left: 30px;
        font-size: 12px;
        line-height: 30px
    }
}

body #jeito-novo-lp .wrapper ul li {
    letter-spacing: .04em
}

body #jeito-novo-lp .wrapper p {
    font-size: 40px;
    color: #fff;
    font-family: proxima-nova;
    line-height: 40px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:900px) {
    body #jeito-novo-lp .wrapper p {
        font-size: 30px
    }

    body #jeito-novo-lp .wrapper p br {
        display: none
    }
}

@media (max-width:700px) {
    body #jeito-novo-lp .wrapper p {
        margin: 0;
        font-size: 16px;
        line-height: 30px
    }
}

body #jeito-novo-lp .wrapper h2 {
    margin-bottom: 75px
}

body #jeito-novo-lp .wrapper h2 strong {
    font-size: 107.025px;
    color: #fff;
     font-family: 'proxima_novaextrabold';
    letter-spacing: 1.873px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:900px) {
    body #jeito-novo-lp .wrapper h2 strong {
        font-size: 90px
    }
}

@media (max-width:1400px) {
    body #jeito-novo-lp .wrapper h2 strong {
        font-size: 70px
    }
    body #jeito-novo-lp .wrapper p {
        margin:0;
    }
}

@media (max-width:700px) {
    body #jeito-novo-lp .wrapper h2 strong {
        width: 230px;
        display: block;
        font-size: 48.77px
    }
}

@media (max-width:1400px) {
    body #jeito-novo-lp .wrapper h2 {
        margin-bottom: 30px
    }
}

body #jeito-novo-lp .wrapper h2 small {
    display: block;
    font-size: 110.083px;
    color: #fff;
    font-family: proxima-nova-thin;
    line-height: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: normal;
}

@media (max-width:1400px) {
    body #jeito-novo-lp .wrapper h2 small {
        font-size: 90px
    }
}

@media (max-width:740px) {
    body #jeito-novo-lp .wrapper h2 small {
        font-size: 70px
    }
}

@media (max-width:700px) {
    body #jeito-novo-lp .wrapper h2 small {
        font-size: 50px;
        display: block;
        margin-top: -62px;
        line-height: initial;
        margin-left: 120px
    }
}

body #jeito-novo-lp .wrapper h2 small span {
    font-size: 172.769px;
    letter-spacing: 4.492px;
    font-family: 'proxima_novaextrabold';
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1400px) {
    body #jeito-novo-lp .wrapper h2 small span {
        font-size: 130px
    }
}

@media (max-width:740px) {
    body #jeito-novo-lp .wrapper h2 small span {
        font-size: 100px
    }
}

@media (max-width:700px) {
    body #jeito-novo-lp .wrapper h2 small span {
        font-size: 65px;
        display: block;
        margin-left: -124px;
        -webkit-text-stroke: 1.5px #fff;
        margin-top: -15px;
        letter-spacing: 1.464px
    }
}

body .opa-false>div,
body .opa-false>ul {
    opacity: 0;
    -webkit-transition: all .9s ease;
    transition: all .9s ease
}

body .opa-false.active-opa>div,
body .opa-false.active-opa>ul {
    opacity: 1
}

body #itens-lp {
    background: #e6e6e6;
    padding-top: 200px;
    padding-bottom: 170px
}
@media (max-width:1400px) {
    body #itens-lp {
        padding-top:50px;
        padding-bottom: 50px
    }
}
@media (max-width:1100px) {
    body #itens-lp {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:600px) {
    body #itens-lp {
        padding-top: 70px;
        padding-bottom: 50px
    }
}

body #itens-lp .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: block
}

body #itens-lp .wrapper h2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    margin: 0;
    line-height: 100px;
    gap: 10px
}

@media (max-width:600px) {
    body #itens-lp .wrapper h2 {
        line-height: 20px;
        width: 260px;
        margin: 0 auto;
        display: block
    }
}

body #itens-lp .wrapper .com-itens {
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1100px) {
    body #itens-lp .wrapper .com-itens {
        -webkit-box-pack: center;
        justify-content: center;
        margin-top: -30px
    }
}

@media (max-width:780px) {
    body #itens-lp .wrapper .com-itens {
        margin-top: -50px
    }
}

@media (max-width:620px) {
    body #itens-lp .wrapper .com-itens {
        display: none !important
    }
}

body #itens-lp .wrapper .com-itens h2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    line-height: 80px;
    padding-top: 0;
    margin-bottom: 150px
}

body #itens-lp .wrapper .com-itens span {
    font-size: 87.816px;
    color: #575757;
    line-height: 80px;
    font-family: proxima-nova-thin;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: normal;
}

@media (max-width:1400px) {
    body #itens-lp .wrapper .com-itens span {
        font-size: 67px
    }
    body #itens-lp .wrapper .com-itens h2 {
        margin: -35px auto 40px;
    }
}

@media (max-width:950px) {
    body #itens-lp .wrapper .com-itens span {
        font-size: 57px
    }
}

@media (max-width:780px) {
    body #itens-lp .wrapper .com-itens span {
        font-size: 47px
    }
}

@media (max-width:600px) {
    body #itens-lp .wrapper .com-itens span {
        font-size: 24.587px;
        line-height: initial
    }
}

body #itens-lp .wrapper .com-itens strong {
    font-size: 120.702px;
    font-family: proxima-nova-black;
    color: #575757;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1400px) {
    body #itens-lp .wrapper .com-itens strong {
        font-size: 100px
    }
}

@media (max-width:950px) {
    body #itens-lp .wrapper .com-itens strong {
        font-size: 80px
    }
}

@media (max-width:780px) {
    body #itens-lp .wrapper .com-itens strong {
        font-size: 60px
    }
}

body #itens-lp .wrapper .texto-itens {
    -webkit-box-pack: center;
    justify-content: center
}

@media (max-width:600px) {
    body #itens-lp .wrapper .texto-itens {
        text-align: left
    }

    body #itens-lp .wrapper .texto-itens .d-mobi-block:after {
        content: "imediata";
        display: block;
        font-size: 62.85px;
        color: #575757;
        padding-top: 18px;
        letter-spacing: .03em;
        font-family: proxima-nova-black
    }
}

body #itens-lp .wrapper .texto-itens span {
    font-size: 245.027px;
    -webkit-text-stroke: 3px #ff782d;
    color: transparent;
     font-family: 'proxima_novaextrabold';   
      line-height: 230px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1400px) {
    body #itens-lp .wrapper .texto-itens span {
        font-size: 200px
    }
}

@media (max-width:950px) {
    body #itens-lp .wrapper .texto-itens span {
        font-size: 170px
    }
}

@media (max-width:780px) {
    body #itens-lp .wrapper .texto-itens span {
        font-size: 140px
    }
}

@media (max-width:600px) {
    body #itens-lp .wrapper .texto-itens span {
        font-size: 78px;
        line-height: initial
    }
}

body #itens-lp .wrapper .texto-itens small {
    font-size: 135.355px;
    font-family: proxima-nova-thin;
    color: #ff782d;
    line-height: 170px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: normal;
}

@media (max-width:1400px) {
    body #itens-lp .wrapper .texto-itens small {
        font-size: 100px
    }
}

@media (max-width:950px) {
    body #itens-lp .wrapper .texto-itens small {
        font-size: 70px
    }
}

@media (max-width:780px) {
    body #itens-lp .wrapper .texto-itens small {
        font-size: 50px
    }
}

@media (max-width:600px) {
    body #itens-lp .wrapper .texto-itens small {
        line-height: initial;
        font-size: 44px;
        display: block;
        margin-top: -12px;
        letter-spacing: -.332px;
        position: relative
    }

    body #itens-lp .wrapper .texto-itens small:after {
        content: "com";
        padding-left: 7px;
        font-size: 24.587px;
        color: #575757;
        letter-spacing: .123px
    }

    body #itens-lp .wrapper .texto-itens small:before {
        content: "entrega";
        position: absolute;
        right: 0;
        font-size: 29.677px;
        letter-spacing: .123px;
        color: #575757;
        font-family: proxima-nova-black;
        bottom: 2px;
        letter-spacing: .03em
    }
}

body #itens-lp ul {
    max-width: 1366px;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    body #itens-lp ul {
        margin-top: 100px;
        width: 90%
    }
}

body #itens-lp ul li {
    width: 16.667%;
    text-align: center;
    padding-bottom: 60px;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
@media(max-width:1400px){
    body #itens-lp ul {
        max-width: 1200px;
    }
    body #itens-lp ul li {
        padding-bottom: 10px;

    }
    body #itens-lp ul li svg{
        width: 60px;
        height: 60px;
    }
    body #itens-lp ul li h3{
        font-size: 14px;
    }
    body #itens-lp ul.d-flex > li span {
        margin-bottom: 5px;
        height: 60px;
    }
}
@media (max-width:1050px) {
    body #itens-lp ul li {
        width: 25%
    }
}

@media (max-width:600px) {
    body #itens-lp ul li {
        width: 33.3%;
        padding-bottom: 50px
    }

    body #itens-lp ul li svg {
        width: 50px
    }

    body #itens-lp ul li:nth-child(1) svg {
        width: 45px
    }

    body #itens-lp ul li:nth-child(5) svg {
        width: 25px
    }

    body #itens-lp ul li:nth-child(4) svg {
        width: 40px
    }
   
    body #itens-lp ul li:nth-child(10) svg {
        width: 40px
    }

    body #itens-lp ul li:nth-child(11) svg {
        width: 60px
    }

    body #itens-lp ul li:nth-child(12) svg {
        width: 70px
    }
}
 body #itens-lp ul li:nth-child(8) svg {
        width: 74px
    }

     body #itens-lp ul li:nth-child(10) svg {
        width: 67px
    }

body #itens-lp ul li span {
    height: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;
}

@media (max-width:600px) {
    body #itens-lp ul li span {
        height: 70px
    }
}

body #itens-lp ul li h3 {
    color: #575757;
    font-family: proxima-nova-black
}

@media (max-width:600px) {
    body #itens-lp ul li h3 {
        font-size: 11px
    }
}

body #topo-lp {
    background: url(../img/bg-1.jpeg) no-repeat center top;

}
@media(min-width:1921px){
    body #topo-lp {
         background-size:100%;
    }
   
}
@media(min-width:992px){
     body #topo-lp {
        height: 100vh;
        background-size:cover;
    }
}
@media (max-width:600px) {
    body #topo-lp {
        background-position: -400px 0
    }
}

body #topo-lp .login {
    display: block;
    width: 160px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 2px solid #fff;
    font-family: proxima-nova-bold;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .05em;
    webkit-transition: all .3s ease;
    transition: all .3s ease
}

body #topo-lp .login:hover {
    background: #fff;
    color: #ff782d
}

@media (max-width:600px) {
    body #topo-lp .login {
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        margin-top: -20px
    }
}

body #topo-lp .wrapper {
    max-width: 1550px;
    margin: 0 auto;
    display: block;
    width: 100%
}

body #topo-lp .wrapper #seta-topo {
    display: block;
    margin: 40px auto 0;
    cursor: pointer
}
body #topo-lp .wrapper #seta-topo svg{
        animation: animation-move-bottom 1s infinite;
}
@media (max-width:980px) {
    body #topo-lp .wrapper #seta-topo {
        margin-top: 15px
    }
}

@media (max-width:600px) {
    body #topo-lp .wrapper #seta-topo {
        margin-top: 50px
    }
}

body #topo-lp .wrapper #icone-topo {
    max-width: 1300px;
    margin: 0 auto
}

@media (max-width:1300px) {
    body #topo-lp .wrapper #icone-topo .d-flex {
        padding: 0 30px
    }
}
@media (max-width:1400px) {
    body #topo-lp .wrapper #icone-topo > .d-flex{
        max-width: 1000px;
        padding-top: 30px;
        margin:0 auto;
    }
    body #topo-lp .wrapper #icone-topo > .d-flex svg{
        width: 90px;
    }
}
@media (max-width:980px) {
    body #topo-lp .wrapper #icone-topo .d-flex {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }

    body #topo-lp .wrapper #icone-topo .d-flex li {
        width: 33.3%;
        padding-bottom: 20px
    }
}

@media (max-width:600px) {
    body #topo-lp .wrapper #icone-topo .d-flex li {
        width: 50%
    }
}

body #topo-lp .wrapper #icone-topo ul {
    -webkit-box-pack: justify;
    justify-content: space-between
}

body #topo-lp .wrapper #icone-topo ul li {
    text-align: center;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body #topo-lp .wrapper #icone-topo ul li span {
    height: 110px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media (max-width:600px) {
    body #topo-lp .wrapper #icone-topo ul li span {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        -webkit-box-pack: center;
        justify-content: center
    }
}

body #topo-lp .wrapper #icone-topo ul li h2 {
    font-size: 14px;
    color: #fff;
    font-family: proxima-nova-bold;
    letter-spacing: .05em;
    margin-top: 20px
}

@media (max-width:600px) {
    body #topo-lp .wrapper #icone-topo ul li h2 {
        font-size: 12px
    }
}

body #topo-lp .wrapper #title-topo {
    padding-top: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 80px;
    padding-bottom: 80px;
    -webkit-box-align: end;
    align-items: flex-end;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
@media(min-width:992px) and (max-width:1500px){
    body #topo-lp .wrapper #title-topo{
        padding-bottom: 20px;
        padding-top: 0px;
        zoom: .6;
    }
}
@media(max-width:1400px){
    body #topo-lp .wrapper #title-topo{
        padding-left: 30px;
    }
    body #topo-lp .wrapper{
        max-width: 1230px;
    }
}
body #topo-lp .wrapper #title-topo.header-topo {
    padding-top: 200px
}

@media (max-width:600px) {
    body #topo-lp .wrapper #title-topo.header-topo {
        padding-top: 150px
    }
}

@media (max-width:980px) {
    body #topo-lp .wrapper #title-topo {
        padding-top: 20px;
        padding-bottom: 80px
    }
}

@media (max-width:600px) {
    body #topo-lp .wrapper #title-topo {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px
    }
}

body #topo-lp .wrapper #title-topo h1 {
    line-height: 110px;
    padding-left: 20px
}

@media (max-width:1050px) {
    body #topo-lp .wrapper #title-topo h1 {
        line-height: 90px
    }
}

@media (max-width:980px) {
    body #topo-lp .wrapper #title-topo h1 {
        line-height: 80px
    }
}

@media (max-width:880px) {
    body #topo-lp .wrapper #title-topo h1 {
        line-height: 55px
    }
}

@media (max-width:768px) {
    body #topo-lp .wrapper #title-topo h1 {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    body #topo-lp .wrapper #title-topo h1 {
        line-height: 47px
    }
}

@media (max-width:359px) {
    body #topo-lp .wrapper #title-topo h1 {
        line-height: 37px
    }
}

body #topo-lp .wrapper #title-topo #cadastrese {
    display: block;
    width: 280px;
    height: 45px;
    border-radius: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 2px solid #fff;
    font-family: proxima-nova-bold;
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    letter-spacing: .05em
}

@media (max-width:768px) {
    body #topo-lp .wrapper #title-topo #cadastrese {
        font-size: 14px;
        width: 210px
    }
}

@media (max-width:600px) {
    body #topo-lp .wrapper #title-topo #cadastrese {
        margin-left: 160px;
        font-size: 11px;
        width: 170px;
        height: 30px;
        line-height: 30px
    }
}

@media (max-width:359px) {
    body #topo-lp .wrapper #title-topo #cadastrese {
        margin-left: 100px
    }
}

body #topo-lp .wrapper #title-topo #cadastrese:hover {
    background: #fff;
    color: #ff782d
}

body #topo-lp .wrapper #title-topo strong {
    display: block;
    font-size: 105px;
    font-family: 'proxima_novaextrabold';
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:1150px) {
    body #topo-lp .wrapper #title-topo strong {
        font-size: 90px
    }
}

@media (max-width:1050px) {
    body #topo-lp .wrapper #title-topo strong {
        font-size: 75px
    }
}

@media (max-width:980px) {
    body #topo-lp .wrapper #title-topo strong {
        font-size: 53px
    }
}

@media (max-width:880px) {
    body #topo-lp .wrapper #title-topo strong {
        font-size: 32px
    }
}

@media (max-width:768px) {
    body #topo-lp .wrapper #title-topo strong {
        font-size: 42.097px
    }
}

@media (max-width:359px) {
    body #topo-lp .wrapper #title-topo strong {
        font-size: 30px
    }
}

body #topo-lp .wrapper #title-topo strong:nth-child(1),
body #topo-lp .wrapper #title-topo strong:nth-child(3) {
    -webkit-text-stroke: 1.5px #fff;
    color: transparent;
    letter-spacing: .529px
}
@media (max-width:768px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(1),
    body #topo-lp .wrapper #title-topo strong:nth-child(3) {
        -webkit-text-stroke: 1px #fff;
    }
}
body #topo-lp .wrapper #title-topo strong:nth-child(3) {
    padding-left: 200px
}

@media (max-width:768px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(3) {
        padding-left: 100px
    }
}

body #topo-lp .wrapper #title-topo strong:nth-child(2) {
    padding-left: 100px;
    color: #ff782d;
    letter-spacing: .896px;
    font-size: 119.46px
}

@media (max-width:768px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(2) {
        padding-left: 45px
    }
}

@media (max-width:1150px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(2) {
        font-size: 107px
    }
}

@media (max-width:1050px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(2) {
        font-size: 90px
    }
}

@media (max-width:980px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(2) {
        font-size: 70px
    }
}

@media (max-width:880px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(2) {
        font-size: 50px
    }
}

@media (max-width:768px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(2) {
        ffont-size: 47.567px
    }
}

@media (max-width:359px) {
    body #topo-lp .wrapper #title-topo strong:nth-child(2) {
        font-size: 39px
    }
}

body #topo-lp .wrapper #logo {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 50px 0;

}

body #topo-lp .wrapper #logo svg {
    webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body #topo-lp .wrapper #logo.header-float {
    background: #575757;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999
}

body #topo-lp .wrapper #logo.header-float .login {
    margin-right: 30px;
    margin-top: 0
}

body #topo-lp .wrapper #logo.header-float .logo {
    padding-left: 30px
}

body #topo-lp .wrapper #logo.header-float .logo svg {
    width: 132px;
    height: 35px
}

@media (max-width:1550px) {
    body #topo-lp .wrapper #logo {
        padding: 50px 30px
    }
}
@media (max-width:1400px) {
    body #topo-lp .wrapper #logo {
        padding-bottom: 15px;
    }
}

@media (max-width:600px) {
    body #topo-lp .wrapper #logo {
        padding: 40px 15px 0
    }

    body #topo-lp .wrapper #logo .logo svg {
        width: 150px;
        height: 40px;
        webkit-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
}