html, body {
	width: 100%;
	height: 100%;
	float: right;
}

#map-container {
	border: 2px solid #29291D;
	height: 100%;
	width: 100%;
	/*padding: 2px;*/
	
}

#elcheck {
    display: none;
}

#elcheck:checked ~ #panel{
	left: 268px;
}

.card{
	position: absolute;
	border: 2px solid black;
	transition: left 0.8s;
	z-index: 1;
	left:-280px; 
	width: 220px;
	height: 99.5%;
	/*max-height: 950px;*/
	background: beige;
	margin-left: -266px;
	/*transition: right 1s ease-in-out;*/
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;

}


.cabecera {
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

/*la clase que engloba a la imagen del arobl y el faldon*/
.ff {
    position: relative;
	min-height: 80px;
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	overflow: hidden;
}

.imagenArbol{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 120px;
}

.miCanvas{
	display: none;
}


.faldon {
	position: absolute;
	padding-right: 4px;
	padding-left: 4px;
	width: 96%;
    background-color: lightgray;
    opacity: 0.87;
	border-radius: 4px;
	height: fit-content;
	display: flex;
    flex-direction: column;
	bottom: 6px;
}

.card-title {
	margin-bottom: 0;
}

.sv {
	width: 100%;
	height: 200px;
	margin-bottom: 4px;
	border-style: groove;
	
}

.btn {
	width: 100%;
	border-radius: 8px;
	margin-top: 2px;
	cursor: pointer;
	display: flex;
    justify-content: space-around; /* Espacia los botones horizontalmente */
    padding: 10px;

}

.table {
	margin-top: 4px;
	line-height: 0.3rem;
}



a {
	color: black;
	font: 600;
	width: 100%;	
}

.form-select-lg{
    position: absolute;
    width: auto;
	height: inherit;	
}


.filtro {
	position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 1;
	width: 12rem;
	/*box-shadow: 3px 4px grey;*/
	background-color: beige;
    border: 1px solid #212529;
}

.mousePosition{
	position: fixed;
	top:auto;
	right: auto;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid black;
	border-radius: 10px;
	padding: 5px;
	background-color: beige;
	opacity: 0.85;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	}