/*
font-family: 'Lato', sans-serif;
font-family: 'Titillium Web', sans-serif;
*/

/* MENÚ PRINCIPAL */
.fondo-menu{
	background-color: transparent;
}
.nav-link{
	font-family: 'Lato', sans-serif; font-size: 1em;
	font-weight: 300; color: rgba(255,255,255,1);
	margin-left: 3em;
}
.nav-link:hover{
	font-family: 'Lato', sans-serif; font-size: 1em;
	font-weight: 300; color: rgba(255,255,255,.5);
}
.dropdown-menu{
	background-color: transparent;
	border: none;
}
.dropdown-item{
	font-family: 'Lato', sans-serif; font-size: 1em;
	font-weight: 300; color: rgba(255,255,255,1);
	background-color: transparent;
	align-items: center;
}
.dropdown-item:hover{
	font-family: 'Lato', sans-serif; font-size: 1em;
	font-weight: 300; color: rgba(255,255,255,.5);
	background-color: transparent;
}
.hamburguesa{
	color: rgba(255,255,255,1);
	float: right;
}
