<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.roboto{
	font-family: 			'Roboto Slab', serif;
	font-weight:			400;
}

.roboto-bold{
	font-family: 			'Roboto Slab', serif;
	font-weight:			700;
}

.merri{
	font-family: 			'Merriweather Sans', sans-serif;
	font-weight:			400;
}

.merri-bold{
	font-family: 			'Merriweather Sans', sans-serif;
	font-weight:			700;
}

.w3-text-theme{
	color:	#ff7d55!important;
}

.no-margin{
	margin:					0;
}

.image{
	min-width: 100%;
}

.both{
	clear: both;
}

.titulo{
	font-size: 42px;
	line-height: 2.14;
	text-align: center;
	color: #000000;
	margin : 0;
}

.lateral{
	margin: 0 50px;
}

.label{
	font-size: 21px;
	margin:	30px 0 0 0;
}

.setor,
.sexo{
	font-size: 20px;
  line-height: 1.25;
  letter-spacing: normal;
  text-decoration: none;
  padding: 18px 0;
  color: rgba(69, 76, 93, 0.8)!important;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(213, 219, 224, 0.5);
  border: solid 1px #e3e3e3;

}
.input-padding{
	padding: 14px 8px;
}
#ano,
#idade{
	border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(213, 219, 224, 0.5);
  border: solid 1px #e3e3e3;
}

.profissao{
	background-color: #ffffff;
	font-size: 18px;
	  line-height: 1.39;
	  color: rgba(69, 76, 93, 0.8);
	  text-decoration: none;
	  padding: 16px 16px;
	  margin: 16px 0;
}

#submit-form{
	display: none!important;
}

#submit{
  width: 237px;
  max-width: 237px;
  font-size: 20px;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  background-color: #fd7d5b;
  text-decoration: none;
  padding: 12px 32px;
}



.cliked{
	background-color: #fd7d5b!important;
	color: white!important;
}

.padding-first{
	padding: 8px 16px 8px 0!important;
}

.padding-second{
	padding: 8px 0 8px 16px!important;
}


.resultado-title{
	font-size: 20px;
  line-height: 1.25;
  color: rgba(69, 76, 93, 0.8);
}

#resultados{
	border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(213, 219, 224, 0.5);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  
  /* padding-left: 16px; */
  
}
#resultados div{
	padding-left: 16px;
	padding-right: 16px;
}

.padding-bottom{
	padding-bottom: 32px;
}


.tipo-regra{
	 font-size: 18px;
  line-height: 1.39;
  color: #fd7d5b;
  margin-top:	20px;
}

.normal-text{
	font-size: 17px;
  line-height: 1.35;
  color: #454c5d;
}
.result-text{
	font-size: 20px;
}

@media(max-width: 600px){
	.lateral{
		margin: 0 25px;
	}
	
	.w3-half{
		width: 49.999%!important;
	}
	
	.setor,
	.sexo{
		font-size: 16px;
	}
	
	.titulo{
		font-size: 36px;
		line-height: 1.9;
	}
}

@media(max-width: 320px){
	.lateral{
		margin: 0 25px;
	}
	
	.w3-half{
		width: 100%!important;
	}
	
	.setor,
	.sexo{
		font-size: 16px;
	}
	
	.titulo{
		font-size: 36px;
		line-height: 1.9;
	}
	
	.padding-first{
		padding: 8px 16px!important;
	}

	.padding-second{
		padding: 8px 16px!important;
	}

	
	
}


.best-option{
	background-color: rgba(158, 158, 158, 0.3);
}
.italico{
	font-style: italic;
}</pre></body></html>