@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--main: #00cccc;
	--oscuro: #018a8b;
	--naranjo: #003e3e;
	--contraste: #f69b30;

	--bg: #f0f0f0;
	--azul: #673689;
	--otro: #673689; 
	--tooltip: #2C73D2;
	--azulstgo: #4054b2;
	--topdetalle: #e7eff6;
	--topdetalle-font: #1e1e1e;
	--contenidos-detallebg: #ffffff;
	--dlabel-background: #6096ba;
	--dlabel-color:black;
}

body {
  	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
	  font-style: normal;

    background-color:var(--bg) ;
    font-size:14px;
    margin: 0px;
}


#map_canvas {
	position: fixed;
	top: 0px;
    margin:0px; 
    overflow:hidden; 
    width:100%;
    height:calc(100% - 5px);
    clear:both;
    z-index: 9;
}


#divsearch {
	height: 45px;
	padding: 3px;
	top: 5px;
	right: 5px;
	position: fixed;
	z-index: 10000;
	width: calc(100% - 150px);
	text-align: center;
	vertical-align: middle;
	padding-right: 3px;
	background-color: #f0f0f0;
	float: left;
	max-width: 200px;
}

.custom-dropdown-button {
	background-color: #673689;
	color: white; /* You can change the text color as needed */
}
.custom-dropdown-button:hover {
	background-color: #7b47a4; /* Change this color to the desired hover color */
	color: white; /* You can change the text color as needed */
}
.custom-dropdown-button:active {
	background-color: #4054b2; /* Change this color to the desired hover color */
	color: white; /* You can change the text color as needed */
}

.dropdown-item:hover {
	background-color: #7b47a4; /* Change this color to the desired hover color */
	color: white;
}

.dropdown-menu {
	font-size: 14px;
}

.search-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}


#maintitle {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: #240046;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding-top: 7px;
}


#nombre {
	position: absolute;
	color: white;
	
	top: 110px;
	left: 10px;
	width: 180px;
	z-index: 2000;
	background-color: var(--oscuro);
	text-align: center;
	padding: 3px;
	font-size: 14px;
	font-weight: 500;
}


#casos {
	position: absolute;
	color: white;
	height: 25px;
	top: 225px;
	left: 10px;
	width: 180px;
	z-index: 2000;
	background-color: var(--contraste);
	text-align: center;
	padding: 3px;
}


.opcionesmapa{

	position: fixed;
	top:245px;
	left: 10px;
	background-color: var(--contraste); 
	color: white;
	padding: 3px;
	z-index: 1000;
	width: 180px;
	
	text-align: center;
}

.opcionesmapa a:link,
.opcionesmapa a:active,
.opcionesmapa a:visited,
.opcionesmapa a:hover {
    color: white;
	text-decoration: none;
}














#wait {
	display: none;
	width: 150px;
	height: 150px;
	top: calc(50% - 75px);
	left: calc(50% - 75px);
	position: absolute;
	z-index: 10000;
	display: none;
}


#capas {
	position: absolute;
	bottom: 80px; 
	right: 10px;
	background-color: var(--oscuro);
	color: #ffffff;
	z-index: 110;
	padding: 10px;
	text-align: left;
	width:185px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px var(--oscuro);
	display: none;
}

#capas_sw {
	position: absolute;
	bottom: 80px; 
	right: 10px;
	height: 100px;
	z-index: 101;
	background-color: var(--oscuro);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 2px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--oscuro);
}

#capas_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 190px; 
	right: 60px;
	z-index: 100;
	width: 100px;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}


#menu {
	display: none;
	position: absolute;
	top: 220px; 
	left: 15px;
	z-index: 100;
	background-color: var(--azul);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 0px;
	padding-bottom: 7px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--azul);
}


#feedback_sw {
	display:none;
	position: absolute;
	bottom: 130px; 
	right: 10px;
	height: 100px;
	z-index: 101;
	background-color: #00509d;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 2px;
	cursor: pointer;
	box-shadow: 1px 1px 5px #00509d;
}

