@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
html, body{
	background-color:#234C8B;
	margin:0;	
	font-family: 'Jost', sans-serif;
}
.p100{
	width:100%;
}
main{
	margin-bottom: 70px;
}
.formulario{
	background-color: rgba(255,255,255,0.27);
	min-width: 500px;
	width: 50%;
	height: 400px;
	margin:0px 10px;
	border-radius: 30px;
	overflow: hidden;
}
.formulario h2{
	text-align:center;
}
.formulario .izq{
	width:40%;
	float: left;
	height: 100%;
	background-color:#393939;
	color:#C1C1C1;
}
.txt{
	padding: 10px;
	text-align: justify;
}
.izq a{
	text-decoration: none;
	background-color: rgba(215,160,0,1.00);
	color: rgba(61,61,61,1.00);
	border-radius: 5px;
	padding: 5px;
	margin:20px;
}
.izq a:hover{
	background-color: #B88900;
	color:#E1E1E1;
	box-shadow: 2px 2px 5px #E1E1E1;
}

.formulario .bajo{
	width:40%;
	float: left;
	height: 100%;
	background-color:#393939;
	color:#C1C1C1;	
}
.bajo a{
	text-decoration: none;
	background-color: rgba(215,160,0,1.00);
	color: rgba(61,61,61,1.00);
	border-radius: 5px;
	padding: 5px;
	margin:20px;
}
.bajo a:hover{
	background-color: #B88900;
	color:#E1E1E1;
	box-shadow: 2px 2px 5px #E1E1E1;
}
.boton{
	margin:5px 0px;
	font-size: 12px;
	color:#000000;
	background-color:aliceblue;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #575757;
	padding: 2px 5px;
}

.forget{
	margin-left:5%;
	color: #8E4B00;
	font-size: 12px;
	text-decoration: none;
}
.pi2{
	margin-bottom: -15px;
	margin-top: 5px;
}
.formulario .der{
	width:60%;
	height: 100%;	
	float: right;
	background-color:rgba(255,255,255,0.28);
}
.formulario input[type=submit]{
	width:95%;
	height: 30px;
	margin:2%;
}
.formulario input[type=file]{
	width:95%;
	height: 30px;
	margin:1% 0 0 2%;
}
.centrado{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.exclam{
	color: #F17F00;
}
.input {  
  background-repeat: no-repeat;  
  display: flex;
  width: 90%;  
  margin: 15px 5% 0;
  height: 30px;
  border: 1px solid rgba(9, 113, 163, 1);
  border-radius: 3px;
	background-color: #FFF;
}
.input i{
	margin:5px;
}
.input input, select, textarea {
  width: 100%;
  font-size: 0.9em;
  border: none;
}
.input textarea{
	height:55px;
}
.input input:focus {
  outline: none;
}
.soli{
	display: none;
	text-decoration: none;
	background-color: rgba(215,160,0,1.00);
	color: rgba(61,61,61,1.00);
	border-radius: 5px;
	width: 90%;
	position: fixed;
	top: 10px;
	padding: 5px;
	margin-left:5%;
	text-align: center;
}
.btn{
	text-decoration: none;
	background-color: rgba(215,160,0,1.00);
	color: rgba(61,61,61,1.00);
	border-radius: 5px;
	width: 90%;		
	padding: 5px;
	margin:5%;
	text-align: center;
}
.alerta{
	width: 50%;
	margin-left: 25%;
	text-align: center;
	height: 30px;
	padding: 20px;
	background-color: #F3CC2A;
	color: #6E4400;
	border-radius: 10px;
}
.info{
	position:fixed;
	width: 300px;
	top:1px;
	left:1px;
	background-color: #CFCFCF;
	border-radius: 20px;
	padding: 20px;
}
.pdf-page{
	border:1px solid black;               
	display:block;
	margin-left: 25%;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 4px #000;
}
.pdf-page:hover{
	cursor:crosshair;    
}


footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-color: #323232;
	color: #E5E5E5;
	text-align: center;
	padding: 5px;
}
footer a{
	color: #8E4B00;
	text-decoration: none;
}
@media screen and (max-width: 1000px) {
	.formulario{
		background-color: rgba(255,255,255,0.27);
		min-width: 500px;
		width: 90%;
		height: 400px;
		margin:0px 10px;
		border-radius: 30px;
		overflow: hidden;
	}
}
@media screen and (max-width: 700px) {
	.centrado{
		position: relative;		
		top: 0%;
		transform: translate(0%, 0%);
		-webkit-transform: translate(-50%, 0%);
	}
	.formulario{
		background-color: rgba(255,255,255,0);		
		min-width: 300px;
		width: 90%;
		height: auto;	
	}
	.formulario .izq{
		display: none;
	}
	.formulario .bajo{
		margin-top: 50px;
		width: 100%;
		position: relative;		
	}
	.bajo a{
		display:none;
	}
	.formulario .der{
		width:100%;
		background-color: rgba(255,255,255,0);		
	}
	.forget{
		margin-left:5%;
		color: #FF8600;
		font-size: 12px;
		text-decoration: none;
	}
	.input {  
	  background-repeat: no-repeat;  
	  display: flex;
	  width: 90%;  
	  margin: 15px 5% 0;
	  height: 50px;
	  border: 1px solid rgba(9, 113, 163, 1);
	  border-radius: 3px;
		background-color: #FFF;
	}
	.input i{
		margin:10px;
	}
	.input input {
	  width: 100%;
		height: 40px;
	  font-size: 0.9em;
	  border: none;
	}
	.input input:focus {
	  outline: none;
	}
	.soli{
		display:block;
	}
}
