*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif !important;
	overflow: hidden;
	/* background-color: #FFFFFF !important; */
	/* FONT-SIZE: 12px;  */
	/* BACKGROUND: url(../images/bloque_fondo.png) 0px 0px;  */
	/* margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; */
}
a {
	color: #006633;
	text-decoration: none;
}

a:hover {
	color: #006633;
	text-decoration: underline;
}
.link2 {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.botonSitio{background-color:#eee;border-color:#999 #999 #888;-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
	cursor: pointer;
}
.botonSitio:active{background-color:#ddd;background-image:none;border-color:#999}
.texto {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	text-align: left;
}
.subtitulos {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #006633;
	line-height: 18px;
	text-align: left;
}
.subir {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	text-align: right;
}
.texto9 {
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 9px;
}
.texto9r {
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
	color: #990000;
	line-height: 9px;
}
.link {
	font-family: 'Poppins', sans-serif;
	font-size: 8px;
	line-height: 10px;
}
.textoIngreso {
	color: #333333;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	background-color: #F2F2F2;
}
.texto11 {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 11px;
}
.botonMediano {
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
	color: #555555;
	border:	1px solid #555555;
	background-color: white;
	width: 70px;
	cursor: pointer;
}
.botonGrande {
	font-family: 'Poppins', sans-serif;
	font-size: 9px;
	color: #555555;
	border:	1px solid #555555;
	background-color: white;
	width: 150px;
	cursor: pointer;
}
.header
  {
  overflow: none;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  color: #fff;
  background: #000;
  border-bottom: 2px solid #999999;
}
.footer
  {
  z-index: 1;
  overflow: none;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  background: #000;
}
.pie {
	font-size: 9px;
	font-family: 'Poppins', sans-serif;
}

/** REPRASIS 2020 **/
div.flash-container {
	display: none!important;
}

.wave {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}
.container{
    width: 100vw;
    height: 100vh;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
	padding: 0 2rem;
}
.container p {
	color: white;
	font-size: .9rem;
	text-align: center;
	width: 95%;
}
.img{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
img.logo {
	width: 125px!important;
	height: 125px;
	margin-left: 1rem;
}

img.logo-reprasis {
	max-width: 150px;
	max-height: 133px;
	position: absolute;
	top: -5px;
	left: 9.5rem;
}

@media (min-width: 1024px) {
	img.logo-reprasis {
		left: 10.5rem;
	}
}

@media (min-width: 1280px) {
	img.logo-reprasis {
		left: 13.5rem;
	}
}

@media (min-width: 1366px) {
	img.logo-reprasis {
		left: 15.5rem;
	}
}

@media (min-width: 1440px) {
	img.logo-reprasis {
		left: 17.5rem;
	}
}

@media (min-width: 1680px) {
	img.logo-reprasis {
		left: 9.5rem;
	}
}


.login-content{
	display: flex;
	align-items: flex-end;
	text-align: center;
	justify-content: center;
}

.img img{
	width: 500px;
}

form{
	width: 360px;
}

.login-content img{
    height: 100px;
}

.login-content form a {
	margin-top: 15px;
}

.login-content h2{
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 2rem;
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one{
	margin-top: 0;
}

.i{
	color: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 45px;
}

.input-div > div > h5{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 18px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #0088CD;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: -5px;
	font-size: 15px;
}

.input-div.focus > .i > i{
	color: #0088CD;
}

.input-div > div > input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 1.2rem;
	color: #555;
	font-family: 'Poppins', sans-serif;
}

.input-div.pass{
	margin-bottom: 4px;
}

a{
	display: block;
	/* padding: 10px 0 0 0; */
	text-align: center;
	text-decoration: none;
	color: #999 !important;
	font-size: 0.9rem;
	transition: .3s;
}

a:hover{
	color: #0088CD;
}

.btn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #0088CD, rgb(17, 146, 211), rgb(17, 118, 168));
	background-size: 200%;
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}

footer {
	align-self: end;
}


@media screen and (max-width: 1050px){
	.container{
		grid-gap: 5rem;
	}
}

@media screen and (max-width: 1000px){
	form{
		width: 290px;
	}

	.login-content h2{
        font-size: 2rem;
        margin: 8px 0;
	}

	.img img{
		width: 400px;
	}
}

@media screen and (max-width: 900px){
	.container{
		grid-template-columns: 1fr;
	}

	.img{
		display: none;
	}

	.wave{
		display: none;
	}

	.login-content{
		justify-content: center;
	}
}

a.btn-reprasis:hover {
	background-color: unset!important;
}

/** Formulario de Inscripción **/
div#div_fondo_inscripcion {
	background-color: unset !important;
	left: 15% !important;
}

div#div_cuerpo_inscripcion {
	margin-top: 10vh !important;
	margin-left: 23% !important;
}

div#div_cuerpo_inscripcion table tbody * {
	background-color: #FFFFFF !important;
	visibility: visible !important;
}

div.texto-inscripcion {
	font-size: 0.8rem !important;
	line-height: 1.5 !important;
	margin-top: 1rem !important;
}

a, span, p {
	font-size: 0.8rem !important;
}