#feedback_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 140px; 
	right: 60px;
	z-index: 100;
	width: 100px;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}


#cerrar_capas {
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: right;
}


#filtros {
	position: absolute;
	top: 40px; 
	right: 10px;
	background-color: var(--azulstgo);
	color: #ffffff;
	z-index: 100;
	padding: 10px;
	text-align: left;
	width:185px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px var(--azulstgo);
	display: block;
}

#filtros_sw {
	position: absolute;
	top: 60px; 
	right: 10px;
	height: 100px;
	z-index: 101;
	background-color: var(--oscuro);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 120px;
	height: 40px;
	padding-top: 2px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--oscuro);
	color: white;
}

#filtros_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	top: 70px; 
	right: 60px;
	z-index: 100;
	width: 100px;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}

/*
#tipos {
	position: absolute;
	top: 120px; 
	right: 10px;
	background-color: #00509d;
	color: #ffffff;
	z-index: 98;
	padding: 10px;
	text-align: left;
	width:185px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #00509d;
	display: none;
}

#tipos_sw {
	position: absolute;
	top: 120px; 
	right: 10px;
	z-index: 99;
	background-color: #00509d;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 5px #00509d;
}


#tipos_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	top: 130px; 
	right: 60px;
	width: 80px;
	z-index: 98;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}
*/

/*
#colectivo {
	position: absolute;
	top: 180px; 
	right: 10px;
	background-color: #f18819;
	color: #ffffff;
	z-index: 96;
	padding: 10px;
	text-align: left;
	width:300px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #f18819;
	display: none;
}

#colectivo_sw {
	position: absolute;
	top: 180px; 
	right: 10px;
	z-index: 97;
	background-color: #f18819;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 5px #f18819;
}

#colectivo_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	top: 190px; 
	right: 60px;
	width: 80px;
	z-index: 96;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}
*/





#flota {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	height: 100%;
	top: 0px !important;
	background-color:#ffffff;
	width:400px;
	z-index: 2147483647!important;
	left:0px;
	visibility:visible;
	position: fixed;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.7) !important;
	border: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	  
	float:left;
	overflow: hidden;
	display: none;
	margin: 0px;
	padding: 0px;

  }
  
  #myframe {
	  width:100%;
	  border-style:none;
	  padding: 0px;
	  margin: 0px;
	  height: 100%;
	  background-color: #e7eff6 ;

  }

  #dra {
	height:40px; 
	padding:5px;
	padding-top: 7px; 
	background-color: var(--main);
	text-align: right;
	width: 100%;
	padding-right: 10px;
}

.informacion {
	color: white;
	vertical-align: middle;
	margin-bottom: 10px;
	font-size: 16px;
}

.sep25{
	height: 10px;
	clear: both;
}


#prototipo {
    position: fixed;
    top: 50%;
    left: 50%;
	width: 70%;
	text-align: center;
    transform: translate(-50%, -50%);
    z-index: 100000;
    padding: 25px;
    font-size: 36px;
    background-color: red;
    color: white;
    box-shadow: 1px 1px 5px red;

	display: none;
}



#plus {
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 50px;
	right: 100px;
	z-index: 1000;
	display: none;
}

#logo {
	width: 180px;
	height: 110px;
	position: fixed;
	top: -5px;
	left: 10px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	text-align: center;
	padding-top: 3px;
}




.form-check {
	margin: 10px;
}


#equis {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 110;
}



/* custom checkbox */

