@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 {
	display: block;
	width: 100%;
	height: 145px;
	background:rgba(2,4,48,1.00);
    position: fixed;
}
contenedor {
	display: flex;
	width: 100%;
	height: 140px;
	padding: 1%;
}

.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;
}
.date-main{
	display: flex;
	margin-top: 50px;
	margin-left: 2%;
	width: 250px;
	color: #FFFFFF;
	font-size: 10px;	
}


.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;
	margin-left: auto;
}

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

.icon-youtube {
	display: block;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	color: #FFF;	
	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: 140px;
	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;
	text-decoration: none;
	color: #FFF;
	border-top: 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;
	background: #FABE78;
	}

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

/*------Estilos de main------*/

.espacio{
	display: block;
    width: 100%;
    height: 90px;
	}


.slider-principal {
	background: #020430;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}

.headslider{
	width: 100%;
	height: auto;
	padding: 0 20%;
	display: flex;
	align-content: center;
	align-items: center;
	background: #020430;
}

.sizeslidar{
	width: 1020px;
	height: 671px;
}


.banner {
	background-color: #B9B8B8;
	width: 100%;
	padding: 0% 10%;
    display: flex;
  	justify-content: center;
  	align-items: center;
}

.imagen {
	padding-top: 1%;
  	width: auto;
}

.sliderpublicidad{
	width: 900px;
	height: 165px;
}


/*------Estilos de setion articulos------*/


.info {
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;
	background: #fff;
}

.info__columna01 {
	width: 33.3%;
	margin: 1%;
	padding: 40px;
	background: #F7931E;
}

.info__columna02 {
	width: 33.3%;
	margin: 1% 0;
	padding: 40px;
	background: #F9A94B;
}

.info__columna03 {
	width: 33.3%;
	margin: 1%;
	padding: 40px;
	background: #FABE78;
}

.info__titulo {
	text-decoration: none;
	color: #FFF;
	text-align: center;	
}


.date2{
	font-size: 60%;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 2%;	
}


.info__txt {
	color: #fff;
	text-align: center;
}

.leer {
	display: flex;
	width: 45%;
	height: 40px;
	border: 1px solid #FFF;
	text-align: center;
  	justify-content: center;
  	align-items: center;
}

.readmore {
	color: #fff;
	text-decoration: none;
}

/*------Estilos de section bannerdos------*/

.bannerdos {
	background-color: #B9B8B8;
	width: auto;
  	display: flex;
	padding: 1%;
  	justify-content: center;
  	align-items: center;
}


/*------Estilos de planacentral------*/
.planacentral {
	display: flex;
	padding: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.plana__art {
	display: block;
	padding: 5% 8%;
	width: 50%;
    height: 100%;
}

.plana__titulo {
	color: #4A4949;
	text-align: center;	
}
.date_plana{
	font-size: 60%;
	color: #736E6E;
	text-align: center;
	margin-bottom: 3%;
}


.plana__txt {
	color: #797777;
	text-align:center;
}

.img__plana {
	display: flex;
	width: 50%;
	height: auto;
	align-content: center;
	align-items: center;
}

.boton{
	width: 100%;
	display: flex;	
	justify-content: center;
  	align-items: center;	
}

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

.readmoreplana {
	color: #4A4949;
	text-decoration: none;
}


/*------Estilos de planados------*/

.planados{
	display: flex;
	padding: 3%;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: #020430;
}

.planados__txt {
	padding: 5%;
	color: #fff;
	text-align:center;
}

.planados__titulo {
	color: #fff;
	text-align: center;	
}

.planados__art {
	display: block;
	padding: 8%;
	width: 50%;
    height: 100%;
}

.img__planados {
	display: flex;
	padding: 1%;
	width: 50%;
  	justify-content: center;
	align-items: center;
}

.leerplanados {
	display: flex;
	width: 40%;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
  	justify-content: center;
  	align-items: center;
}

.readmoreplanados {
	color: #fff;
	text-decoration: none;
}

/*------Estilos de section bannertres------*/

.bannertres {
	background-color: #B9B8B8;
	width: auto;
  	display: flex;
	padding: 1%;
  	justify-content: center;
  	align-items: center;
}

/*------Estilos de planatres------*/

.planatres {
	display: flex;
	padding: 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	background:#F9F1E9;	
}

.planatres__art{
	display: block;
	padding: 5% 8%;
	width: 50%;
    height: 100%;
}


/*------Estilos de videos------*/

.cont-videos{
	width: 100%;
	background:#F29102;
	padding: 1%;
}

.videos{
	display: flex;
	width: 100%;
	background: #FFFFFF;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}


.video_01, .video_02,.video_03, .video_04 {
	display: block;
	width: 300px;
	margin: 3%;
}

.txt_video {
	padding-top: 10px;
	color:#575757;
	font-size: 12px;
	text-align:left;
}


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

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

.contenedor_f{
	display: inline-block;
	margin:1% 10%;
	width: 80%;
	color: #FFFFFF;
	font-size: 80%;
	text-align: center;
	justify-content: center;
	align-items: center;	
}

.mail{
	color:#fff;
}

.avpriv{
	color: #fff;
}



@media (max-width: 1350px){
	.headslider{
	padding: 100px 15% 0;
	}
	.sizeslidar{	
		width: 1020px;
		height: 610px;	
	}
}

@media (max-width: 1150px){
	.redes {
	margin-left: 30%;
}
	.headslider{
	padding: 100px 10% 0;
	}
}

@media (max-width: 1075px){
	.headslider{
	padding: 100px 10% 0;
	}
}

@media screen and (max-width:1000px){
	
	.headslider{
	padding: 100px 5% 0;
	}
	.sizeslidar{	
		width: 1005px;
		height: 505x;	
	}
	
	.banner {
	padding: 0 2%;
	}
}

@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%;
	}
	
	.date-main{
	display: flex;
	margin-top: 50px;
	margin-left: 25%;
	
	}

/*----------Estilos slider----------*/
	.headslider{
		padding: 60px 10% 0;
	}
	.sizeslidar{	
		width: 900px;
		height: 415px;	
	}
	
	.sliderpublicidad{
	width: 700px;
	height: 125px;
	}
	
/*------Estilos de setion articulos------*/
	
	.info{
		display: block;
		padding: 1% 0;
	}	
	
	.info__columna01, .info__columna02, .info__columna03 {
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 1%;
		padding: 8%;
	}
	
	.info__img{
		width: 100%;
	}
	
/*------Estilos de planacentral y planados------*/

	.planacentral, .planados, .planatres {
		display: block;
		margin-bottom: 5px;
	}
	
	.plana__art, .planados__art, .planatres__art{
		width: 100%;
	}
	
	
	.img__plana,.img__planados{
		width: 100%;
	}
		
	footer {	
    height: 50px;
	}
}


@media screen and (max-width:768px){
	.headslider{
		padding: 100px 10% 0;
	}
	.sizeslidar{	
		width: 805px;
		height: 400px;	
	}
	
	.sliderpublicidad{
		width: 500px;
		height: 90px;
	}
}


@media screen and (max-width : 600px ){
	nav {
	top: 210px;
	}
		
	.headslider{
	display: none;
	}

/*__________________*/
	
	.banner{
	display: none;
	}	
	
	.videos{
	display: none;
	}
	

/*------Estilos de footer------*/	
	.footer{
	 height: 60px;
	}
	
	.contenedor_f{
	padding: 1%;
	width: 80%;	
	}
}


@media screen and (max-width:360px){
	
	.revista{
	display: none;
	}
	
	.date-main{
	padding: 0 10px;
	width: 70px;
	margin-left: 1%;
	}

	.desplegado {
	margin-left: 15px;	
	}
	
	nav {
	top: 200px;
	}
	
/*------Estilos de footer------*/	

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