* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    --cor-pendencia: #ffa800;
    --cor-aprovado: #00a859;
    --cor-analise: #0071fc;
    --cor-recusado: #c0392b;
    --cor-expirado: #000;
    --cor-aguardando: #4b6987;
    --cor-inativo: #d3d3d3;
}

.pm-0 {
    margin: 0px !important;
    padding: 0px !important;
}

.ls-none {
    list-style: none;
}

.index {
    z-index: 10;
    position: relative;
}

.baloo {
    font-family: 'Baloo 2', cursive !important;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

@media(max-width: 720px) {
    .h-mobile-form {
        min-height: 674px;
    }

    .mb-80p {
        margin-bottom: 80px !important;
    }
}

.bd-callout-border-0 {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #ffffff00;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-info {
    border-left-color:var(--bs-info);
}

.bd-callout-warning {
    border-left-color: var(--bs-warning);
}

.bd-callout.cor-aguardando {
    border-left-color: var(--cor-aguardando);
}

.bd-callout.cor-pendencia{
    border-left-color: var(--cor-pendencia);
}

.bd-callout.cor-aprovado{
    border-left-color: var(--cor-aprovado);
}

.bd-callout.cor-analise{
    border-left-color: var(--cor-analise);
}

.bd-callout.cor-recusado{
    border-left-color: var(--cor-recusado);
}

.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}

.divisor {
    border-bottom: solid 2px #FFF600;
}

.rounded-8 {
    border-radius: .8rem !important;
}

.rounded-8px {
    border-radius: 8px !important;
}

.btn-seta-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    background-color: #00000000;
    font-size: x-large;
}

