/*
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:sans-seriferif;
	
}
*/
header label{
	line-height: 3rem;
	font-size:40px;
	cursor:pointer;
	display:none;
}

header{
	/*background:#333;*/
	/*color:#fff;*/
	/*display:flex;
	justify-content:flex-end;*/
	align-items:center;
}

#btn-menu{
	display:none;
}

.icon-down-open, .icon-up-open{
	/*font-size: 14px;*/
	float: right;
	margin-left:5px;
}

nav ul{
	list-style: none;
	padding: 0;
}


nav a{
	color:#002557;
	text-decoration: none;
	display: block;
	padding: 0 1.5rem;
	transition: .4s;
	font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
	text-transform:uppercase;
	letter-spacing:1.4px;
	font-weight:500;
	letter-spacing: 1px;
	
}
nav a:hover {
background-color: #53657c;
color: #FFFFFF;
box-shadow: 5px 10px 30px #f8f9fa;
transition: all ease 0.2s;

}

nav li{
	line-height: 4rem;
	
}



@media (min-width:1201px){
/*	Estilos generales*/

.divmenu{
	float:right;
	
}
.titulomenu{
	display:none;
}
nav li ul{
	position: absolute;
}
nav li{
	line-height: 4rem;
	position: relative;
}



nav li li a{
	border-bottom: 1px solid #fff;
	color:#FFF;
	
}



/* estilos primer nivel */

nav>ul>li{
	float: left;
}

/* estilos primer nivel */
nav>ul{
	background-color: #FFF;
	display: table;
	width: 100%;
	margin:0px;

}
/* estilos segundo nivel */
/* estilos segundo nivel */
nav li li{
	background: #4d555e;
	max-height: 0;
	transition: all .7s;
	overflow: hidden;
	width: 200%;
}
nav li:hover >ul> li{
	max-height: 500px;
	overflow: visible;
}
nav>ul>li>ul{
	top:100%;
}

nav li li:hover .icon-down-open::before {
	content: '\e802';
}

/* estilos tercer nivel */
nav ul ul ul {
	left: 100%;
	top:0;
}
nav li li li{
	background: #4d555e;
	max-height: 0;
	transition: all .7s;
	overflow: hidden;
	width: 200%;
}
}

@media (max-width:1200px){
.titulomenu{
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
	height:80px;
	background-color: #DC3545;
	color:#FFF;
	text-align:center;
	line-height:80px;
}
nav{
    position: absolute;
    top: 0;
    margin: 0;
    transition: transform 0.5s;
    display: block;
    width: 100%;
    max-width: 350px;
    min-width: 320px;
    background-color: #DC3545;
    height: 100%;
    right: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
 nav a {
	color:#FFF;
	border-bottom: 1px solid #fff;
	font-size:1em !important;
}

header label {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10;
   /* background:#FFC000;*/
    border-radius: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
	color:#DC3545;
}

	nav li{
	line-height: 4rem;
	/*position: relative;*/
}

.menu {
		width:100%;
	transform:translateX(100%);
		transition:all 0.3s;
		z-index:1;
		position:fixed;
		right:0;
	}
	.menu ul ul {
		display:none;
		/*background:#555;*/
		/*background:rgba(0,0,0,0.3)*/
	}
	.menu ul li:hover ul {
		/*display:none;
		position:static;*/
	}
	
	.menu a span{
		position:absolute;
		right:6px;
	}
#btn-menu[type=checkbox] .icon-menu::before
{
  content: '\f0c9';
 
}
	#btn-menu:checked ~ .menu {
		transform:translateX(0%);
		
		
	}
#btn-menu:checked ~ .icon-menu::before
{
  content: '\e804';
  color:#FFF;
 
}




.menu ul {
	background:#c93440;
	}
	
	.menu ul ul {
	background:#b2333e;
	}
	.menu ul ul ul {
	background:#8c272f;
	}


	
}