<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.IconMenuPrincipal{
   cursor: pointer;
   font-size: 30px;
   color: #fff;
   /* margin: 0 auto; */
   text-align:center;
   height: 36px;
   /* margin-top: 20px !important; */
   padding-left: 0px;
   display: table;
   margin: auto;
   position: absolute;
   left: 15px;
 }

 .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: 999999999;
   right:-100%;
   width: 100%;
   background: #8e8e8e;
   height: 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: 40px;
    cursor: pointer;
    height: 18px;
}
 .line {
    background-color: #fff;
    height: 1px;
    margin-bottom: 8px;
    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: 100%;
 background: #8e8e8e;
 height: 100%;
 margin-right: margin-right;
 z-index: 9999;
 position: relative;
}
.RightPoUp{
 float:left;
 width:50%;
 height: 100%;
}
.close-btn {
    position: absolute;
    /* right: 40px; */
    display: table;
    position: absolute;
    /* left: 15px; */
    /* top: 30px; */
    /* background: #022862; */
    height: 40px;
    width: 50px;
    z-index: 99999;
}

}

@media screen and (max-width:992px)  {
  .BlockPopUpLeftMenu{
 float:right;
 background: #3e2e2c;
 height: 100%;
}


}

.close-btn:before{
    top: 00px;
    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(0deg);
    position: absolute;
    /* left: 10px; */
    content: "";
    background: #fff;
    width: 50px;
    height: 1px;
}


.close-btn:after{
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(0deg);
    position: absolute;
    /* left: 10px; */
    content:"";
    background: #fff;
    width: 50px;
    height: 1px;
    top: 25px;
}
@media screen and (max-width:992px)  {
.MenuPrinc {
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
	float:right;
margin-top:60px;
margin-bottom:20px;
}
}

@media screen and (min-width:769px)  {
.MenuPrinc {
   
clear: both;
   
display: -ms-flexbox;
   
display: -webkit-flex;
   
display: flex;
   
-ms-flex-align: center;
   
-webkit-align-items: center;
   
-webkit-box-align: center;
   
align-items: center;
   
/* height: 100%; */
}
}


@media screen and (max-width:992px)  {
.LangClose{margin-left:15px;margin-top: 20px;height: 50px;position: relative;/* margin-bottom: 34px; */float: left;width: 50px;}
   .litesLangs li {
    margin-top: 15px !important;

}
.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;
}

.close-btn {
    position: absolute;
    /* margin-top: 30px; */
}

.close-btn:before{
  top: 8px !important;
  width:30px !important;
}
.LangClose:hover .close-btn:before{

    top: 20px !important;
}
.LangClose:hover  .close-btn:after{
    top: 22px !important;
}
.close-btn:after{
  top: 9px !important;
  width:30px !important;
  left: 10px;
}
.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: #3e2e2c;
    width: 100%;
    right: 0px;
    margin-right: 0px !important;
    position: relative;
    overflow: auto;
}
 
}
.showing-modal {
    overflow: hidden;
    height:100%;
}


.LangClose {
 
/* width: 100%; */
 
/* background: #8e8e8e; */
}





::-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); 
}











</pre></body></html>