.brand-main {
    background-image: url(../imagens/logo_brand2.png);
    background-position: 0px 110px;
    background-repeat: no-repeat;
    background-size: 33% auto;
    opacity: 0.4;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.brand-main-mobile {
    background-image: url(../imagens/logo_brand2.png);
    background-position: 40px 80px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    opacity: 0.4;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.main-area {
    background-color: transparent;
    background-image: linear-gradient(210deg, #0002a0 31%, #f00 88%);
    padding-left: 0px !important;
    padding-right: 0px !important;
    clip-path: polygon(100% 0, 100% 91%, 29% 100%, 0 91%, 0 0);
}

.main-area-conta {
    background-color: transparent;
    background-image: linear-gradient(210deg, #0002a0 31%, #f00 88%);
}

.main-area-acomp {
    background-color: transparent;
    background-image: linear-gradient( 210deg, #0002a0 31%, #1000ff 88%);
}

.active-menu-acomp {
    position: relative;
    background-color: #0d6efdc4;
    border-radius: 12px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,21%) !important
}

/*simulador*/
.calc-int {
    background-color: rgba(255,255,255,.15);
    border-radius: 8px;
    padding: 10px 0.8rem !important;
}

.calc-fora {
    background-image: linear-gradient(95deg, rgba(255,255,255,0.31) 49%, rgba(255,255,255,0.14) 49%);
    border-radius: 8px;
    padding: 5px 0.5rem !important;
}

.btn-ajuste {
    cursor: pointer;
    height: 09vh;
    background-color: var(--bs-blue);
    border-radius: 5px;
    margin: 3px;
    border: 0px;
    text-align: center;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: 'Baloo 2', cursive;
    font-size: large;
}

.btn-ajuste:hover {
    background-color: var(--bs-info);
}

.btn-ajuste.select {
    background-color: var(--bs-info)!important;
}

.btn-ajuste.fs {
    font-size:small !important;
    margin: 2px !important;
    height: 6vh !important;
}

.btn-calc {
    cursor: pointer;
    height: 09vh;
    background-color: rgba(2,2,144,0.8) !important;
    border-radius: 5px;
    margin: 3px;
    border: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: 'Baloo 2', cursive;
    font-size: large;
}

.btn-calc-volta {
    background-color: rgba(29, 229, 255, 0.767);
    cursor: pointer;
    height: 9vh;
    border-radius: 5px;
    margin: 3px;
    /*border: solid 2px rgba(29, 229, 255, 0.767);*/
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: 'Baloo 2', cursive;
    font-size: large;
}

.btn-calc-volta {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    z-index: 0;
}

.btn-calc-volta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    border-radius: 40%;
    transform: translate3d(-50%,-50%,0) scale3d(0,0,0);
    transition: opacity .4s cubic-bezier(.19,1,.22,1),transform .5s cubic-bezier(.19,1,.22,1);
    background-color: #fff;
    z-index: -1;
}

.btn-calc-volta:hover {
    color: rgba(29, 229, 255, 0.767);
}

 .btn-calc-volta:hover::before {
    transition-duration: .85s;
    transform: translate3d(-50%,-50%,0) scale3d(1,2,1)
 }

.iconfiltro {
    filter: brightness( 100% ) contrast( 100% ) saturate( 200% ) blur( 0px ) hue-rotate(0deg);
}

.card-icon {
    box-shadow: 0px 5px 10px 0.2px rgb(0 0 0 / 20%);
    border: none;
    min-height: 95%;
}

    .card-icon p {
        font-size: 1em;
        line-height: 1em;
        text-align: center !important;
    }

    .card-icon img {
        width: 40%;
        margin: 8%;
    }

@media(max-width: 720px) {

    .fs-img {
        width: 60% !important;
    }

    .fs-card {
        font-size: 15px !important;
    }

    .card-icon {
        min-height: 95% !important;
    }

    .t-area2 {
        font-size: 2.5em !important;
        letter-spacing: -5px;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        text-align: end !important;
    }

    .phone {
        width: 75% !important;
        margin-top: -65px !important;
        margin-right: 15px !important;
    }
}

.section-area2 {
    background-color: transparent;
    background-image: url(../img/notebook.jpg), linear-gradient(210deg, #0002a0 31%, #f00 88%);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: center left;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.bg-video {
    background-color: transparent;
    background-image: url(../imagens/cf-notebook.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.t-area2 {
    font-size: 3.5em;
    letter-spacing: -5px;
    margin-top: 120px;
    margin-bottom: 120px;
}

.phone {
    position: relative;
    margin-top: -110px;
    margin-right: 30px;
    width: 40%;
}

.num {
    text-align: center;
    font-size: 40px;
    background-image: linear-gradient(210deg, #4705e2 31%, rgb(136, 47, 253) 88%);
    color: white;
    border-radius: 8px;
    margin-top: -8px;
    margin-right: -12px
}

.cf-titulo {
    text-align: center;
    font-size: 40px;
    background-image: linear-gradient(210deg, #4705e2 31%, rgb(136, 47, 253) 88%);
    color: white;
    border-radius: 8px;
}

.sh {
    box-shadow: 0 .5rem 1rem rgba(67, 0, 250, 0.267) !important;
}

.sh-cf {
    box-shadow: 0 .175rem .65rem rgba(67,0,250,0.085) !important;
}

.alinha-num {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-titulo-fc {
    letter-spacing: -1px;
    color: white;
    text-shadow: rgb(8, 31, 107) 0.1em 0.1em 0.2em;
    margin-top: -24px;
}

.f-cf {
    color: #4e0ae5;
    letter-spacing: -1px;
}

.glider-next {
    right: 0;
}

.glider-prev {
    left: 0;
}

.bg-img-op {
    background-image: url(../img/bg-op.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-op {
    background-color: transparent;
    background-image: radial-gradient(at center center, rgba(0,10,204,0.43) 0%, rgba(0,51,204,0.64) 100%);
    opacity: 1;
    transition: background 0.5s, border-radius 0.3s, opacity 0.5s;
}

.bg-div-op {
    background-color: rgba(0,24,76,0.58);
    border-radius: 15px;
    padding: 20px 30px;
    margin: 10px 10px;
    height: 90%;
}

/*btn Redes Socias*/
.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(27, 27, 27, 0.26);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.bg-form-calc {
    background-color: #edf0ef !important;
    border-radius: 15px !important;
}

.bg-form-calc:disabled {
    background-color: #d3d3d3 !important;
    border: solid #fff 0px !important;
 }

.font-label-calc {
    font-family: 'Baloo 2', cursive !important;
    color: #a9a9a9 !important;
}

.evidenciar {
    position: relative;
    z-index: 5;
    white-space: pre;
    font-weight: bold;
}

.evidenciar::before {
    content: " ";
    position: absolute;
    width: 100%;
    border-bottom: 10px solid rgba(99, 211, 255, 0.425);
    bottom: 17.5%;
    left: 0px;
    z-index: -1;
}

/* Quem somos */
.qs-card-vermelho {
    background: linear-gradient(220deg, #f00 59%, #630000 100%);
}

.qs-brand-vermelho {
    background-image: url(../imagens/logo_brand2.png);
    background-position: 0px 110px;
    background-repeat: no-repeat;
    background-size: 33% auto;
    opacity: 0.4;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.qs-card-azul {
    background-image: radial-gradient(at center center, #0b00e8 59%, #060060 100%);
}

.qs-card-amarelo {
    background-image: linear-gradient(160deg, #f7c40c 59%, #826106 100%);
}

/* Alinha texto */
.qs-text-aling {
    padding: 50px;
}

.qs-text-fs {
    font-size: calc(1.2rem + .3vw) !important;
}

@media(max-width: 720px) {
    .qs-text-aling {
        padding: 10px;
    }

    .qs-text-fs {
        font-size: 100% !important;
    }
}

.qs-main-area {
    background-color: transparent;
    background-image: url(../img/quem_somos-tmk3.png), linear-gradient(210deg, #0002a0 31%, #f00 88%);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: top center;
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 100%);
}

.qs-section-area {
    background-color: #aaaaaa;
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 100%);
}

.qs-main-area-fs {
    padding-top: 250px;
    padding-bottom: 250px;
    font-size: 60px;
}

@media(max-width: 720px) {
    .qs-main-area-fs {
        padding-top: 200px;
        padding-bottom: 100px;
        font-size: 35px;
    }
}

.btn-recalc {
    background-color: #73a4ff;
    padding: 10px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}

.btn-border-emp {
    border-bottom: solid 4px #ff7300;
}

.btn-border-calc {
    border-bottom: solid 4px #00318d !important;
}

.btn-border-calc-red {
    border-bottom: solid 4px #870000 !important;
}

.li-modal-calc {
    align-items: center;
    display: flex;
    font-size: larger;
}

/*Como Funciona*/
.cf-main-area {
    background-image: linear-gradient(210deg, #0002a0 31%, #f00 88%);
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 100%);
}

.cf-section-area {
    background-color: #aaaaaa;
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 100%);
}

.cf-main-area-fs {
    font-size: 3em;
}

@media(max-width: 720px) {
    .cf-main-area-fs {
        font-size: 35px;
        text-align: center;
    }
}

.p-btn {
    position: relative;
    bottom: 260px;
}

.w-img {
    width: 50%;
}

@media(max-width: 720px) {
    .p-btn {
        bottom: 160px;
    }

    .w-img {
        width: 100%;
    }
}


/*Atendimento*/
.at-main-area {
    background-color: transparent;
    background-image: linear-gradient( 210deg, #00054dbd 31%, #800000e3 88%), url(../img/zap_patter.jpg);
    background-repeat: repeat-x;
    padding-bottom: 15px;
    top: 0;
}

.card-cor {
    border: solid 0px #0dcaf0;
    height: 227.2px;
}

/*FAQ*/
.faq-main-area {
    background-image: url(../img/faq.jpg), linear-gradient(210deg, #00025e 31%, #b400000f 88%);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: top center;
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 100%);
}

.faq-main-area-fs {
    font-size: 60px;
}

@media(max-width: 720px) {
    .faq-main-area-fs {
        
        font-size: 35px;
    }
}

.px-lg-10 {
    padding-left: 10rem;
    padding-right: 10rem;
}

.row-faq {
    padding-top: 320px;
    padding-bottom: 210px;
}

@media(max-width: 720px) {
    .faq-main-area-fs {
        font-size: 35px;
    }

    .row-faq {
        padding-top: 220px;
        padding-bottom: 200px;
    }

    .px-lg-10 {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

.topmais {
    display: block;
}

.faq-none {
    display: none;
}

.card-faq {
    border-radius: .4rem;
    margin: .5rem;
    border: 3px solid #dee2e6;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #8ba8c6;
    cursor: pointer;
    text-decoration: none;
}

    .card-faq i {
        background-color: #0d6efd;
        color: #fff;
    }

    .card-faq:hover {
        border: 3px solid #0d6efd;
        box-shadow: 0 .5rem 1rem #0026ff35;
        color: #0d6efd;
        background-color: #2c80ff44;
    }

.card-faq-ativo:hover {
    border: 3px solid #00dbeb;
    box-shadow: 0 .5rem 1rem #0026ff35;
    color: #00dbeb;
    background-color: #2c80ff44;
}

.card-faq-ativo {
    border: 3px solid #00dbeb;
    color: #00dbeb;
    background-image: linear-gradient(160deg, #0b38ff 0%, #00177c 100%);
    box-shadow: 0 .5rem 1rem #009df880;
}

    .card-faq-ativo i {
        background-color: #00dbeb;
        background-image: linear-gradient(160deg, #00d9ff 0%, #00dbeb 100%);
        color: #0c33e0;
    }

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00d9f4;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.accordion-button::after {
    display: none;
}

.btn-acordion {
    background-color: #0777ea;
    color: white;
}

/*cadastro*/
.col-form-conta {
    padding: 7% 7% 0px 7% !important;
}

.col-form-cont {
    padding: 5% 5% 0px 5% !important;
}

.w-logo {
    width: 80%;
}

.ptop {
    padding-top: 30px;
}

.p-cia {
    height:80vh;
    padding: 40px 20px;
}

.p-senha {
    padding: 5% 5% 70% 5%;
}

.w-ico{
    width:37%;
}

.p-sem-cia {
    padding: 14% 3% 70% 3%;
}

@media(min-width: 64rem) {
    .col-form-conta {
        padding: 3% 5% 0px 5% !important;
    }

    .col-form-cont {
        padding: 1% 3% 0px 3% !important;
    }

    .w-ico {
        width: 28%;
    }

    .w-logo {
        width: 40%;
    }

    .ptop {
        padding-top: 15vh;
    }

    .p-cia {
        padding: 30% 10% 40% 10%;
    }

    .p-senha {
        padding: 30% 10% 40% 10%;
    }

    .p-sem-cia {
        padding: 30% 10% 40% 10%;
    }
}

.card-nv {
    border-radius: 10px !important;
    box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 15%) !important;
    cursor: pointer;
}

    .card-nv:hover {
        border: 3px solid #0d6efd !important;
        box-shadow: 0 0.5rem 1rem #0026ff35 !important;
        color: #0d6efd;
        background-color: #2c80ff44;
    }



/*Conta*/
.header-area-conta {
    height: 20rem;
    background-image: linear-gradient(210deg, #0002a0 31%, #5600ff 88%);
}

.logo-conta {
    text-align: center;
}

.p-header-conta {
    padding: 45px;
}

.w-logo-conta {
    width: 150px;
}

.v-botao {
    text-align: center;
}

.form-conta {
    position: relative;
    top: -120px;
    margin: 0px 1rem;
    max-width: 500px;
}

.fs-7 {
    font-size: 0.8rem !important;
}

@media(max-width: 720px) {
    .w-logo-conta {
        width: 120px;
    }

    .p-header-conta {
        padding: 20px 5px;
    }

    .logo-conta {
        text-align: start;
    }

    .botao-simular {
        font-size: 12px;
    }

    .v-botao {
        text-align: end;
    }

    .form-conta {
        max-width: 340px;
    }

    body {
        background-color: #f0f0f0 !important;
    }
}

.brand-main {
    background-image: url(../img/logo_brand2.png);
    background-position: 0px 110px;
    background-repeat: no-repeat;
    background-size: 33% auto;
    opacity: 0.4;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.brand-main-mobile {
    background-image: url(../img/logo_brand2.png);
    background-position: 40px 80px;
    background-repeat: no-repeat;
    background-size: 80% auto;
    opacity: 0.4;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* Estilização das etapas */
.card {
    z-index: 0;
}

.steps-etapas {
    margin: 15px;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
}



.fieldlabels {
    color: gray;
    text-align: left
}

#titulo-progressbar,
#progressbar {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    color: lightgrey;
}

    #titulo-progressbar .aprovado,
    #progressbar .aprovado {
        color: #239201;
    }

    #titulo-progressbar .status,
    #progressbar .status {
        color: #F39C12;
    }

    #titulo-progressbar li,
    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 20%;
        float: left;
        position: relative;
        font-weight: 100;
        text-align: center;
    }


    #progressbar #envia-dados:before {
        font-family: FontAwesome;
        content: "\f56f"
    }

    #progressbar #analise-cred:before {
        font-family: FontAwesome;
        content: "\f688"
    }

    #progressbar #analise-doc:before {
        font-family: FontAwesome;
        content: "\f2c2"
    }

    #progressbar #lib-cred:before {
        font-family: FontAwesome;
        content: "\f4c0"
    }

    #titulo-progressbar li:before,
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 48px;
        display: block;
        font-size: 26px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 1px
    }

li#lib-cred::after {
    width: 0px !important;
}

#titulo-progressbar li:after {
    content: '';
    width: 100%;
    height: 0px;
    background: lightgray;
    position: absolute;
    left: 45px;
    top: 18px;
    z-index: -1
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 45px;
    top: 25px;
    z-index: -1
}

#progressbar li.aprovado:before,
#progressbar li.aprovado:after {
    background: #239201;
}

#progressbar li.aprovado:before {
    font-family: FontAwesome;
    content: "\f00c" !important;
}

#progressbar li.status:before {
    background: #F39C12;
}

li.cor-recusado {
    color: var(--cor-recusado) !important;
}

#progressbar li.cor-recusado {
    color: var(--cor-recusado) !important;
}

#progressbar li.cor-recusado:before {
    background: var(--cor-recusado) !important;
}

li.cor-aprovado {
    color: var(--cor-aprovado) !important;
}

#progressbar li.cor-aprovado {
    color: var(--cor-aprovado) !important;
}

#progressbar li.cor-aprovado:before {
    background: var(--cor-aprovado) !important;
}

li.cor-analise {
    color: var(--cor-analise) !important;
}

#progressbar li.cor-analise {
    color: var(--cor-analise) !important;
}

#progressbar li.cor-analise:before {
    background: var(--cor-analise) !important;
}

