header {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: transparent;
	z-index: 100;
}

header .container {
	justify-content: space-between;
}

.menu {
	gap: 5px;
	align-items: center;
}

.mobile-menu {
	display: none;
}

#changeMenuBox {
	display: none;
}
#link-topo {
	position: fixed;
	bottom: 30px;
	right: 0;
	margin: 20px;
	z-index: 999;
}
.btn-whatsapp {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 20px;
	z-index: 999;
}
.site-footer {
	position: absolute;
}
