@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;
	}
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: 236px;
	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{
	padding: 0;
	margin: 0;
}

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

.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: 150px 20% 2%;
	align-content: center;
	align-items: center;
	}

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

.titulo_cabezote{
	text-align: center;
	color: #4F4F4F;
	}

.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 slider*/

.conte_slider{
	display: flex;
	width: 100%;
	align-content: center;
}

.headslider{
	display: block;
	margin-left: 34%;
}

.sizeslidar{
	width: 850px;
	height: 550px;
}

/* estilos de textos slider*/

.txt_slider{
	display: block;
	width: 33%;
	padding: 2%;
	position: absolute;
	transform: translateX(25%) translateY(35%);
	background:#F29100;
}

.parrafo_slider{
	width: 100%;
	font-size: 80%;
	padding: 8%;
	border: 1px solid #FFF;
	color: #FFF;
}

/*estilos de parrafo*/

.creditos{
	color: #808080;
	font-style: italic;
	font-size: 12px;
}

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


.txt_parrafo_01{
	display: block;
	width: 50%;
	padding: 5%;
}

.txt_parrafo_02{
	display: block;
	width: 50%;
	height: 100%;
	padding: 9%;
	background: #020430;
}

.articulo_parrafo_01{
	width: 100%;
	font-size: 80%;
	color: #4F4F4F;
}

.articulo_parrafo_02{
	width: 100%;
	font-size: 80%;
	color: #FFF;
}

/* Estilos imagen central */

.img_central{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*----- 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{
	text-align: center;
	color: #4F4F4F;
	font-size: 10px;
}

.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:1000px){
nav {
   top: 211px;
	}
	.conte_slider{
		display: block;
		margin: 0;
		padding: 0%;
	}
	
	.headslider{
	margin-left: 15%;
}
	
	.txt_slider{
		transform: translateX(0) translateY(35%);
}

/* estilos de parrafo*/

.parrafo_01{
	margin-top: 5px;
	}
}	
	
@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%;
	}

nav {
   top: 204px;
	}
	
/*-------Estilos del cabezote-------*/

.cabezote{
	padding: 110px 20% 2%;
	}
	
/* estilos de slider*/

.conte_slider{
	margin: 0;
	padding-top: 20%;
	}
	
	.headslider{
	margin-left: 0%;
}
	
.sizeslidar{
	width: 800px;
	height: 550px;
	}
	
.txt_slider{
	width: 50%;
	transform: translateX(50%) translateY(-60%);
}	

.parrafo_slider{
	width: 100%;
	font-size: 80%;
	padding: 6%;
	border: 1px solid #FFF;
	}
	
/* estilos de parrafo*/

.parrafo_01{
	display: block;
	}

.txt_parrafo_01{
	width: 100%;
	padding: 0% 5%;
	}
	
.txt_parrafo_02{
	width: 100%;
	padding:5% 10%;
	}


.articulo_parrafo_01{
	color:#4F4F4F;
	}


.img_parrafo_01{
	width: 100%;	
	}

}
	
@media screen and (max-width:600px){
nav {
   top: 202px;
	}

.conte_slider{
	display: block;
	margin: 0;
	padding: 0;
	}
	
	.sizeslidar{
	width: 600px;
	height: 386px;
	}
	
.txt_slider{
	position: static;
	transform: translateX(12.5%);
	width: 80%;
	margin-bottom: 10px;
}
	
.cabezote{
	display: flex;
	width: 98%;
	align-content: center;
	align-items: center;
	}
}

@media screen and (max-width:360px){
	
.revista{
	display: none;
}
   
nav {
   top: 199px;
	}
	
.cabezote{
	padding: 80px 20% 2%;
	}
	
.sizeslidar{
	width: 360px;
	height: 230px;
	}

.leerplana {
	width: 70%;
}

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













