.HeaderLeft {
    background: #f5f5f5;
    width: 80px;
  height:100vh;
    float: left;
    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: center;
    border-right: 1px solid #ebebeb;
}

.HeaderRight { 
    background: #f5f5f5;
    width: 80px;
     height:100vh;
    float: right;
    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: center;   
        border-left: 1px solid #ebebeb;
}

.HeaderCenter {
    float:left;
    width:calc(100% - 160px);
    position: relative;
    /* z-index: 99; */
}
.IconMenuPrincipalSpan {
    -webkit-transform: rotate(270deg);    /* Firefox */
    -moz-transform: rotate(270deg);    /* IE */
    -ms-transform: rotate(270deg);    /* Opera */
    -o-transform: rotate(270deg);    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #606060;
    clear: both;
    margin-top: 35px;
    margin-bottom: 7px;
}

.IconMenuPrincipal {
    position: relative;
    /* height: 112px; */
    width: 42px;
}

.LogoHeader {
    margin-top: 10vh;
    margin: 10vh auto;
    display: table;
    float: none;
    z-index: 99;
    position: relative;
}
.LogoHeader img{max-width:100%;}
.LanguageRight {
    position: relative;
    z-index: 999999;
}
@media screen and (max-width:767px) {
.LogoHeader {
    margin-top: 0px !important;
    margin: auto;
    /* display: table; */
    float: left;
    z-index: 99;
    /* position: relative; */
    padding-left: 0px;
    padding: 15px 15px 15px 0px;
}
.HeaderRight, .HeaderLeft {
    display: none;
}
header {
    background: #f5f5f5;
    height: 80px;
    padding: 15px 0px;
    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;
}
.logoHeaderResp img {
    max-width: 100%;
    max-height: 70px;
}
.logoHeaderResp {
    /* z-index: 9999999; */
    position: relative;
}
.LanguageRightResp {
    position: relative;
    float: none;
    display: table;
    margin: auto;
}
}

.LstDesMenu {
 
    margin-top: 6vh;
    overflow: hidden;
}
@media screen and (min-width:1400px) {
.LstDesMenu {
    display: block;
    margin-top: 100px;
    overflow: hidden;
}
}
.showing-modal {
    overflow: hidden;
    height: 100%;
}
@media screen and (min-width:800px)  and (max-width:1024px){
.LogoHeader{
margin-top:90px !important;
}
}