@font-face {
    font-family: restricao;
    src: url(../fonts/restricao.eot);
    src: url(../fonts/restricao.eot?#iefix) format("embedded-opentype"),url(../fonts/restricao.woff) format("woff"),url(../fonts/restricao.ttf) format("truetype"),url(../fonts/restricao.svg#restricao) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

body, html {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

img {
    max-width: 100%;
    height: auto;
    border: 0;
    outline: 0;
}

button, input, a, select {
    outline: 0 !important;
    border: 0;
    text-decoration: none;
}

header {
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 5px 6px rgba(0,0,0,.1);
    transition: 0.6s;
}

    header.sticky {
        position: fixed;
    }

    header .content-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 27px 0 17px;
    }

        header .content-header .logo {
            max-width: 288px;
        }

        header .content-header .menu {
            display: flex;
            align-items: center;
        }

            header .content-header .menu ul {
                display: flex;
                align-items: center;
            }

            header .content-header .menu li a {
                padding: 0 25px;
                text-decoration: none;
                color: #313750;
                font-size: 14px;
                letter-spacing: -0.28px;
                font-weight: 600;
                position: relative;
            }

                header .content-header .menu li a:hover {
                    color: #FF6801;
                }

.box-produto .content .short-descricao {
    min-height: 120px;
}

.box-produto .content .infos {
    min-height: 65px;
}

.servicos-pf, .servicos-pj, servicos-pt {
    padding-bottom: 30px;
    position: relative;
    width: 1222px;
    max-width: 100%;
    margin: auto;
}

    .servicos-pf ul.slick-dots li button, .servicos-pj ul.slick-dots li button, .servicos-pt ul.slick-dots li button {
        background: #313750;
    }

    .servicos-pf ul.slick-dots, .servicos-pj ul.slick-dots, .servicos-pt ul.slick-dots {
        bottom: -20px;
        position: relative;
        display: flex;
    }

.text-mobile {
    display: block;
    max-width: 100%;
    padding: 0 15px;
}

    .text-mobile h2 {
        font-weight: 600;
        text-align: left;
        margin-bottom: 20px;
        color: #313750;
        text-transform: none;
        letter-spacing: -1px;
    }

        .text-mobile h2 span {
            position: relative;
            display: inline-block;
            margin-bottom: 8px;
        }

        .text-mobile h2::after {
            content: "";
            display: block;
            height: 1px;
            background-color: #000;
            opacity: .5;
        }

        .text-mobile h2 span::before {
            content: "";
            display: block;
            height: 3px;
            background-color: #FF6E0B;
            position: absolute;
            bottom: -10px;
            left: 0;
            z-index: 2;
            width: 100%;
        }

.arrow {
    background-color: #313750;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    color: #fff;
    cursor: pointer;
}

    .arrow:hover {
        background-color: #FF6E0B;
    }

.arrow-prev-pf, .arrow-prev-pj {
    top: 0;
    right: 55px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
    background-position: center right 55%;
    background-size: 22px;
    background-repeat: no-repeat;
}

.arrow-next-pf, .arrow-next-pj {
    top: 0;
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
    background-position: center left 55%;
    background-size: 22px;
    background-repeat: no-repeat;
}

.menu .bt-entrar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313750;
    font-size: 13px;
    font-weight: 400;
    width: 116px;
    height: 32px;
    border: 1px solid #313750;
    border-radius: 37px;
    margin-left: 25px;
}

    .menu .bt-entrar .ic-br, .menu .bt-entrar:hover .ic-azul {
        display: none;
    }

    .menu .bt-entrar:hover .ic-br {
        display: block;
    }

    .menu .bt-entrar img {
        max-width: 14px;
        margin-right: 7px;
    }

    .menu .bt-entrar:hover {
        border: 1px solid #FF6801;
        color: #fff;
        background: #FF6801;
    }

.content-header .menu-button, .content-header .sociais-mobi {
    display: none;
}

.banners-top .banner {
    height: 480px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    padding: 40px 0;
}

    .banners-top .banner .icon {
        max-width: 75px;
        margin-bottom: 15px;
    }

    .banners-top .banner .text h2 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        max-width: 100%;
        width: 660px;
        margin-bottom: 15px;
        letter-spacing: -1.2px;
        line-height: 1.2;
    }

    .banners-top .banner .text span {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
        display: block;
        letter-spacing: -0.4px;
    }

