.aviso-ecis {
	position: sticky;
	top: 0;
	z-index: 10000;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 16px;
	background: #00014e;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.45;
	font-family: segoe ui, Arial, sans-serif;
}

.aviso-ecis a {
	color: #c9962c;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}

.aviso-ecis a:hover,
.aviso-ecis a:focus {
	color: #e8b84a;
}
