.organigrama-container {
	position: relative;
	display: block;
	width: 100%;
	line-height: 0;
}

.organigrama-img {
	display: block;
	width: 100%;
	height: auto;
}

.map-link {
	position: absolute;
	display: block;
	box-sizing: border-box;
	border: 2px solid transparent;
	background: transparent;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.map-link:hover,
.map-link:focus-visible {
	border-color: rgba( 255, 255, 255, 0.55 );
	background: rgba( 255, 255, 255, 0.08 );
	outline: none;
}