.button-azul {
    display: flex;
    background: #313750;
    border-radius: 11px;
    width: 155px;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 46px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.42px;
}

    .button-azul:hover {
        background: #F4F2F0;
        color: #313750;
        box-shadow: 0 0 2px rgb(0,0,0.1);
    }

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

    ul.slick-dots li button {
        font-size: 0;
        border: 0;
        width: 12px;
        height: 12px;
        padding: 0;
        background: #fff;
        border-radius: 50%;
        margin: 0 5px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: ease-in-out .3s;
        transition: .3s ease-in-out;
    }

    ul.slick-dots li.slick-active button {
        width: 30px;
        border-radius: 12px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

.box-produto {
    width: 25%;
    padding: 5px;
    float: left;
}

    .box-produto .content {
        background: #F4F2F0;
        padding: 25px 30px 20px;
        position: relative;
    }

        .box-produto .content .infos {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

            .box-produto .content .infos .icon {
                max-width: 35px;
                margin-right: 15px;
            }

            .box-produto .content .infos .title h3 {
                color: #313750;
                font-size: 20px;
                font-weight: 600;
                letter-spacing: -0.38px;
                margin-bottom: 0;
            }

        .box-produto .content .short-descricao {
            color: #313750;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: -0.26px;
            display: block;
            margin-bottom: 26px;
        }

    .box-produto .acoes {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .box-produto .acoes span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50%;
            float: left;
            height: 50px;
            background: #313750;
            color: #fff;
            font-size: 19px;
            letter-spacing: -0.38px;
            font-weight: 600;
            position: relative;
        }

            .box-produto .acoes span a {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                color: #313750;
                background: #ADAFB9 !important;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: -0.26px;
                z-index: 1;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .box-produto .acoes span a:hover {
                    background: #FF6801 !important;
                    color: #fff;
                }

    .box-produto span.open-descricao {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: #313750;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
    }

        .box-produto span.open-descricao:hover {
            text-decoration: underline;
        }

        .box-produto span.open-descricao img {
            max-width: 20px;
            margin-left: 5px;
        }

    .box-produto .content .descricao {
        position: absolute;
        width: calc(100% + 10px);
        height: 100%;
        background: #313750;
        color: #fff;
        letter-spacing: -0.26px;
        font-size: 0px;
        line-height: 20px;
        padding: 40px 30px 20px 45px;
        top: 0;
        left: 100%;
        max-width: 0;
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
        -o-transition: ease-in-out .3s;
        transition: .3s ease-in-out;
        opacity: 0;
        -webkit-transform: scaleX(.6);
        -ms-transform: scaleX(.6);
        transform: scaleX(.6);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        z-index: 10;
    }

    .box-produto .content .open-descricao.descricao-open + .descricao {
        max-width: calc(100% + 10px);
        width: calc(100% + 10px);
        font-size: 13px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 11;
    }

    .box-produto:nth-child(5n) .content .descricao, .box-produto:nth-child(4n) .content .descricao {
        left: auto;
        right: 100%;
        padding: 40px 45px 20px 30px;
        webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
    }

        .box-produto:nth-child(5n) .content .descricao::before, .box-produto:nth-child(4n) .content .descricao::before {
            left: auto;
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-right: 29px solid #F4F2F0;
            border-left: 0;
            right: 0;
        }

    .box-produto .content .descricao .close-descricao {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        cursor: pointer;
    }

        .box-produto .content .descricao .close-descricao:hover {
            color: #FF6801;
        }

    .box-produto .content .descricao:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top: 35px;
        left: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 29px solid #F4F2F0;
    }

section.produtos {
    padding: 50px 0 60px;
    overflow: hidden;
}

.servicos-pj .box-produto .content .infos .title h3 {
    color: #FF6E0B;
}

.servicos-pj .box-produto .acoes span {
    background: #FF6E0B;
}

    .servicos-pj .box-produto .acoes span a {
        color: #fff;
        background: #fc8f44 !important;
    }

        .servicos-pj .box-produto .acoes span a:hover {
            background: #313750 !important;
        }

.servicos-pj .box-produto .content .descricao {
    background: #FF6E0B;
}

    .servicos-pj .box-produto .content .descricao .close-descricao:hover {
        color: #313750;
    }

section.site-seguro {
    background: url(../img/aba-segura.jpg);
    background-size: cover;
    background-position: center;
    padding: 55px 0;
}

.seguranca {
    display: flex;
    align-items: center;
}

    .seguranca .text {
        padding-right: 90px;
        position: relative;
        margin-right: 75px;
    }

        .seguranca .text:after {
            content: "";
            width: 2px;
            height: 48px;
            background: #fff;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }

        .seguranca .text h2 {
            font-size: 30px;
            color: #fff;
            letter-spacing: -0.9px;
            font-weight: 600;
            line-height: 1.1;
        }

            .seguranca .text h2 span {
                color: #FF6E0B;
            }

        .seguranca .text span.sub {
            font-size: 20px;
            color: #FFF;
            letter-spacing: -0.6px;
            display: block;
            line-height: 1;
        }

    .seguranca .image {
        max-width: 228px;
    }

        .seguranca .image img {
            mix-blend-mode: lighten;
        }

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

section.quem-somos {
    background: #313750;
    padding: 80px 0 50px;
}

    section.quem-somos .text-sobre h2 {
        font-size: 40px;
        letter-spacing: -1.2px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 50px;
    }

    section.quem-somos .text-sobre p {
        font-size: 20px;
        color: #ffffff;
        letter-spacing: -0.4px;
        width: 100%;
        max-width: 470px;
    }

.passos {
    padding: 90px 0 20px;
}

    .passos .passo {
        min-width: 25%;
    }

        .passos .passo .content {
            max-width: 230px;
            margin: auto;
        }

        .passos .passo .icon {
            max-width: 89px;
            margin: 0 auto 30px;
        }

        .passos .passo .title {
            display: flex;
            align-items: center;
        }

            .passos .passo .title h1 {
                font-size: 26px;
                color: #FF6E0B;
                font-weight: 600;
                letter-spacing: -0.52px;
                margin-right: 7px;
            }

            .passos .passo .title h3 {
                font-size: 16px;
                color: #FFF;
                letter-spacing: -0.32px;
                font-weight: 600;
                max-width: 165px;
            }

        .passos .passo p {
            font-size: 13px;
            color: #fff;
            letter-spacing: -0.24px;
            margin-top: 15px;
            padding-left: 30px;
        }

        .passos .passo a {
            color: #FF6E0B;
            padding-left: 30px;
            font-size: 13px;
            letter-spacing: -0.24px;
            text-decoration: underline;
            padding-bottom: 5px;
            display: block;
        }

.banners-rodape .banner {
    height: 480px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    padding: 40px 0;
}

    .banners-rodape .banner .icon {
        max-width: 75px;
        margin-bottom: 15px;
    }

    .banners-rodape .banner .text h2 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        max-width: 100%;
        width: 660px;
        margin-bottom: 15px;
        letter-spacing: -1.2px;
        line-height: 1.2;
    }

    .banners-rodape .banner .text span {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 50px;
        display: block;
        letter-spacing: -0.4px;
    }

.button-orange {
    display: flex;
    background: #FF6E0B;
    border-radius: 11px;
    width: 155px;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 46px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.42px;
}

    .button-orange:hover {
        background: #F4F2F0 !important;
        color: #313750;
        box-shadow: 0 0 2px rgb(0,0,0.1);
    }

.pre-footer {
    background: #313750;
}

    .pre-footer .content-pre {
        padding: 27px 0 22px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 2px solid #ADAFB9;
    }

        .pre-footer .content-pre .sociais-footer {
            display: flex;
            align-items: center;
        }

            .pre-footer .content-pre .sociais-footer li a {
                padding: 0 10px;
            }

                .pre-footer .content-pre .sociais-footer li a img {
                    height: 22px;
                    width: auto;
                }

        .pre-footer .content-pre .open-guia {
            font-size: 22px;
            color: #ADAFB9;
            letter-spacing: -0.66px;
            padding-right: 25px;
            margin-right: 30px;
            position: relative;
            cursor: pointer;
        }

            .pre-footer .content-pre .open-guia:after {
                content: "";
                width: 20px;
                height: 20px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z' fill='rgba(173,175,185,1)'/%3E%3C/svg%3E");
                background-size: 100%;
                background-position: center;
                background-repeat: no-repeat;
            }

        .pre-footer .content-pre .open-guia-open:after {
            transform: translateY(-50%) rotate(180deg);
        }

    .pre-footer .guia-rapido {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
        -o-transition: ease-in-out .3s;
        transition: .3s ease-in-out;
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        background: #fff;
    }

    .pre-footer .guia-rapido-open {
        padding: 35px 0;
        max-height: 750px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .pre-footer .guia-rapido h3 {
        color: #646777;
        font-size: 18px;
        letter-spacing: -0.54px;
        font-weight: 600;
    }

    .pre-footer .guia-rapido ul li {
        width: 50%;
        float: left;
    }

        .pre-footer .guia-rapido ul li a {
            font-size: 14px;
            color: #646777;
            font-weight: 500;
            letter-spacing: -0.42px;
            line-height: 1.5;
        }

            .pre-footer .guia-rapido ul li a:hover, .box-rodape.links-terms ul li a:hover {
                color: #FF6801;
            }

.rodape {
    background: #313750;
    padding: 25px 0 30px;
}

    .rodape .content-rodape {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

.box-rodape.institucional {
    display: flex;
    align-items: center;
}

    .box-rodape.institucional .logo-rodape {
        max-width: 90px;
        margin-right: 28px;
    }

    .box-rodape.institucional .text h3 {
        color: #ADAFB9;
        font-size: 22px;
        letter-spacing: -0.66px;
        font-weight: 500;
    }

    .box-rodape.institucional .text p {
        font-size: 13px;
        color: #ADAFB9;
        letter-spacing: -0.39px;
        line-height: 20px;
        max-width: 100%;
        width: 350px;
        margin-bottom: 0;
    }

.box-rodape.segur .certificado {
    border-left: 1px solid #ADAFB9;
    padding-left: 15px;
}

    .box-rodape.segur .certificado img {
        mix-blend-mode: lighten;
        max-width: 154px;
    }

    .box-rodape.segur .certificado p {
        margin-bottom: 5px;
        color: #ADAFB9;
        font-size: 12px;
        line-height: 1;
    }

.box-rodape.links-terms ul {
    display: flex;
}

    .box-rodape.links-terms ul li a {
        color: #ADAFB9;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.42px;
    }

    .box-rodape.links-terms ul li:first-child a {
        margin-right: 25px;
    }

.passos ul.slick-dots {
    display: none;
}


.newsletter {
    width: 100%;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newsletter .info {
    width: 50%;
}

    .newsletter .info .news-icon {
        width: 63px;
        height: 63px;
        border-radius: 50%;
        background-color: #FF6E0B;
        color: #fff;
        font-size: 2.125rem;
        text-align: center;
        margin-right: .5rem;
        flex-shrink: 0;
        position: relative;
    }

        .newsletter .info .news-icon .icon {
            margin-top: 2px;
        }

[class*=" icon-"].v-align-middle, [class^="icon-"].v-align-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
}

.icon-newsletter::before {
    content: "\75";
}

[class*=" icon-"]::before, [class^="icon-"]::before, [data-icon]::before {
    font-family: 'restricao' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsletter .text .first {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.66px;
}

.newsletter .text .last {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
}

.newsletter .form {
    width: 50%;
    padding-left: 50px;
    position: relative;
}

    .newsletter .form .field {
        height: 50px;
        background-color: #fff;
        color: #313750;
        width: 100%;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 0;
    }

    .newsletter .form .news-button {
        width: 48px;
        height: 38px;
        position: absolute;
        right: 6px;
        top: calc(50% - 19px);
        font-size: 18px;
        background-color: #FF6E0B;
        color: #fff;
        border-radius: 2px;
        transition: .2s ease-out;
    }

        .newsletter .form .news-button:hover {
            background-color: #313750;
        }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.icon-arrow-right-alt::before {
    content: "\6d";
}

section.newsletter {
    background: #313750;
    padding: 35px 0;
}

body.page-login, body.page-cadastro {
    background: #F4F2F0;
}

.page-cadastro .wrap-login100 {
    width: 740px;
}

.wrap-login100 {
    max-width: 100%;
    width: 455px;
    margin: auto;
    padding: 98px 0;
}

    .wrap-login100 h3 {
        font-size: 22px;
        color: #313750;
        text-align: center;
        margin-bottom: 24px;
        letter-spacing: -0.66px;
        font-weight: 400;
    }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"] {
    border-radius: 11px;
    background: #fff;
    border: 1px solid #D6D6D6;
    height: 44px;
    font-size: 14px;
    color: #313750;
    letter-spacing: -0.42px;
    padding: 0 17px;
    margin-bottom: 13px;
    width: 100%;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus {
        box-shadow: none !important;
        border: 1px solid #FF6801;
    }

select {
    height: 44px;
    border-radius: 11px;
    background: #fff;
    border: 1px solid #D6D6D6;
    appearance: none;
    width: 100%;
    font-size: 14px;
    color: #313750;
    letter-spacing: -0.42px;
    padding: 0 10px;
}

.wrap-input100 {
    position: relative;
}

.btn-show-pass {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    color: #0009;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.login100-form button.bt_orange {
    width: 100%;
    height: 51px;
    color: #fff;
    border-radius: 11px;
    background: #FF6801;
    letter-spacing: -0.48px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 16px;
}

    .login100-form button.bt_orange:hover {
        background: #313750;
    }

p.message a {
    text-align: center;
    color: #313750;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.42px;
    display: block;
    width: 100%;
    margin-top: 4px;
    text-decoration: underline;
    line-height: 21px;
}

    p.message a:hover {
        color: #FF6801;
    }

.aba-cadastrar {
    text-align: center;
    border-top: 1px solid #707070;
    margin-top: 40px;
    padding-top: 35px;
}

    .aba-cadastrar h2 {
        font-size: 22px;
        color: #313750;
        letter-spacing: -0.66px;
        font-weight: 400;
    }

    .aba-cadastrar .bt-trans {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 11px;
        border: 1px solid #FF6801;
        height: 51px;
        color: #313750;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.48px;
        margin-top: 20px;
    }

        .aba-cadastrar .bt-trans:hover {
            color: #fff;
            border: 1px solid #313750;
            background: #313750;
        }

.progresso {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

    .progresso h4 {
        font-size: 18px;
        color: #313750;
        letter-spacing: -0.54px;
        font-weight: 400;
        margin-right: 13px;
    }

#progressbar {
    width: calc(100% - 95px);
    overflow: hidden;
    padding-bottom: 10px;
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: -0.48px;
        color: #313750;
        width: 33.33%;
        float: left;
        position: relative;
        text-align: center;
        padding-bottom: 10px;
    }

        #progressbar li.active:before {
            content: counter(step);
            counter-increment: step;
            width: 12px;
            line-height: 12px;
            display: block;
            font-size: 0px;
            color: #333;
            background: white;
            border-radius: 50%;
            margin: 0;
            top: calc(100% - 5px);
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #FF6801;
            position: absolute;
            opacity: 0.7;
            left: -50%;
            top: 100%;
            z-index: -1;
        }

        #progressbar li.active:after {
            height: 3px;
            margin-top: -1px;
        }

        #progressbar li:last-child:after {
            content: '';
            width: 150%;
            right: -50%;
        }

        #progressbar li.active:before, #progressbar li.active:after {
            background: #FF6801;
            color: white;
        }

.form-cadastro label {
    color: #313750;
    font-size: 13px;
    letter-spacing: -0.39px;
    padding-left: 10px;
}

.form-cadastro .row > * {
    padding-right: 5px;
    padding-left: 5px;
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    height: 44px;
    border-radius: 11px;
    background: #fff;
    border: 1px solid #D6D6D6;
    appearance: none;
    width: 100%;
    font-size: 14px;
    color: #313750;
    letter-spacing: -0.42px;
    padding: 0;
}

.styledSelect {
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0 15px;
    font-weight: 400;
    transform: translateY(-45%);
    font-size: 0;
    height: 100%;
}

select#uf {
    border: 0 !important;
    background: transparent;
}