li.cor-pendencia {
    color: var(--cor-pendencia) !important;
}

#progressbar li.cor-pendencia {
    color: var(--cor-pendencia) !important;
}

#progressbar li.cor-pendencia:before {
    background: var(--cor-pendencia) !important;
}

li.cor-expirado {
    color: var(--cor-expirado) !important;
}

#progressbar li.cor-expirado {
    color: var(--cor-expirado) !important;
}

#progressbar li.cor-expirado:before {
    background: var(--cor-expirado) !important;
}

li.cor-aguardando {
    color: var(--cor-aguardando) !important;
}

#progressbar li.cor-aguardando {
    color: var(--cor-aguardando) !important;
}

#progressbar li.cor-aguardando:before {
    background: var(--cor-aguardando) !important;
}

li.cor-inativo {
    color: var(--cor-inativo) !important;
}

#progressbar li.cor-inativo {
    color: var(--cor-inativo) !important;
}

#progressbar li.cor-inativo:before {
    background: var(--cor-inativo) !important;
}

#card-status-cor-pendencia {
    background: var(--cor-pendencia) !important;
}

#card-status-cor-aprovado {
    background: var(--cor-aprovado) !important;
}

#card-status-cor-analise {
    background: var(--cor-analise) !important;
}

#card-status-cor-recusado {
    background: var(--cor-recusado) !important;
}