.checkbox-wrapper-33 {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: #ffffff;
    --c-primary-20-percent-opacity: rgb(255 255 255 / 20%);
    --c-primary-10-percent-opacity: rgb(255 255 255 / 10%);
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11,.29,.18,.98);
	margin-bottom: 5px;
  }

  .checkbox-wrapper-33 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .checkbox-wrapper-33 .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .checkbox-wrapper-33 .checkbox + .checkbox {
    margin-top: var(--s-small);
  }
  .checkbox-wrapper-33 .checkbox__symbol {
    display: inline-block;
    display: flex;
    margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid var(--c-primary);
    position: relative;
    border-radius: 0.1em;
    width: 1.5em;
    height: 1.5em;
    transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
    box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
  }
  .checkbox-wrapper-33 .checkbox__symbol:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--c-primary-20-percent-opacity);
    opacity: 0;
    border-radius: 3em;
    transform: scale(1);
    transform-origin: 50% 50%;
  }
  .checkbox-wrapper-33 .checkbox .icon-checkbox {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: none;
    stroke-width: 3;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    color: var(--c-primary);
    display: inline-block;
  }
  .checkbox-wrapper-33 .checkbox .icon-checkbox path {
    transition: stroke-dashoffset var(--t-fast) var(--e-in);
    stroke-dasharray: 30px, 31px;
    stroke-dashoffset: 31px;
  }
  .checkbox-wrapper-33 .checkbox__textwrapper {
    margin: 0;
  }
  .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol:after {
    -webkit-animation: ripple-33 1.5s var(--e-out);
            animation: ripple-33 1.5s var(--e-out);
  }
  .checkbox-wrapper-33 .checkbox__trigger:checked + .checkbox__symbol .icon-checkbox path {
    transition: stroke-dashoffset var(--t-base) var(--e-out);
    stroke-dashoffset: 0px;
  }
  .checkbox-wrapper-33 .checkbox__trigger:focus + .checkbox__symbol {
    box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
  }

  @-webkit-keyframes ripple-33 {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: scale(20);
    }
  }

  @keyframes ripple-33 {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      opacity: 0;
      transform: scale(20);
    }
  }








#acerca_sw {
	position: absolute;
	bottom: 30px; 
	right: 10px;
	z-index: 95;
	background-color: var(--oscuro);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 2px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--oscuro);
}

#acerca_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 40px; 
	right: 60px;
	width: 100px;
	z-index: 95;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}

#ruta_sw {
	position: absolute;
	bottom: 90px; 
	left: 10px;
	z-index: 100;
	background-color: #00509d;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 5px #00509d;
}

#emergencia_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 90px; 
	right: 60px;
	width: 100px;
	z-index: 95;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}

#emergencia_sw {
	display: none;
	position: absolute;
	bottom: 80px; 
	right: 10px;
	z-index: 100;
	background-color: #d62828;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 7px;
	cursor: pointer;
	box-shadow: 1px 1px 5px #d62828;
}

#unete_sw {
	display: none;
	position: absolute;
	bottom: 130px; 
	right: 10px;
	z-index: 100;
	background-color: var(--oscuro);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 7px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--oscuro);
}

#unete_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 190px; 
	left: 60px;
	width: 100px;
	z-index: 95;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}








#comparte_sw {
	position: absolute;
	bottom: 80px; 
	left: 10px;
	z-index: 100;
	background-color: var(--oscuro);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 3px;
	padding-bottom: 7px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--oscuro);
}

#comparte_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 140px; 
	left: 60px;
	width: 100px;
	z-index: 95;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}



#noticias_sw {
	position: absolute;
	bottom: 80px; 
	left: 10px;
	z-index: 100;
	background-color: var(--oscuro);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 2px;
	padding-bottom: 7px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--oscuro);
}

#noticias_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 90px; 
	left: 60px;
	width: 100px;
	z-index: 95;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}


#mapa_sw {
	position: absolute;
	bottom: 30px; 
	left: 10px;
	z-index: 100;
	background-color: var(--oscuro);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	padding-top: 2px;
	cursor: pointer;
	box-shadow: 1px 1px 5px var(--oscuro);
}

