.menu__item.menu__item--espot {
	display: block;
	flex-basis: 100% !important;
} 

.NAVIGATION {
	display: grid;
	grid-template-columns: 1fr;
	margin: 1rem 0 0 0; 
	position: relative;
	text-align:center;
}

.NAVIGATION.sec2 {
	grid-template-columns: 1fr 1fr;
}

.NAVIGATION a {
	color: #000000;
	display:inline-block;
	padding: 0 1rem;
	text-decoration: none;
	max-width: 320px;
}

.NAVIGATION a:hover {
	color: #303030;
	text-decoration: underline;
}

.NAVIGATION img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
}

.NAVIGATION p {
	margin-top: 1rem;
}

@media all and (max-width: 768px) {
	.NAVIGATION {
		display: none;
	}	
}