#card-status-cor-expirado {
    background: var(--cor-expirado) !important;
}

#card-status-cor-aguardando {
    background: var(--cor-aguardando) !important;
}

#card-status-cor-inativo {
    background: var(--cor-inativo) !important;
}

.form-acesso-cia {
    text-align: initial;
    background-color: #f0f3ff;
    border-radius: 5px;
    padding: 15px;
}

#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    font-family: Raleway;
    padding: 40px;
    border-radius: 10px
}

input.invalid {
    background-color: #ffdddd
}

.tab {
    display: none
}

/*button:hover {
    opacity: 0.8
}*/

.step {
 height: 5px;
 width: 30px;
 margin: 0 2px;
 background-color: #e1e1e1;
 border: none;
 border-radius: 10px;
 display: inline-block;
}


.step.ativ {
    opacity: 1;
    background-color: #0d6efd;
}


.step.finish {
 background-color: #FFC107
}

.all-steps {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px
}


.thanks-message {
    display: none
}

/*formatacao modais*/
.modal-body {
    text-align: center;
}

/*.modal-footer {
    background-color: #b0c7f8;
}

.modal-header {
    background-color: #0e4d8b;
    color: white;
}

button.close {
    color: white;
}*/

.iconEye {
    position: absolute;
    top: 16px;
    right: 40px;
    font-size: 18px;
    color:#999999;
}

