/* CSS Document *
ADMINISTRADOR DE CONTENIDOS - PLANTILLA OFICIAL
DIRECCIÓN DE TECNOLOGÍAS - MUNICIPIO DE LEÓN, GUANAJUATO
-----------------------------------------------------------*/

html {
	box-sizing: border-box;}


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


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

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Bold.eot');
    src: url('font/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Bold.woff2') format('woff2'),
        url('font/Poppins-Bold.woff') format('woff'),
        url('font/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Thin.eot');
    src: url('font/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Thin.woff2') format('woff2'),
        url('font/Poppins-Thin.woff') format('woff'),
        url('font/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;}

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

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('font/stroke7pixeden.eot?u58ytb');
	src:url('font/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('font/stroke7pixeden.woff?u58ytb') format('woff'),
		url('font/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('font/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');}

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

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

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


body {
	margin: 0;
	padding:65px; 35px;
	color:#888888;
	font-family: 'Poppins';
	font-weight: 100;
	background: #ebffff;
	line-height:25px !important;
	font-size:16px;}

main#content {
	margin:0 auto;width:70%;
	max-width: 1366px;
	padding:0px 0px 0px 0px;
	background:#fff;
	-webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, .2), 0 0px 30px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0px 0 rgba(0, 0, 0, .2), 0 0px 30px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .2), 0 0px 30px rgba(0, 0, 0, .2);}

#encabezado{
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	padding:0px;}

#simulacro{
	margin: 0 auto;
	width:65%;
	font-size: 0px;
	text-align: center;}

.banner{
	width: 100%; }

.prevencion{
	width:100%;
	height:auto;
	font-size: 0px;
	line-height: 0px;
	margin-top: -60px;}

#preparate{
	margin: 0 auto;
	width: 65%;
	text-align: center;
	padding:20px 20px 100px 20px;}

h1{
	color:#888;
	margin: 10px 10px;
	font-size:36px;
	letter-spacing: 1px;
	font-family: 'Poppins';
	font-weight: 900;
	text-align: center;}

h2{
	color:#888;
	margin:15px 10px;
	font-size:22px;
	font-family: 'Poppins';
	font-weight: 400;
	text-align: center;}

.nota{
	font-family: 'Poppins';
	font-weight: 900; }

.boton{
	width:56%; 
	margin-bottom: 25px;}

.identidad{
	height: 175px;
	padding: 20px;
	background: #1B3B6F;}

.seguridad-publica{
	float: left;
	padding: 5px;
	width: 48%;
	text-align: center;}

.leon{
	float: right;
	padding: 5px;
	width: 48%;
	text-align: right;	}

.logo{
	width:50%;}

.logo-bis{
	float: left;
	width:53%;}

.logo-c{
	float: left;
	width:25%;}

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

.redes{
	float: left;
	width: 210px;
	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:10px;}

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:10px;}

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:10px;}

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:10px;}

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:10px;}

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: 'Azo Sans Bk';
	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) {
	.item{width: 95%;}	
	
	h1{font-size:25px;}
	
	h2{font-size:18px;}
	
	.logo-bis{width:58%;}

	.logo-c{width:30%;}
	
	.identidad{height: 130px;}	
}


@media (max-width:768px) {
	body {  padding:10px;}
	
	main#content {width:90%;}		
	
}

@media (max-width:668px) {
	main#content {width:95%;}		
	
	#preparate{ width: 85%; padding:0px 10px 30px 10px;}	

	.boton{width:80%;}
	
	.identidad{height:205px;}
	
	.seguridad-publica{float:none; margin: 0 auto; width: 65%; height:65px;}
	
	.leon{	float: none; margin: 0 auto; width:55%; text-align:center;height:55px;	}
			
	.logo{width:65%;}	
	
	.logo-bis{width:58%;}

	.logo-c{width:30%;}
	
	#copy{ height: 105px; padding:10px 35px 5px 35px;}	
		
	.redes{float: none; margin: 0 auto;}
	
	a.bot-site{float: none;  margin: 0 auto;}
}


@media (max-width:414px) {
	.identidad{height: 145px;}
	
	.seguridad-publica{width: 65%; height:65px;}
	
	.leon{width:55%; text-align:center;height:55px;	}
			
	.logo{width:85%;}	
	
	.logo-bis{width:64%;}

	.logo-c{width:36%;}
}