#mapa_t{
	display: none;
	font-size: 12px;
	position: absolute;
	color:white;
	bottom: 40px; 
	left: 60px;
	width: 100px;
	z-index: 95;
	background-color: var(--tooltip);
	border-radius: 3px;
	text-align: center;
	padding: 3px;

}

.leaflet-routing-alternatives-container {
	display:none;
}
.leaflet-routing-alt{
	display: none;
}

.leaflet-top {
	display: none;
}
.leaflet-right{
	display: none;
}



/* leaflet  tooltip*/

.leaflet-tooltip {
	/*width: 200px;*/
	white-space: normal;
}


/*
.leaflet-tooltip {
    background-color: var(--tooltip); 
    color: #fff; 
    border: 1px solid var(--tooltip); 
    border-radius: 5px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 6px 12px; 
    font-size: 14px; 
}

.leaflet-tooltip-top::before {
    border-top-color: var(--tooltip);
}

.leaflet-tooltip-bottom::before {
    border-bottom-color: var(--tooltip);
}

.leaflet-tooltip-left::before {
    border-left-color: var(--tooltip);
}

.leaflet-tooltip-right::before {
    border-right-color: var(--tooltip);
}
/*

/* leaflet  tooltip*/




#filters {
	position: fixed;
	display: none;
	top: 0px;
	width: calc(100% - 10px);
	z-index: 15000;
	background-color:var(--oscuro);
	box-shadow: 1px 1px 5px var(--oscuro);
	color: white;
	margin: 5px;
	padding: 5px;
	overflow-y: auto;
	border-radius: 10px;

}

#close_filters {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	cursor:pointer;
}


.gtipo {
	float: left;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;

}

.bloque {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: auto;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	width: 200px;		
}	


.bloque-titulo{
	width: 100%;
	float:left;
	padding: 5px;
	color: white;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;	
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px !important;	
}

.chk {
	margin-right: 5px;
	width: 15px;
	height: 15px;
}

.btn-dark {
	background-color: var(--oscuro); /* Cambia el color de fondo a púrpura */
	color: white; /* Cambia el color del texto a blanco o el que desees */
  }
  
  .btn-dark:hover {
	background-color: var(--main); /* Cambia el color al pasar el ratón por encima, si lo deseas */
  }
  


  .leaflet-control-attribution{
	position: absolute;
	bottom: 5px;
	left: 0px;
	display: block;
	z-index: 1000000000;
	font-size: 10px;
	background-color: #f0f0f0;
  }


  .e-nombre{
	font-size: 14px;
	font-weight: bold;
  }
  .e-tipo {
	color: var(--azul);
  }

  
  .contenidos-arriba {
	background-color: var(--topdetalle);
	width: 100%;
	padding: 0px;
	text-align: center;
	color: var(--topdetalle-font);
	margin-top: 10px;
  }

  .contenidos-detalle {
	width: calc( 100% - 20px );
	background-color: var(--contenidos-detallebg);
	color: #1e1e1e;
	margin: 0px;
	padding: 10px;
  }


.label100{
	color: -var(--dlabel-color);
	width: calc( 100% - 10px );
	border-bottom-color: var(--oscuro);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.field100 {
	padding: 5px;
	width: 100%;
	color: #1e1e1e;
	text-align: justify;
}



  /* Customize the scrollbar */
::-webkit-scrollbar {
	width: 8px; /* Adjust the width to your preference */
  }
  
  /* Customize the scrollbar track */
  ::-webkit-scrollbar-track {
	background: #ffffff; /* Set the background color to #673689 */
  }
  
  /* Customize the scrollbar thumb (the draggable part) */
  ::-webkit-scrollbar-thumb {
	background: #d6ccc2; /* Set the thumb color (you can change it to any color you prefer) */
	border-radius: 4px; /* Add some border-radius for a rounded look */
  }
  
  /* Customize the scrollbar thumb on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #ffffff; /* Change the thumb color on hover if desired */
  }
  


  .icono {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
  }


  hr {
	margin: 10px 0;
	border: none;
	border-top: 1px solid #4054b2;
  }
  



