/* Base */
nav.navbar{
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
nav.navbar-fondo{background: rgba(0,255,0,0);}
nav.navbar-fondo.shrink{background: rgba(9,11,17,0.8);}
nav.navbar.shrink {height: 120px;}

/* Logotipo */
nav .navbar-brand {
  height: auto;
  padding: 0 0 0 15px;
  font-size: 30px;
}
nav .navbar-brand img{
  width: 100%;
  height: auto;
}
nav.navbar.shrink .navbar-brand {font-size: 25px;}

/* Menú Hamburguesa */
nav .navbar-toggle {margin: 25px 10px 0 0;}
nav .navbar-toggle .icon-bar{background: rgb(255,255,255);}
nav.navbar.shrink .navbar-toggle {}

/* Botonera Principal */
nav .navbar-collapse .ico-down{
  margin: 9px 0 0 5px;
  width: 6px;
  height: 4px;
}
nav.navbar .nav .menu {
  background: transparent url(../img/ico-separador.png) no-repeat right center;
  color: rgb(255,255,255);
  font-weight: 600;
}
nav.navbar .nav .menu a{
  display: inline-flex;
  background: transparent;
  color: rgb(255,255,255);
  -webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  -moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  -ms-text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  -o-text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.navbar .nav .active a, nav.navbar .nav .submenu.active a{color: #00AAF1;}
nav.navbar .nav .sin-separador{background: transparent;}
nav.navbar .nav .menu:hover a{color: #00AAF1;}

/* Botonera Secundaria */
nav.navbar .botonera-secundaria{
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 15px;
}

/* Dropdown */
.dropbtn {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 6px;
  padding: 9px 11px;
  border: solid 1px rgba(255, 255, 255, 0);
  font-size: 14px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.dropdown {
  position: relative;
  display: inline-flex;
}
.dropdown-content {
  display: none;
  right: 0;
  left: auto;
  background-color: rgba(9,11,17,0.8);
  min-width: auto;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 991;
  font-size: 12px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {background-color: #ddd}
.dropdown-menu>li>a{
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
}
.show {display:block;}

/* Submenu */
nav ul{margin: 0;padding: 0}
nav ul li{list-style: none;}
nav ul li a, nav ul li a:hover, nav ul li a:active, nav ul li a:focus{text-decoration: none;}
nav ul li .children {
  position: absolute;
  z-index: 1000;
  display: none;
}
nav ul li .children.sub-submenu-al {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1100;
  display: none;
}
nav ul li .submenu-al, nav ul li .sub-submenu-al {
  padding:0;
  background: rgba(9,11,17,0.8);
  color: rgb(255,255,255);
}
#mainNav ul li .submenu-al li{
  position: relative;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
#mainNav ul li .submenu-al li a{
  display: block;
  padding: 20px;
  font-size: 13px;
  font-weight: normal;
  color: rgb(255,255,255);
  white-space: nowrap;
}
#mainNav ul li .submenu-al li a.flecha-derecha{
  padding-right: 40px;
  background: transparent url(../img/ico-right.png) no-repeat 90% center;
}
#mainNav ul li .submenu-al li:hover, #mainNav ul li .submenu-al .active{background: rgb(0,170,241);}
#mainNav ul li .submenu-al li a img{margin: 0 0 0 15px;}

/* Estilos para el Menú Móvil */
.menumovil-item a{
  display: block;
  width: 100%;
}
.childrenmovil{display: none;}

@media(min-width: 0px){
  nav.navbar{height: 80px;}
  nav.navbar.shrink {height: 80px;}
  nav .container>.navbar-header {height: 80px;}
  nav .navbar-brand{
    width: calc(100% - 60px);
    max-width: 280px;
    margin-top: 10px;
  }
  nav.navbar.shrink .navbar-brand {margin-top: 10px;}
  nav .navbar-collapse{margin-top:0;border: 0;}
  ul.nav.navbar-nav {
    background: rgba(9,11,17,0.8);
    margin-top: 0;
  }
  nav.navbar .nav a{
    font-size: 15px;
    padding: 16px 18px;
  }
  nav.navbar .botonera-secundaria{display: none;}
}
@media(min-width: 768px){
  nav.navbar{height: 98px;}
  nav.navbar.shrink {height: 98px;}
  nav .container>.navbar-header {height: auto;}
  nav .navbar-brand{
    width: 240px;
    min-width: inherit;
    max-width: inherit;
    margin-top: 30px;
  }
  nav.navbar.shrink .navbar-brand {margin-top: 25px;}
  nav .navbar-collapse{margin-top: 30px;}
  ul.nav.navbar-nav {background: transparent;}
  nav.navbar .nav a{
    font-size: 12px;
    padding: 24px 8px;
  }
  nav.navbar .botonera-secundaria{display: inline-flex;}
  nav.navbar .botonera-secundaria .btn-al{display: inline-flex;}
}
@media(min-width: 992px){
  nav.navbar{height: 102px;}
  nav.navbar.shrink {height: 102px;}
  nav .navbar-brand{
    width: 300px;
    margin-top: 25px;
  }
  nav.navbar.shrink .navbar-brand {margin-top: 20px;}
  nav .navbar-collapse{margin-top: 34px;}
  nav.navbar .nav a{
    font-size: 14px;
    padding: 24px 15px;
  }
}
@media(min-width: 1200px){
  nav.navbar{height: 120px;}
  nav.navbar.shrink {height: 120px;}
  nav .navbar-brand{
    width: 375px;
    margin-top: 31px;
  }
  nav.navbar.shrink .navbar-brand {margin-top: 20px;}
  nav .navbar-collapse{margin-top: 52px;}
  nav.navbar .nav a{
    font-size: 15px;
    padding: 24px 18px;
  }
}