﻿/*
**************************************************************
ESAT SYSTEM
Especialistas en Sistemas y Aplicaciones Tecnológicas

http://www.esatsystem.net
Facebook and Twitter >> @esatsystem
YouTube >> esat system

By: Rashta Vidal Miguel Angel
**************************************************************
*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400i&display=swap');*/

body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

@font-face {
	font-family: 'mfont-1';
	src: url("../fonts/OpenSans-RegularItalic.ttf");
}
@font-face {
	font-family: 'mfont-2';
	src: url("../fonts/Roboto-Regular.ttf");
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: #74C059;}
a:active {text-decoration: none;}

input[type="text"],input[type="file"]{
	border: 1px solid #17a2b8;
}

input[type="text"]:required, input[type="email"]:required ,textarea:required, select:required{
	border: 1px solid #17a2b8;
}

#mask {
	display: none;
	background: #000000; 
	position: fixed; left: 0; top: 0; 
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 2;
}

#msjreg{
	display: none;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 20px;
	z-index: 3;
}
#msjreg .regok{color: #3A973E;}
#msjreg .regcl{color: #973a3a;}

#msjlogin{
	display: none;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 5px;
}
#msjlogin .regok{color: #3A973E;}
#msjlogin .regcl{color: #973a3a;}

#msjarchive{
	display: none;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 10px;
	color: #973a3a;
}

#carga{
	display: none;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #000;
	text-align:center;
	position: fixed; left: 50%; top: 50%;
	margin-left:-75px; margin-top:-40px;
	width: 150px; height: 80px;
	padding:10px;
	z-index: 3;
}

#panel{
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -350px;
	width: 700px;
	overflow: hidden;
	padding: 20px;
	z-index: 3;
}
#panel .title-form{background-color: #0073b2; font-size: 15px; font-weight: bold; line-height: 30px; color: #fff; padding-left: 10px; margin-bottom: 5px;}
#panel img{width: 30px; height: 30px;}

.spaceh-lg{width: 100%; height: 130px; clear: left;}
.spaceh-mdx{width: 100%; height: 80px; clear: left;}
.spaceh-md{width: 100%; height: 60px; clear: left;}
.spaceh-ml{width: 100%; height: 45px; clear: left;}
.spaceh-ms{width: 100%; height: 30px; clear: left;}
.spaceh-nh{width: 100%; height: 20px; clear: left;}
.spaceh-ns{width: 100%; height: 10px; clear: left;}
.spaceh-mx{width: 100%; height: 5px; clear: left;}
.asterisk{color: red;}
.linear{width: 100%; height: 1px; clear: left; background-color: rgba(255, 255, 255, 0.3); margin: 5px 0;}
.ocult{display: none;}
.visible{display: block;}

