body{
  overflow-x: hidden;
  width: 100vw;
}

.row-actionbar{
  position: fixed;
  bottom: 2vh;
  display: grid;
  z-index: 1000;
  width: 100vw !important;
  visibility: hidden;
}

.element-actionbar{
  background-color: #091f4e !important;
  width: 18% !important;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 25px;
}

.element-actionbar a{
  color: #fff !important;
  text-decoration: none !important;
}

.row-actionbar.scrolled{
  visibility: visible;
  transition: 0.5s ease-out !important;
}

.text-actionbar{
  color: white;
  font-family: 'VWHeadLight';
  font-size: 12px;
  padding-top: 6px !important;
  padding-left: 10px !important;
}

.wrapper-actionbar-mas{
  visibility: hidden;
  height: 0;
}

.wrapper-actionbar-movil{
  visibility: hidden;
  height: 0;
}

/*----------------MOVIL VERTICAL (SM 380px)----------------*/

@media (max-width:450px) {
  .row-actionbar.scrolled{
    visibility: hidden;
    width: 1% !important;
  }

  /*-------------ACTIONBAR MOVIL-------------*/
  
  .wrapper-actionbar-movil{
    width: 280px !important;
    height: auto;
    line-height: 50px;
    position: fixed;
    right: 10vw;
    bottom: 12vh;
    z-index: 1000;
    display: grid;
    opacity: 1;
    transition: opacity 3s ease;
  }
  
  .wrapper-actionbar-movil .button-actionbar-movil{
    display: block;
    height: 50px;
    margin: 5px 5px;
    overflow: hidden;
    background: #19345f;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  }
  
  .wrapper-actionbar-movil .button-actionbar-movil .icon-actionbar-movil{
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 50px;
  }
  
  .wrapper-actionbar-movil .button-actionbar-movil .icon-actionbar-movil .i-actionbar-movil img{
    margin-top: -7px !important;
    margin-left: -2px !important;
  }
  
  .wrapper-actionbar-movil .button-actionbar-movil .a-actionbar-movil{
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    margin-left: 10px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'VWHeadLight' !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /*-------------ACTIONBAR MAS-------------*/

  .wrapper-actionbar-mas{
    line-height: 50px;
    position: fixed;
    right: 7vw;
    bottom: 5vh;
    z-index: 1000;
    display: grid;
    visibility: visible;
    height: auto;
  }

  .wrapper-actionbar-mas .button-actionbar-mas{
    display: block;
    height: 50px;
    width: 50px;
    margin: 5px 5px;
    overflow: hidden;
    background: #19345f;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  }
  
  .wrapper-actionbar-mas .button-actionbar-mas .icon-actionbar-mas{
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 48px;
  }

  /*-------------ACTIONBAR MOVIL-------------*/
 
  .wrapper-actionbar-movil{
   height: auto;
   right: 5vw;
   bottom: 15vh;
 }

 .wrapper-actionbar-mas{
   line-height: 40px;
   position: fixed;
   right: 7vw;
   bottom: 5vh;
   z-index: 1000;
   display: grid;
   visibility: visible;
   height: auto;
 }
}