:root {
    --verde: #00de87;
    --verdeEscuro: #086544;
}
/*-----------------------------------*/
/*-----------------------------------*/
/*-------------- GERAL --------------*/
/*-----------------------------------*/
/*-----------------------------------*/

a{
    text-decoration: none;
    color: #FFF;
}
body{
    background-color: #e7e9f1;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600;
    height: 100vh;
    color: #6d6e73;
}
.card{
    background-color: #FFF;
    border-radius: 10px;
    border:0px;
    text-align: center;
    transition: .2s all ease-out; 
}
.card:hover{
    background-color: #01de87;
    color: #FFF !important;
    border-radius: 10px;
    border:0px;
    text-align: center;
}
.bt{
    width: 100%;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    background-color: var(--verde) !important;
    transition: .2s all ease-out; 
    margin-top: 20px;
    border: 0px;
}
.bt:hover{
    background-color: var(--verdeEscuro) !important;
}

.btContatos{
    background-color: #01de87;
    padding: 0px 20px;
    padding-right: 30px;
    border-radius: 100px;
    color: #FFF;
    margin-top: 10px;
    font-size: 20px;
}
.progress2 {
    padding: 6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);  
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.progress-bar2 {
    height: 18px;
    border-radius: 30px;
    background-image: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 1s;  
    transition-property: width, background-color;
    transition-timing-function: cubic-bezier(0,0,.17,.99);
}
.progress-moved .progress-bar2{
    background-color: #04dd87;
}
.progress-moved .progress-bar2.etapa1{
    width: 3%; 
}
.progress-moved .progress-bar2.etapa2{
    width: 50%; 
}
.progress-moved .progress-bar2.etapa3{
    width: 100%; 
}


/*-----------------------------------*/
/*-----------------------------------*/
/*----------- MENU MOBILE -----------*/
/*-----------------------------------*/
/*-----------------------------------*/
#menu_mobile {
    width: 100vw;
    height: 100vh;
    background-color: var(--verde);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
}
#menu_mobile .fechar {
    position: absolute;
    right: 5vw;
    top: 5vw;
    width: 5vw;
    height: 5vw;
    background-image: url(../img/bt_fechar.png);
    background-size: cover;
}
#menu_mobile .item {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
	color: #FFF;
}
#menu_mobile .fechar {
    position: absolute;
    right: 5vw;
    top: 5vw;
    width: 5vw;
    height: 5vw;
    background-image: url(../img/bt_fechar.png);
    background-size: cover;
}

/*-----------------------------------*/
/*-----------------------------------*/
/*--------------- TOPO --------------*/
/*-----------------------------------*/
/*-----------------------------------*/
#topo{
    width: 100vw;
    margin-bottom: 20px;
}
#topo .container{
    max-width:1000px
}
#topo .logo img{
    width: 80px;
}
#topo .item{
    margin-left: 20px;
    color: #000;
    padding: 10px;
    font-size: 14px;
    border-bottom: 2px solid #FFF;
    transition: all .3s;
    transition-timing-function: cubic-bezier(.27,.11,.21,1);
}
#topo .item.franqueado{
    border-radius: 100px;
    border:3px solid #000;
    padding: 10px 15px;
    transition: all .3s;
    transition-timing-function: cubic-bezier(.27,.11,.21,1);
}
#topo .item.franqueado:hover{
    background-color: #000;
    border:3px solid #000;
    color: #FFF;
}
#topo .item:hover{
    border-bottom: 2px solid var(--verde);
}
#topo .menuHamburger{
    display: none;
}
#topo .menuHamburger img{
    width: 40px;
}

/*-----------------------------------*/
/*-----------------------------------*/
/*--------------- INFS --------------*/
/*-----------------------------------*/
/*-----------------------------------*/
#infs{
    width: 100vw;
}
#infs .boxEtapas{
    min-height: 210px;
}
#infs .alinha{
    width: 700px;
}
#infs .alinha .ola{
    padding: 30px 80px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
}

#infs .alinha .ola .titulo{
    font-size: 30px;
    font-weight: 700;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*--------------- ETAPA1 --------------*/
