.simulador {
	margin-top: 0px;
	padding-left: 10px;
	text-align: center;
}

.simulador h2 {
	font-size: 46px;
}
.simulador p {
	padding-left: 15%;
	padding-right: 15%;
	text-align: justify;
	padding-bottom: 20px;
	font-weight: 800;
}
.botonsim {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #030e2e;
	color: #fff;
	font-size: 18px;
}
.botonsim a{
	color: #fff;
	text-decoration: none;
}
.botonsim:hover a{
	color: rgb(56, 179, 250);
}
.botonsim:visited a{
	text-decoration: none;
	color: #fff;

}
.botonsim:active a{
	color: rgb(189, 236, 245);
}
