.p-3 + .row > .col-md-4 {
	margin-bottom: 40px;
}
.card {
	display: block;
	padding: 1rem;
	color: #000;
	margin: 15px;
	background: #ffffff;
	border-radius: .75rem;
	border-right: 3px solid #25bce6;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	height: auto;

}

.btn {
	line-height: 1.1;
}

.card .wrapper {
	min-height: 250px;
	min-height: 293px;
		margin-bottom: 10px;
}

.card h2 {
	font-size: 1.5rem;
	color: #000000;
	font-weight: bold;
}

.card p {
	margin-bottom: .25rem;
}

.card p:last-child {
	margin-bottom: 0;
}

.card p > span:first-child {
	font-weight: bold;
}


.item-page p > span:first-child {
	font-weight: bold;
}

.card a {
	text-decoration: underline;
}


#map {
	height: 400px;
	z-index: 1;
}

/**/

.map-categories {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 200px;
	background: rgba(255, 255, 255, 0.95);
	z-index: 2;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.map-categories > div {
	padding: .25rem;
	border-bottom: 1px solid #ddd;
}

.map-categories label {
	margin: 0;
}

.map-categories-toggle {
	display: none;
}
.bottom-side {
	display: flex;
	gap: 10px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-inline: 2rem;
	min-height: 350px;
	align-items: flex-start;
}

.bottom-side a {
	transition: 0.5s;
	display: block;
	color: #333;
	display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	color: #0056b3;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.1rem;
	position: relative;
	/* box-shadow: 0 0 26px rgb(0 0 0 / 13%); */
	border-radius: 15px;
	overflow: hidden;
	border: none;
	height: auto;
	padding: inherit;
	padding: 0.75rem 1.25rem;
	width: 45%;
	aspect-ratio: 1;
		border-radius: 100vw;
		border: 1px solid #d6e7f3;
}

.bottom-side img {
	width: 100%;
	max-width: 60%;
}

a.icon-project p {
	
}

.bottom-side a:hover {
	text-decoration: none;
	/* box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
	transform: scale(1.1);
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
	width: 35px;
}

ul ul {
	display: none;
	font-size: 12px;
}

ul ul li {
	border-top: 1px solid #ddd;
	border-bottom: 0;
}

ul ul li:last-child {
	border-bottom: 0;
}

.toggle-sub-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	background: none;
	border: 0;
}

.toggle-sub-nav:before {
	content: '\f13a';
	font-family: 'FontAwesome';
	font-size: 16px;
}

.toggle-sub-nav.opened:before {
	content: '\f139';
	font-family: 'FontAwesome';
	font-size: 16px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul > li {
	border-bottom: 0 solid #ddd;
}

nav ul > li > label {
	display: block;
	position: relative;
	height: 40px;
	padding-right: 32px;
}



nav ul > li > input:checked + label {
	/* background: linear-gradient(to right, #add19e, #c8d7ab); */
	font-weight: bold;
	border-radius: 15px;
	margin: 3px 0;
}

nav ul > li > label:hover {
	background: #f1f1f1;
	cursor: pointer;
}

nav ul > li > label .checkbox {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}

nav ul > li > label .name {
	padding: 10px 0;
}

nav ul > li > label .icon {
	position: relative;
	width: 40px;
	height: auto;
	border-radius: 40px;
	overflow: hidden;
	display: block;
	float: right;
}

nav ul > li > label .icon img {
	width: 100%;
	padding: 6px;
}

.sub li > label {
	display: block;
	position: relative;
	height: 40px;
	padding-right: 50px;
}

/*PDF MAP*/
.pdf-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 71%; 
}

.pdf-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**/
.gallery {
	position: relative;
	overflow-x: hidden;
}

.gallery-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.gallery-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.gallery .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

.gallery {
	height: 25vh;
	width: 100%;
	min-width: auto;
	margin-bottom: 10px;
	border-radius: 10px;
	border: solid #00000047 3px;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
	color: #ff852e;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
	color: #1487c7;
	background: white;
	border-radius: 50%;
	width: 50px;
	padding: 0.35rem 0.5rem;
	margin-left: 10px;
	border: 2px solid black;
	font-size: 15px;
}
@media (max-width:1599px) {
	.bottom-side {
		min-height: 220px;
	}
}

@media (max-width: 1200px) {
	.col-md-4 {
		flex: 0 0 49.333333%;
		max-width: 49.333333%;
	}
}

@media (max-width: 991px) {
	.map-categories {
		display: none;
		margin-top: 30px;
	}

	.map-categories-toggle {
		display: block;
		position: absolute;
		top: 1rem;
		right: 1rem;
		z-index: 9999;
		background: #007bff;
		border: 0;
		color: #fff;
		padding: .25rem .5rem 0;
	}
}

@media (max-width: 767px) {
	.p-3 + .row > .col-md-4 {
		margin-bottom: 0;
	}

	.col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.card .wrapper {
		min-height: unset;
	}

	.bottom-side {
		min-height: unset;
	}
}

@media (max-width: 400px) {
	a.icon-project p {
		font-size: 1rem;
	}
}