.styledSelect:after {
    content: "\61";
    font-family: restricao !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: absolute;
    top: 50%;
    right: 13px;
    font-size: 10px;
    transform: translateY(-50%);
    margin-top: 2px;
}

.styledSelect:active, .styledSelect.active {
    background-color: transparent;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

    .options li {
        padding: 0 6px;
        margin: 0 0;
        padding: 0 10px;
    }

        .options li:hover {
            background-color: #FF6801;
            color: white;
        }

.checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    height: 30px;
}

    .checkbox:disabled {
        color: #000;
    }

.checkbox__control {
    display: inline-grid;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #313750;
    margin-right: 10px;
    box-shadow: none !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

label.checkbox {
    font-size: 18px;
    justify-content: center;
    padding: 40px 0 35px;
}

.checkbox__input svg {
    transition: transform 0.1s ease-in 25ms;
    transform: scale(0);
    transform-origin: bottom left;
}

.checkbox__input {
    display: block;
}

    .checkbox__input input {
        opacity: 0;
        width: 15px;
        height: 15px;
    }

        .checkbox__input input:focus + .checkbox__control {
            box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em #000;
        }

        .checkbox__input input:checked + .checkbox__control svg {
            transform: scale(1);
        }

        .checkbox__input input:disabled + .checkbox__control {
            color: #000;
        }

.radio__label {
    font-size: 16px;
    color: #313750;
    letter-spacing: -0.48px;
}

    .radio__label span {
        color: #313750;
        text-decoration: underline;
        font-weight: 500;
        cursor: pointer;
    }

        .radio__label span:hover {
            color: #FF6801;
        }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=radio] {
        --active: #FF6801;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, 0.3);
        --border: #D6D6D6;
        --border-hover: #FF6801;
        --background: #FAFAFA;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

        input[type=radio]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        }

        input[type=radio]:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: 0.3s;
            --d-t: 0.6s;
            --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
        }

        input[type=radio]:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: 0.9;
        }

            input[type=radio]:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            input[type=radio]:disabled + label {
                cursor: not-allowed;
            }

        input[type=radio]:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover);
        }

        input[type=radio]:focus {
            box-shadow: 0 0 0 var(--focus);
        }

        input[type=radio]:not(.switch) {
            width: 18px;
            height: 18px;
        }

            input[type=radio]:not(.switch):after {
                opacity: var(--o, 0);
            }

            input[type=radio]:not(.switch):checked {
                --o: 1;
            }

        input[type=radio] + label {
            font-size: 14px;
            line-height: 18px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            margin-left: 4px;
        }

    input[type=radio] {
        border-radius: 50%;
        box-shadow: none !important;
    }

        input[type=radio]:after {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--active-inner);
            opacity: 0;
            transform: scale(var(--s, 0.7));
        }

        input[type=radio]:checked {
            --s: 0.5;
        }
}

