
.leaflet-sidebar .close{
    right: 4px;
    top: 16px;
}

.fichaVertical .fichaLabel{
	float: left;
	clear: left;
}
.fichaVertical .fichaDetail{
	float: left;
	margin-left: 10px;
}
.fichaVertical .fichaContent{
	position: relative;
	float: none;
	clear: both;
	width: auto;
	max-width: 800px;
	padding-top: 30px;
}
.fichaVertical #sidebar{
	max-height: 96vh;
	max-width: 960px;
	overflow: hidden;
}

.fichaVertical .fichaContMain{
	max-width: 870px;
	max-height: 92vh;
	overflow: auto;
	top: -8px;
    left: -8px;
}
/*.fichaVertical .fichaContMain::-webkit-scrollbar {
    width: 30px;
}*/
.fichaVertical .leaflet-sidebar{
	min-width: 700px;
	max-width: 960px;
}
.fichaVertical .fichaDescr{
	/*padding-right: 50px;*/
	padding-right: 34px;
}
.fichaVertical .dataImages{
	width: 860px;
}
.fichaVertical .imgFicha{
	max-width: 100%;
}

.clear{
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	height: 0px;
}

.fichaDescr{
	text-align: justify;
	margin-top: 15px;
	font-size: 18px;
	font-family: 'Gotham XNarrow Book';
}
.fichaDescr h2{
	font-family: 'Gotham Black Regular';
}

.banda{
	width: 762px; /*860px;*/
	height: 76px;
	margin-left: -3px;
}

.fichaTitle{
	margin-top: -64px;
}

html, body{
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.leaflet-container a.leaflet-popup-close-button{
	font-size: 32px;
	padding-top: 10px;
	width: 32px;
}

.leaflet-container {
    background: #fff;
}

.leaflet-sidebar{
	margin-bottom: 15px; /*margin-top: 50px;*/
	bottom: 0;
}
.leaflet-sidebar.left{
	left: -1800px;
}
.leaflet-sidebar.visible {    
}
.leaflet-sidebar > .leaflet-control, .leaflet-popup-content-wrapper, .leaflet-popup-tip{
	/*background: #fdf7eccc;*/
	background: #333c; /*#333e;*/
	color: #fff;
	backdrop-filter: blur(2px);
}

.dataImages{
	margin-right: 46px;
}
.dataImages img{
	/*max-height: 755px;*/
	max-height: 610px;
}
.imgControl{
	bottom: 15px;
	opacity: 0.75;
}

.imgFicha{
	max-width: 900px;
	max-height: 900px;
}

.fichaContent{
	position: absolute;
	right: 0;
}

.fichaContMain{
	text-align: center;
	position: relative;
	/*top: -81px;*/
	color: #fff; /*#454F2A;*/
	min-width: 900px;
	min-height: 700px;
	/*background: #333c;*/
}

#btnFichaPrev,#btnFichaNext{
	position: absolute;
	bottom: 0;
	margin: 15px;
}
#btnFichaPrev{
	left: 0;
}
#btnFichaNext{
	right: 0;
}

#itineraris{
	display: block;
	position: absolute;
	z-index: 1999;
	bottom: 33px; /*top: 68px;*/
	background: #fffb; /*#fdf7eccc; /*background: #FFF7;*/
	left: 38px;
	padding: 15px;
	padding-right: 30px;
	border-radius: 25px;
	box-shadow: 5px 5px 21px 3px rgba(0,0,0,0.5);
}
#itineraris h1{
	font-size: 24px;
}
#routesListDiv{
	list-style: none;
	padding-left: 15px;
	position: relative;
}
.blur{
	backdrop-filter: blur(2px);
}
#routesListDiv .back{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
#routesListDiv .route{

}
#routesListDiv .route h2{
	font-size: 18px;
	font-family: 'Gotham Black Regular';
}
#routesListDiv .route.active{
	
}
#routesListDiv .route.active h2{
	font-size: 22px;
}
#routesListDiv .route .poiList{
	display: none;	
}
#routesListDiv .route.active .poiList{
	display: block;
}
#routesListDiv .route .poiList .poiEl{
	background: none;
	font-family: 'Gotham XNarrow Book';
	margin-bottom: 3px;
}
#routesListDiv .route .poiList .poiEl.active{
	/*background: green;*/
	font-weight: bold;
}