@charset "UTF-8";
/* CSS Document
HOJA DE ESTILOS CHAMBA MÓDULO
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:35px 15px;
	color:#888;
	font-family: 'Poppins';
	background:#f1f5f9;}

@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.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-Black.eot');
    src: url('font/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        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-Light.eot');
    src: url('font/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('font/Poppins-Light.woff') format('woff'),
        url('font/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    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.woff') format('woff'),
        url('font/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;}

#page{
	margin: 0 auto;
	width: 90%;
	max-width: 1366px; }

header{
	padding: 15px;
	border-radius:8px;
	background: #fff;}

.cintilla{
	background: #f2f9ff;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	height:40px;}

a.facebook{
	float: right;
    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.x{
	float:right;
    display: block;
    width:30px;
    height:30px;
    text-decoration: none;
    background:url("img/x.svg") 0 0  no-repeat;
	background-position:center;
	background-size:30px 30px;
	margin-bottom: 10px;
	margin-right:10px;}

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

a.instagram{
	float: right;
    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.bot-site{float: right;
    display: block;
    width:140px;
    height:30px;
	line-height:30px;
    text-decoration: none;
	text-align: center;
	color:#0194fe;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;}

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

#identidad{
	margin: 0 auto;
	width: 410px;
	height: 90px;
	text-align: center;}

.logo{
	float: left;
	width: 195px;
	margin-right: 10px;}

#slider1 {
	clear: both;
	width: 100%;
	height:auto;
	margin: 20px 0px;}

#consejos{
	margin: 20px 0px 20px 0px;
	background: #e3f0f9;
	padding:40px 40px;
	border-radius: 8px;}

h1{
	margin: 10px 0px 20px 0px;
	font-size: 45px;
	letter-spacing: 1px;
	line-height: 50px;}

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

.conten-tips{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	margin:20px 0px;
	text-align: center;}

.dato-tips{
	flex: 1;
	-webkit-flex: 1;
	-webkit-order: 1;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 10px;}	

.dato-tips a{
	color:#888;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	line-height: 20px;}

.dato-tips a:hover{color:#0091fe;}

.iconografia{
	float: left;
	width:65px;
	margin:0px 10px 15px 0px;}

#ciudadanos{
	padding:50px 0px 320px 530px;
	background:url("img/ciudadanos.jpg") top left;
	background-repeat:no-repeat;
	background-color:#f1edee;
	background-size:cover;
	background-position:left;
    background-position-y: initial;
	border-radius: 5px;}

#ciudadanos h1{
	color:#0091fe;}

a.descarga-a{
    display: block;
    width:330px;
    height:80px;
    text-decoration: none;
	color: #888;
	font-size: 18px;
	line-height:22px;
    background:url("img/descarga-basica.svg") 0 0  no-repeat;
	background-position:left;
	background-size: 70px 70px;
	padding:10px 0px 0px 75px;
	margin-bottom: 20px;}

a:hover.descarga-a{
    background-position: -330px 0;
	text-decoration:none;
	color:#0091fe;
    background:url("img/descarga-basica.svg") 0 0 no-repeat;
	background-position:left;	
	background-size:70px 70px;} 

a.descarga-b{
    display: block;
    width:510px;
    height:80px;
    text-decoration: none;
	color: #888;
	font-size: 18px;
	line-height:22px;
    background:url("img/descarga-media-superior.svg") 0 0  no-repeat;
	background-position:left;
	background-size: 70px 70px;
	padding:10px 0px 0px 75px;
	margin-bottom: 20px;}

a:hover.descarga-b{
    background-position: -330px 0;
	text-decoration:none;
	color:#0091fe;
    background:url("img/descarga-media-superior.svg") 0 0 no-repeat;
	background-position:left;	
	background-size:70px 70px;} 

.nota{
	font-weight: 900;}

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

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

a.capacita{
	float:left;
    display: block;
    width:250px;
    height:95px;
    text-decoration: none;
    background:url("img/capacitate.svg") 0 0  no-repeat;
	background-position:center;
	background-size:250px 250px;
	margin:10px;}

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

footer{
	padding:55px 35px;
	background: #1e4e87;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top:20px;
	text-align: center;}

.identidad{
	width: 200px;
	margin-bottom: 20px;}

.linea{
	height: 1px;
	background-color: #0091fe;
	margin-bottom: 20px;}

.media{
	margin: 0 auto;
	width: 150px;
	height: 30px;
	padding: 0px 5px 10px 10px; }

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

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

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

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

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

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

.contacto{
	padding: 35px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 16px;
	line-height: 20px;}

.identidad-direccion{
	width:300px;
	margin: 10px 20px 10px 0px;}

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

.conten-datos{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	margin:5px 0px; }

.dato-contacto{
	flex: 1;
	-webkit-flex: 1;
	-webkit-order: 1;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 5px;}	

.dato-contacto a{
	color:#888;}

.dato-contacto a:hover{
	color:#ffbe00;}

.mod-aviso{
	padding:250px 0px 0px 0px;}

a.link-aviso{
	float: right;
    display: block;
    width:170px;
    height:40px;
	line-height: 40px;
    text-decoration: none;
	color:#888; }

a:hover.link-aviso{
    background-position: -100px 0;
	text-decoration:none;
	color:#FFC000} 

a.whatsapp{
    text-decoration: none;
	font-weight: 900;
	color:#0194fe; }

a:hover.whatsapp{
    background-position: -100px 0;
	text-decoration:none;
	color:#FFC000} 

#empresas{
	padding:50px 350px 170px 40px;
	background:url("img/empresas.jpg") top right;
	background-repeat:no-repeat;
	background-color:#f1edee;
	background-size:cover;
	background-position:right;
    background-position-y: initial;
	border-radius: 5px;}

#empresas h1{
	margin: 5px 0px;
	line-height:65px;
	color:#0091fe;}

.linea-tit{
	margin: 0 auto;
	width:400px;
	text-align: center;
	height:75px;
	padding:10px 0px;
	border-bottom: 1px solid #ccc;}

.boton{
	margin: 0 auto;
	padding: 20px 10px;
	width: 250px;}

.botones{
	margin: 0 auto;
	width:575px;
	height: 115px;
	padding:10px 10px;}

a.publica{
    display: block;
    width:250px;
    height:95px;
    text-decoration: none;
    background:url("img/publica-vacantes.svg") 0 0  no-repeat;
	background-position:center;
	background-size:250px 250px;}

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

#ruta{
	padding:15px;
	text-align: right;
	font-size: 16px;
	margin-bottom: 20px;}

#ruta a{
	color:#888;
	text-decoration: none;}

#ruta a:hover{
	color:#ffbe00 !important;
	text-decoration: none;}

.detalle{
	color:#0194fe;
	font-weight: 900;}

#encabezado{
	clear: both;
	padding:140px 50px 210px 50px;
	background:url("img/consejos.jpg") top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-position-y: initial; }

#encabezado h1{
	font-size:55px;
	line-height: 60px;
	color: #fff;}

#encabezado-b{
	clear: both;
	padding:140px 50px 230px 50px;
	background:url("img/ideas-cv.jpg") top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-position-y: initial; }

#encabezado-b h1{
	font-size:55px;
	line-height: 60px;
	color: #fff;}

#encabezado-c{
	clear: both;
	padding:140px 50px 230px 50px;
	background:url("img/camino-laboral.jpg") top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-position-y: initial; }

#encabezado-c h1{
	font-size:55px;
	line-height: 60px;
	color: #fff;}

#encabezado-d{
	clear: both;
	padding:140px 50px 230px 50px;
	background:url("img/buscar.jpg") top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    background-position-y: initial; }

#encabezado-d h1{
	font-size:55px;
	line-height: 60px;
	color: #fff;}


.mod-txt{
	padding:20px 40px 55px 40px;
	background: #fff;
	text-align: justify;
	font-size: 16px;
	line-height: 22px;
	color:#888;}

.mod-txt a{
	color: #888;
	font-weight: 900;
	text-decoration: none;}

.mod-txt a:hover{
	color: #ffbe00;
	text-decoration: none;}

.mod-txt ol {
	margin: 0 auto;
	padding:40px 0px;
	width: 90%;
	counter-reset:item;}

.mod-txt ol>li {
	margin:0px;
	padding:15px 25px 15px 25px;
	text-indent:-1em;
	list-style-type:none;
	counter-increment:item;}

.mod-txt ol>li  {
	text-decoration: none;
	color: #888888;}

.mod-txt ol>li:before {
	color:#0091fe;
	font-weight: 900; font-style: normal;	
	display:inline-block;
	font-size:25px;
	width:20px;
	text-align:left;
	content:counter(item) "";}

.tit-consjeo{
	height: 90px;
	padding: 10px;
	font-size: 25px;
	line-height: 28px;
	font-weight: 900;
	border-bottom: 1px solid #ccc;}

.ico-consejo{
	width: 55px;
	float: left; 
	margin-right: 10px;}

.txt{
	padding:20px 40px 10px 40px;}

/*--------------------------------------------
			MEDIA QUERY
----------------------------------------------*/
@media (max-width: 1024px) {
	#page{width: 100%;}
	
	.cintilla{padding: 5px 10px;}
	
	#identidad{width:290px;}
	
	.logo{width: 135px;}
	
	#consejos{padding:20px 20px;}	

	h1{ font-size:28px; line-height: 30px;}

	.iconografia{ width:40px; margin-right:5px;}	
	
	.dato-tips a{font-size: 14px; line-height: 16px;}

	#ciudadanos{padding:50px 0px 320px 290px; background-position:20%;}	

	a.descarga-a{background-size:50px 50px; padding:10px 0px 0px 60px; width:210px; height:60px; font-size: 14px; line-height:16px;}	
	
	a.descarga-a:hover{background-size:50px 50px;}
		
	a.descarga-b{background-size:50px 50px; padding:10px 0px 0px 60px; width:280px; height:60px; font-size: 14px; line-height:16px;}	
	
	a.descarga-b:hover{background-size:50px 50px;}

	a.registro{width:200px; height:80px; background-size:200px 200px;}	

	a:hover.registro{background-size:200px 200px;} 	
	
	a.capacita{width:200px; height:80px; background-size:200px 200px;}
	
	a:hover.capacita{background-size:200px 200px;} 	
	
	.identidad{	width:150px; }	
	
	.contacto{padding:20px; font-size: 14px; line-height: 18px;}
	
	footer{padding:20px 20px;}

	#empresas{padding:50px 200px 20px 10px; background-position:83%;}	

	.linea-tit{width:260px; }	

	.botones{ width:450px; padding: 2px;}	
	
	a.publica{width:200px; height:80px; background-size:200px 200px;}
	
	a:hover.publica{background-size:200px 200px;} 	
	
	#encabezado{padding:70px 20px 190px 20px;}
	
	#encabezado h1{font-size:28px; line-height: 30px;}
	
	#encabezado-b{padding:70px 20px 190px 20px;}
	
	#encabezado-b h1{font-size:28px; line-height: 30px;}

	#encabezado-c{padding:70px 20px 190px 20px;}
	
	#encabezado-c h1{font-size:28px; line-height: 30px;}
	
	#encabezado-d{padding:70px 20px 190px 20px;}
	
	#encabezado-d h1{font-size:28px; line-height: 30px;}
	
	.mod-txt{ padding: 10px 20px 55px 20px; font-size: 14px; line-height: 18px;}	

	.tit-consjeo{ font-size:18px; line-height: 24px; height:70px;}

	.ico-consejo{width:40px;}

	.mod-txt ol>li {padding:15px 15px 15px 15px;}	
	
	.mod-txt ol>li:before {	font-size:22px;}	
						
	#slider1 { width: 100%; height: auto; }
	
		
}

