@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
font-family: 'Branding'; 
src: url('../Branding.otf');
}

body {
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
font-family: "Poppins", sans-serif;
min-height: 100vh;
}

h1 span { color: #FFDB60; }

h2 { font-size: 25px; margin-bottom: 15px; }

.bold { font-weight: 900; }

a {
color: #333;
font-weight: 600;
transition: all 0.3s;
}

a:hover {
color: #58BDC5;
transition: all 0.3s;
}

.logo { display: block; width: 300px; margin: 0 auto; margin-top: 50px; margin-bottom: 30px; }
.img { display: block; width: 300px; margin: 15px auto; }
.img-animate { display: block; width: 300px; margin: 0 auto; margin-bottom: 50px; animation: float 4s ease-in-out infinite both; }
.img-sm-animated { display: block; width: 150px; margin: 0 auto; margin-bottom: 50px; animation: float 4s ease-in-out infinite both; }
.b-shadow { box-shadow: 0 0 5px rgba(0,0,0,0.08); }
.t-shadow { box-shadow: 0 2 3px rgba(0,0,0,0.08); }
.letter-spacing { letter-spacing: 1px; }

.tela {
max-width: 550px;
min-height: 550px;
padding: 10px;
margin: 0 auto;
display: block;
margin-top: 20px;
margin-bottom: 50px;
border-radius: 15px;
}

@media only screen and (max-width: 772px) {
.tela {
max-width: 450px;
padding: 15px;
}
}

.form-group {
display: block!important;
width: 280px;
margin: 0 auto;
margin-bottom: 30px;
}

.form-group label {
position: absolute;
margin-top: -15px;
margin-left: 20px;
background: #fff;
padding: 3px 5px;
border-radius: 0px;
font-size: 14px;
font-weight: 600;
z-index: 0;
}

.form-group input {
-webkit-appearance: none;	
display: block;
margin: 0 auto;
outline: none;
padding: 12px 15px;
border-radius: 10px;
width: 100%;
background-color: #fff;
color: #333;
border: 2px solid #777;
transition: all 0.3s;	
}

.form-group select {
display: block;
cursor: pointer;
margin: 0 auto;
outline: none;
padding: 12px 15px;
border-radius: 10px;
width: 100%;
background-color: #fff;
-webkit-appearance: none;
color: #333;
border: 2px solid #777;
transition: all 0.3s;
background-image: url('../images/spinner.jpg');
background-position-x: 240px;
background-position-y: center;
background-repeat: no-repeat;
background-size: 25px;
}

.form-group input:focus {
border-color: #58BDC5;
transition: all 0.3s;		
}

.form-group select:focus {
background-image: url('../images/spinner-2.jpg');
border-color: #58BDC5;
transition: all 0.3s;	
}

.recuperar {
margin-left: 0;
display: block;
margin-top: 10px;
font-size: 14px;
}

.btn-login {
background-color: #58BDC5;
width: 250px;
border-radius: 30px;
padding: 10px 0;
color: #fff;
text-shadow: 0 2px 3px rgba(0,0,0,0.1);
font-weight: 800;
text-transform: uppercase;
font-size: 22px;
transition: all 0.3s ease;
}

.btn-login:hover {
transform: scale(1.1);
color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

.btn-register {
background-color: #333;
width: 250px;
border-radius: 8px;
padding: 10px 0;
color: #fff;
text-shadow: 0 2px 3px rgba(0,0,0,0.1);
font-weight: 700;
text-transform: uppercase;
font-size: 18px;
transition: all 0.3s ease;
margin-bottom: 15px;
}

.btn-register:hover {
transform: scale(1.1);
color: #fff;
background-color: #A40001;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

.mb-50 { margin-bottom: 50px; }

.color-theme { color: #58BDC5; }

.form-div { padding: 20px; }

#tela_1 {
overflow: hidden;
display: block;	
}

#tela_2 {
overflow: hidden;
display: none;	
}

#tela_3 {
overflow: hidden;
display: none;	
}

#tela_4 {
overflow: hidden;
display: none;	
}

#tela_5 {
overflow: hidden;
display: none;	
}

#transicao_1 {
overflow: hidden;
display: none;		
}

#tela_6 {
overflow: hidden;
display: none;	
}

#tela_7 {
overflow: hidden;
display: none;	
}

#cadastro-2 {
display: none;	
}

.termos {
padding: 15px;
border: 1px solid #eaeaea;	
}

.sair {
width: 50px;
position: absolute;
cursor: pointer;
}

.sair img {
width: 100%;
height: auto;	
transition: all 0.3s;
}

.sair:hover img{
transform: scale(1.2);
transition: all 0.3s;
}

.btn-theme-1 {
background-color: #58BDC5;
border-radius: 30px;
padding: 10px 30px;
color: #fff;
text-shadow: 0 2px 3px rgba(0,0,0,0.1);
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
transition: all 0.3s ease;	
}

.btn-theme-1:hover {
transform: scale(1.1);
color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;	
}