/*-------------------------------------*/
/*-------------------------------------*/
#etapa1 {
    /* display: none; */
}
#etapa1 .resposta{
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    text-align: center;
}
#etapa1 .valorConta{
    font-weight: 700;
    font-size: 60px;
    outline: none;
    border:0px;
    text-align: center;
}

#etapa1 input:focus::placeholder {
    color: transparent;
}

#etapa1 ::-webkit-input-placeholder { /* Edge */
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700;
    color: #000;
    font-size: 60px;
    line-height: 60px;
}
  
#etapa1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700;
    color: #000;
    font-size: 60px;
    line-height: 60px;
}
  
#etapa1 ::placeholder {
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700;
    color: #000;
    font-size: 60px;
    line-height: 60px;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*--------------- ETAPA2 --------------*/
/*-------------------------------------*/
/*-------------------------------------*/
#etapa2{
    display: none;
    text-align: left;
}
#etapa2 .lado{
    width: 50%;
}
#etapa2 .lado:last-child{
    padding-left: 20px;
}


/*-------------------------------------*/
/*-------------------------------------*/
/*--------------- ETAPA3 --------------*/
/*-------------------------------------*/
/*-------------------------------------*/
#etapa3{
    text-align: left;
}
#etapa3 .tituloResultado{
    font-size: 20px;
    font-weight: 700;
}
#etapa3 .subtituloResultado{
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
#etapa3 .sublinhado{
    width: fit-content;
    border-bottom: 2px solid var(--verde);
}
#etapa3 .card{
    width: 48%;
    color: #a7a7a7;
}
#etapa3 .webinar{
    color: #000;
    background-color: var(--verde);
}
#etapa3 .card.especial{
    width: 100%;
}
#etapa3 .card img{
    height: 80px;
}
#etapa3 .resultadoPrincipal{
    font-weight: 700;
    color: #000;
    width: fit-content;
    padding: 8px 15px;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #01de87;
}
#etapa3 .resultadoPrincipal.economia{
    font-size: 20px;
}
#etapa3 .card .resultado{
    font-weight: 700;
    color: #000;
}

#etapa3 .btContatos img{
    height: 80px;
}

#rodapeCookie{
    width: 100vw;
    background-color: var(--verde);
    width: 100%;
    color: white;
    text-align: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
}


/*----------------------------------------------*/
/*----------------------------------------------*/
/*-------------- ADAPTAÇÃO MOBILE --------------*/
/*----------------------------------------------*/
/*----------------------------------------------*/
@media screen and (max-width: 767px){

    .card {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #topo .menuHamburger{
        display: block;
    }
    #topo .menu{
        display: none !important;
    }

    .btContatos {
        padding: inherit;
        font-size: 16px;
        padding-right: 30px;
    }

    #infs .alinha{
        max-width: 90%;
        margin: 0px 5%;
    }

    #infs .alinha .ola{
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
    }
    
    #infs .alinha .ola .titulo{
        font-size: 18px;
        font-weight: 700;
    }

    #etapa1 .valorConta{
        font-size: 30px;
    }
    
    #etapa1 ::-webkit-input-placeholder { /* Edge */
        font-size: 30px;
    }
      
    #etapa1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 30px;
    }
      
    #etapa1 ::placeholder {
        font-size: 30px;
    }

    .barraEtapas{
        margin: 0px 5%;
    }

    #infs .alinha .ola {
        padding: 20px 50px;
        margin-top: 20px;
    }

    #etapa2 .lado {
        width: 100%;
    }
    #etapa2 .lado:last-child {
        padding-left: inherit;
        margin-top: 10px;
    }

    #etapa3 .card{
        width: 100%;
    }
}

.form-control:focus {   
  border-color: var(--verde);
  -webkit-box-shadow: 0px 0px 0px 2px  #41f7ae; 
  box-shadow: 0px 0px 0px 2px  #41f7ae;
  outline: 0 none;
}

.fa-whatsapp{
    font-size: 30px;
    margin-right: 10px;
}
.swal2-styled.swal2-confirm{
    background-color: var(--verde);
    border-radius: 100px;
    display: flex !important;
    align-items: center;
}
.swal2-styled.swal2-confirm:focus{
    box-shadow:0 0 0 3px #00de8570;
}

.hkn-disclaimer-bar{
    display: none;
}