@charset "utf-8";
/* CSS Document */
@font-face{
		font-family:avenir;
		src:url(../fonts/avenir.ttf);
	}
html{
	background-color: #FFF;
	font-family: avenir;
}
body{
	background-color: #ecf0f1;
	margin: 80px 0px;
}
main{
	margin-top: 110px;
}
header{
	position: fixed;
	z-index: 1000;
	margin-top: -110px;
	padding: 15px;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
}
header img{
	float:left;
}
header h2{
	float:left;
	margin-left:10px;
	margin-top:20px;
}
header nav{
	float:right;
	height: 30px;
	margin-right: 20px;
}
header nav a{
	float:left;
	color: #2c3e4f;
	margin-left: 18px;
	list-style: none;
}
footer{
	background-color: #005CB3;
	padding: 8px;
	height:20px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0px;
	color:#E8E8E8;
}
footer a{
	color: #E8E8E8;
}
a{
	text-decoration: none;
}
#login{
	width: 250px;
	height: 120px;
	border-radius: 10px;
	padding: 10px;
	border: solid 2px #006CC5;
	background-color:#FFF;
	position:fixed;
	top:70px;
	right: -280px;
	z-index: 1001;
	transition: right 0.5s;
}
#login h4, hr{
	margin:0px;
	text-align: center;
}

#login input{
	width:100%;
	height: 22px;
	background-color: transparent;
	border:none;
	border-bottom: solid 1px #7C7C7C;
	margin-top:5px;
}
#pg2{
	background-color:#0082E0;
	color:#262626;
	position: relative;
	width: 100%;
	height: auto;
}
#pg1{
	position: relative;
	background-color: #FFF;;
	width: 100%;
	height: auto;
}
.login{
	background-color:#005CB3;
	margin-right: 20px;
	padding: 8px;
	border-radius: 5px;
	margin-top:-8px;
	color:#ecf0f1;
	cursor: pointer;
}
.info{
	width: 28%;
	min-height:300px; 
	display: inline-block;
	text-align: justify;
	margin: 10px 2%;
}
.c2{
	width: 40%;
	margin: 1% 4%;
	float: left;
}
.c31, .c32, .c33{
		color:#D6F8FF;
	}
.swt{
	text-align: left;
}
.swt label{
	width: 80px;
	margin: 2px;
	height: 30px;
	display: inline-table;
}
.swt input{
	height: 30px;
	margin: 2px;
	display: inline-table;
}
.btn{
	border: solid 1px #4A4A4A;
	background:#005D84;
	padding: 5px;
	color:#B2DAFF;
	align-self: center;
	border-radius: 3px;
	margin-top:8px;
}
.btn-success{
	height: 40px;
	border: solid 1px #4A4A4A;
	background:#098700;
	padding: 8px;
	color:#D9FFCF;
	align-self: center;
	border-radius: 3px;
	margin-top:10px;
	font-size: 16px;
	min-width: 120px;
	margin: 10px auto;
}
.btn-success:hover{
	background:#087000;
	color:#EBFFE6;
}
.tablem{
	display:none;
}
.table, .tablem{
	width: 80%;
	margin: 20px 10%;
	color: #535353;
}
.table thead th, .tablem thead th {
	background-color: #0082E0;
	color: #FFFFFF;
}
.table span, .tablem span{
	color: #000000;
	font-weight: bold;
}
.table td, .tablem td{
	text-align:center;
	padding: 5px;
}
.table td:nth-child(1), .tablem td:nth-child(1) {    
	text-align:left;
}
.table tr:nth-child(2n), .tablem tr:nth-child(2n) {    
	background-color: rgba(0,130,224,0.2);
}
.redes{
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0px;
}
.redes img{
	width:40px;
}
#contact{
	margin-bottom: 100px;
}
#contact input, select, textarea{
	height: 30px;
	width: 80%;
	margin: 5px 20% 5px 0px;;	 
}
#login1{
	display: none;
	float: right;
	margin-top: -100px;
	right: 10px;
}
@media only screen and (max-width: 800px){
	html{
		overflow-x: hidden;
	}
	body{		
		margin: 0px 0px;
	}
	header{
		position: relative;
		z-index: 1000;
/*		margin-top: -110px;
		padding: 15px;*/
		width: 100%;
		background-color: rgba(255,255,255,0.7);
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	header img{
		float:none;
		margin-top: 10px;
	}
	header h2{
		float:none;
		margin-left:10px;
		margin-top:0px;
	}
	header nav{
		display: none;
	}
	main{
		margin-top: 10px;
	}
	.info, .c2{
		width: 98%;				
		margin: 1px 1%;
		min-height:inherit; 
	}
	.table{
		display:none;
	}
	.tablem{
		display:block;
	}
	footer{
		background-color: #005CB3;
		padding: 8px;
		height:20px;
		text-align: center;
		width: 100%;
		position: fixed;
		bottom: 0px;
		color:#E8E8E8;
	}
	#login1{
		display: block;		
	}
	
	#slider-box {		
		height: auto;		
	}
	.slider-element {
		height: auto;
	}
	.element-blue,
	.element-green,
	.element-red {
		min-height: auto;
	}
}