@charset "utf-8";
/* CSS Document */
#menu-bar{
display: none;

}

header label{
float: right;
	font-size: 50px;
	margin:0px 0;
	margin-right: 0px;
	cursor: pointer;

}

header .sociales_arriba  .menu{
	display: absolute;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 99.98%;
	height: 100vh;
	background:rgba(0,0,0,0.85);
	/*background: rgb(51,51,51,0.9);*/
	
	-moz-transition: all  0.5s;
	-ms-transition: all  0.5s;
	-o-transition: all  0.5s;
	-webkit-transition: all  0.5s;
	transition: all 0.5s;
	
	
	transform: translateX(-100%);
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	float: right;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1.5px;
	font-size: 16px;
	margin-right: 0px;
	z-index: 200;
}


header .sociales_arriba   .menu  a{
	
	display: block;
	color: #FFF;
	height: 60px;
	text-decoration: none;
	padding: 14px;
	padding-left: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	
}


header .sociales_arriba  .menu  a:hover{
	background:  rgba(255,255,255,0.5);
	}

   /*alt126 para hacer la tilde y estas lineas son necesarias para que al hacer click muestre o esconda el menu desplegable*/
     
     #menu-bar:checked ~ .menu{
     transform: translateX(0%);

     }


/*header .contenedor .menu  a:first-child{
	
	border:none;
	width: 100px;
	}

header .contenedor .menu  a:hover:first-child{
	
	border:none;
	width: 100px;
	display: none;
		
}
*/



/*=========================    1024px   ==============================
======================================================================*/
@media all and (min-width:1024px) {

	header .sociales_arriba   .menu {
	display: flex;
	position: static;
	top: 0px;
	left: 0px;
	width: 30%;
		float: right;
		
	height: auto;
	background: rgba(255,255,255,0.00);
	transform: translateX(0%);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.0px;
	margin-right: 110px;
	}
	
	
	
	/*display: flex;
	position: static;*/
	
	
	header label{
    display: none;
    /*oculta el boton de menu responsivo*/
    }
	
	
	header .sociales_arriba   .menu  a{
	margin-top: -3px;
	padding: 14px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	border-bottom: none;
	color: rgba(255,255,255,1.00);
	height: 28px;
	border-right: thin solid rgba(255,255,255,0.30);
		
	    -moz-transition:  0.12s;
	    -ms-transition:  0.12s;
	    -o-transition:  0.12s;
	    -webkit-transition:  0.12s;
		transition:  0.12s;
}
	
	header .sociales_arriba  .menu  a:last-child{
	
	     border:none;
		
	     padding-right: 30px;
		margin-right: 0px;
}
	
/*	header .contenedor .menu  a:first-child{
	
	    border:none;
		width: 0px;
		background-color: rgba(255,255,255,0.01);	
	
}*/
	
	
	header .sociales_arriba  .menu  a:hover{
	    background-color:rgba(154,154,154,0.00);
		/*background-color: rgba(255,255,255,0.85);*/
		color:rgba(154,154,154,1.00);
		transition:  0.12s;
	    -moz-: transition:  0.12s;
	    -ms-: transition:  0.12s;
	    -o-: transition:  0.12s;
	    -webkit-: transition:  0.12s;
		
}
	

	
}


/*=========================    1280px   ==============================
======================================================================*/
@media all and (min-width:1280px) {

	header .sociales_arriba   .menu {
	display: flex;
	position: static;
	top: 0px;
	left: 0px;
	width: 23%;
		float: right;
		
	height: auto;
	background: rgba(255,255,255,0.00);
	transform: translateX(0%);
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1.0px;
	margin-right: 0px;
	}
	
	
	
	header .sociales_arriba  .menu  a:last-child{
	
	     border:none;
		
	     padding-right: 10px;
		margin-right: 0px;
}
	
	
	
}