.receber-codigo {
    display: flex;
    justify-content: center;
}

    .receber-codigo label {
        padding-left: 0;
        margin-right: 6px;
        font-size: 14px;
        letter-spacing: -0.42px;
    }

    .receber-codigo li {
        display: flex;
        align-items: center;
        margin: 0 18px;
    }

.form-cadastro .bt_orange {
    background: #FF6801;
    color: #fff;
    border-radius: 11px;
    max-width: 450px;
    width: 100%;
    height: 51px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    margin: 25px auto 20px;
}

    .form-cadastro .bt_orange:hover {
        background: #313750;
    }

.form-cadastro .container-login100-form-btn {
    text-align: center;
}

a.return-login {
    font-size: 14px;
    color: #313750;
    text-align: center;
    display: block;
    letter-spacing: -0.42px;
}

    a.return-login:hover {
        color: #FF6801;
    }

#msform fieldset {
    box-sizing: border-box;
    position: relative;
}

    #msform fieldset:not(:first-of-type) {
        display: none;
    }

.caminho-codigo {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: -10px;
    overflow: hidden;
    min-height: 46px;
}

    .caminho-codigo span {
        color: #313750;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -0.9px;
        position: absolute;
        top: 0;
        opacity: 0;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

        .caminho-codigo span.item-selected {
            opacity: 1;
        }

.field2 input[type="text"], .field3 .wrap-input100 {
    max-width: 451px;
    width: 100%;
    margin: auto;
}

.field2 .bt_orange, .field3 .bt_orange {
    margin-top: 14px;
    margin-bottom: 40px;
}

.field3 .bt_orange {
    margin-top: 0;
}

.novo-codigo {
    max-width: 100%;
    width: 535px;
    margin: 10px auto 35px;
    overflow: hidden;
}

    .novo-codigo span {
        border: 1px solid #FF6801;
        border-radius: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 257px;
        max-width: 100%;
        height: 44px;
        color: #313750;
        font-size: 16px;
        letter-spacing: -0.48px;
        cursor: pointer;
        float: left;
        margin: 0 5px;
    }

        .novo-codigo span:hover {
            border: 1px solid #313750;
            background: #313750;
            color: #fff;
        }

.exemplo-senha {
    margin-bottom: 30px;
    text-align: center;
}

    .exemplo-senha span {
        color: #313750;
        font-size: 14px;
        letter-spacing: -0.42px;
    }

        .exemplo-senha span.exemple {
            position: relative;
            color: #313750;
            font-size: 16px;
            font-weight: 600;
            background: #E6E6E6;
            padding: 5px 50px;
            display: block;
            max-width: 258px;
            width: 100%;
            margin: 40px auto 0;
        }

            .exemplo-senha span.exemple small {
                position: absolute;
                top: -19px;
                left: 0;
                color: #313750;
                font-size: 12px;
                font-weight: 400;
            }

span.gerador {
    text-align: center;
    color: #313750;
    font-size: 14px;
    width: 451px;
    max-width: 100%;
    display: block;
    letter-spacing: -0.66px;
    margin: 0 auto 10px;
    cursor: pointer;
}

    span.gerador:hover {
        color: #FF6801;
        text-decoration: underline;
    }

.bt-creditos img {
    height: 16px;
    margin-right: 10px;
}

.bt-creditos {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF6801;
    width: 115px;
    border-radius: 37px;
    color: #fff;
    height: 32px;
    font-size: 14px;
    text-decoration: none;
}

    .bt-creditos:hover {
        background: #313750;
        color: #fff;
        text-decoration: none;
    }

a.conta-icon {
    max-width: 20px;
    margin-left: 15px;
}
/*a.conta-icon:hover{
-webkit-animation:spin 3s linear infinite;
-moz-animation:spin 3s linear infinite;
animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
*/
.top-side {
    background: #FF6801;
    padding: 80px 30px 20px;
    color: #fff;
    letter-spacing: -0.66px;
    font-size: 22px;
    line-height: 1.1;
}

    .top-side .name-user {
        display: block;
        font-weight: 500;
    }

.sidebar {
    background: #fff;
    min-height: 100%;
    width: 35%;
    float: left;
    position: relative;
}

    .sidebar .corpo-side {
        padding: 36px 30px;
    }

.content-consulta {
    width: 65%;
    float: left;
}

section.consultar {
    overflow: hidden;
    background: #FFF;
}

.corpo-side .botoes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

    .corpo-side .botoes a {
        display: flex;
        width: 48%;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        height: 46px;
        border: 1px solid #FF6801;
        font-size: 14px;
        letter-spacing: -0.42px;
        color: #313750;
        font-weight: 600;
    }

        .corpo-side .botoes a.ativo {
            border: 1px solid #313750;
            background: #313750;
            color: #fff;
        }

.tipos-consulta ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px dotted rgba(102, 102, 102, 0.61);
    padding-bottom: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}

    .tipos-consulta ul li span.name-consulta {
        font-size: 14px;
        font-weight: 500;
        color: #313750;
        letter-spacing: -0.42px;
        display: flex;
        align-items: center;
    }

    .tipos-consulta ul li:hover span.name-consulta, .tipos-consulta ul li:hover span.price-consulta {
        color: #FF6801;
    }

    .tipos-consulta ul li span.name-consulta img {
        height: 16px;
        margin-right: 6px;
    }

    .tipos-consulta ul li span.price-consulta {
        color: #313750;
        opacity: 0.6;
        font-weight: 500;
        letter-spacing: -0.42px;
        font-size: 14px;
    }

.sidebar > div {
    position: relative;
}

.sidebar .top-side:before {
    content: "";
    background: #FF6801;
    position: absolute;
    width: 800px;
    height: 100%;
    left: -100%;
    top: 0;
    max-width: 100%;
    z-index: 2;
}

.sidebar:before {
    content: "";
    background: #FFF;
    position: absolute;
    width: 800px;
    height: 100%;
    left: -100%;
    top: 0;
    max-width: 100%;
    z-index: 1;
}

.tipo-consulta .name-consulta img {
    display: none;
    width: 0;
    height: 0;
}

.form-consulta {
    display: none;
}

    .form-consulta.ativo {
        display: flex;
        align-items: flex-end;
    }

.content-consulta {
    padding: 100px 20px 100px 80px;
    position: relative;
    background: #f4f2f0;
    min-height: calc(100vh - 448px);
}

    .content-consulta:after {
        content: "";
        background: #f4f2f0;
        position: absolute;
        width: 800px;
        height: 100%;
        right: -100%;
        top: 0;
        max-width: 100%;
        z-index: 1;
    }

.infos-consulta {
    color: #313750;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.66px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .infos-consulta .icon {
        max-width: 17px;
        margin-right: 10px;
        padding-bottom: 5px;
    }

    .infos-consulta strong {
        font-weight: 500;
        text-transform: uppercase;
        margin-left: 10px;
    }

    .infos-consulta .price-consulta {
        color: #FF6801;
        margin-left: 10px;
        position: relative;
    }

        .infos-consulta .price-consulta:after {
            content: "";
            color: #313750;
            font-size: 10px;
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
        }

.form-consulta input[type="text"] {
    border-radius: 6px;
}

.form-consulta label {
    font-size: 14px;
    color: #313750;
    padding-left: 5px;
    letter-spacing: -0.42px;
}

.form-consulta .bt_orange {
    width: 100%;
    background: #FF6801;
    height: 44px;
    border-radius: 6px;
    color: #fff;
    letter-spacing: -0.48px;
    font-weight: 600;
    margin-bottom: 13px;
}

    .form-consulta .bt_orange:hover {
        color: #fff;
        background: #313750;
    }

