body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	background: #F8F8F8;
}
.header{
	background: #fff;
}
/* Classes Importantes */
.center{
	margin: 0 auto;
}
.center_horizontal{
	display: grid;
	align-items: center;
}
.bold{
	font-weight: bold !important;
}
/* Cabeçalho */
.bpc_logo img{
	padding: 40px 0px;
	display: block;
	margin: 0 auto;
}
.cor_azul{
	background: #0c26de;
}
/* Formulario */
.formulario img{
	width: 50%;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    display: block;
}
.formulario_1 h2{
	text-align: center;
	color: #0c26de;
	font-weight: 600;
	font-size: 39px;
}
.formulario_1 h1{
	color: #62c796;
}
.formulario_1{
	text-align: center;
}
.header form {
    background: #0c26de;
    border-radius: 4px;
    padding: 13px;
    font-family: "Hind Siliguri", Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 85%;
    margin:  0 auto;
}
@media (max-width:980px){
	.header form {
    	width: 100%;
	}
}
.form-control {
	padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    outline: none !important;
    transition: background 0.5s ease-in-out;
    width: 100%;
    margin: 0 2px;
    cursor: pointer;
}
label {
  margin-bottom: 2px;
  display: block;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
.aprender h1{
	color: #394444;
	text-align: center;
}
.cor_1{
	border: 1px solid #3bba7c;
    border-radius: 5px;
    padding: 55px 50px 44px 44px;
    text-align: center;
}
.cor_2{
	border: 1px solid #0c26de;
	border-radius: 5px;
	padding: 55px;
	text-align: center;
}
.cor_3{
	border: 1px solid #f26f39;
	border-radius: 5px;
	padding: 55px 44px 44px 44px;
	text-align: center;
}
.btn-primary{
    width: 100%;
    background: #f56f2e;
    font-weight: bold;
    border-color: #f56f2e;
    font-size: 26px;
}
@media (max-width:1100px){
	.cor_1,.cor_2,.cor_3{
		margin-top: 20px;
	}
	.bpc_logo img {
	    padding: 40px 0px;
	    display: block;
	    width: 100%;
	    margin: 0 auto;
	}
}
.score img{
	display: block;
	margin: 0 auto;
}
.consultar img{
	display: block;
	margin: 0 auto;
}
.aumentar img{
	display: block;
	margin: 0 auto;
}
.score h1{
	font-size: 26px;
	color: #3bba7c;
	margin-top: 20px;
}
.consultar h1{
	font-size: 26px;
	color: #0c26de;
	margin-top: 20px;
}
.aumentar h1{
	font-size: 26px;
	top: -10px;
    position: relative;
    color: #f26f39;
    margin-top: 20px;
}
.score p{

	font-weight: 500;
}
.consultar p{
	font-weight: 500;
	margin-bottom: 8px;
}
.aumentar p{
	font-weight: 500;
	margin-bottom: 39px;
	margin-top: -10px;
}
.simulador{
	padding: 140px 0px;
}
/* Footer */
footer{
	background: #fff;
	padding: 40px 0px;

}
footer a{
	color: #878e8e;
}
.logo-footer img{
	display: block;
	margin: 0 auto;
}
@media (max-width:980px){
	.logo-footer img{
		width: 90%;
	}
}
.botao{
	padding: 20px 0px;
}
.copyright{
	text-align: center;
	color: #f56f2e;
}