/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Remove the "split" navbar's margin */  
.uk-navbar-nav.uk-hidden-small li[style] {   
margin-right: 0 !important;   
}  

/* Move the logo to the left */  
.tm-nav-logo {  
left: 0;  
position: relative;  
text-align: left;  
top: 40px;  
transform: translateX(0);  
    width:150px;
}  


/* Adjust the wrapper */  
.tm-navbar > .uk-container {   
  max-width: 1020px;   
  padding: 0 30px;  
}   

.tm-navbar .tm-navbar-center .tm-nav {  
float: center;  
margin-left: 0;  
}  

.tm-nav-wrapper[style] {  
margin: 15px 0 0 -10px !important;  
}  

.tm-navbar {  
height: 80px; /* Default height 130px reduced by 50px */  
padding-top: 0;   
}  

.tm-navbar-fixed .tm-toolbar + .tm-navbar + .tm-wrapper {  
/* Default height: 172px - 50px reduction */  
top: 152px;  
}  

.tm-navbar-fixed.tm-navbar-animated .tm-navbar,  
.tm-navbar-fixed.tm-navbar-animated .tm-navbar-small {  
padding-top: 15px;  
}


.texto_blanco{
  color:#FFFFFF;
}


.tm-fullscreen-container{
  height:399px;
}
