.contenedor-enlaces-nav {
    width: 100%;
	justify-content: space-between;
}
.menu {
    display: none;
	padding: 0px 0;
    width: 100%;
    margin: 0px auto;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
}
.menu-fixed{
    background-color: transparent;
    position: fixed;
    z-index: 1000;
    top: 0;
	left:0;
	width:100%;
}
.menu-desplazar{
    background-color:#022235;/* #ecedf3; */
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
    box-shadow:0px 4px 3px rgba(254, 237, 1, 0.5);
}
.menu-desplaza .logo img{
    width: 180px;
}
.logo{
    padding: 10px 120px;
    width: 150px;


}
#logo{
      display: inline-block;
      text-align:center;
}
.right{
    display:flex;
    justify-content: right;
}
  header nav ul {
    list-style: none;
/*    overflow: hidden; */
}
  
header nav ul li{
/*    float: left;   cambiar para tener submenus */
    display: inline-block;
    position: relative;
}
header nav ul li a{
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
/*    text-transform: uppercase;*/
    text-decoration: none;
}

header nav ul li:hover{
    border-bottom: 2px solid #00ccff;
    font-weight: 700;
    font-size: 11px;
}

header nav li:hover,
header nav li:focus{
    background: transparent;    /* rgba(225,225,255,.5); */
    color: #00ccff;
}
/*header nav ul li:last-child{
    border-bottom: none;
}
header nav ul li:hover .children{
    display: block;
}*/
header nav ul li .children{
    display: none;
    background-color: #fff;
    position: absolute;
    width: 150%;
    z-index: 900;
}
header nav ul li .children li{
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(225,225,255,.3);
    margin-right: 0px;
}
header nav ul li .caret{
    position: relative;
    top: 3px;
    margin-left: 10px;
    margin-right: 0px;
}

.site-nav-open{
    clip-path: circle(150% at top right);
}

.site-nav--icon{
    display: inline-block;
    font-size: 20px;
    margin-right: 1em;
    width: 1.1em;
    text-align: right;
    color: #000;
}
.active {
    font-weight: 700;
    font-size: 20px;
}
.menu-toggle{
    display: none;
}
.navbar{
    display: none;
}
@media screen and (max-width:900px){
  body{
      padding-top: 30px;
    }
      .right ul{
    display:block;
    float: right;
    }
    .navbar{
        display: block;
    }
    
  header nav{
      height: 50%;
      right: 100%;
  }    
  header nav ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #fff;
    padding: 0px;
    height: 60px;   
}
  header nav ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
/*    text-transform: uppercase;*/
    background-color: var(--light-green);
    color: #fff;
  }
  header nav ul li:hover .children {
    display: none;
  }
  header nav ul li .children {
    width: 100%;
    position: relative;
  }
  header nav ul li .children li a {
    background-color: #ccc;
    color:#000;
  }
  header nav ul li .caret{
      float: right;
  }
  header nav img{
      display: none;
  }
  .menu-toggle{
    display: none;
}
  .menu-toggle{
    display: block;
    width: 100%;
    position: fixed;
    top:0;
    background-color: var(--light-green);
    left: 1px;
    z-index: 5000;
    }
    .menu-toggle .bt-menu{
    display: flex;
    padding: 0px;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    }
    .menu-toggle span{
    float: right;
    font-size: 30px;
    position: absolute;
    right: 20px;
    padding: 20px;
    }
    
    #logo{
        display: none;
    }
    .active{
        border-color: 1px solid #7c1eb6;
    }
    .menu-fixed{
        background-color: #022235;
        position: fixed;
        z-index: 1000;
        top: 80px;
        left: -100%;
        width: 40%;
        height: max-content;
        overflow:scroll;
        box-shadow:0px 4px 4px 4px rgba(254, 237, 1, 0.5);
        ;
    }
  .menu{
    width: 20%;
    min-width: 250px;
    display: inline-block;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 8px;
}
  .contenedor-enlaces-nav{
    width: 100%;
	justify-content: space-between;

}

}

@media screen and (max-device-width: 430px){
    .navbar{
        display: block;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.link, .navbar-nav .nav-link.show{
        color: white;
    }
    .nav-link:focus, .nav-link:hover{
        color: white;
    }

    a span {
        width: 0px;
        cursor: pointer;
    }
    .contenedor-enlaces-nav{
        padding-top: 30px;
    }
    .menu-fixed{
        width: 70%;
        position: fixed;
        background-color: var(--light-green);
        top: 50px;
        left: -100%;
        height: max-content;
        z-index: 1000;
        overflow: scroll;
        box-shadow: 0px 4px 4px 4px rgba(0,204,250,0.2);
    }
    .menu{
        width: 20%;
        min-width: 250px;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 8px;
    }
    .menu-toggle{
        display: flex;
        width: 100%;
        top: 0px;
        left: 0px;
        display: block;
    }
    .menu-toggle img{
        width: 75px;
    }
    .menu-toggle .bt-menu{
      display: block;
      padding: 10px;
      color: #fff;
      overflow: hidden;
      font-size: 25px;
      font-weight: bold;
      text-decoration: none;
      background-color: var(--light-green);
    }
    .menu-toggle span{
        float: right;
        font-size: 30px;
        padding: 10px;
    }

    .right ul{
        display:block;
        float: right;
        }
    
    .logo{
        display: none;
    }
    header nav{
        width: 80%;
        height: 80%;
        position: fixed;
        right: 100%;
        margin: 0;
        overflow: scroll;
        top: 80px;
        background-color: #6A6666;
    }    
    header nav ul li {
      display: block;
      border-bottom: 1px solid #fff;
      padding: 0px;
      float: none;
      height: 30px;
  }
    header nav ul li a {
      display: block;
      padding: 20px;
      text-decoration: none;
/*      text-transform: uppercase;*/
      color: #fff;
    }
    header nav ul li:hover .children {
      display: none;
    }
    header nav ul li .children {
      width: 100%;
      position: relative;
    }
    header nav ul li .children li a {
      background-color: #ccc;
      color:#6A6666;
    }
    header nav ul li .caret{
        float: right;
    }
    header nav img{
        display:inline-block;
    }
    .active{
        border-color: 1px solid #7c1eb6;
    }
  
  }
  