/* Start custom CSS for html, class: .elementor-element-6608ac8 */@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 */