html, body {
    margin: 0;
    background-color: #0286c2;
}
@font-face {
    font-family: 'poppins-regular';
    src: url('../../assets/fonts/Poppins-Bold.ttf') format('woff'),
    url('../../assets/fonts/Poppins-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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;
  }
@font-face {
    font-family: "Joey";
    src: url('../font/Quicksand_Bold.otf');
}

#formulario {
	display: none;	
}

input{
	width: 49%;
	height:4%;
	margin: 10px 0px;
	font-size: 2.2em;
	background-color: white;
}

#nombre{
	position: absolute;
	top:31vh;
	left:32%;

}

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

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

#telefono{
	position: absolute;
	top:590px;
	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:#5e0d8b;
}
.d-none{
    display: none;
}
.message_mobile{
	background-image: url("../../assets/images/bg/bg-mobile.png");
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding-bottom: 2rem;
	min-height: 100%;
}
.container{
	padding: 6rem 3rem 0rem 3rem;
	margin: auto;
}
@media (min-width:767.9px) {
	.container{
		padding: 12rem 6rem 6rem 6rem;
		margin: auto;
	}
}
.text-center{
	text-align: center;
}
.text_message{
	padding-top: 2rem;
	color: white;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 2rem;
	font-family: 'poppins-regular';
}
.absolute{
	position: absolute;	
    z-index: 10000;
	height: 100%;
	top: 0px;
}
.logo_end{
	bottom: 1rem;
	margin-top: 2rem;
}

.formulario-info-global{
	display:flex;
	flex-direction: column;
	justify-content: center;
}