.IconMenuPrincipal{
   cursor: pointer;
   font-size: 30px;
   color: #fff;
   margin: 0 auto;
   display: table;
   position: absolute;
   left: 15px;
   top: calc(50% - 20px);
 }

 .MenuPrincipal-wrap {
   -webkit-transition: all 0.8s ease;
   -moz-transition: all 0.8s ease;
   -o-transition: all 0.8s ease;
   -ms-transition: all 0.8s ease;
   transition: all 0.8s ease;
   width:100%;
   position: fixed;
   top: 0px;
   z-index: 999999;
   right:-100%;
   width: 100%;
 }
 
 .MenuPrincipal-middle {
   position:relative;
   vertical-align: middle;
   width: 100%;
   height: calc(100vh - 100px);
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: relative;
   overflow-y: auto;
 }
 
 
 .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    height: 18px;
}
 .line {
    background-color: #fff;
    height: 1px;
    margin-bottom: 9px;
    transition: all 500ms ease-in-out;
}
 .line-top{width:100%;}
.line-Bottom {
    width: 100%;
}
 .line-center {
    position: relative;
    width: 100%;
    transition: all 500ms ease-in-out;
}
.line-center:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 500ms ease-in-out;
    z-index: 999;
}
 
@media screen and (min-width:769px)  {


 .BlockPopUpLeftMenu{
 float:right;
 width:50%;
 background: #082d63;
 height: 100%;
 margin-right: 60px;
}
.RightPoUp{
 float:left;
 width: calc(50% - 80px);
 height: 100vh;
}
.close-btn {
    position: absolute;
    right: 0px;
    display: table;
    position: absolute;
    /* left: 15px; */
    top: calc(50% - 20px);
    background: #022862;
    height: 40px;
    width: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

}

@media screen and (max-width:992px)  {
  .BlockPopUpLeftMenu{
 float:right;
 width:calc(100%  - 60px) ;
 background: #082d63;
 height: 100%;
  margin-right: 60px;
}


}

.close-btn:before{
    top: 10px;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(45deg);
    position: absolute;
    left: 10px;
    content: "";
    background: #fff;
    width: 38px;
    height: 1px;
}


.close-btn:after{
    top: 10px;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(-45deg);
    position: absolute;
    left: 10px;
    content: "";
    background: #fff;
    width: 38px;
    height: 1px;
}

@media screen and (max-width:768px)  {
   .litesLangs li {
    margin-top: 15px !important;

}

.close-btn {
    position: relative;
}
.close-btn:before{
  top:0px !important;
  width:30px !important;
}
.close-btn:after{
  top:0px !important;
  width:30px !important;
}
.languagePopUp  {
  margin-right:15px;

}
.MenuPrincipal-middle {

overflow-y: auto;

padding-top: 100px;

padding-bottom: 20px;
}

.IconMenuPrincipal {
    left: 10px !important;
    top: calc(50% - 24px) !important;
}
.BlockPopUpLeftMenu {
    background: #082d63;
    width: 100%;
    right: 0px;
    margin-right: 0px !important;
    position: relative;
    overflow:;
}
 
}
.showing-modal {
    overflow: hidden;
    height:100%;
}


.LangClose {
    width: 100%;
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content:space-between;
    width: 100%;
    background: #042b65;
}





::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px  rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
}


 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5);  
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px  rgba(255,242,0,0.5); 
}


.ListMenuResponsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
.ListMenuResponsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5);  
}


.MenuPrincipal-middle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
    border-radius: 5px;
}
 
.MenuPrincipal-middle::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,242,0,0.5); 
}