.btn-theme-2 {
background-color: #FFDB60;
border-radius: 30px;
padding: 10px 30px;
color: #fff;
text-shadow: 0 2px 3px rgba(0,0,0,0.1);
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
transition: all 0.3s ease;	
}

.btn-theme-2:hover {
transform: scale(1.1);
color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;	
}

.btn-theme-3 {
background-color: #F27070;
border-radius: 30px;
padding: 10px 30px;
color: #fff;
text-shadow: 0 2px 3px rgba(0,0,0,0.1);
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
transition: all 0.3s ease;	
}

.btn-theme-3:hover {
transform: scale(1.1);
color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;	
}

.btn-theme-4 {
background-color: #fff;
border-radius: 30px;
padding: 10px 30px;
color: #58BDC5;
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
transition: all 0.3s ease;	
}

.btn-theme-4:hover {
transform: scale(1.1);
color: #58BDC5;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;	
}

fieldset {
width: 100%!important;
display: block;
margin: 0 auto;
text-align: center;
position: relative;
margin-top: 50px;
padding: 10px;
}

fieldset h4 {
color: #5EA09A;	
margin-bottom: 20px;
}

fieldset p {
padding: 10px;
font-size: 13px;
border: 1px solid #eaeaea;	
margin-bottom: 20px;
}

fieldset .no-display {
display: none;
}

fieldset:not(:first-of-type) {
display: none;
}

.form-validate {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;	
}

.form-validate input {
border: none;
width: 30px;
margin-right: 3px;
font-size: 20px;
border-bottom: 2px solid #777;
padding-bottom: 5px;
text-align: center;
}

.form-validate input:focus {
border: none!important;	
outline: none;
border-bottom: 2px solid #777!important;
}

.form-validate .confirmar {
margin-top: 30px;	
}

.progress-bar {
z-index: -2;
position: relative;
margin: 0 auto;
width: 80%;
height: 1.5rem;
background-color: #fff;
border: 1px solid #eaeaea;
border-radius: 15px;
margin-bottom: 10px;
margin-top: 15px;
overflow: hidden;
}

.progress-bar__fill {
display: block;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 0%;
background-color: #FFDB60;
height: 2rem;
text-align: center;
color: white;
}

.afirmativa {
background-color: #fff;
border-radius: 30px;
padding: 15px;
padding-bottom: 30px;
margin-bottom: 50px;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.afirmativa p {
border: none;
margin-top: 20px;
font-size: 18px;
font-weight: 500;
margin-bottom: 30px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
color: #222;
font-weight: 500;
letter-spacing: 1px;
}

[type="radio"]:checked:first-child + label,
[type="radio"]:not(:checked):first-child + label {
margin-right: 30px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
content: "";
width: 12px;
height: 12px;
background: #F27070;
position: absolute;
top: 3px;
left: 3px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.div-300 {
display: block;
width: 330px;
margin: 0 auto;	
}

.frase {
color: #fff;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
font-weight: 400;
font-size: 15px;	
}

.movimento {
position: relative;
width: 100%;
animation-name: movimentar;
animation-duration: 8s;
animation-delay: -2s;
animation-iteration-count: infinite;
animation-direction: alternate; 
animation-timing-function: ease-in-out;
}

.img-point {
margin: 30px auto;
width: 70%;
display: block;
}

@keyframes movimentar {
0%   {left:-10px;}
25%  {left:30px;}
50%  {left:-10px;}
75%  {left:30px; }
100% {left:-10px;}
}

.bg-theme-1 {
background-color: #58BDC5;	
}

.bg-theme-2 {
background-color: #FFDB60;	
}

.bg-theme-3 {
background-color: #FF4D4D;	
}

.card {
margin-bottom: 10px;	
}

.card-body p {
margin-bottom: 20px;	
}

.btn-link {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 15px;
width: 220px;
font-weight: 600;
text-shadow: 0 2px 3px rgba(0,0,0,0.3);
outline: none!important;
text-decoration: none!important;
}

.btn-link:focus {
outline: none!important;
border: none!important;
box-shadow: none!important;
}

.ponto {
color: #fff;
display: block;
position: absolute;
right: 25px;
top: 20px;
}

.descritivo {
margin-top: 30px;	
}

.descritivo p {
margin-bottom: 15px;
padding: 10px;
font-size: 14px;
border: 1px solid #eaeaea;
border-radius: 8px;	
}

.aspecto-info {
padding: 15px;
border: 2px solid #fff;
text-align: justify;
color: #fff;
background-color: #022D64;
border-radius: 5px;	
box-shadow: 0 0 5px rgba(0,0,0,0.2);
margin-top: 20px;
margin-bottom: 20px;
}

.nota {
padding: 15px;
color: #fff;
text-shadow: 0 2px 3px rgba(0,0,0,0.3);
border-radius: 8px;
margin-bottom: 30px;	
}

.resultado {
margin-bottom: 30px;	
}

.resultado p {
font-size: 15px;
margin-bottom: 10px;	
}

#ativacao {
display: none;	
}