/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2025 | 14:51:27 */
BODY {
	
	overflow-x: hidden;
	
}

.containerMenu {
	
	transform: translateX(-100%);
	transition: transform .3s ease-in-out;
	
}

.containerMenu.-opened {
	
		transform: translateX(0);
	
}

.btnNav {
	
	background-color: transparent;
	
}

.listFooter ul {
	
	flex-wrap: wrap;
	gap: 24px;
	
}

@media (max-width: 792px) {
	
	.listFooter ul {
		
		flex-direction: column;
		
	}
	
}