/* switches usados en los filtros */
.form-switch .form-check-input {
	width: 30px !important;
	height: 15px !important;
	background-image: url("img/no.png") !important;
}

.form-switch .form-check-input:checked {
	background-image: url("img/si.png") !important;
}

.form-check-input, .form-check-input:checked {
	background-color: white !important;
	border-color: grey !important;
}
/* switches usados en los filtros */







.div_valorar{
	display: none;
    width: 300px;
    height: 200px;
    background-color: #f0f0f0;
    position: fixed;
    top: 50%; /* Coloca el 50% del borde superior de la div en el centro vertical */
    left: 50%; /* Coloca el 50% del borde izquierdo de la div en el centro horizontal */
    transform: translate(-50%, -50%); /* Centra la div con precisión */	
	padding: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}




#simbologia{
	background-color: var(--oscuro);
	color: white;
	position: absolute;
	right: 10px;
	top: 120px;
	z-index: 10000;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
    text-align: center;
    width:120px;
    height: 26px;
    min-height: 31px;
    overflow: hidden;
	border-radius: 5px;
	box-shadow: 2px 2px 5px var(--oscuro);
}


.ticono {
	width:50px;
}


.rowsim{
	padding: 5px;
	font-size: 14px;
	text-align: left;
}




#explica {
	font-size: 14px;
	font-style: italic;
	color: white;
	clear: both;
	margin: 10px;
}



#st-3{
	display:none !important;
}

.st-btn {
	background-color: #ffffff !important;
	color: white !important;
}



#zoom-in {
	position: absolute;
	top: 170px; 
	right: 75px;
	z-index: 101;
	background-color: var(--contraste);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;
	box-shadow: 1px 1px 5px var(--contraste);
}

#zoom-out {
	position: absolute;
	top: 170px; 
	right: 15px;
	z-index: 101;
	background-color: var(--contraste);
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 40px;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	font-size: 24px;	
	box-shadow: 1px 1px 5px var(--contraste);
}



#piedeFoto {
	position: fixed;
	left: 50%;
	bottom: 5px;
	transform: translate(-50%, 0);
	background-color: #673689;
	color: white;
	padding: 3px;
	font-size: 10px !important;
}


.phone {
	margin-right: 10px;
	float: left;
	vertical-align: top;
}


.accesibilidad {
	text-align: center;
	padding: 3px;
	background-color: var(--oscuro);
}







#pzmenos,
#pzmas,
#contraste {
	position: absolute;
	bottom: 30px;
	z-index: 10;
	background-color: var(--oscuro);
	border-radius: 5px;
	text-align: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 1px 1px 5px var(--oscuro);
}

#pzmenos {
	left: calc(50% - 70px); /* Center horizontally */
}

#pzmas {
	left: calc(50% - 20px); /* Center horizontally */
}

#contraste {
	left: calc(50% + 30px); /* Center horizontally */
}

#pzmenos img,
#pzmas img,
#contraste img {
	width: 32px;
}




/* Estilos para invertir colores */
.estilos-invertidos {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}



/* evita el cuadrardo negro onclick*/
g:focus {
	outline: none;
}
  
path:focus {
	outline: none;
}
/* evita el cuadrardo negro onclick*/







/* leaflet  tooltip*/
.leaflet-tooltip {
	width: 200px;
	white-space: normal;
	border-radius: 5px;
	background-color: #e3f5ee;
	color: black;
}




/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color:#006175; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 5px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 100000; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */

  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 1s 7s;
	animation: fadein 0.5s, fadeout 1s 7s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }





.leaflet-tooltip.parque-tooltip {
    background: rgba(255,255,255,0.9);
    color: #333;
    border: 1px solid #7209b7;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
