/* Estilos dedicados para el Tour Guiado Gesvasa */

#gesvasa-tour-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(13, 33, 22, 0.7);
	z-index: 99990;
	backdrop-filter: blur(2px);
}

#gesvasa-tour-box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 460px;
	max-width: calc(100vw - 32px);
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.35);
	border: 2px solid #B9CF2A;
	z-index: 99999;
	flex-direction: column;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