.text-modal-instrucao {
    font-size: 12px;
    padding: 8px;
    border-radius: 8px;
    border: solid 1px #c5c5c5;
    border-left-width: 5px;
    border-left-color: #f0ad4e;
    margin: 15px;
}

.text-modal-descricao {
    font-size: 17px;
}

/*botao file*/
.text-modal {
    font-family: 'Baloo Tamma 2', cursive;
    font-size: 15px;
}

.btn-file-input {
    display: none;
}

.btn-envia {
    cursor: pointer;
    background-color: #d2dcff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.fas-id {
    background-color: #3f79f5;
    padding: 10px;
    color: white;
    border-radius: 100%;
    font-size: 25px;
    margin-bottom: 20px;
}

.btn-fatura {
    width: 50% !important;
    text-align: center;
}

.btn-comprovante {
    width: 50%;
    text-align: center;
}

.btn-envia:hover {
    background-color: #b0c0ff;
    box-shadow: 0 0 0.4em #878fffa9;
}

/*formado anexado*/
.fas-check {
    background-color: white;
    padding: 10px;
    color: #4a71ff;
    border-radius: 100%;
    font-size: 25px;
    margin-bottom: 20px;
}

.btn-anexado-2file {
    background-color: #4a71ff !important;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.btn-anexado-fatura {
    width: 50%;
    background-color: #4a71ff;
    border-radius: 5px;
    padding: 10px;
}