@media (max-width: 668px) {
	#contenedor-tips{ -webkit-flex-direction: column; }	

	.dato-tips{border-bottom: 1px solid #ccc;}		
	
	#ciudadanos{padding:50px 0px 230px 180px; background-position:26%;}		

	.mod-aviso{padding:30px 0px 0px 0px;}	
	
	#contenedor-contacto{ -webkit-flex-direction: column; }	
	
	.identidad-direccion{width:260px;}	
	
	.linea-tit{width:190px; }	
	
	.boton{padding: 10px 10px; width: 220px;}

	.botones{width:220px; height: 215px; padding: 10px 0px;}	
	
	#encabezado{background-position:50%; padding:70px 20px 100px 20px;}
	
	#encabezado-b{background-position:50%; padding:70px 20px 100px 20px;}	
	
	#encabezado-c{background-position:50%; padding:70px 20px 100px 20px;}	
	
	#encabezado-d{background-position:50%; padding:70px 20px 100px 20px;}	
	
	.tit-consjeo{ padding:5px; font-size:16px; line-height: 20px; height:55px;}

	.ico-consejo{ width:30px; margin-bottom: 20px;}
	
	.txt{padding:20px 5px 10px 5px;}
	
}


@media (max-width: 414px) {
	body {padding:20px 10px;}	
	
	#identidad{width:225px; height: 50px;}
	
	.logo{width: 100px;}	

	a.bot-site{ width:105px; font-size: 13px;}	
	
	#consejos{padding:20px 20px;}	
	
	h1{ font-size:20px; line-height: 20px;}	
	
	#ciudadanos{padding:50px 0px 180px 90px;}	
	
	a.descarga-a{background-size:35px 35px; padding:10px 0px 0px 40px; font-size: 13px; line-height:15px;}	
	
	a.descarga-a:hover{background-size:35px 35px;}
		
	a.descarga-b{background-size:35px 35px; padding:10px 0px 0px 40px; width:200px; font-size: 13px; line-height:15px;}	
	
	a.descarga-b:hover{background-size:35px 35px;}

	a.registro{width:160px; height:60px; background-size:160px 160px;}	

	a:hover.registro{background-size:160px 160px;} 	
	
	a.capacita{width:160px; height:60px; background-size:160px 160px;}
	
	a:hover.capacita{background-size:160px 160px;} 	
	
	.identidad-direccion{width:200px;}	
	
	.contacto{padding:10px; font-size: 13px; line-height: 15px;}	
	
	.linea-tit{width:160px; }	
	
	.boton{width: 160px;}
	
	a.publica{width:160px; height:60px; background-size:160px 160px;}
	
	a:hover.publica{background-size:160px 160px;} 	
	
	.botones{width: 160px; padding: 0px 0px;}

	
}



