/* Top Header */
.top-contacto,
.top-contacto div {
	display: flex;
	align-items: center;
}
.top-contacto img {
	margin-right: 10px;
}
.top-contacto a {
	color: #fff;
}
.top-contacto a:hover {
	color: #009fe3;
}
.top-contacto .separador {
	padding: 0 15px;
}
/* Header */
.menu-header {
	display: flex;
	align-items: center;
}