body {
  background-color: #01aae3;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: "Joey";
    src: url('../fonts/FS-Joey-Bold_1.otf');
}
@font-face {
    font-family: 'poppins_extra_bold';
    src: url('./MPLUSRounded1c-ExtraBold.woff') format('woff'),
    url('./MPLUSRounded1c-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
#formulario {
	position: absolute;
	display: none;
	
}

input{
	width: 800px;
	height:40px;
	margin: 10px 0px;
	font-size: 2.2em;
	background-color: #fff;
}


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

#apellidos{
	position: absolute;
	top:330px;
	left: 650px;
	border-width: 0px;
}

#colegiatura{
	position: absolute;
	top: 460px;
	left: 650px;
	border-width: 0px;
}

#telefono{
	position: absolute;
	top:580px;
	left: 650px;
	border-width: 0px;
}

#mensaje{
	position: absolute;
	top:800px;
	left:670px;
	color:#871e1e;
	font-size: 2em;
	width: 600px;
}
#terminosInactivo,#terminosActivo{
	position: absolute;
	top:700px;
	left:400px;
	color:#871e1e;
	
}
#terminosActivo{
	display: none;
}
#terminosTexto{
	position: absolute;;
	top: 920px;
	left:300px;
	width:1300px;
	font-size: 1.4em;
	height: 80px;
	overflow: scroll;
	text-align: justify;
	color:#fff;
}

