@media screen and (max-width: 991px) {
	.topo {
		top: 0 !important;
		padding: 8px 0 !important;
		padding-top: calc(8px + env(safe-area-inset-top, 0px)) !important;
		overflow: visible !important;
	}

	.topo .logo,
	.topo h1.logo {
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0;
		float: none !important;
		width: auto !important;
	}

	.topo .logo img {
		width: 72px !important;
		height: auto !important;
		display: block;
	}

	.topo-bar {
		min-height: 0 !important;
		align-items: center !important;
		padding-top: 0 !important;
	}

	.btn-menu-mobile {
		margin-top: 0 !important;
		box-sizing: border-box;
	}

	.main,
	.menu-mobile-panel {
		top: calc(88px + env(safe-area-inset-top, 0px)) !important;
	}
}