header{background-color: #5e1313; overflow: hidden; padding: 15px;}
	header #headpage img{width: 270px; height: 80px;}
	header #headpage #titlehead{font-size: 1.2em; text-align: right; color: #fff;}
	header #headpage #subtitlehead{font-size: 2em; color: #ecf3f4; font-weight: bold; text-shadow: -4px 4px 4px #000;}

#linehead{background-color: #ecf3f4; padding: 5px 0px; font-size: 0.8em; font-weight: bold; box-shadow: 0px 3px 8px #9A9A9A;}

#loguersis{position: absolute; height: 100%;  background-image: url('../../Images/ImgHome.jpg'); background-repeat: no-repeat; background-size: 100% 100%;}
	#loguersis #home{position: absolute; height: 100%; color: #fff;}
		#loguersis #home .text-login{position: relative; font-size: 2.2em; font-weight: bold; height: 150px; top: 50%; margin-top: -75px; text-shadow: 4px 4px 2px #000; padding: 10px;}
		#loguersis #home .text-vers{position: absolute; bottom:0px; right: 20px;}
	#loguersis #login{position: absolute; right: 0px; padding: 20px; height: 100%; background-color: rgba(255, 255, 255);}
		#loguersis #login #namelogin{margin-bottom: 10px;}
			#loguersis #login #namelogin img{width: 170px; height: 170px;}
		#loguersis #login #imglogin{}
			#loguersis #login #imglogin img{width: 270px; margin-bottom: 10px;}
			#loguersis #login #imglogin .subtitle{color: #000; font-size: 1.2em;}
		#loguersis #login .datalogin{color: #000; font-size: 1.2em;}
			#loguersis #login .datalogin h2{font-weight: bold; color: #0095ce; text-shadow: 2px 2px 2px #fff; margin-bottom: 0px;}
	#loguersis #footer{font-size: 0.8em; color: #000; margin-top: 10px;}
		#loguersis #footer a{color: rgb(29, 75, 9);}

.container{}
	.container img#tramite{width: 100%; height: 230px; margin-bottom: 5px;}
	.container .titlec{font-size: 1.4em; font-weight: bold; text-align: center; margin-bottom: 5px; color: #22683e; font-weight: bold;}
	.container .hour{color: #222831; font-size: 30px; font-weight: bold; text-align: center;}
	.container #menu{background-color: #247143; padding: 20px; box-shadow: 0px 8px 8px -8px #fff; border-radius: 20px;}
		.container #menu #headmenu{background-color: #737495; color: #fff; padding: 20px; border-radius: 15px;}
			.container #menu #headmenu i{font-size: 80px;}
			.container #menu .title{font-size: 1.5em; font-weight: bold; text-align: center; margin-bottom: 10px; color: #fff;}
			.container #menu #headmenu .title{font-size: 1.1em;}
		.container #menu ul{text-decoration: none; list-style: none; line-height: 40px; padding: 0px;}
			.container #menu ul a li{font-size: 0.95em; color: #fff; border-bottom: 1px solid #4aa870; padding: 0 10px;}
			.container #menu ul a li:hover{background-color: #3ab56c; color: #fff;}
	.container #dato{}
		.container #dato h5.instruc{color: #b42c2c; font-size: 1.1em; font-weight: bold;}
		.container #dato ul{margin: 0px 10px; padding: 0px;}
			.container #dato ul li{font-size: 0.9em; margin-bottom: 10px;}
	.container #newtramite{background-color: #eceff4; overflow: hidden; padding: 20px; box-shadow: 0px 8px 8px -8px #000;}
		.container #newtramite .title{font-size: 1.3em; font-weight: bold; color: #333333;}
		.container #newtramite .titlehead{font-size: 1.3em; font-weight: bold; color: #8b1515;}
		.container #newtramite .title-form{background-color: #0073b2; font-size: 15px; font-weight: bold; line-height: 30px; color: #fff; padding-left: 10px; margin-bottom: 5px;}
		.container #newtramite #typedata{display: none;}
		.container #newtramite .headcap{color: #333333; font-size: 0.9em; margin-top: 5px; padding: 15px;}
		.container #newtramite .asterisk{color: #b42c2c; font-size: 0.9em; font-weight: bold;}
		.container #newtramite .cap{color: #b42c2c; font-size: 0.9em; margin-top: 5px; padding: 10px;}
		.container #newtramite .agr{color: #2c72b4; font-size: 0.8em; font-weight: bold; margin-top: 5px;}
			.container #newtramite .agr span{cursor: pointer;}
		.container #newtramite .fa-check{color: #579C32;}
		.container #newtramite #declared{font-size: 0.9em;}
	.container #exptramite{overflow: hidden; padding: 20px;}
		.container #exptramite img#image1{width: 250px; height: 75px;}
		.container #exptramite img#image2{width: 400px; height: 300px; margin-bottom: 10px;}
		.container #exptramite h3{font-size: 2em; font-weight: bold; color: #2d3e59;}
		.container #exptramite h5{font-size: 1.7em; font-weight: bold; color: #b42c2c;}
	.container #Seguim{overflow: hidden; padding: 20px;}
		.container #Seguim .groupicon{border: 1px solid #17a2b8; padding: 10px 30px; border-radius: 20px; font-size: 0.9em;}
			.container #Seguim .groupicon h5{font-weight: bold; font-size: 1.3em;}
			.container #Seguim .groupicon img{width: 200px; height: 190px; margin-bottom: 10px;}
			.container #Seguim a .groupicon{color: #000;}
		.container #Seguim a .groupicon:hover{background-color: #17a2b8; cursor: pointer; color: #fff; transition: 0.3s;}
	.container #Support{overflow: hidden; padding: 20px;}
		.container #Support img#image1{width: 250px; height: 75px;}
		.container #Support .supportimage{padding: 10px 30px; font-size: 0.9em;}
			.container #Support .supportimage img{width: 100%; height: 280px;}
		.container #Support .supportdat{border: 1px solid #17a2b8; padding: 10px 30px; font-size: 0.9em; border-radius: 20px;}
			.container #Support .supportdat li{font-size: 1.3em;}
				.container #Support .supportdat li .fa-whatsapp{color: #22683e; font-weight: bold;}
	.container #ConsultExped{overflow: hidden; padding: 20px;}
		.container #ConsultExped .head-cabec{font-size: 1.4em; font-weight: bold; color: #2c72b4;}
		.container #ConsultExped .subtitle{font-size: 0.9em; color: #000;}
		.container #ConsultExped #groupexp{background-color: #f6f6f6; border-radius: 20px; border: 3px solid #e5e5e5; padding: 20px;}
			.container #ConsultExped #groupexp .result{display: block;}
				.container #ConsultExped #groupexp .result .listr{border-bottom: 1px solid #ddd; padding: 5px; font-size: 0.9em;}
			.container #ConsultExped #recorrexp{background-color: #f6f6f6; top: 60px; right: 80px; width: 450px; height: 180px; border-radius: 20px; border: 3px solid #e5e5e5; padding: 20px;}

footer{}
	footer .footer-primary{width: 100%; background-color: #393f48; color: #fff; padding: 15px 0; font-size: 0.9em;}
		footer .footer-primary a{color: #3CF5EE;}
		footer .footer-primary img{}
		footer .footer-primary .fa-book-reader{font-size: 45px;}
		footer .footer-primary .social{margin-top: 5px; margin-bottom: 7px; text-align: right;}
			footer .footer-primary .social ul{margin: 0px; padding: 0px;}
				footer .footer-primary .social ul li{display: inline-block; margin: 0px 0px 0px 8px; padding: 0; border-radius: 100%;}
					footer .footer-primary .social ul li a{transition: all 0.2s ease; background: #FFF; border-radius: 100%; display: block; height: 30px; line-height: 32px; width: 30px; text-align: center; color: #333; box-shadow: 0 4px 4px -1px rgba(0, 0, 0, 0.3);}
						footer .footer-primary .social ul li:hover.social-icons-twitter a{background: #1aa9e1; color: #fff;}
						footer .footer-primary .social ul li:hover.social-icons-facebook a{background: #3b5a9a; color: #fff;}
						footer .footer-primary .social ul li:hover.social-icons-linkedin a{background: #0073b2; color: #fff;}
						footer .footer-primary .social ul li:hover.social-icons-youtube a{background: #c3191e; color: #fff;}
						footer .footer-primary .social ul li:hover.social-icons-instagram a{background: #7c4a3a; color: #fff;}
						footer .footer-primary .social ul li a i{font-size: 16px;}
	footer .footer-secundary{width: 100%; background-color: #2e333a; padding: 5px 0; color: #fff; font-size: 0.75em; text-align: center;}
		footer .footer-secundary a{color: #CBCBCB;}

/*******************************************************************************/
@media(max-width: 576px){
	.ocult{display: block;}
	.visible{display: none;}
	header #headpage #titlehead{font-size: 0.9em;}
	header #headpage #subtitlehead{font-size: 1.4em;}
	.container img#image1{width: 100%; height:80px;}
	.container #exptramite h3{font-size: 1.4em;}
	.container #exptramite h5{font-size: 1.4em;}
	.container #exptramite h6{font-size: 0.75em;}
	.container #Support{}
		.container #Support .supportimage img{width: 100%; height: 240px;}
		.container #Support .supportdat h3{font-size: 1.2em; font-weight: bold;}
		.container #Support .supportdat h5{font-size: 1.2em;}
		.container #Support .supportdat li{font-size: 1.2em;}
}

@media(min-width: 1500px){
	.container #Seguim .groupicon{font-size: 1em;}
	.container #dato ul li{font-size: 1em;}
}