<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo1{
 
    max-height: 20vh;
}
.darkHeader {
    transition: opacity 1s ease;
    opacity: 1;
    position: fixed;
    transition: all 0.5s ease;
    z-index: 99999;
    background: #fff;
    width: 100%;
    margin-left: 0px;
    margin: 0px !important;
     transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.26);


    animation:slide-down 0.7s;
        opacity: 1;
    height: 86px  
}
  


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}



.logo{
    padding: 15px 0px;
    text-align: center;
 }
 .logo img{max-width: 100%;}
.Language{
    float: right !important;
    /* display: table-cell; */
    /* vertical-align: middle; */
    text-align: right;
}
.MenuPrincipal{
  float: none !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.DisplayTable{
  float: none !important;
 
  margin:auto;
  padding:10px 00px;
  width: 100%
}
.MenuLeft {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
 
 
header{
  width: 100%;
  z-index: 10;
  padding:0px;
 
 

}
.ContentHeader{
   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

 
}
.BlockHeaderLeft{

    padding: 0px !important;
    background: #fff;
}

.BlockHeaderRight{

    background: url("../Images/HeaderRight.jpg") top center no-repeat;
    padding: 15px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#language{
    width: 100%;
    margin-right: 15px;
    float: right;
    margin-bottom: 25px;
    margin-top: 10px;
}



@media screen and (max-width:767px) {
.BlockHeaderLeft {
 
    padding: 0px 15px !important;
}
header{
background:#fff !important;

z-index:9999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.26);
}
.BlockHeaderRight{
background:#fff !important;
}
#language{float:none !important;}
#language .ListElement {
 
    float: none !important;
    text-align: center !important;
    display: table !important;
    margin: auto !important;
}
.ElementSelect, .Element {color:#4a4642 !important;}
.ElementSelect {    border: 1px solid #4a4642 !important;}
}





@media screen and (max-width:1400px) {
header {
    width: 100%;
 
    padding: 0px;


}
.logo img {
    max-width: 90%;
 
}
.logo {

    text-align: center;
}
.BlockHeaderRight {

  
  
}
#language {
    width: 100%;
    margin-right: 15px;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
}


.darkHeader .container-fluid{height: 100%;}

.darkHeader .ContentHeader{height: 100%;}

.darkHeader .logo {
    height: 100%;
}
.darkHeader .logo  a{
       display: block;
    height: 100%;
}
.darkHeader .logo  a img{
           max-height: 100%;
}
.darkHeader .Language{display: none;}

.darkHeader .rmSized ul.rmRootGroup{margin-top: 13px;}


#Body{    overflow: hidden;}

@media screen and (min-width:768px)  and (max-width:1400px) {

}

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