@charset "utf-8";
/* CSS Document */

#menu-bar{
display: none;

}

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

}

header .contenedor .menu{
	display: absolute;
	position: absolute;
	left: 0px;
	top: 89px;
	width: 99.98%;
	height: 100vh;
	background:rgba(1,108,10,0.70);
	/*background: rgb(51,51,51,0.9);*/
	transition: all 0.5s;
	-moz-: transition:all  0.5s;
	-ms-: transition:all  0.5s;
	-o-: transition:all  0.5s;
	-webkit-: transition:all  0.5s;
	transform: translateX(-100%);
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: bolder;
	float: right;
	
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 15px;
	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(201,8,68,0.40);
	}


   /*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%);

     }







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

	header .contenedor  .menu {
	display: flex;
	position: static;
    margin-top: 10px;
	
	width: auto;
		margin-right: 29%;
		margin-left: auto;
	height: auto;
	background: rgba(255,255,255,1.00);
	transform: translateX(0%);
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 0px;
	float: center;
	text-align: center;
	}
	
	
	
	/*display: flex;
	position: static;*/
	
	
	header label{
    display: none;
    /*oculta el boton de menu responsivo*/
    }
	
	
	header .contenedor  .menu  a{
	margin-top: -50px;
	padding: 14px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	border-bottom: none;
	color:rgba(201,8,68,1.00);
	height: 35px;
	border-right: thin solid rgba(0,0,0,0.50);
		transition:  0.12s;
	    -moz-: transition:  0.12s;
	    -ms-: transition:  0.12s;
	    -o-: transition:  0.12s;
	    -webkit-: transition:  0.12s;
		margin-right: auto;
		margin-left: auto;
		
		
}
	
	header .contenedor .menu  a:last-child{
	
	     border:none;
		
	     padding-right: 30px;
}
	
	
	
	
	header .contenedor  .menu  a:hover{
	background-color:rgba(109,216,255,0.00);
	font-size: 15px;	
	color: rgba(83,83,83,1.00);
	transition: 0.12s;
	    -moz-: transition:  0.12s;
	    -ms-: transition:  0.12s;
	    -o-: transition:  0.12s;
	    -webkit-: transition:  0.12s;
	text-shadow: 3px 2px 5px rgba(0,0,0,0.10);		
}
	
	


	
}



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

header .contenedor  .menu {
	display: flex;
	position: static;
    margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
		margin-right: 34.3%;
		margin-left: auto;
	height: auto;
	background: rgba(255,255,255,1.00);
	transform: translateX(0%);
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 0px;
	float: center;
	text-align: center;
	}

}