.form-consulta .col-12 {
    padding: 0 5px;
}

.form-consulta {
    max-width: 100%;
    width: 450px;
    margin: 0;
}

.adicionais {
    position: relative;
    padding: 30px 5px 110px;
    border-bottom: 2px dotted #707070;
}

    .adicionais label.checkbox {
        font-size: 18px;
        justify-content: flex-start;
        padding: 0;
    }

    .adicionais .radio__label {
        font-size: 14px;
        color: #313750;
        letter-spacing: -0.42px;
    }

        .adicionais .radio__label strong {
            font-weight: 600;
        }

    .adicionais .detalhes-adicional {
        color: #FF6801;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.42px;
        text-decoration: underline;
        cursor: pointer;
        margin-left: 10px;
    }

        .adicionais .detalhes-adicional:hover {
            color: #313750;
        }

    .adicionais h4 {
        font-size: 14px;
        letter-spacing: -0.42px;
        color: #313750;
        font-weight: 500;
    }

    .adicionais .checkbox__input input {
        display: none;
    }

    .adicionais .infos-adicionais {
        font-size: 13px;
        color: #313750;
        max-width: 100%;
        position: absolute;
        line-height: 1.1;
        bottom: 10px;
        border-radius: 4px;
        border: 1px dotted #FF6801;
        padding: 15px 20px;
        text-decoration: none;
        cursor: auto;
        font-weight: 400;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: .7s ease-in-out;
        -o-transition: ease-in-out .7s;
        transition: .7s ease-in-out;
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }

        .adicionais .infos-adicionais:hover {
            color: #313750;
        }

    .adicionais .detalhes-adicional.exibindo + .infos-adicionais {
        display: block;
        max-height: 300px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .adicionais .col-12 {
        display: flex;
        align-items: center;
    }

.consulta-completa-info {
    padding: 20px 0;
    border-bottom: 2px dotted #707070;
}

.sobre-consulta-ativa {
    padding: 20px 0;
}

    .consulta-completa-info span, .sobre-consulta-ativa span {
        font-size: 14px;
        color: #313750;
        letter-spacing: -0.42px;
        line-height: 1.4;
        display: block;
        margin-bottom: 25px;
    }

.consulta-completa-info ul li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 25px;
    color: #313750;
    font-size: 14px;
    letter-spacing: -0.42px;
}

.consulta-completa-info ul {
    display: block;
    overflow: hidden;
}

    .consulta-completa-info ul li:before {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #FF6801;
        border-radius: 50%;
    }

.mobile {
    display: none;
}

.tipos-consulta ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top-resultado {
    padding-bottom: 20px;
    border-bottom: 2px dotted #707070;
    margin-bottom: 25px;
}

    .top-resultado h3 {
        font-size: 22px;
        letter-spacing: -0.66px;
        color: #313750;
        font-weight: 600;
    }

        .top-resultado h3 img {
            height: 23px;
            margin-right: 5px;
        }

span.aviso img {
    height: 26px;
    margin-right: 5px;
}

span.aviso {
    color: #313750;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.42px;
    display: flex;
    align-items: center;
    border: 1px dotted #FF6801;
    width: 396px;
    max-width: 100%;
    height: 40px;
    justify-content: center;
    margin-top: 35px;
}

    span.aviso strong {
        font-size: 14px;
        color: #FF6801;
        font-weight: 600;
        letter-spacing: -0.42px;
        margin-right: 5px;
    }

.bottom-resultado {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px dotted #707070;
}

    .bottom-resultado span {
        color: #313750;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: -0.42px;
        line-height: 1.5;
        display: block;
    }

a.bt_new_consulta {
    display: flex;
    background: #FF6801;
    color: #fff;
    float: right;
    margin-top: 40px;
    width: 160px;
    height: 36px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.48px;
}

    a.bt_new_consulta:hover {
        background: #313750;
        color: #fff;
    }

.dados-consulta {
    min-height: 200px;
    padding-left: 150px;
    padding-right: 150px;
}

/* Remover padding lateral em telas menores */
@media (max-width: 768px) {
    .dados-consulta {
        padding-left: 0;
        padding-right: 0;
    }
}

section.results {
    padding: 30px 0;
}

.aba-result {
    position: relative;
    margin: 0 0 12px;
    background-color: #fff;
}

    .aba-result h2.title-aba-result {
        background: #FF6801;
        padding: 12px 15px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        line-height: 1;
        cursor: pointer;
        margin: 0 0 5px;
    }

        .aba-result h2.title-aba-result:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
            right: 15px;
            width: 12px;
            height: 2px;
            background: #fff;
            border-radius: 3px;
        }

        .aba-result h2.title-aba-result:after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
            right: 20px;
            width: 2px;
            height: 12px;
            background: #fff;
            border-radius: 3px;
            opacity: 0;
            visibility: hidden;
            transition: all .2s linear;
        }

        .aba-result h2.title-aba-result[aria-expanded="false"]:after {
            opacity: 1;
            visibility: visible;
        }

    .aba-result .dados table tr th {
        border-right: 0;
        background: transparent;
        height: auto;
        padding: 8px 10px;
        font-size: 15px;
        font-weight: 600;
        color: #313750;
        letter-spacing: -0.42px;
        border-bottom: 1px solid #ccc;
        width: 30%;
    }

    .aba-result .dados table tr td {
        background: transparent;
        height: auto;
        padding: 8px 10px;
        font-size: 15px;
        font-weight: 400;
        color: #313750;
        letter-spacing: -0.42px;
        border-bottom: 1px solid #ccc;
        width: 70%;
    }

    .aba-result .dados table tr:last-child th, .aba-result .dados table tr:last-child td {
        border: 0;
    }

    .aba-result .dados table {
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

    .aba-result .dados .title-aba {
        display: block;
        color: #FF6801;
        position: relative;
        margin-bottom: 7px;
        margin-top: 7px;
        overflow: hidden;
        width: 100%;
        font-size: 14px;
    }

        .aba-result .dados .title-aba span {
            background: #fff;
            padding-right: 10px;
            position: relative;
            z-index: 2;
        }

        .aba-result .dados .title-aba:after {
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            border-bottom: 2px dotted #707070;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }

    .aba-result .second-dados h2.title-aba-sub {
        background: #313750;
        padding: 12px 15px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        position: relative;
        line-height: 1;
        cursor: pointer;
        margin: 0 0 5px;
    }

        .aba-result .second-dados h2.title-aba-sub:before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
            right: 15px;
            width: 10px;
            height: 2px;
            background: #fff;
            border-radius: 3px;
        }

        .aba-result .second-dados h2.title-aba-sub:after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
            right: 19px;
            width: 2px;
            height: 10px;
            background: #fff;
            border-radius: 3px;
            opacity: 0;
            visibility: hidden;
            transition: all .2s linear;
        }

        .aba-result .second-dados h2.title-aba-sub[aria-expanded="false"]:after {
            opacity: 1;
            visibility: visible;
        }





.loading {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #F4F2F0;
    z-index: 500;
    top: 0;
    left: 0;
}

.loader {
    display: block;
    float: left;
    max-height: 100%;
    height: 65px;
}

section.my-account {
    padding: 80px 0;
    background: #F4F2F0;
    min-height: calc(100vh - 448px);
}

.itens-conta .col-md-12 h3 {
    font-size: 22px;
    color: #313750;
    font-weight: 400;
    letter-spacing: -0.66px;
    margin-bottom: 50px;
}

    .itens-conta .col-md-12 h3 span {
        display: block;
        font-weight: 600;
    }

.itens-conta {
    width: 100%;
    max-width: 650px;
}

