.elementor-254 .elementor-element.elementor-element-2ec2de1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-254 .elementor-element.elementor-element-8ac856f{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-254 .elementor-element.elementor-element-4a940511{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-254 .elementor-element.elementor-element-4a940511 .elementor-divider-separator{width:92%;}.elementor-254 .elementor-element.elementor-element-4a940511 .elementor-divider{padding-block-start:34px;padding-block-end:34px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-254 .elementor-element.elementor-element-6e4e92a5{width:var( --container-widget-width, 557px );max-width:557px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:557px;--container-widget-flex-grow:0;text-align:center;}.elementor-254 .elementor-element.elementor-element-6e4e92a5.elementor-element{--align-self:center;}.elementor-254 .elementor-element.elementor-element-6e4e92a5 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:600;color:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-254 .elementor-element.elementor-element-211c490f .elementor-button{background-color:#0C0C0A;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.97);}.elementor-254 .elementor-element.elementor-element-211c490f{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}body.elementor-page-254:not(.elementor-motion-effects-element-type-background), body.elementor-page-254 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8ac856f */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Roboto", sans-serif;
    background-color: #e9e9e9;
}
.main-view{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   

}

header{
    background-color: #7a8b3a;
    padding: 5px 10px;
}

header p{
    color: white;
    font-weight: 800;
    font-size: 20px;
}

.termos{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

footer .termos a{
    text-decoration: none;
    color: #7a8b3a;
}

footer .termos p{
    font-size: 14px;
}

.termos span{
    margin: 0 5px ;
}
.aviso{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px;
    
}


.aviso p{
    font-size: 10px;
    color: #7a8b3a;
   
}
.sub-header{
    display: flex;
    justify-content: space-between;
    padding: 30px 10px;
}

.sub-header h4{
   
    font-weight:100;
    color: #7a8b3a;
}

.sub-header i{
    font-size: 18px;
    color:#7a8b3a;
}

.ask-field{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 30px 0px;
}
.ask-field p{
    font-size: 25px;
    font-weight: 600;
    color: #7a8b3a;
    font-style: italic;
}
.quiz-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
  
   
    
}

.options-field{
    display: flex;

}

.btn{
    display: block;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 150px;
    height: 50px;
    font-size: 15px;
    font-weight: 800;
    margin: 10px 5px 2px 5px;
    background-color:  #7a8b3a;
    color: white;
    cursor: pointer;
}

.btn:hover{
    background-color:#d2e1c4;
}

.btn:active{
    transform: scale(0.96);
}


.none {
    display: none;
}

/* ~~PAGINA 2~~*/

.quiz-container-page2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.options-field-page2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ask-field-page2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 30px 0px;
}

.ask-field-page2 p{
    font-size: 25px;
    font-weight: 600;
    color: #7a8b3a;
    font-style: italic;
}
.sub-header-page2{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

.sub-header-page2 h4{
   
    font-weight:100;
    color: #7a8b3a;
}

.sub-header-page2 i{
    font-size: 18px;
    color:#7a8b3a;
}
.btn-page2{
    display: block;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 150px;
    height: 50px;
    margin: 10px 5px 30px 0;
    background-color:#7a8b3a;
    font-size: 15px;
    font-weight: 600;
    color: white;
    cursor: pointer;

}

.btn-page2:hover{
    background-color:#d2e1c4;
}

.btn-page2:active{
    transform: scale(0.96);
}


/* ~~PAGINA 3~~*/

.ask-field-page3{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 30px 10px;
}
.ask-field-page3 p{
    font-size: 25px;
    font-weight: 600;
    color: #7a8b3a;
    font-style: italic;
}
.quiz-container-page3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.options-field-page3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-page3{
    display: block;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 380px;
    height: 50px;
    margin: 5px 5px 5px 5px;
    background-color:#7a8b3a;
    font-size: 15px;
    font-weight: 600;
    color: white;
    cursor: pointer;

}
.btn-page3:hover{
    background-color:#d2e1c4;
}

.btn-page3:active{
    transform: scale(0.96);
}


/* ~~PAGINA 4~~*/

.quiz-container-page4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.options-field-page4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.options-field-page4 img{
    width: 300px;
    margin-bottom: 8px ;
}

.ask-field-page4{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 30px 10px;
}
.ask-field-page4 p{
    font-size: 20px;
    font-weight: 600;
    color: #7a8b3a;
    font-style: italic;
}


/* ~~PAGINA 5~~*/

.quiz-container-page5{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.options-field-page5{
    display: flex;
    justify-content: center;
    align-items: center;
    
}



.ask-field-page5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 30px 10px;
}
.ask-field-page5 p{
    font-size: 20px;
    font-weight: 600;
    color: #7a8b3a;
    font-style: italic;
}
.btn-page5{
    display: block;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 150px;
    height: 105px;
    padding: 2px;
    margin: 5px 8px 10px 0px;
    background-color:#7a8b3a;
    font-size: 14px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    

}
.btn-page5:hover{
    background-color:#d2e1c4;
}

.btn-page5:active{
    transform: scale(0.96);
}




/* ~~PAGINA END~~*/

.quiz-container-end{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}


.title-field{
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-field h2{
    color: #7a8b3a;
}

.sub-title{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.sub-title p{
    color: #7a8b3a;
}

.form{
    display: flex;
    flex-direction: column;
    margin-top: 50px;

}

.label-field{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.label-field i{
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #7a8b3a;

}

.label-field input{
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 15px 15px 15px 35px; 
    width: 85%;
    margin-top: 20px;
}
.btn-field{
    display: flex;
    justify-content: center;
    margin-top: 20px;

}
.btn-receber{
    outline: none;
    border: none;
    border-radius: 12px;
    background-color: #7a8b3a;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    padding:15px 120px;
    cursor: pointer;
 
}
.btn-receber:hover{
    background-color:#d2e1c4;
}

.btn-receber:active{
    transform: scale(0.96);
}

/* PAGINA REQUIRED*/

.page-required{
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 
}

.text-p{
    font-size: 25px;
   
    font-weight: 600;
    color: #7a8b3a;
    font-style: italic;
    margin: 280px 0 50px 0;
}

.custom-loader {
    width:150px;
    height:150px;
    border-radius:50%;
    margin-left: 130px;
    background:conic-gradient(#0000 10%,#7a8b3a);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;
  }
  @keyframes s3 {to{transform: rotate(1turn)}}

.info{
    display: flex;
    justify-content: center;
    align-items: center;
}/* End custom CSS */