@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font:  'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	}

img {
	display: block;
	max-width: 100%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	}
body {
	display: block;
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	}

a {
	text-decoration: none;
	color: #736E6E;
	}


/*------Estilos de Header------*/
header {
	width: 100%;
	height: 140px;
	background: #020430;
    position: fixed;
	}
contenedor {
	display: flex;
	height: 140px;
	padding: 1%;
	justify-content:space-between;
	}

.encabezado {
	display: flex;
	height: 20%
}

.logo {
	display: block;
	min-width: 180px;
	min-height: 120px;
	padding: 3%;
	border-right: 1px solid #FFF;		
}


.revista {
	display: block;
	padding: 2% 5%;
	width: 22%;
}


.revista .rd {
	margin-top: 10px;
	width: 40px;
	display: block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	text-align: center;
	color: #F29100;
}

.txt_rd{
	font-size: 12px;
	text-align: center;
	color: #F29100;
}

.icon-news {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 40px;
	text-align: center;
	color: #F29100;
	border-radius: 5px;	
	margin-left: auto;
	cursor: pointer;
}

.date-main{
	display: flex;
	margin-top: 50px;
	width: 250px;
	color: #FFFFFF;
	font-size: 10px;	
}


.redes {
	display: flex;
	min-width: 180px;
	margin: 2% 2% 2% 10%;
	height: 80%;
	align-content: center;
	align-items: center;
	margin-left: 15%;
}

.txt_redes{
	margin-top: 20%;
	align-content: center;
	align-items: center;
	font-size: 10px;
	text-align: center;
	color: #fff;	
}

.icon-tw {
	display: block;
	margin-top: 6px;
	margin-right: 30px;
	width: 40px;
	height: 40px;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;	
	margin-left: auto;
}

.icon-fb {
	display: block;
	margin-right: 30px;
	width: 30px;
	height: 30px;
	font-size: 28px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;	
	margin-left: auto;
}

.icon-youtube {
	display: block;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;	
	margin-left: auto;
}

.desplegado {
	display: block;
	margin-top: 50px;
	margin-right: 1%;
	width: 40px;
	align-items: flex-end;
}

