<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0px;
    background: #e5ebf4;
    height:100%;
    width:100%;
    overflow: hidden !important;
}




.MYMENUTOPO{
    width: 100%;
    padding-right: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}



#MYPERCENT{
    width: 0%;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #24b663;
    transition: width 0.3s;
}




.LSI_BRINDE{
    width: 100%;
    margin-bottom: 0px;
    padding-left: 15px;
    position: relative;
}

.LSI_BRINDE::before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 5px;
    background: #444;
}



.MON{
    width: 100%;
    height: 7px;
    background: #e1e1e1;
    position: absolute;
    left: 0px;
    top: -7px;
    transition: width 0.3s;
}

.NOW_STEP_1 .MON{
    width: 1px;
    left: -1px;
}




.MYTEXTAREA{
    min-height: 100px !important;
}



#MYWIN{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999999999;
    background: rgba(0,0,0,0.8);
    display: none;
    overflow: scroll;
    font-size: 12px !important;
}


.KONA2023{
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 12px !important;
}



.SCANNING .MONDAY{
    opacity: 1;
}


.CODE_WIN{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}


.THECODE{
    font-size: 22px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}


.CONECREW{
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
}



#ROMA_TOPO{
    z-index: 999999;
    background: none;
    padding: 0px;
    position: fixed;
    height: 60px;
    width: 100%;
    left:0px;
    top: 0px;
    z-index: 999999;
    background: none;
}



#ROMA{
    z-index: 999999;
    padding: 0px;
    position: fixed;
    height: 60px;
    width: 100%;
    left:0px;
    bottom: 0px;
    background: #e5ebf4;
    border-top: 1px solid rgba(0,0,0,0.1);
    transition: bottom 0.5s;
}





.ETAPAS{
    width: 70px;
    left: calc(50% - 70px);
    line-height: 60px;
    position: absolute;
    top: 0px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    transition: left 0.3s, text-align 0.3s;
}




.BACKBT{
    position: relative;
    left: 0px;
    transition: left 0.3s;
}


.NOW_STEP_1 .ETAPAS{
    left: 30px;
    text-align: left;
}


.NOW_STEP_1 .BACKBT{
    left: -90px;
}

.NOW_STEP_1 .NEXT_BT{
    
}



.NOW_STEP_OK #ROMA{
    bottom: -67px;
}


#NEXT_BT_WIN {
    grid-column: 1/2;
    grid-row: 4/5;
    background: #24b663;
    box-shadow: inset 0.2rem 0.2rem 1rem #24b663, inset -0.2rem -0.2rem 1rem #24b663, 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
    color: var(--greyLight-1);
    display: none;
}



.NOW_STEP_FINAL #NEXT_BT_FAKE,
.NOW_STEP_FINAL #NEXT_BT
{
    display: none !important;
}



.card{
    width:calc(50% - 24px);
    margin: 10px;
    margin-bottom: 80px !important;
    display: inline-block;
    position: relative;
    padding: 0px !important;
    min-height: inherit !important;
    border-radius: 10px;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-3), -0.2rem -0.2rem 0.5rem var(--white);
}


.card_selected{
    box-shadow: inset 2rem 0.5rem 1rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);    
}

.card_selected .GLASS{
    width: calc(100% - 20px);
    height: calc(100% - 0px);
    position: absolute;
    left: 10px;
    border: 10px solid #006298;
    border-radius: 7px;
}


.btn{
    margin-top: 10px;
}



.MYMAX{
    width: calc(100% - 60px);
    height: 60px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.CLOAK{
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    overflow: scroll !important;
    position: relative;
}






.GAP{
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px);
    max-width: 500px;
    display: inline-block;
    top: 70px;
    left: 30px;
    position: absolute;
}



.campo_DATA{
    background-image: url(/PESQUISA/WHAT/images/calendar.svg);
    background-position:  center right 10px;
    background-repeat: no-repeat;
    background-size: 28px;
}

.campo_ONEOPTION{
    display: none;
}

.campo_RATING{
    display: none;
}


.campo_VALOR{
    display: none;
}

.campo_GIFT{
    display: none;
}



.CROSS{
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}


.w-32_s {
    width: auto;
}

.px-5 {
    padding-left: 20px;
    padding-right: 20px;
}


.card h3 i {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 5px !important;
}


.TITPROD{
    position: absolute;
    left: 0px;
    bottom: -75px;
    font-size: 12px;
    color: #222;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 700;
    z-index: 999;
    height: 60px;
}


.PERC{
    height: 10px;
    border-radius: 0px;
    border: 0px;
}

.py-10 {
    padding-top: 0px;
}


.COMPANY{
    width: 100%;
    background: url(/PESQUISA/WHAT/images/COMPANY.svg) no-repeat center left;
    background-size: 32px;
    padding-left: 40px;
    margin-top: 15px;
    display: none;
}

.DORA{
    border-left:1px solid #222; padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #222;
}


.CORP{
    margin-top: 100px;
    width: calc(100vw - 40px);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}



.CAMP_TIT{
    z-index: 9;
    position: relative;
    width: calc(100% - 30px);
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    transition: margin-left 0.3s;
}

.ALGUMERRO .CAMP_TIT,
.TEMERRO .CAMP_TIT
{
    margin-left: 30px;
}


.TIT_ORI{
    display: block;
}

.TIT_ERROR{
    display: none;
}

.ALGUMERRO .TIT_ORI,
.TEMERRO .TIT_ORI
{
    display: none;
}

.ALGUMERRO .TIT_ERROR,
.TEMERRO .TIT_ERROR
{
    display: block;
}




.ALERT_ERRO{
    position: absolute;
    left: 0px;
    top: -7px;
    width: 32px;
    height: 32px;
    z-index: 99;
    font-size: 26px;
    color: #cc0000;
    display: none;
}


.TEMERRO .ALERT_ERRO,
.ALGUMERRO .ALERT_ERRO{
    animation: animate 0.6s linear infinite;
    display: block;
}




@keyframes animate{
    0%{
        opacity: 0.3;
    }
        50%{
        opacity: 1;
    }
    100%{
        opacity: 0.3;
}
}



.MYILU{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}



.TRAININGCAMP{
    width: 100%;
    position: relative;
    margin-bottom: 20px !important;
}


.MYCAMP{
    box-shadow: inset 0.2rem 0.2rem 0.3rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
}



.ALGUMERRO .MYCAMP_{
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px #cc0000;
    background: rgba(255,255,255, 0.5);
}


.nome_empresa{
    font-weight: 900;
}


.TIT_CNPJ_INVALIDO{
    display: none;
}

.cidadeestado_empresa{
    font-size: 12px;
}







#NEXT_BT{
    display: none;
}

.OKNEXT #NEXT_BT_FAKE{
    display: none;
}

.OKNEXT #NEXT_BT{
    display: inline-block;
}


#MYSTEP
{
    display: none;
}





.pick-submit svg{
    display: inline-block;
}

.pick-arw{
    opacity: 1 !important;
    display: none !important;
}

div.datedropper .picker-jumped-years&gt;div{
    height: 40px;
    line-height: 40px;
    padding: 0px;
    width: 100%;
}

.picker-jumper-years-visible{
    z-index: 999 !important;
}



.picker{
    padding-top: 50px !important;
}

.pick-y_{
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 50% !important;
    z-index: 999 !important;
}

.pick-m_{
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    width: 50% !important;
    z-index: 999 !important;
}
f



.BRINDE_SATURADO .card{
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
}

.BRINDE_SATURADO .card_selected{
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}



.DADOS_SEM_CNPJ{
    display: none;
}






</pre></body></html>