@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 .contenedor .menu{
	display: absolute;
	position: absolute;
	left: 0px;
	top: 90px;
	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;
}


header .contenedor  .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 .contenedor .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 .contenedor  .menu {
	display: flex;
	position: static;
	top: 0px;
	left: 0px;
	width: 74%;
		/*margin-right: auto;
		margin-left: auto;*/
	height: auto;
	background: rgba(255,255,255,0.00);
	transform: translateX(0%);
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1.2px;
	
	}
	
	
	
	/*display: flex;
	position: static;*/
	
	
	header label{
    display: none;
    /*oculta el boton de menu responsivo*/
    }
	
	
	header .contenedor  .menu  a{
	margin-top: -40px;
	padding: 14px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	border-bottom: none;
	color: rgba(255,255,255,1.00);
	height: 40px;
	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 .contenedor .menu  a:last-child{
	
	     border:none;
		
	     padding-right: 60px;
		margin-right: 1px;
}
	
/*	header .contenedor .menu  a:first-child{
	
	    border:none;
		width: 0px;
		background-color: rgba(255,255,255,0.01);	
	
}*/
	
	
	header .contenedor  .menu  a:hover{
	    background-color:rgba(179,23,26,0.80);
		/*background-color: rgba(255,255,255,0.85);*/
		color:rgba(239,237,237,1.00);
		transition:  0.12s;
	    -moz-: transition:  0.12s;
	    -ms-: transition:  0.12s;
	    -o-: transition:  0.12s;
	    -webkit-: transition:  0.12s;
		
}
	

	
}



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

	header .contenedor  .menu {
	display: flex;
	position: static;
	top: 0px;
	left: 0px;
	width: 57%;
		
		margin-right: auto;
		margin-left: auto;
	height: auto;
	background: rgba(255,255,255,0.00);
	transform: translateX(0%);

	
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1.2px;		
		
		
	}

	
		header .contenedor .menu  a:last-child{
	
	     border:none;
		
	     padding-right: 80px;
		margin-right: 0px;
}
	
	
		
}
