@charset "UTF-8";
/* CSS Document 
INICIO DE SESIÓN
DIRECCIÓN GENERAL DE TECNOLOGÍAS DE LA INFORMACIÓN Y GOBIERNO DIGITAL
*/

html {
	box-sizing: border-box;}


*, *:before, *:after {
  box-sizing: inherit;}


body {
	font-size: 13px;	
	padding:30px 20px;
	color:#fff;
	font-family: 'Avenir';
	background:url("https://imagenes.leon.gob.mx/sistema-info-v2.jpg") bottom;
	background-repeat:no-repeat;
	background-color:#0094ff;
	background-size:cover;
	background-position:center;
    background-position-y: initial; 	
	overflow-x:hidden;}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Light.eot');
    src: url('font/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('font/Avenir-Light.woff') format('woff'),
        url('font/Avenir-Light.ttf') format('truetype'),
        url('font/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Medium.eot');
    src: url('font/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/Avenir-Medium.woff') format('woff'),
        url('font/Avenir-Medium.ttf') format('truetype'),
        url('font/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Black.eot');
    src: url('font/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('font/Avenir-Black.woff') format('woff'),
        url('font/Avenir-Black.ttf') format('truetype'),
        url('font/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;}

#page{
	margin: 0 auto;
	width: 90%;
	max-width: 1368px;
	padding:10px 10px 10px 10px;
	text-align: center}

.banner{
	width: 70%;
	margin: 20px;}

#escudo{
	margin: 0 auto;
	width:80px;
	text-align: center;
	padding: 10px 10px;}

.logotipo{
	width:100%;
	margin-bottom: 10px;}

footer{
	margin: 0 auto;
	padding: 20px;
	width: 80%;}

#contenedor-logos{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;}	

.mod-img{
	display: -webkit-flex;
	-webkit-flex-direction: column; }

.info-entidad{
	flex: 1;
	-webkit-flex: 1;
	-webkit-order: 1;
	margin-right:10px;}	

.entidad{
	text-align: center;
	padding: 10px;
	width: 85%;
	margin: 0 auto;}

.logo{
	width: 60%;
	margin:5px 0px 5px 0px}

#copy{
	height: 55px;
	padding:5px 10px 5px 10px;
	color:#fff;
	font-size: 18px;
	text-align:left;}	

.redes{
	float: left;
	width: 200px;
	height: 40px;
	padding: 5px 5px 5px 5px;}

a.facebook{
	float: left;
    display: block;
    width:30px;
    height:30px;
    text-decoration: none;
    background:url("img/facebook.svg") 0 0  no-repeat;
	background-position:center;
	background-size:30px 30px;
	margin-bottom: 10px;
	margin-right:5px;}

a:hover.facebook{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img/facebook-roll.svg") 0 0 no-repeat;
	background-position:center;	
	background-size:30px 30px;} 

a.twitter{
	float: left;
    display: block;
    width:30px;
    height:30px;
    text-decoration: none;
    background:url("img/twitter.svg") 0 0  no-repeat;
	background-position:center;
	background-size:30px 30px;
	margin-bottom: 10px;
	margin-right:5px;}

a:hover.twitter{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img/twitter-roll.svg") 0 0 no-repeat;
	background-position:center;	
	background-size:30px 30px;} 

a.instagram{
	float: left;
    display: block;
    width:30px;
    height:30px;
    text-decoration: none;
    background:url("img/instagram.svg") 0 0  no-repeat;
	background-position:center;
	background-size:30px 30px;
	margin-bottom: 10px;
	margin-right:5px;}

a:hover.instagram{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img/instagram-roll.svg") 0 0 no-repeat;
	background-position:center;	
	background-size:30px 30px;} 

a.tiktok{
	float: left;
    display: block;
    width:30px;
    height:30px;
    text-decoration: none;
    background:url("img/tiktok.svg") 0 0  no-repeat;
	background-position:center;
	background-size:30px 30px;
	margin-bottom: 10px;
	margin-right:5px;}

a:hover.tiktok{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img/tiktok-roll.svg") 0 0 no-repeat;
	background-position:center;	
	background-size:30px 30px;} 

a.youtube{
	float: left;
    display: block;
    width:30px;
    height:30px;
    text-decoration: none;
    background:url("img/youtube.svg") 0 0  no-repeat;
	background-position:center;
	background-size:30px 30px;
	margin-bottom: 10px;
	margin-right:5px;}

a:hover.youtube{
    background-position: -30px 0;
	text-decoration:none;
    background:url("img/youtube-roll.svg") 0 0 no-repeat;
	background-position:center;	
	background-size:30px 30px;} 

a.bot-site{
	float: right;
    display: block;
    width:150px;
    height:35px;
	line-height: 35px;
    text-decoration: none;
	text-align: center;
	padding: 10px;
	color:#fff;
	font-family: 'Avenir';
	font-weight: 900; font-style: normal;
	font-size: 22px;
	letter-spacing: 1px;}

a:hover.bot-site{
    background-position: -100px 0;
	text-decoration:none;
	padding: 10px;
	color:#FFC000} 

/*--------------------------------------------
			MEDIA QUERY
----------------------------------------------*/
@media (max-width:1200px) {
	footer{ width:100%; padding:5px;}
	
	.banner{width: 80%;
		
		
		
}

@media (max-width:768px) {

	#page{width: 99%; padding: 10px 5px;}

	#copy{padding:5px 5px 5px 5px; font-size: 13px; }		
}
	
@media (max-width:668px) {

	body { padding:10px 5px;}	
	
	#escudo{width:60px;}	
		
	.banner{width: 95%; margin: 5px;}
	
	footer{ padding: 5px;}
	
	.redes{ float: none; width:215px; margin: 0 auto;}
	
	a.bot-site{ float: none; margin: 0 auto; font-size: 18px; width:140px;}
	
	#contenedor-logos {-webkit-flex-direction: column; width: 100%; }				
	
	.entidad{width: 95%;}

	.logo{ width: 40%;}
		
	#copy{height: 100px;}		
		
		
		
		
}


