*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
}


.limiter h1{
    font-family: 'Montserrat', sans-serif;
	color: #fff;
  }

.leyenda{
	text-align: center;
	font-size: 18px;
	font-family: "Segoe UI", sans-serif;
	color: #2441a3;
	

}
a {
	text-decoration: none;
}
.formVerificar{
	width: 350px;
	height: 120px;
	margin: 0 auto;
	align-items: center;
	border-radius: 10px;
	padding: 0px 50px;
	/* background: #dadbe4; */
	
	/* padding: 0px 50px; */
	/* border-radius: 10px; */
	/* position: absolute;
	left: 50%;
	top: 25%; */
	/* transform: translate(-50%, -50%); */
	 box-shadow: 2px 2px 10px 5px rgba(10, 10, 216, 0.199);
	}

.botonVerificar{
		display: block;
		margin: 0 auto;
		width: 50%;
		height: 50px;
		background-color: #0ba4d3;
		border: solid 2px #0ba4d3;
		color: #fff;
		border-radius: 5px;
		font-weight: 600;
		font-size: 18px;
		box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
	}

.imglogo{
	padding: 0px 0px;
}
.principal{
	width: 440px;
	background: #f9faff;
	height: 250px;
	padding: 0px 50px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 10px 5px rgba(10, 10, 216, 0.199);
}
.formulario{
	margin: 0 auto;
	width: 350px;
	align-items: center;
	/* background: #f9faff; */
	height: 500px;
	/* padding: 100px 50px;  */
	border-radius: 10px;
	padding: 0px 50px;
	/* position: absolute; */
	left: 38%;
	top: 15%;
	/* transform: translate(-50%, -50%);  */
	box-shadow: 2px 2px 10px 5px rgba(10, 10, 216, 0.199);
}

.formularioA{
	margin: 0 auto;
	width: 350px;
	align-items: center;
	/* background: #f9faff; */
	height: 200px;
	/* padding: 0px 50px; */
	border-radius: 10px;
	padding: 0px 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); 
	box-shadow: 2px 2px 10px 5px rgba(10, 10, 216, 0.199);
}

.formularioT{
	margin: 0 auto;
	width: 350px;
	align-items: center;
	/* background: #f9faff; */
	height: 500px;
	/* padding: 0px 50px; */
	border-radius: 10px;
	padding: 0px 50px;
	/* position: absolute;
	left: 50%;
	top: 60%; */
	/* transform: translate(-50%, -50%);  */
	box-shadow: 2px 2px 10px 5px rgba(10, 10, 216, 0.199);
}

.formularioT2{
	margin: 0 auto;
	width: 380px;
	align-items: center;
	/* background: #f9faff; */
	height: 600px;
	/* padding: 0px 50px; */
	border-radius: 10px;
	padding: 0px 50px;
	/* position: absolute;
	left: 50%;
	top: 60%; */
	/* transform: translate(-50%, -50%);  */
	box-shadow: 2px 2px 10px 5px rgba(10, 10, 216, 0.199);
}
.formulario h1{
	text-align: center;
	margin-bottom: 60px;
	color: #333;
	font-weight: 600;
}

.formulario h2{
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	font-weight: 500;
}

.formulario2{
	width: 360px;
	background: #f9faff;
	height: 200px;
	padding: 0px 40px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
}

.formulario2 h1{
	text-align: center;
	margin-bottom: 60px;
	color: #333;
	font-weight: 600;
}

.formulario2 h2{
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	font-weight: 500;
}


.formVerificar h2{
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	font-weight: 250;
}

.box-input{
	border-bottom: 2px solid #adadad;
	position: relative;
	margin: 30px 0;
}

.box-input input{
	font-size: 16px;
	color: #333;
	border: none;
	width: 100%;
	outline: none;
	background: none;
	padding: 0 5px;
	height: 40px;
}

.box-input span::before{
	content: attr(data-placeholder);
	position: absolute;
	top: 50%;
	left: 5px;
	color: #adadad;
	transform: translateY(-50%);
	z-index: -1;
	transition: .5s;
}

.box-input span::after{
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background: transparent;
	transition: .5s;
}

.focus + span::before{
	top: -5px;
}

.focus + span::after{
	width: 100%;
}

.boton{
	display: block;
	width: 100%;
	height: 60px;
	background-color: #c76090;
	border: solid 2px #c76090;
	color: #fff;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.boton-w{
	display: block;
	width: 100%;
	height: 60px;
	background-color: #c95f90;
	border: solid 2px #c76090;
	color: #fff;
	font-family: 'Montserrat', sans-serif; 
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.botonCheck{
	display: block;
	width: 100%;
	height: 60px;
	background-color: #0ba4d3;
	border: solid 2px #0ba4d3;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.boton:hover{
	background-color: #f585b9;
	border: solid 2px #ee90bc;
	transition: .5s;
}

.botonCheck:hover{
	background-color: #4bc5eb;
	border: solid 2px #4bc5eb;
	transition: .5s;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
	padding: .4em 1.4em .3em .8em;
	width: 400px;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: .3em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
   }
   .select-css::-ms-expand {
	display: none;
   }
   .select-css:hover {
	border-color: #888;
   }
   .select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
   }
   .select-css option {
	font-weight:normal;
   }

   .subtitulos {
	text-align: center;
	font-size: 24px;
	font-family: "Segoe UI", sans-serif;
	font-weight: bold;
	color: #2441a3;
}
.letreros {
	text-align: center;
	font-size: 28px;
	font-family: "Segoe UI", sans-serif;
	font-weight: bold;
	color: #2441a3;
}
	.alerta {
	text-align: center;
	font-size: 22px;
	font-family: "Segoe UI", sans-serif;
	font-weight: bold;
	color: red;
}

.defini {
	text-align: justify;
	font-family: "Segoe UI", sans-serif;
	font-size: 18px;
	color: rgb(15, 15, 15);
}



  
  