.alcamegamenunav {
  padding: 0px 0px;
  min-height: 48px;
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto !important;
  float: none;
}
    
.alcamegamenunav a {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
}

.subnav .subnavbtn {
  font-size: 14px; 
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.alcamegamenunav a:hover, .subnav:hover .subnavbtn {
  background-color: #fff;
}

.alcamegamenunav .subnav-content div,
.alcamegamenunav .subnav-content a {
  padding: 5px 15px;
  text-align: left;
}

.alcamegamenunav > .subnav > .subnav-content {
  display: none;
  position: absolute;
  left: 0px;
  background-color: #fff;
  width: 100%;
  z-index: 222;
  top: 48px;
  padding: 10px 15px;
}

.alcamegamenusidebar {
    padding: 0px 0px;
    display: table;
    width: 100%;
    margin: 0 auto !important;
    float: none;
    width: 750px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -770px;
    background-color: #FFF;
    z-index: 999;
    box-shadow: 10px 2px 20px 0 rgba(108, 110, 139, 0.2);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .menuloader {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
    top: 30vh;
    background: url('../img/loader.gif') no-repeat center center transparent;
    background-size: cover;
  }

  .fixopenmenu {
    overflow: hidden;
  }

.alcamegamenusidebar.opened {
    left: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 9999;
}

  .alcamegamenusidebar a {
    float: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    border-bottom: 1px solid #ece9f1;
  }

  .alcamegamenusidebar a img {
    max-width: 40px;
    height: 40px;
    margin-right: 16px;
  }

  .alcamegamenusidebar .subnav {
    padding: 9px 16px;
    border-bottom: 1px solid #ece9f1;
    line-height: 40px;
    width: 100%;
  }
  
  .alcamegamenusidebar .subnavbtn {
    padding: 0px !important;
    width: 90%;
  }

  .alcamegamenusidebar .opensubnav {
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons-/-Black-/-Right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.7244383,12 L14.5050763,8.21936199 C14.7840222,7.94041606 14.7840222,7.48815536 14.5050763,7.20920944 C14.2261303,6.93026352 13.7738697,6.93026352 13.4949237,7.20920944 L9.20920944,11.4949237 C8.93026352,11.7738697 8.93026352,12.2261303 9.20920944,12.5050763 L13.4949237,16.7907906 C13.7738697,17.0697365 14.2261303,17.0697365 14.5050763,16.7907906 C14.7840222,16.5118446 14.7840222,16.0595839 14.5050763,15.780638 L10.7244383,12 Z' id='Combined-Shape' fill='%231A051D' fill-rule='nonzero' transform='translate(11.857143, 12.000000) scale(-1, 1) translate(-11.857143, -12.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: block;
  }
    
  .subnav .subnavbtn {
    font-size: 14px; 
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  

  .alcamegamenusidebar .subnav-content div,
  .alcamegamenusidebar .subnav-content a {
    padding: 9.5px 16px;
    text-align: left;
    font-size: 14px;
  }
  
  .alcamegamenusidebar .subnav-content {
    display: none;
    position: fixed;
    left: 0px;
    background-color: #fff;
    width: 750px;
    z-index: 222;
    top: 0px;
    padding: 10px 15px;
    height: 90vh;
  }
  
  .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
  }
  
  .alcamegamenusidebar a:hover,
  .alcamegamenusidebar .subnav:hover,
  .subnav-content a:hover {
    background-color: #f5fcfb;
    color: black;
  }

  .menulogo {
    max-width: 100%;
    min-height: 40px;
    margin: 31px 15px 27px 16px;
  }

  .menulogo img {
    max-width: 88px;
    display: none;
  }

  .menulogo img:nth-child(1) {
    display: inline-block;
  }

  .menusup {
    float: right;
    width: 60%;
    height: 33px;
    align-items: end;
    justify-content: right;
    display: flex;
  }

  .menusup .language-selector {
    border-right: 1px solid #ece9f1;
    margin-right: 15px;
    padding-right: 15px;
  }

  .menusup .language-selector button {
    text-transform: uppercase;
  }

  .menusup .language-selector .lang-flag {
    top: 0px;
  }

  .menusup .currency-selector .dropdown-menu {
    right: 0px;
    left: unset;
  }

  .menuactions {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #CCC;
    height: 80px;
    color: #FFF;
    padding: 15px;
    text-align: center;
  }

  .menuactions a.menuactionssingle {
    top: 10px;
    position: relative;
  }

  .menuactions a {
    float: none;
    border: 0px;
    padding: 0px;
  }
  
  .menuactions a:hover {
    background: transparent;
  }

  .btnseparate {
    height: 29px;
    width: 1px;
    margin: 0px 10px;
    opacity: 0.15;
    background: #000;
    display: inline-block;
    position: relative;
    top: 10px;
  }
  
  .subnav-content a.b {
    width: 100%;
  }

  .alcamegamenusidebar a.toggle,
  .alcamegamenunav a.toggle {
    max-width: 50px;
    float: left;
    padding: 0px;
    cursor: pointer;
    border-bottom: 0px;
    margin-top: 8px;
  }

  .alcamegamenusidebar .returnnav {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons-/-Black-/-Back' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Group' transform='translate(2.000000, 5.000000)' stroke='%231A051D' stroke-width='1.5'%3E%3Cpath d='M20,7 L0,7' id='Stroke-364'%3E%3C/path%3E%3Cpolyline id='Stroke-365' points='7 14 0 7 7 0'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    padding: 0px !important;
    margin-bottom: 24px;
    margin-top: 30px;
  }

  .overlay-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0000002e;
    z-index: 999;
    top: 0px;
  }
  
  .alcamegamenusidebar .containernav .b{
    background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Icons-/-Black-/-Right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10.7244383,12 L14.5050763,8.21936199 C14.7840222,7.94041606 14.7840222,7.48815536 14.5050763,7.20920944 C14.2261303,6.93026352 13.7738697,6.93026352 13.4949237,7.20920944 L9.20920944,11.4949237 C8.93026352,11.7738697 8.93026352,12.2261303 9.20920944,12.5050763 L13.4949237,16.7907906 C13.7738697,17.0697365 14.2261303,17.0697365 14.5050763,16.7907906 C14.7840222,16.5118446 14.7840222,16.0595839 14.5050763,15.780638 L10.7244383,12 Z' id='Combined-Shape' fill='%231A051D' fill-rule='nonzero' transform='translate(11.857143, 12.000000) scale(-1, 1) translate(-11.857143, -12.000000) '%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
  }
  .fix-alcamegamenuoption a img{
    display: none;
  } 

  /* -- Adaptación dispositivos móviles -- */
  @media (min-width: 767px) {
    .alcamegamenunav .subnav:hover .subnav-content {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
    }
  }
  
  .subnav-content a.b {
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .alcamegamenunav a {
      float: none;
      width: 100%;
      display: block;
      text-align: left;
    }
  
    /*.alcamegamenunav .subnav {
      float: none;
      position: relative;
    }*/
  }
  
  .alcamegamenumobile {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    z-index: 99;
    width: 100%;
    max-height: 0;
    clear: both;
  }
  
  .alcamegamenumobile .alcamegamenunav a:hover,
  .alcamegamenumobile .subnav:hover .subnavbtn,
  .alcamegamenusidebar .subnav:hover .subnavbtn {
    background-color: transparent;
  }
  
  .alcamegamenu-mob-labelicon {
    display: none;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    margin-right: 5px;
    padding: 5px;
    cursor: pointer;
    float: left;
    user-select: none;
    position: relative;
    z-index: 999;
    top: 15px;
    left: 0px;
  }

  .alcamegamenu-side-labelicon {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    margin-right: 5px;
    padding: 5px;
    cursor: pointer;
    float: left;
    user-select: none;
    position: relative;
    z-index: 999;
    top: 0px;
    left: 0px;
  }

  /*.alcamegamenu-mob-icon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    width: 16px;
  } 
  
  .alcamegamenu-mob-icon:before {
    top: 8px;
  }*/
  .alcamegamenu-mob-btn {
    display: none;
  }
  
  .alcamegamenu-mob-btn:checked ~ .alcamegamenumobile {
    max-height: 100%;
    padding: 15px;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    margin-top:50px;
    height: calc(100vh - 50px);
  }
  
  .alcamegamenumobile .alcamegamenunav {
    display: block !important;
  }
  
  .alcamegamenumobile .subnav-content {
    position: relative!important;
    top: 0px!important;
  }

  .fix-alcamegamenuoption > .subnav-content {
    display: block !important;
  }

  /* ajustes hacia el tercer panel */
  .fix-alcamegamenuoption, .alcamegamenusidebar .fix-alcamegamenuoption > .subnav-content {
    display: block !important;
  }

  .alcamegamenusidebar .subnav-content div.subnav {
    width: 100%;
    display: flex;
    align-content: end;
    padding-right: 0px;
  }

  .alcamegamenusidebar .subnav-content div.subnav a.subnavbtn {
    width: 100%;
  }
  /* --- */

  i.material-icons.remove, .fix-alcamegamenuoption i.material-icons.add {
    display: none;
  }
  
  .fix-alcamegamenuoption i.material-icons.remove {
    display: block;
  }
  
  .alcamegamenunav > .subnav > .subnav-content {
    border: 1px solid gainsboro;
    line-height: 21px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .subnav .subnav a.subnavbtn.l1 {
    color: #002e75 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  span.alcamegamenu-mob-icon i.material-icons.add,
  span.alcamegamenu-side-icon i.material-icons.add {
    color: #000;
    font-size: 40px;
    background: transparent;
    -webkit-text-fill-color: #000;
    margin-left: -15px;
    display: table;
    height: 20px;
  }
  
  #header .alcamegamenunav > .subnav > a.subnavbtn  {
    -webkit-text-stroke-color: #002470;
    color: #002470;
    text-transform: uppercase;
  }

  .alcamegamenunav.hidden-sm-down a > img {
    width: 28px;
    height: 28px;
  }

  @media (max-width: 767px) {
    .alcamegamenu-mob-labelicon {
      display: block;
    }

    .alcamegamenusidebar,
    .alcamegamenusidebar .subnav-content {
      max-width: 100%;
    }

    .alcamegamenusidebar .subnav-content {
      height: 83vh;
    }

    .alcamegamenusidebar .col-xs-6 {
      width: 100%;
    }
    
    .alcamegamenusidebar a.toggle {
      float: right;
    }
  
    .alcamegamenusidebar {
      height: calc(100vh - 57px);
    }

    .alcamegamenusidebar .menubody {
      /*height: calc((95vh) - 135px);*/
      height: calc((95vh) - 192px);
      margin-bottom: 0px;
      overflow-y: scroll;
    }
  
    .alcamegamenusidebar .menucontainer {
      height: auto;
    }

    .alcamegamenumobile .subnav {
      width: 100% !important;
      border-bottom: 1px solid gainsboro;
    }

    .alcamegamenumobile a {
      width: calc(100% - 52px) !important;
    }

    .alcamegamenunav > .subnav > .subnav-content {
      border-width: 1px 0px;
      padding-top: 10px;
    }

  }

  .alcamenunavseo {
    display: none!important;
  }