.conta-menu {
    width: 209px;
    border-radius: 9px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 20px;
    max-width: 100%;
    margin-bottom: 9px;
    min-height: 174px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    position: relative;
}

    .conta-menu:hover, .conta-menu.ativo {
        border: 1px solid #FF6801;
        box-shadow: 0px 3px 6px rgba(255, 104, 1, 0.4);
    }

    .conta-menu a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .conta-menu .icon img {
        height: 22px;
        margin-bottom: 10px;
    }

    .conta-menu h3 {
        font-size: 19px;
        letter-spacing: -0.57px;
        color: #313750;
        font-weight: 400;
    }

    .conta-menu span {
        font-size: 14px;
        color: #313750;
        letter-spacing: -0.42px;
        line-height: 1.2;
        display: block;
        font-weight: 300;
    }

.itens-conta .col-6, .itens-conta .col-12 {
    padding-left: 3px;
    padding-right: 3px;
}

h3.title-section {
    font-size: 22px;
    color: #313750;
    letter-spacing: -0.66px;
    margin-bottom: 40px;
}

    h3.title-section img {
        height: 21px;
    }

.row {
    margin: 0;
}

.box-termos {
    background: #fff;
    padding: 25px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
}

    .box-termos h3, .box-termos h2 {
        font-size: 22px;
        font-weight: 500;
        color: #313750;
        letter-spacing: -0.66px;
    }

    .box-termos .text-scroll {
        color: #313750;
        font-size: 14px;
        font-weight: 400;
        max-height: 500px;
        overflow: hidden;
        overflow-y: auto;
        padding-right: 15px;
    }

.text-scroll p {
    text-align: justify;
}

.terms-conta {
    margin-top: 40px;
}

.conteudo-conta .form-cadastro .bt_orange {
    margin: auto;
}

.nicescroll-rails {
    opacity: 1 !important;
    width: 11px !important;
}

.nicescroll-cursors {
    width: 9px !important;
    background-color: #f2f2f2 !important;
    top: 0;
}

table {
    width: 100%;
}

    table tr th:not(:last-child), table tr td:not(:last-child) {
        border-right: 1px solid #BCBCBC;
    }

    table tr th {
        background: #fff;
        height: 44px;
        padding: 0 15px;
        letter-spacing: -0.42px;
        color: #313750;
        font-size: 14px;
        font-weight: 500;
    }

    table tr td {
        background: #E9E9E9;
        height: 44px;
        padding: 0 15px;
        letter-spacing: -0.42px;
        color: #313750;
        font-size: 14px;
        font-weight: 400;
    }

h3.title-section {
    padding-top: 35px;
}

table td, table th {
    width: 25%;
}

    table td.center, table th.center {
        width: 50%
    }

.bt_orange.add_user, .bt_orange.credits {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 37px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.48px;
    font-size: 16px;
    background: #FF6801;
    margin-top: 15px !important;
    margin-left: 5px !important;
    border-radius: 0;
    max-width: 100%;
}

    .bt_orange.add_user:hover, .bt_orange.credits:hover {
        background: #313750;
        color: #fff;
    }

.bt_orange.credits {
    width: 180px;
    max-width: 100%;
    margin-top: 30px !important;
}

.card-wrapper {
    margin-top: 25px;
}

form.relatorio .row {
    align-items: flex-end;
}

form.relatorio .bt_orange.add_user {
    margin-bottom: 0;
    margin-top: 0 !important;
    height: 42px;
}

table.table-extrato {
    margin-top: 30px;
}

form.relatorio input[type="text"] {
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2zm11 9H4v9h16v-9zm-4.964 1.136l1.414 1.414-4.95 4.95-3.536-3.536L9.38 12.55l2.121 2.122 3.536-3.536zM7 5H4v3h16V5h-3v1h-2V5H9v1H7V5z' fill='rgba(219,219,219,1)'/%3E%3C/svg%3E");
}

form.compra .select {
    border: 0;
    margin-bottom: 20px;
}

form.compra .options li {
    height: 44px;
    line-height: 44px;
}

form.compra label {
    font-size: 14px;
}

.boleto-box, .cartao-box {
    display: none;
}

    .boleto-box.exibindo, .cartao-box.exibindo {
        display: block;
    }

    .boleto-box h3, .cartao-box h3 {
        font-weight: 400;
        color: #313750;
        font-size: 22px;
        letter-spacing: -0.66px;
    }

    .boleto-box h4, .cartao-box h4 {
        font-size: 20px;
        letter-spacing: -0.66px;
        font-weight: 400;
        color: #313750;
    }

        .boleto-box h4 strong, .cartao-box h4 strong {
            font-weight: 600;
            color: #FF6801;
        }

.cartao-box {
    margin-top: 20px;
}

