.navbar-brand img {
    background-size: 100% 100%;
    margin-top:18px;
    transform:scale(1);
    -webkit-transform:scale(1); 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    background-image: url(gfxi/logo-switch.png);    
}
.navbar-nav>li>a {  
    line-height: 69px;
    transition: all 1s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    color:#000 !important;
    text-transform: uppercase;
    font-weight: 800;
}
.headers{
    background-color: #fff;
    color: #000;
    width: 100%;
    height:100px;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
     border-bottom: 5px solid #5e4680 !important;
}
.video-container{
    min-height: 400px;
    background: url(images/landscape2.jpg);
    background-position: center bottom;
}
.mask_top{
    height:  400px;
    background-size:100%;
    background: transparent;
}
.video-overlay{
    height: 400px;
}
.header-subinformation{
    padding: 150px 0 0 0;
}
#content{
    margin-top: 100px;
}
.nav_h{
    width: 1280px;
}
#content h1{
    font-weight: 800;
    text-transform: uppercase;
}
.galeria h1{
    font-weight: 300 !important;
}