  @charset "utf-8";
/* CSS Document */

 
	
	
@media (min-width: 980px) {
  
	 
	
	    #header.ghost.has-background .btn-position.right-xs-2 {
        top: 21px !important;
    }
	
     #nav {
         width: calc(100% - 180px);
    }	
 
	
	
/* Ghost sin scroll: 90px */
#header.ghost:not(.has-background) .fixed {
    height: 90px !important;
}

/* Ghost con scroll (has-background): 130px */
#header.ghost.has-background .fixed {
    height: 130px !important;
}
#header .fixed .btn-position > .btn,
	#header.ghost.has-background .btn-position > .btn {
    border-color: #173363;
}
	
	#header .fixed #search-btn .icon,
	#header.ghost.has-background #search-btn .icon {
    background-image: url(/plantillas/images/icons/search-btn-blue.svg);
}
	#header.ghost:not(.has-background) .btn-position.right-xs-2 {
    border-color: #FFFFFF; top: 50%
}
	
		#header.ghost:not(.has-background)  #search-btn .icon {
    background-image: url(/plantillas/images/icons/search-btn.svg);
}
	

 }
 