<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.DisplayTopHeader {
   width: 100%; 
    padding: 15px 0px;
}
.LogoHeader img{width:100%;}
.LogoHeader {
    text-align: center;
 
    position: relative;
}
.logo{position:relative;}
 
.Menu_Principal_left{
    padding: 35px 0px 0px 0px;
    position: relative;
    z-index:99;
 
}
.Menu_Principal_Right{
    padding: 35px 0px 0px 0px;
    position: relative;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: flex-end;
    /* height: 100% !important; */
    justify-content: flex-end;
    /* width: 100% !important; */
    text-align: right;
}

@media screen   and (min-width:1180px)  {
.ContentHeader{

width:90%;

margin:auto;

display:table;

z-index: 999999;
}

}

@media screen   and (max-width:992px) {
.Menu_Principal_left, .Menu_Principal_Right {
    padding: 0px 0px !important;
}

.LanguageResp {
    position: absolute;
    right: 15px;
    top: 10px;
}
}


@media screen   and (min-width:992px) and (max-width:1179px)  {
.Item{
    font-size: 15px !important;
}
.ContentHeader{
    width: 100%;
    margin: auto;
    display: table;
 
}
.ContentHeader .row{margin:0px;}
.LogoHeader img {
    max-width: 100%;
 
}
}
@media screen   and (min-width:1180px)   and (max-width:1600px)  { 
.Item{
    font-size: 17px !important;
}
}





@media screen    and (max-width:767px)  { 
.LogoHeader img {
    max-width: 100% !important;
    width: 100px !important;
}

}












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