@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;
}
body {
	display: block;
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}

p{	text-align: justify;
}

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: 5%;
	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;
}
	
.redes {
	display: flex;
	min-width: 250px;
	margin: auto;
	height: 80%;
	align-content: center;
	align-items: center;
	margin-left: 40%;
}

.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: 3%;
	width: 40px;	
}

.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;
}

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

.caja{
	width: 100%;
	margin: auto;
}

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

.imagen {
	padding: 1%;
  	width: 40%;
	min-width: 300px;
}
/*-------Estilos del cabezote-------*/


.cabezote{
	display: flex;
	width: 100%;
	padding: 200px 20% 5%;
	align-content: center;
	align-items: center;
	}

.conte_cabezote{
	display: block;
	width: 100%;
	}

.titulo_cabezote {
    text-align: center;
    color: #4F4F4F;
    font-size: 35px;
}

.date{
	font-size: 60%;
	color: #4F4F4F;
	text-align: center;
	margin-bottom: 2%;	
	}


.cabezote_txt{
	display: block;
	width: 100%;
	color: #4F4F4F;
	text-align: center;
	font-size: 95%;
	}

/*Estilos de contenedor_uno*/

.contenedor_uno{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	align-content: center;
	align-items: center;
	}

.uno{
	width: 65%;
	margin: 0 2%;
}

.conte-img{
	display: block;
	width: 100%;
	padding: 0;
	}
	
.img_50{
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.conte-img2{
	display: flex;
	width: 100%;
	align-content: center;
	align-items: center;
	}

.img_35{
	width: 49.5%;
	margin: 0.2%;
	}
	
	
.parrafo_01{
	width: 35%;
	padding: 3% 3%;
	font-size: 80%;
	}
	
	
.parrafo_02{
	width: 35%;
	padding: 3% 3%;
	font-size: 80%;
	}

/* estilos de texto*/
.creditos{
	color: #808080;
	font-style: italic;
	font-size: 12px;
	}

.texto{
	display: flex;
	width: 100%;
	padding: 3%;
	align-content: center;
	align-items: center;
}

.columna01, .columna02{
	display: block;
	width: 50%;
	padding: 2%;
	overflow: hidden;
}

.columna01{
	margin-right: 2%;
}

.parrafo_03{
	display: block;
	font-size: 80%;
	padding: 5%;
	width:  100%;
	height: auto;
	
	}

/*----- icon-socialmedia-----*/

	.icon-socialmedia{
	display:block;
	margin-top: 2%;
	width: 100%;
	justify-content: center;
  	align-items: center;
	}

	.share-buttons{
	display: flex;
	width: 100%;
	margin-bottom: 2%;
	justify-content: center;	
  	align-items: center;
	}

	.txt-share{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	color: #4F4F4F;
	font-size: 13px;
	}

	.share-buttons-row {
	display: flex;
	height: 40px;
	text-align: center;
  	justify-content: center;
  	align-items: center;
 	}

	.icon-fb-circle, .icon-tw-circle, .icon-google-circle{
	width: 40px;
	height: 40px;
	margin: 0 25px;
	font-size: 32px;
	text-align: center;
	color:#D0CFCF;
	cursor: pointer;
	}
/*------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 (max-width:1074px){
	nav {
   top: 209px;
	}

.uno{
	width: 55%;
	margin: 0;
}
	
.conte-img2{
	display: block;
	width: 100%;
	}

.img_35{
	width: 100%;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.parrafo_01{
	width: 45%;
	padding: 2% 3%;
	font-size: 80%;
	}
	
	
.parrafo_02{
	width: 50%;
	padding: 2% 3%;
	font-size: 80%;
	}
}
	
@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;
}

/* Estilo main */
nav {
   top: 204px;
}
	
.caja{
	width: 800px
}

/*Estilos de contenedor_uno*/

.contenedor_uno{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0
	}
	
.uno{
	width: 100%;	
	}

.conte-img{
	display: block;
	width: 100%;
	padding: 0;
	}
	
	.img_50{
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;	
	}
	
.conte-img2{
	display: flex;
	width: 100%;
	align-content: center;
	align-items: stretch; 
	}

.img_35{
	width: 50%;
	padding-bottom: 5px;
	}

.img_25{
	width: 50.5%;
	padding-left: 5px;	
	}
	
	
.parrafo_01{
	width: 100%;
	padding: 2% 12%;
	font-size: 80%;
	}
	
	
.parrafo_02{
	width: 100%;
	padding: 2% 12%;
	font-size: 80%;
	background: #FBF5EC;
	}

	.texto{
		display: block;
	}
	
	.columna01, .columna02{
		width: 100%;
	}
	
	.columna01{
		padding-bottom: 0;	
	}
	
	.columna02{
		background: #FBF5EC;
	}
}
	
@media screen and (max-width:600px){
nav {
   top: 202px;
}
	
.cabezote{
	display: flex;
	width: 98%;
	padding: 150px 20% 2%;
	align-content: center;
	align-items: center;
	}
	
.caja{
	width: 600px;	
	}
	
.texto{
		padding: 3% 0;
	}
	

}

@media screen and (max-width:420px){
	
.caja{
	width: 100%;
}
	
footer{
	height: 60px;
}
	
.leerplana {
	width: 80%;
	}
}

@media screen and (max-width:360px){

p{
	text-align: left;
}	
	
.revista{
	display: none;
}
   
nav {
   top: 199px;
}

.caja{
	width: 300px;	
	}
	
.cabezote{
	display: flex;
	width: 95%;
	padding: 150px 8% 10%;
	align-content: center;
	align-items: center;
	}

.contenedor_f{
    font-size: 70%;
    }
}













