:root {
    --color-primary: #ffffff;
    --color-secondary: #24b9d7;
    --color-tertiary: #f39d72;
}

.header-nav{
    padding: 10px 0;
}

.search-bar{
    display: flex;
    justify-content: center;
}

.va-centered-bar{
	display: flex;
	align-items: center;
}

.category-list{
    display: flex;
    justify-content: center;
}

#_desktop_top_menu{
	padding: 0 !important;
}

#search_widget {
    float: left;
    margin-bottom: 0;
}

/*Cambio*/
#header .header-nav{
    padding: 5px 0;
    max-height:70px;
}

/*Cambio*/
#header .header-top{
	padding: 0 0 5px 0;
}

#header{
	position: sticky;
	top: 0;
	z-index: 999;
	color: #7a7a7a;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.11)
}

#final {
	background-color: var(--color-tertiary);
	p {
		padding: 10px;
		margin: 0;
	}
	a {
		color: var(--color-primary);
	}
}


#search_widget {
    width: 100%;
}

#_mobile_logo, #_desktop_logo {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    h2 {
        color: blue !important;
    }
  #search_widget {
    float: right !important;
    margin-bottom: 0 !important;
  }

  .ui-autocomplete.searchbar-autocomplete {
    width: 400px;
    min-height: auto;
    left: auto;
  }
}