.btn-anexado-comprovante {
    width: 50%;
    background-color: #4a71ff;
    border-radius: 5px;
    padding: 10px;
}

.form-acesso-cia {
    text-align: initial;
    background-color: #f0f3ff;
    border-radius: 5px;
    padding: 15px;
}

.text-instr {
    font-family: 'Baloo 2', cursive;
    color: rgb(160, 160, 160);
    font-size: 20px;
    margin: 0px 30px;
    text-align: center;
}

.header-modal-pendencia {
    background-color: #0e4d8b;
    color: white;
}

.footer-modal-pendencia {
    background-color: #b0c7f8;
    color: white;
}

.btn-agenda {
    width: 75px;
}

.fs-status {
    font-size: 15px;
}

.size-icon {
    width: 65%;
}



@media(max-width: 768px) {

    #titulo-progressbar li,
    #progressbar li {
        font-size: 10px;
    }

    #progressbar li:after {
        top: 18px;
    }

    #titulo-progressbar li:before,
    #progressbar li:before {
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 20px;
    }

    .fs-status {
        font-size: 13px;
    }

    .size-icon {
        width: 90%;
    }
}


/*404*/
#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.notfound .notfound-404 {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Maven Pro', sans-serif;
    color: #ececec;
    font-weight: 900;
    font-size: 276px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 }

.notfound h2 {
    font-weight: 900;
    margin: 0px;
}

.notfound p {
    color: #000;
    font-weight: 400;
    margin-top: 15px;
}

.notfound a {
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #189cf0;
    display: inline-block;
    padding: 16px 38px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background-color: #fff;
    border-color: #189cf0;
    color: #189cf0;
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 162px;
    }

    .notfound h2 {
        font-size: 26px;
    }
}