.boleto-box {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

    .boleto-box a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        letter-spacing: -0.48px;
        background: #FF6801;
        height: 40px;
        float: left;
        width: 48%;
        margin: 0 auto 10px;
        font-weight: 600;
    }

    .boleto-box .botoes {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .boleto-box a:hover {
        background: #313750;
        color: #fff;
    }

form.credit-card {
    margin: 25px 0 !important;
}

    form.credit-card .col-12, form.credit-card .col-4, form.credit-card .col-5, form.credit-card .col-6 {
        padding: 0 4px;
    }

.jp-card-container {
    margin: 0 !important;
    margin-left: 5px !important;
}

.jp-card .jp-card-back .jp-card-display, .jp-card .jp-card-front .jp-card-display {
    opacity: 1 !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry, .jp-card .jp-card-back .jp-card-cvc, .jp-card .jp-card-front .jp-card-cvc {
    font-family: 'Poppins', sans-serif !important;
}

    .jp-card .jp-card-front .jp-card-lower .jp-card-expiry::after, .jp-card .jp-card-front .jp-card-lower .jp-card-expiry::before {
        font-family: 'Poppins', sans-serif !important;
        opacity: 1 !important;
        font-weight: 400 !important;
    }

.jp-card-logo {
    height: 42px !important;
    width: 75px !important;
}

.jp-card-mastercard, .jp-card-visa, .jp-card-amex, .jp-card-discover, .jp-card-dinersclub, .jp-card-elo {
    font-size: 0 !important;
}

.jp-card-expiry {
    font-size: 14px !important;
}

.jp-card-mastercard:before, .jp-card-mastercard:after, .jp-card-visa:before, .jp-card-visa:after,
.jp-card-amex:before, .jp-card-amex:after, .jp-card-discover:before, .jp-card-discover:after,
.jp-card-dinersclub:before, .jp-card-dinersclub:after, .jp-card-elo:before, .jp-card-elo:after {
    display: none !important;
}

.jp-card-mastercard {
    background-image: url(https://i.ibb.co/dP1VhkQ/mastercard.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.jp-card-visa {
    background-image: url(https://i.ibb.co/fHTtcqy/visa.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.jp-card-amex {
    background-image: url(https://i.ibb.co/YhMjZpN/amex.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-top: 0 !important;
}

.jp-card-discover {
    background-image: url(https://i.ibb.co/k2F2mpR/discover.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-top: 0 !important;
}

.jp-card-dinersclub {
    background-image: url(https://i.ibb.co/D9YmvmZ/dinners.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.jp-card-elo {
    background-image: url(https://i.ibb.co/dP1VhkQ/mastercard.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.jp-card.jp-card-visa.jp-card-identified .jp-card-front::before, .jp-card.jp-card-visa.jp-card-identified .jp-card-back::before,
.jp-card.jp-card-mastercard.jp-card-identified .jp-card-front::before, .jp-card.jp-card-mastercard.jp-card-identified .jp-card-back::before {
    background-color: #000204 !important;
}

.jp-card.jp-card-discover.jp-card-identified .jp-card-front::before, .jp-card.jp-card-discover.jp-card-identified .jp-card-back::before {
    background-color: #26A5DF !important;
}

.instrucoes {
    margin-top: 40px;
}

    .instrucoes ul {
        padding-left: 15px;
    }

        .instrucoes ul li {
            color: #313750;
            font-size: 12px;
            line-height: 1.2;
            margin-bottom: 20px;
            list-style: disc;
            padding-right: 50px;
        }

    .instrucoes h3 {
        margin-bottom: 25px !important;
    }

.faq {
    padding-bottom: 30px;
    border-bottom: 2px dotted #707070;
    margin-bottom: 30px;
}

    .faq h3 {
        font-size: 18px;
        letter-spacing: -0.54px;
        color: #313750;
        font-weight: 400;
        border-bottom: 2px dotted #707070;
        padding-bottom: 8px;
        margin-bottom: 30px;
    }

    .faq h4, .contato h4 {
        font-size: 18px;
        letter-spacing: -0.54px;
        color: #FF6801;
        font-weight: 600;
        margin-top: 20px;
        display: block;
    }

.question h5 {
    font-size: 15px;
    letter-spacing: -0.42px;
    color: #313750;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}

.question .resposta {
    border: 2px dotted #FF6801;
    font-weight: 400;
    color: #313750;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: ease-in-out .3s;
    transition: .3s ease-in-out;
    opacity: 0;
    -webkit-transform: scaleY(.6);
    -ms-transform: scaleY(.6);
    transform: scaleY(.6);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    font-size: 0;
}

.question.active .resposta {
    max-height: 550px;
    padding: 20px 20px 0px;
    opacity: 1;
    margin-bottom: 15px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 14px;
}

.question h5:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #FF6801;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.question.active h5 {
    font-weight: 600;
}

    .question.active h5:before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #FF6801;
        border-bottom: 0;
    }

section.atendimento, section.termo {
    background: #F4F2F0;
    padding: 60px 0;
}

textarea {
    border-radius: 8px !important;
    border: 1px solid #D6D6D6 !important;
    min-height: 174px !important;
    font-size: 14px;
    padding: 10px 20px !important;
    color: #313750 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

    textarea:focus {
        border: 1px solid #FF6801 !important;
    }

.form-contato .bt_orange {
    border-radius: 11px;
    max-width: 100%;
    width: 235px;
    font-size: 16px;
}

.form-contato {
    max-width: 100%;
    width: 600px;
}

section.termo .box-termos h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.modal-open {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    background: rgba(0, 0, 0, 0.5);
}

.modal .box-termos {
    max-width: 900px;
    width: 95%;
    position: relative;
    max-height: 90%;
    padding-top: 60px;
    height: 800px;
}

    .modal .box-termos .text-scroll {
        max-height: 100% !important;
        overflow-y: auto !important;
    }

.close-box .icon {
    height: 25px;
    display: block;
}

.icon-times::before {
    content: "\66";
}

.close-box {
    position: absolute;
    top: 25px;
    right: 40px;
    cursor: pointer;
}

.usuario-extrato .select {
    border: 0;
}

.usuario-extrato .options li {
    height: 35px;
    line-height: 35px;
}




@media(max-width: 1180px) {
    .box-produto {
        width: 50%;
        padding: 5px;
        float: left;
        max-width: 100%;
        margin: auto !important;
    }
}


@media(max-width: 900px) {
    h3.title-section {
        padding-top: 0px;
    }

    .itens-conta {
        margin-bottom: 35px;
    }

    header .content-header .logo {
        max-width: 240px;
    }

    header .content-header {
        padding: 17px 0;
        min-height: 66px;
    }

    .menu-button span, .menu-button::after, .menu-button::before {
        background: #313750;
    }

    .menu-button {
        display: block !important;
        position: relative;
        width: 34px;
        height: 31px;
        padding: 0;
        cursor: pointer;
        border: none;
        outline: 0 !important;
        background: 0 0 !important;
        box-shadow: none;
    }

        .menu-button::after, .menu-button::before {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 80%;
            height: 3px;
            pointer-events: none;
            -webkit-transition: -webkit-transform .25s;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 100% 50%;
            transition: all .5s;
        }

        .menu-button::before {
            width: 100%;
            -webkit-transform: translate3d(0,-10px,0) scale3d(.8,1,1);
            transform: translate3d(0,-12px,0) scale3d(1,1,1);
            transition: all .5s;
        }

        .menu-button::after {
            -webkit-transform: translate3d(0,10px,0) scale3d(.8,1,1);
            transform: translate3d(0,12px,0) scale3d(1,1,1);
            transition: all .5s;
        }

        .menu-button span {
            position: absolute;
            right: 0;
            overflow: hidden;
            width: 60%;
            height: 3px;
            text-indent: 200%;
            -webkit-transition: opacity .25s;
            transition: all .5s;
        }

    .menu-button-open::before {
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
    }

    .menu-button-open::after, .menu-button-open::before {
        transform-origin: 50% 50%;
        transition: all .5s;
    }

    .menu-button-open::after {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        width: 100%;
    }

    .menu-button-open span {
        opacity: 0;
    }

    .content-header .menu {
        position: fixed;
        width: 250px;
        height: calc(100% - 66px);
        top: 66px;
        background: #f8f8f8;
        right: 0;
        padding: 30px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        overflow-y: auto;
        transition: -webkit-transform .50s ease;
        transition: transform .50s ease;
        transition: transform .50s ease,-webkit-transform .50s ease;
        -webkit-transform: translate3d(250px,0,0);
        transform: translate3d(250px,0,0);
        z-index: 400;
    }

    .content-header .menu-open {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .content-header .menu ul {
        align-items: flex-start !important;
        flex-wrap: wrap;
        flex-direction: column;
        order: 2;
        width: 100%;
        border-top: 2px solid #ccc;
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    header .content-header .menu li a {
        padding: 10px 0;
        display: block;
        text-decoration: none;
    }

    .menu .bt-entrar {
        margin-left: 0;
        order: 1;
    }

    .content-header .sociais-mobi {
        order: 3;
        margin-top: 20px;
        display: block;
    }

        .content-header .sociais-mobi ul {
            padding: 0;
            border: 0;
            display: flex;
            align-items: center !important;
            justify-content: space-between;
            flex-direction: row;
            margin: 0;
        }

            .content-header .sociais-mobi ul li a img {
                height: 25px;
            }

            .content-header .sociais-mobi ul li a {
                padding: 0 10px;
            }

    .banners-top .banner .text h2, .banners-rodape .banner .text h2 {
        font-size: 25px;
    }

    .banners-top .banner .text span, .banners-rodape .banner .text span {
        font-size: 16px;
    }

    .banners-top .banner .icon {
        max-width: 60px;
    }

    .banners-top .banner, .banners-rodape .banner {
        background-position: center left;
        height: 430px;
    }

    .box-produto {
        width: 320px;
        padding: 5px;
        float: none;
        max-width: 100%;
        margin: auto !important;
    }

    .seguranca {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

        .seguranca .text {
            padding-right: 0;
            position: relative;
            margin-right: 0;
            margin-bottom: 25px;
        }

            .seguranca .text:after {
                display: none;
            }

    section.quem-somos .text-sobre h2 {
        font-size: 25px;
    }

    section.quem-somos .text-sobre p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .passos .passo {
        min-width: auto;
    }

    .passos ul.slick-dots {
        bottom: 0;
        display: flex;
    }

    .pre-footer .content-pre {
        flex-wrap: wrap;
        justify-content: center;
    }

        .pre-footer .content-pre .open-guia {
            font-size: 19px;
            margin-right: 0;
            order: 2;
            margin-top: 15px;
        }

    .pre-footer .guia-rapido ul {
        overflow: hidden;
        margin-bottom: 25px;
        text-align: center;
    }

        .pre-footer .guia-rapido ul li {
            width: 100%;
        }

    .pre-footer .guia-rapido h3 {
        text-align: center;
    }

    .pre-footer .guia-rapido-open {
        margin-bottom: 0;
        padding: 35px 0 20px;
    }

    .rodape .content-rodape {
        display: block;
    }

    .box-rodape.institucional {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

        .box-rodape.institucional .logo-rodape {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .box-rodape.institucional .text {
            text-align: center;
            width: 100%;
        }

            .box-rodape.institucional .text p {
                margin: auto;
            }

    .box-rodape.segur .certificado {
        border-left: 0;
        padding-left: 0;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box-rodape.links-terms ul {
        display: block;
        text-align: center;
    }

        .box-rodape.links-terms ul li:first-child a {
            margin-right: 0;
        }

    .box-produto .content .descricao {
        left: 0;
    }

    .box-produto .content .open-descricao.descricao-open + .descricao {
        max-width: 100%;
        width: 100%;
    }

    .servicos-pf, .servicos-pj, .servicos-pt {
        padding-bottom: 70px;
        position: relative;
    }

        .servicos-pf ul.slick-dots li button, .servicos-pj ul.slick-dots li button, .servicos-pt ul.slick-dots li button {
            background: #313750;
        }

        .servicos-pf ul.slick-dots, .servicos-pj ul.slick-dots, .servicos-pt ul.slick-dots {
            bottom: -20px;
            position: relative;
            display: flex;
        }

    .text-mobile {
        display: block;
        max-width: 100%;
        padding: 0 15px;
    }

        .text-mobile h2 {
            font-weight: 600;
            text-align: left;
            margin-bottom: 20px;
            color: #313750;
            text-transform: none;
            letter-spacing: -1px;
        }

            .text-mobile h2 span {
                position: relative;
                display: inline-block;
                margin-bottom: 8px;
            }

            .text-mobile h2::after {
                content: "";
                display: block;
                height: 1px;
                background-color: #000;
                opacity: .5;
            }

            .text-mobile h2 span::before {
                content: "";
                display: block;
                height: 3px;
                background-color: #FF6E0B;
                position: absolute;
                bottom: -10px;
                left: 0;
                z-index: 2;
                width: 100%;
            }

    .arrow {
        background-color: #313750;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        position: absolute;
        color: #fff;
        cursor: pointer;
    }

        .arrow:hover {
            background-color: #FF6E0B;
        }

    .arrow-prev-pf, .arrow-prev-pj {
        top: 0;
        right: 55px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
        background-position: center right 55%;
        background-size: 22px;
        background-repeat: no-repeat;
    }

    .arrow-next-pf, .arrow-next-pj {
        top: 0;
        right: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
        background-position: center left 55%;
        background-size: 22px;
        background-repeat: no-repeat;
    }

    .newsletter {
        flex-direction: column;
        max-width: 100%;
    }

        .newsletter .info {
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
        }

        .newsletter .form {
            width: 100%;
            padding-left: 0;
            position: relative;
            margin-top: 20px;
        }

        .newsletter .info .text {
            text-align: center;
        }

        .newsletter .text .first {
            margin-top: 10px;
            line-height: 1.2;
            margin-bottom: 10px;
        }

    #msform {
        padding: 0 10px;
    }

    .radio__label {
        font-size: 14px;
        color: #313750;
        letter-spacing: -0.48px;
        line-height: 16px;
    }

    label.checkbox {
        font-size: 0px;
    }

    .wrap-login100 h3 {
        font-size: 19px;
    }

    .caminho-codigo span {
        width: 100%;
        font-size: 22px;
    }

    .novo-codigo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .novo-codigo span {
            margin: 0 auto 10px;
        }

    .progresso {
        flex-wrap: wrap;
    }

        .progresso h4 {
            flex: 0 0 100%;
        }

    #progressbar {
        width: 100%;
    }

        #progressbar li {
            font-size: 14px;
        }

    .page-cadastro .wrap-login100 {
        padding: 50px 0;
    }

    .sidebar {
        background: #fff;
        min-height: 100vh;
        width: 350px;
        float: left;
        position: fixed;
        z-index: 200;
        left: 0;
        max-width: 100%;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: -webkit-transform .50s ease;
        transition: transform .50s ease;
        transition: transform .50s ease,-webkit-transform .50s ease;
        left: 0;
        -webkit-transform: translate3d(-350px,0,0);
        transform: translate3d(-350px,0,0);
    }

    .sidebar-open {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    section.consultar {
        overflow: hidden;
        background: #f4f2f0;
    }

    .content-consulta {
        width: 100%;
        float: left;
        padding: 100px 10px 50px !important;
    }

    .infos-consulta {
        font-size: 19px;
        flex-wrap: wrap;
        line-height: 1.1;
    }

    .adicionais {
        padding: 30px 5px 190px;
    }

    .consulta-completa-info ul li {
        width: 100%;
    }

    .pre-footer .content-pre .sociais-footer {
        width: 100%;
        justify-content: center;
    }

    .mobile {
        display: block;
    }

    .menu-consulta {
        position: absolute;
        top: 25px;
        color: #fff;
        font-size: 18px;
        letter-spacing: -0.66px;
        font-weight: 500;
        box-shadow: none !important;
        background: #313750;
        padding: 5px 0;
        padding-left: 10px !important;
    }

        .menu-consulta span {
            position: relative;
            padding-left: 35px;
            display: flex;
            flex-wrap: wrap;
        }

            .menu-consulta span small {
                display: block;
                font-size: 12px;
                width: 100%;
                text-align: left;
                line-height: 1;
                font-weight: 400;
            }

            .menu-consulta span:before {
                content: "";
                width: 25px;
                height: 25px;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M21 18v2H3v-2h18zM17.404 3.904L22 8.5l-4.596 4.596-1.414-1.414L19.172 8.5 15.99 5.318l1.414-1.414zM12 11v2H3v-2h9zm0-7v2H3V4h9z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
                background-size: 100%;
            }

    .sidebar .close-box {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 1.125rem;
        width: 22px;
        height: 22px;
        cursor: pointer;
        transition: .2s ease-out;
    }

    .icon-times::before {
        content: "\66";
    }

    .top-side span:last-child {
        font-size: 18px;
    }

    .order-1, .order-md-3 {
        margin-bottom: 35px;
    }

    a.conta-icon {
        display: none;
    }

    .card-wrapper > .jp-card-container {
        transform: scale(0.9) !important;
    }

    .card-wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .instrucoes ul li {
        padding-right: 0;
    }

    form.relatorio .bt_orange.add_user {
        width: 100%;
    }

    .aba-result h2.title-aba-result {
        font-size: 16px;
        padding: 12px 10px;
    }

        .aba-result h2.title-aba-result::before {
            right: 10px;
            width: 10px;
            height: 2px;
        }

        .aba-result h2.title-aba-result::after {
            right: 14px;
            width: 2px;
            height: 10px;
        }

    .aba-result .dados table tr td {
        font-size: 14px;
    }

    .top-resultado h3 {
        font-size: 18px;
    }

    span.aviso strong {
        font-size: 13px;
    }

    span.aviso img {
        height: 24px;
    }
    .tooltip-container {
        display: inline-block;
        position: relative;
    }

    .info-tooltip {
        display: inline-block;
        margin-left: 5px;
        font-size: 14px;
        font-weight: bold;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 50%;
        background-color: #007bff;
        color: white;
        cursor: pointer;
    }

    .tooltip-text {
        display: none;
        position: absolute;
        background-color: #333;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        font-size: 12px;
        width: 250px;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        white-space: normal;
    }

    .tooltip-container:hover .tooltip-text {
        display: block;
    }

    a.btn-success {
        background-color: #313750;
        border-color: #313750;
    }

    button.btn-primary {
        background-color: #FF6801;
        border-color: #FF6801;
    }

    a.btn-success:hover {
        background-color: #FF6801;
        border-color: #FF6801;
    }

    button.btn-primary:hover {
        background-color: #313750;
        border-color: #313750;
    }


}
