.barraInferior{
    width: 100%;
    background: #2e2e2e;;
    top: 100px;
    height: 100px;

    position: fixed;
    left: 0;
    z-index: 100;

}

.barraInferior-fixed{
    width: 100%;
    background: #2e2e2e;;
    top: 100px;
    height: 80px;
    position: fixed;
    left: 0;
    z-index: 1000;
    box-shadow: 0 18px 5px rgba(0, 0, 0, 0.5);
}

.logo-header{
    margin-top: 30px;
    width: 200px;
    float: left;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.barraInferior-fixed .logo-header{
    margin-top: 10px;
    width: 200px;
    float: left;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}


.icon-menu {
    float: right;
    font-size: 40px;
    cursor: pointer;
    text-align: center;
    display: block;
    color:#fff;
    margin-right: auto;
    margin: 35px 0 0 0;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.icon-menu:hover {
    color:#009045;
  
}

.barraInferior-fixed .icon-menu {
    margin: 15px 0 0 0;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}


span#btn-menu.icon-menu::before{
    margin: 0 0 0 0;
}




.menu-Interno li{
    background:#2e2e2e;
}


.nav{
    position: absolute;
    top: 80px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background:#2e2e2e;;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.nav ul ul{
    display: none;
    list-style: none;
}

.nav ul li:hover ul{
    display: block;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-top: 3px solid #009045;
    width: 10%;
    padding-top: 10px;

}

.nav ul li a{
    list-style: none;
    text-decoration: none;
    color: #ffffff;
 
}

.nav ul li a:hover{
color: #009045;
background: #333333;
}


.menu-Interno{

    width: auto;
    text-align: justify ;
    padding-top: 10px;
}

.menu-Interno li{
    padding: 7px;
}

.menu{
    list-style: none;
    padding: 0;
    margin: 0;
  
}

.menu--link {
    display: block;
    padding: 20px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid;
    height: 40px;
    background: #2e2e2e;
}

.menu--link:hover{
    background: #009045;
    color: #222222;
}

.mostrar{
    left: 0;
}


/*------------min-width:768px--------------*/
@media (min-width:768px){
    .logo-header{
        margin-top: 30px;
    }
}


/*------------min-width:1024px--------------*/
@media (min-width:1024px){
    .barraInferior{
        top: 40px;
        height: 90px;
    }
    .barraInferior-fixed{
        position: fixed;
        background: #2e2e2e;
        z-index: 1000;
        box-shadow: 0px 15px 3px rgba(0, 0, 0, 0.5);
        height: 50px;
    }
    .logo-header{
        margin-top: 15px;
        width: 245px;
        float: left;
    }
    .barraInferior-fixed .logo-header{
        margin-top: 7px;
        width: 150px;
        float: left;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }
    .nav {
        position: static;
        height: auto;
        width: auto;
        float: right;
        margin-top: 35px;
      }
      .barraInferior-fixed .nav {
        margin-top: 6px;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }
    .nav ul li:hover ul{
        display: block;
        position: absolute;
    }
    .menu {
        display: flex;
      }
    .menu a{
        border: none;
   }
    .icon-menu {
        display: none;
      }
    .menu--link{
        transition: .5s;
    }
    /*Cambio o escala de tamaño en el menu*/
    .menu--link:hover{
      background: #222222;
      color: #009045;
      transform: scale(1.3);
      transition-duration: 1s;
  }
   .menu-item{
    padding-right: 15px;
   }
   .menu-Interno li{
    background:#333333;
    font-size: 12px;
    }
    .menu-Interno li:hover{
        transform: scale(1.2);
        transition-duration: 1s;
    }
}


/*------------min-width:1440px--------------*/
@media (min-width:1440px){
    .barraInferior{
        top: 40px;
        height: 90px;
    }

    .barraInferior-fixed{
        position: fixed;
        background: #2e2e2e;
        z-index: 1000;
        box-shadow: 0px 15px 3px rgba(0, 0, 0, 0.5);
        height: 60px;
    }

    .logo-header{
        margin-top: 22px;
        width: 245px;
        float: left;
    }

    .barraInferior-fixed .logo-header{
        margin-top: 7px;
        width: 180px;
        float: left;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }

    .nav {
        height: auto;
        width: auto;
        float: right;
        margin-top: 40px;
      }

      .barraInferior-fixed .nav {
        margin-top: 12px;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }

    .nav ul li:hover ul{
        display: block;
        position: absolute;
    }
    .icon-menu {
        display: none;
      }
}



/*
@media (min-width:480px){
}

    /*

