
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:'Poppins', sans-serif;
}

html,body{
	height: 100%;
}

.clear{
	clear: both;
}

/*AQUI COMECA MEU HEADER*/


.center{
	padding: 0 4%;
}

/*AQUI ACABA MINHA SECTION_4*/
/*AQUI COMECA MINHA SECTION_5 */
.section_5{
	background-color: #f2f4f7;
	background-image: url('../imagem/fundo_2form.jpg');
	background-position: right bottom;
	background-size: 20% 70%;
	background-repeat: no-repeat;
	padding: 20px;
}
.fundo{
	background-image: url('../imagem/fundo_3form.jpg');
	background-size: 20% 70%;
	background-position: left;
	background-repeat: no-repeat;
}

.center_2{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
/*formulario*/
form{
	padding: 0 2%;
	background-color: #f2f4f7;
	width: 100%;
}
.wraper-input{
	padding-top: 40px;
}
.wraper-input span{
	display: block;
	color: grey;
	text-align: left;
}

.wraper-input input[type=text],[type=e-mail]{
	background-color: white;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border: 2px solid  #0cb4ce;
  	outline-color: grey;
}
.w25{
	width: 33.33%;
	float: left;
	padding-right: 3px;
}

.w50{
	float: left;
	width: 50%;
	padding-right: 3px;
}
.center_checkbox{
	margin-top: 15px;
	max-width: 300px;
	height: 40px;
}
.checkbox{
	float: left;
	width: 33.3%;
}

.checkbox h4{
	padding: 10px;
	font-size: 19px;
	cursor: pointer;
}

.checkbox:nth-of-type(2){
	background-color:#babfbb;
	height: 100%;
	max-width: 100px;
	position: relative;
	top: 0;
	border-radius: 50px;
}

.checkbox_selecionar{
	border: 3px solid white;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #0cb4ce;
	cursor: pointer;
	position: absolute;
	top: 0;
}
.wraper-curso{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.wraper-curso h2{
	padding-bottom: 35px;
	font-size: 38px;
}

.wraper-input select{
	background-color: white;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 2px solid  #0cb4ce;
  	outline-color: grey;
}
.wraper-center{
	position: relative;
	right: 10px;
	max-width: 340px;
	margin: 0 auto;
}
.bottom_graduacao{
	width: 50%;
	position: relative;
	left: 10px;
	float: left;
}
.bottom_pos-graduacao{
	width: 50%;
	float: left;
}

.bottom_graduacao a{
	text-decoration: none;
	font-size: 12px;
	background-color:#0cb4ce; 
	border:2px solid #0cb4ce;
	color: white;
	font-family:'Poppins', sans-serif;
	padding: 10px 20px;
}

.bottom_pos-graduacao a{
	text-decoration: none;
	font-size: 12px;
	border:2px solid #0cb4ce;
	color: #444;
	font-family:'Poppins', sans-serif;
	padding: 10px;
}

.bottom_enviar{
	padding-top: 80px;
}

.bottom_enviar input{
	border: 0;
	background-color: #0cb4ce;
	color: white;
	font-size: 16px;
	padding: 20px 40px;
	outline: none;
	cursor: pointer;
}
/*AQUI ACABA SECTION_5*/


/*AQUI COMECA RESPONSIVEL */
@media screen and (max-width: 1300px){
	header{
		min-height: 400px;
	}
	body{
		overflow-x: hidden;
	}
	.fundo,.section_5{
		background-size: 0;
	}
}
@media screen and (max-width: 1020px){
	.img-sobre{
		float: none;
		width: 100%;
		display: inline-block;
	}
	.img-sobre img{
		max-width: 400px;
	}
	.text-sobre{
		padding-top: 10px;
		float: none;
		width: 100%;
		display: inline-block;
	}
	
}

@media screen and (max-width: 800px){
	header{
		min-height: 300px;
	}
	
	.w25,.w50{
		width: 100%;
		float: none;
		display: block;
	}

	.section_5{
	
	padding: 30px 6%;
	}
	
	
}