
@import url('https://fonts.cdnfonts.com/css/circe');
.iframemap {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 80vh;
	position: relative;
	z-index: 90;
}
.iframemap_info {
	font-family: 'CirceRounded', 'Circe', sans-serif;
	padding: 1rem 2rem;
	margin: 1rem;
	width: max-content;
	position: absolute;
	bottom: 1rem;
	right: .5rem;
	
	border: solid 1px #b9cf9d;
	background-color: #ffffff;
	border-radius: 1rem;
	z-index: 100;
	box-shadow: 0 0 10px #00000020;
}
	.iframemap_info * {
		margin: 0;
		/* padding: 0; */
	}
	.iframemap_info .h1 {
		font-size: 28px;
		color: #b9cf9d;
		font-weight: 600;
	}
	.iframemap_info p {
		font-size: 18px;
		color: #111110;
		font-weight: 300;
		margin: .5rem 0;
	}
	.iframemap_info a {
		text-decoration: none;
		color: rgb(175, 127, 149)!important;
	}
	.iframemap_info .map_socials {
		margin: .5rem 1rem 0 0;
		width: 2rem;
	}
	
.iframemap_button {
	display: none;
	font-family: 'CirceRounded', 'Circe', sans-serif;
	padding: 1rem 2rem;
	margin: 1rem;
	/* width: max-content; */
	position: absolute;
	top: 4.5rem;
	right: .5rem;
	
	border: solid 1px #ffffff;
	background-color: #b9cf9d;
	border-radius: 1rem;
	z-index: 100;
	box-shadow: 0 0 10px #00000020;
	text-decoration: none;
	color: rgb(175, 127, 149)!important;
	
	
	font-size: 18px;
}
.iframemap_button a {
	text-decoration: none;
	color: #ffffff!important;
}


	@media screen and (max-width: 770px) {
		.iframemap_info {
			position: relative;
			width: -webkit-fill-available;
			margin: 1rem 1rem 0 1rem;
			text-align: center;
			bottom: 0;
			right: 0;
		}
		.iframemap_button {
			display: block;
			position: relative;
			width: -webkit-fill-available;
			margin: 1rem 1rem 0 1rem;
			/* margin: 0 1rem 1rem 1rem; */
			text-align: center;
			top: 0;
			right: 0;
			font-size: 1rem;
		}
		.new_map {
			background-color: #ffffff;
			padding: 1rem 0;
		}
	}