.icon-menu {
	padding: 10%;
	width: 40px;
	height: 35px;
	background: #F29100;
	font-size: 25px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

/*------Estilos de menu------*/
nav {
	position: absolute;
	top: 250px;
	right: -100%;
	width: 250px;
	height: 500px;
	background: #F29100;
	transition: all 0.4s;
	z-index: 999;
	}

.principal--menu {
 	list-style: none;
	padding: 0;
	margin: 0;	
	text-align: center;
	display: block;
	background: #F29100;
	}


.menu__item {
	display: block;
	padding: 10px;
	background: #F29100;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	}

.nav ul ul{
	display: none;
	}

.nav ul li:hover ul{
	display: block;
	}	

.submenu__item {
	display: block;
	padding: 10px;
	list-style: none;
	color: #FFF;
	text-decoration: none;	
	}

.principal--menu a:hover {
	background: #FABE78;
	color: #FFF;
	}

.mostrar {
	right: 0%;
	}

.redesnav{
	display: none;
	}

/*estilo de main*/

contenedor-principal {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	}

caja{
	width: 100%;
	padding: 0;
	margin: 0;
}

.espacio{
    width: 100%;
    height: 140px;
	}

.banner {
	position: fixed;
	background-color:rgba(6,47,97,0.86);
	width: 100%;
	margin: 0;
	padding: 0 10%;
    display: flex;
  	justify-content: center;
  	align-items: center;
	}

.imagen {
	padding: 1%;
  	width: 50%;
	min-width: 300px;
}	

/*-------Estilos de revistadigital-------*/

conte-revis-act {
	display: flex;
	width: 80%;
	margin-top: 150px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	}


.txt-port-act{
	color: #4F4F4F;
}

.img-magz-act {
	width: 50%;
  	justify-content: center;
  	align-items: center;
	padding: 5% 10% 2% 10%;
	cursor: pointer;
	border: 1px solid #4F4F4F;
	}

.txt-mgz {
	width: 50%;
	padding: 30% 10% 2%;
	display: flex;
  	justify-content: center;
  	align-items: center;
	font-size: 12px;
	text-align: center;
	background: #F29100;
	color: #FFF;	
}


/*-------Estilos de galeria revista-------*/

conte-gallery-mgz {
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
}

.txt-cab{
	margin-top: 5px;
	padding-top: 2%;
	color: #4F4F4F;
}

.mgz_01{
	display: flex;
	width: 100%;
	padding: 0 2% 1% 2%;
	align-content: center;
	justify-content: center;
}

.mgz_02{
	display: flex;
	width: 100%;
	padding: 0 2% 1% 2%;
	align-content: center;
	justify-content: center;
}

.mgz_02 a, .mgz_01 a{
	width: 100%;
	margin: 1%;
}

/*-Estilos boton de regreso-*/
	
.boton{
	width: 100%;
	display: flex;
	justify-content: center;
  	align-items: center;	
}

.leerplana {
	display: flex;
	margin-top: 5%;
	width: 40%;
	height: 40px;
	border: 1px solid #4F4F4F;
	text-align: center;
  	justify-content: center;
  	align-items: center;
	cursor: pointer;
}

.readmoreplana {
	color: #4F4F4F;
	font-size: 90%;
	text-decoration: none;
}


/*------Estilos de footer------*/

footer {
    position: fixed;
	display: flex;
	background: #F29100;
	bottom: 0;
	width: 100%;
    height: 40px;
	justify-content: center;
	align-items: center;
	}


.contenedor_f{
	display: flex;
	padding: 2%;
	width: 80%;
	height: 80%;
	color: #FFF;
	font-size: 80%;
	text-align: center;
	justify-content: center;
	align-items: center;	
	}

@media screen and (min-width:1150px){
    
    .cabezote{
	padding-right:35%;
    padding-left: 35%;
	}
	
	.sizeslidar{
		width: 1000px;
		height: 630px;
	}
}

@media screen and (max-width : 1000px ){
nav {
   top: 210px;
	}
	.cabezote{
		padding: 200px 23% 2%;
	}
	
	.sizeslidar{
		width: 100%;
		height: 390px;
	}

}

@media screen and (max-width:800px){
 .redes{
	display: none;
 	}

.redesnav {
	display:flex;
	margin-top: 5%;
	width: 250px;
	height: 5%;
	align-content: center;
	align-items: center;
	padding: 0 15%;
	}
.icon-tw {
	display: block;
	padding: 0 20%;
	width: 40px;
	height: 40px;
	font-size: 35px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;	
	margin-left: auto;
	cursor: pointer;
	}
.icon-fb {
	display: block;
	padding: 0 20%;
	width: 40px;
	height: 40px;
	font-size: 35px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;	
	margin-left: auto;
	cursor: pointer;
	}
.icon-youtube {
	display: block;
	padding: 0 20%;
	width: 40px;
	height: 40px;
	font-size: 35px;
	text-align: center;
	color: #FFF;
	border-radius: 5px;	
	margin-left: auto;
	cursor: pointer;
	}

nav {
   top: 200px;
	}
	
/* estilos de cabezote*/
	
.cabezote{
	padding: 100px 20% 2%;	
	}
	
/* estilos de slider*/

.sizeslidar{
	width: 100%;
	height: 310px;
    }
}
	
@media screen and (max-width:600px){
nav {
   top: 200px;
	}

	.sizeslidar{
	width: 500px;
	height: 240px;
	}
	
.cabezote{
	display: flex;
	width: 98%;
	padding: 100px 20% 2%;
	align-content: center;
	align-items: center;
	}

/*-------Estilos de revistadigital-------*/

.img-magz-act {
	padding: 4% 3% 2% 3%;
	}

.txt-mgz {
	padding: 30% 5% 2%;	
	}
}

@media screen and (max-width:360px){
	
.revista{
	display: none;
}
   
nav {
   top: 190px;
	}
	
/*-------Estilos de revistadigital-------*/	

conte-revis-act {
	display: block;
	width: 95%;
	margin-top: 100px;
	margin-left: 1%;
	margin-right: 1%;
	align-content: stretch;
	padding: 0;
	}

.img-magz-act {
	width: 80%;
	padding: 5%;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	cursor: pointer;
	}


.txt-mgz {
	width: 100%;
	padding:10% 8% 5% 8%;
	background: #020430;
	}
}

.leerplana {
	width: 70%;
}

footer{
		height: 60px;
	}
.contenedor_f{
    font-size: 70%;
    }
}

