@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: 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 del cabezote-------*/

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

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

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

.date2{
	font-size: 60%;
	color: #4F4F4F;
	text-align: center;
	}

.date{
	display: none;
}

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

/* estilos de slider*/

.conte_slider{
	display: block;
	width: 100%;
	padding: 0 30% 0 30%;
	margin: 0;
}

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

.sizeslidar{
	width: 900px;
	height: 530px;
}

/* estilos de textos slider*/

.txt_slider{
	display: block;	
	width: 100%;
	padding: 15px 20% 0 20%;
    font-size: 80%;
    color: #4F4F4F; 
}

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

/*estilos de recuadro*/
.recuadro{
	display: block;
	margin: 15px 0 0;
	width: 83%;
}

.txt_recuadro{
	width: 120%;
	background: #F29100;
    padding: 4% 7%;
	font-size: 100%;
	color: #FFF;
}

.link{
	color: #fff;
	font-size: 120%;
}

/*----- 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{
	display: flex;
	width: 100%;
	margin-top: 5%;
	justify-content: center;
  	align-items: center;	
}

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

.readmoreplana {
	color: #4F4F4F;
	font-size: 80%;
	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: 1400px){
	.conte_slider{
	padding: 0 15% 0 15%;
	}
	
	.sizeslidar{
		width: 100%;
		height: 650px;
	}
	
	nav {
   top: 260px;
	}
}

@media screen and (max-width: 1200px){
nav {
   top: 242px;
	}
	.cabezote{
		padding: 200px 23% 2%;
	}
	
	.conte_slider{
	padding: 0 20% 0 20%;
	}
	
	.sizeslidar{
		width: 100%;
		height: 480px;
	}
}

@media screen and (max-width: 1074px){
	.sizeslidar{
		width: 100%;
		height: 415px;
	}
	
	nav {
   top: 232px;
	}
}


@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: 209px;
	}
	
/* estilos de cabezote*/
	
.cabezote{
	padding: 100px 20% 2%;	
	}
	
/* estilos de slider*/

.sizeslidar{
	width: 100%;
	height: 320px;
    }
/*estilos de recuadro*/	
.recuadro{
	padding: 0 2%;
}
}
	
@media screen and (max-width:600px){


.icon-menu {   
	border-right: 20px;	
}
	
nav {
   top: 203px;
	}

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

@media screen and (max-width:360px){
p{
	text-align:left;
}
	
.revista{
	display: none;
}
   
nav {
   top: 200px;
	}
	
.cabezote{
	padding-top: 80px;
	margin: 0;
	}

.conte_slider{
	padding: 0 8%;

}	
	
.headslider{
    padding: 0;
	}
	
.sizeslidar{
	width: 320px;
	height: 210px;
	}

.txt_slider{
	padding: 25px;
}
	
.recuadro{
	padding: 0;
}

.leerplana {
	width: 70%;
}

.txt_recuadro{
	font-size: 95%;
}

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