.header-add
{
	font-family: Roboto, sans-serif;;
}

.header-add a
{
	text-decoration: none;
	background-color: transparent;
}
.header-add a:active,
.header-add a:focus,
.header-add a:hover,
.header-add a:visited
{
	text-decoration: none;
}

.NavProvider__Alert
{
	position: sticky;
	top: 0px;
	transform: translateY(0px);
	transition: all 0.5s ease-in-out 0s;
}
.NavProvider__Alert.is-hidden
{
	transform: translateY(-100%);
}

.NavProvider__Wrapper
{
	position: sticky;
	top: 0px;
	transform: translateY(0px);
	transition: all 0.5s ease-in-out 0s;
}
.NavProvider__Wrapper.is-hidden
{
	transform: translateY(-100%);
}
.BrandedHeader__Wrapper
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	border-bottom: 1px solid rgb(236, 236, 236);
}
.BrandedHeader__Container
{
	-webkit-box-align: center;
	align-items: center;
	height: 49px;
}
.BrandedHeader__CenterCol
{
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.GlobalNav__ItemList
{
	font-size: 12px;
	line-height: 400;
}
.uvs-font-c-bold
{
	font-weight: 700;
}
.GlobalNav__Wrapper
{
	display: flex;
	height: 40px;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	background: rgb(46, 46, 46);
	overflow: hidden;
}
.GlobalNav__List
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.GlobalNav__ItemList
{
	display: inline-block;
}

.GlobalNav__GlobalNavLink
{
	color: rgb(255, 255, 255);
	display: block;
	font-size: 0.75rem;
	line-height: 2.5rem;
	opacity: 0.5;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	text-transform: uppercase;
}
.link-noticias:hover,
.link-famosos:hover,
.link-deportes:hover,
.link-radio:hover
{
	color: rgb(255, 255, 255);
	opacity: 1;
	background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
}

.link-radio:hover::before,
.link-deportes:hover::before,
.link-famosos:hover::before,
.link-noticias:hover::before
{
	display: block;
}

.link-radio::before,
.link-deportes::before,
.link-famosos::before,
.link-noticias::before
{
	bottom: 0px;
	content: " ";
	display: none;
	height: 2px;
	left: 0px;
	position: absolute;
	width: 100%;
}
.link-radio::before
{
	background: rgb(212, 29, 49);
}
.link-deportes::before
{
	background: rgb(4, 126, 90);
}
.link-famosos::before
{
	background: rgb(228, 31, 123);
}
.link-noticias::before
{
	background: rgb(35, 162, 238);
}