.btn-v-conf {
    position: relative;
    bottom: 22vh;
}

@media(max-width: 720px) {
    .btn-v-conf {
        bottom: 18vh;
    }
}

.w-img-orient {
    width: 70%;
}

@media(max-width: 720px) {
    .w-img-orient {
        width: 100%;
    }
}

.btn-close-orientacao {
    position: fixed;
    background-color: white;
    top: 11vh;
    left: 100vh;
    border-radius: 50%;
}

@media(max-width: 720px) {

    .btn-close-orientacao {
        top: 25vh;
        left: 20vh;
    }
}

.btn-doc {
    border-radius: .8rem !important;
    cursor: pointer;
    background-color: #cae5ff;
    border: solid 2px #0d6efd;
    border-bottom: solid 6px #0d6efd !important;
    color: #0d6efd;
}

.anexado.btn-doc {
    border-radius: .8rem !important;
    background-color: #0d6efd;
    border: solid 2px #0d6efd;
    border-bottom: solid 6px #0d6efd !important;
    color: #fff;
}

.h-title{
    height:100vh;
}

.btn-doc:hover {
    background-color: #79bdff;
    border: solid 1px #0d6efd;
    border-bottom: solid 3px #0d6efd !important;
    color: white;
}

.p-doc{
    padding: 18% 10%;
}

.h-doc {
    background-color: #fff;
    height: 100vh;
}

.h-icon_recusa {
    height: 30vh;
}

.h-icon_recusa-oferta-fgts {
    height: 23vh;
}

.h-icon_pre {
    height: 25vh;
}

.icon-top{
    top:-30px;
}

.h-recusa{
    height:100vh;
}

.p-fogos {
    top: -10vh;
    left: 10vh;
    z-index: 99;
}

.p-explod {
    top: -60px;
    left: 60px;
}

.fs-alert {
    font-size: 1rem;
}

.fs-card-t{
    font-size: 0.8rem;
}

.fs-card-d {
    font-size: 1rem;
}

@media(max-width:720px){

    .fs-card-d {
        font-size: 0.8rem;
    }
    
    .fs-card-t {
        font-size: 0.7rem;
    }

    .fs-alert {
        font-size: 0.8rem;
    }

    .p-doc {
        padding: 10% 5%;
    }

    .h-title {
        height: 0vh;
    }

    .h-doc {
        height: 80vh;
    }

    .h-icon_recusa {
        height: 22vh;
    }

    .h-icon_recusa-oferta-fgts {
        height: 17vh;
    }


    .h-icon_pre {
        height: 18vh;
    }

    .p-fogos {
        left: 5vh;
    }

    .p-explod {
        top: -50px;
        left: 42px;
    }

    .icon-top {
        top: -25px;
    }

    .h-recusa {
        height: 80vh;
    }

    .result {
        position: relative;
        top: -25px;
    }

    .result_oferta-fgts {
        position: relative;
        top: -50px;
    }

    #tipoRecusa {
        top: -50px;
        position: relative;
    }

}

.text-cinza {
    color: #8ba8c6 !important;
}

.bg-alert {
    background-color: #0004ff;
}

.btn-test {
    background-image: linear-gradient(-200deg, #e6eeff 40%, #fff 100%);
    box-shadow: 5px 5px 15px -5px #b5b7bd, -5px -5px 15px 5px #fff;
    color: #8ba8c6;
    border-radius: 8px;
    border: solid 1px #fff;
    cursor: pointer;
}

.btn-test:hover {
    box-shadow: inset 0px 0px 10px #9a9a9a;
    color: #0d6efd;
    background-image: linear-gradient(-200deg, #e6eeff 40%, #fff 100%);
}

.mcard-modal {
    margin: 8px 0px 8px 20px
}

.rounded-modal {
    border-radius: 0.7rem;
}

.p-icon {
    padding: 0.7rem;
}

.bg-img-modal {
    background-image: url(../img/fgts_pix.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -139px;
    padding-top:100px;
    border-radius:0.7rem;
   
}

@media(max-width:720px) {
    bg-img-modal {
        background-position-y: -104px;
        padding-top: 71px;
    }

}
