@charset "utf-8";
/* CSS Document */

/* CSS Document */


.contenedor {
	margin-top:100PX; 
	padding: 0px 8.3%;
	position: relative;
	height: 100%;


}


.contenedor h1 {
	line-height: 40px;
	font-size: 40px;
	color: #61106d;
	font-weight: 900;
	margin-bottom: 30px;
}
.contenedor h3 {
	color: #61106d;
	margin-bottom: 10px;
}
.contenedor p {
	font-size:16px ;
	color: #636566;
	margin-bottom: 30px;
	line-height: 23px;
	text-align: justify;
	
}

.formulario{
	margin-top:100PX; 


}
.secciones{
	margin: 0px auto 20px auto;
	height: 50px;
	position: relative;
	width: 90%;
	max-width: 480px;
}

.secciones p{
	padding: 18px;
	width: 24.99%;
	height: 100%;
	background-color: #61106d;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

.secciones input{
	position: absolute;
	top: 0px;
	left: 24.99%;;
	width: 75.01%;
	height: 100%;
	border: 2px solid #61106d;
	padding: 18px;
	font-size:16px ;
	color: #636566;

}

.secciones textarea{
	width: 100%;
	height: 200px;
	padding: 18px;
	font-size:16px ;
	color: #636566;
	resize: none;
		border: 2px solid #61106d;
}
.bt_submit{
	text-align: center;
	width: 16.66%;
	margin: 220px auto 50px auto;
	height: 50px;
	position: relative;
	
}

.bt_submit input{
	text-align: center;

	width: 100%;
	height: 100%;
	background-color: #61106d;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
    border: none;
    outline:none;
	
}
.bt_submit input:hover{
	
	
	background-color:#4A0055;
	
}.bt_submit input:active{
	
	
	background-color:#CE42E3;
	
}
/* MEDIA QUERYS*/

@media only screen and (max-width: 500px) {
/* For mobile phones: */


	.contenedor h1{
    font-size:35px;
		line-height: 40px;
}
	

}


@media (min-width : 500px ) and (max-width : 900px ) {


	


	
}
@media (min-width : 900px ) and (max-width :1024px ) {




}

@media (min-width : 1024px ) {

}


/*-------------FIN DE MEDIA QUERYS--------------*/