
@font-face{
	font-family:"Bold";
	src:url("../fonts/Poppins-Bold.otf")

}
@font-face{
	font-family:"Light";
	src:url("../fonts/Poppins-Light.otf")
}
@font-face{
	font-family:"Medium";
	src:url("../fonts/Poppins-Medium.otf")

}
@font-face{
	font-family:"Regular";
	src:url("../fonts/Poppins-Regular.otf")

}
@font-face{
	font-family:"SemiBold";
	src:url("../fonts/Poppins-SemiBold.otf")

}

body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:'Regular';
}
#formulario {
	position: absolute;
	display: none;
	
}

input{
	width: 500px;
	height:60px;
	border-radius: 10px;
	margin: 10px 0px;
	font-size: 2.2em;
	background-color: #f6f6f6;
	font-family:'Regular';
}
input:focus{
	outline:none;
}

#nombre{
	position: absolute;
	top:322px;
	left: 690px;
	border-width: 0px;
	z-index:1000;
}

#apellido{
	position: absolute;
	top:439px;
	left: 690px;
	border-width: 0px;
}


#telefono{
	position: absolute;
	top:670px;
	left: 690px;
	border-width: 0px;
}

#correo{
	position: absolute;
	top:550px;
	left:690px;
	border-width: 0px;
	
}
#terminosInactivo,#terminosActivo{
	position: absolute;
	top:800px;
	left:660px;
	color:#871e1e;
	width: 700px;	
}
#terminosActivo{
	display: none;
}
#terminosTexto{
	position: absolute;;
	top: 1300px;
	left:100px;
	width:850px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-size: 1.4em;
	height: 100px;
	overflow: scroll;
	text-align: justify;
	color:#1d3f89;
	font-family: sans-serif;
}