@charset "UTF-8";
/*icoonos*/
.menu-falcon{ 
    width: 50%;
    width: 468px;
    height: 60px;    
    margin: 0 auto;
}
.menu-falcon button { 
display:none;
    position: absolute;
    width: 100%;
    height: 60px;
	background: #039be5; /*Color base*/
	color: #fff;
	border: none;    
  border-bottom: #0381bf solid 5px;
}
.cbp-spmenu h3 {display: none}

nav{
 background: #039be5; /*Color base*/
  width: 100%;
  width: 468px;
  height: 60px;
  position: absolute;
  bottom: 0px;
  border-bottom: #00425d solid 5px;
}   

/* Quitamos estilos por defecto de el tag UL */
nav ul{ 
  list-style: none;
  font-size: 12px;
  height: 60px;
  width: 468px;
  /*width: 100%;*/
  margin: 0 auto;
  text-align: center;
    
  /*Centrado vertical y horizontal*/
  /*
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
        margin: 0;
    padding: 0;
}
        
  /* Centramos y ponemos los textos en mayuscula */
nav li{
  display: block;
  float: left;
  text-align: center; 
  width: 11em;
  width: 13em;
  margin: 0 ;
  padding: 0 ;
}
nav li ul{
  display: none;
  float: left;
  text-align: center; 
  width: 11em;
  width: 13em;
  width: 100%;
  margin: 0 ;
  padding: 0 ;
}
nav li:hover ul{ display: block;}
nav li ul li {
    display: block;
    float: left;
    text-align: center;
    width: 11em;
    width: 13em;
    width: 100%;
    margin: 0;
    padding: 0;
}

nav li ul li a{
display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;                
  height: 60px;
  padding: 0.5em 0.75em; 
  width: 100%;          
/*Centrado vertical y horizontal*/
/*
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/

     background: #039be5; /*Color base*/
     border-top: #00425d solid 1px;
}
                      
 /* Damos estilo a nuestros enlaces */
nav li a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;                
  height: 60px;
  padding: 0.5em 0.75em; 
               
/*Centrado vertical y horizontal*/
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
nav ul .active > a, 
nav li a:hover{
  background: #fff;
  color: #039be5;
  text-decoration: none;
  /*border-radius: 5px;*/
} /*
nav ul .active a{
 background: #039be5; 
  background: -moz-linear-gradient(top,  #00425d 1%, #039be5 100%); 
  background: -webkit-linear-gradient(top,  #00425d 1%,#039be5 100%);
  background: linear-gradient(to bottom, #00425d 1%,#039be5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00425d', endColorstr='#039be5',GradientType=0 );
  border-radius: 5px;
  text-decoration: none;
} */

 /*Oculto menu movil*/
nav .menu{
  /*display: none;*/
  color: #fff;
  position: absolute;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;  
  border-bottom: 0;
  margin:  -50px 0;
  padding-left: 40%;
}    




/*   MEDIA QUERY */

@media only screen and (max-width: 900px) {
.menu-falcon{ 
    width: 100%;   
    margin: 0 auto;}
.cbp-spmenu h3,	
.menu-falcon button { display:block;   }

/* Convertimos nuestra lista de enlaces en un menú horizontal */
nav {
	    -webkit-overflow-x: hidden;
    -webkit-overflow-y: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

nav::-webkit-scrollbar { width: 5px;}
nav::-webkit-scrollbar-track { background: #fff;}
nav::-webkit-scrollbar-track-piece {}
nav::-webkit-scrollbar-thumb {background: #00425d; border-radius: 100px; width: 2px; }
nav::-webkit-scrollbar-corner {}
nav::-webkit-resizer {}

nav ul{
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
  /*max-height: 0;*/
  overflow: hidden;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 0;          
}
  /* estilos para los LI del menu */
nav li{
  margin: 0 auto;
  /*background: #00afef;*/
  border-bottom: 1px solid #00425d;
  float: none;                 
  width: 100%;
}

/* Quitamos el borde del ultimo item del menú */
nav li:last-child{ border-bottom: 0;}

nav li a{
  overflow:hidden;
  padding: 15px 0;
  height: auto;
  line-height: normal;
}
nav li a:hover{background: #C7EAFB;
  color: #2a2d33;}

       


/*MENU MOVIL HORIZONTAL IZQUIERDA*/
/* General styles for all menus */
.cbp-spmenu {
	background: #039be5;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #44b0e5;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #039be5;
	text-shadow: 1px 1px 1px grey;
	text-align: center;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #039be5;
}

.cbp-spmenu a:hover,
.cbp-spmenu a:active {
	background: #fff;
	color: #039be5;
  text-decoration: :none;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #00425d;
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
}