@charset "UTF-8";
/* CSS DOCUMENTS */
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	border: 0
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* HTML 5 */
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
/* BODY */
body {
	background-color: #293E50;
  padding: 0;
  margin: 0;
	height: 100%;
}
html {
	font-size: 16px;
	font-family: "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
  height: 100%;
}
h1 {
	font-size: 36px;
	color: #fff;
	font-family: "Gruppo", "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	text-align: center;
}
 h2 {
	font-size: 20px;
	color: #fff;
}
p {
	font-size: 16px;
	font-family: "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	color: #fff;
}
a {
	color: rgba(255,255,255,0.5);
}
a:hover {
		color: #000;
}
.clear {
	clear: both;
}
.container {
	margin: 16px;
}
.container h2 {
	font-size: 28px;
	color: #fff;
	font-family: "Gruppo", "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
}
.cookies {
	font-size: 20px;
	color: #33b5e5;
	text-align: center;
	padding-top: 16px;
}
.return {
	font-size: 24px;
	color: #fff;
	font-family: "Gruppo", "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	text-align: center;
}
.foot ul {
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 16px;
	list-style-type: none;
	align-items: start;
}
/* VISOR */
#map {
	width: 100%;
	height: 100%;
	cursor: crosshair;
	z-index: 5;
}
/* Leaflet */
.leaflet-control-layers {
	background: rgba(42,62,80,0.9);
}
.leaflet-bar a {
	background-color: rgba(42,62,80,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #000;
}
.leaflet-control-layers label {
	color: #fff;
}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: rgba(42,62,80,0.5);
	color: #bbb;
}
/* Popup */
.custom-popup .leaflet-popup-content-wrapper {
	width: 342px;
	background: rgba(42,62,80,0.9);
	color: #fff;
	font: 12px "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	line-height: 24px;
}
.custom-popup .leaflet-popup-content-wrapper p {
	color: #fff;
	font: 14px "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
}
.custom-popup .leaflet-popup-content-wrapper a {
	color: rgba(255,255,255,0.5);
}
.custom-popup .leaflet-popup-content-wrapper a:hover,
.custom-popup .leaflet-popup-content-wrapper a:focus {
	color: #000;
}
.leaflet-popup-tip-container {
	width: 30px;
	height: 15px;
}
.leaflet-popup-tip { /* Flecha */
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(42,62,80,0.9);
}
.popup-img {
	width: 300px;
}
.popup-leyenda {
	font-size: 12px;
}
.selection {
	text-align: right;
	height: 36px;
}
.phone {
	font-size: 36px;
	margin-right: 8px;
}
.computer {
	font-size: 30px;
}
/* Leaflet Sidebar */
.leaflet-sidebar {
	color: #fff:
}
.leaflet-sidebar h1 {
	font-size: 36px;
	color: #fff;
	font-family: "Gruppo", "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	text-align: center;
}
.leaflet-sidebar h2 {
	font-size: 28px;
	color: #fff;
	font-family: "Gruppo", "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
}
.leaflet-sidebar p {
	font-size: 16px;
	font-family: "Muli", "Verdana", "Geneva", "DejaVu Sans", sans-serif;
	color: #fff;
}
.leaflet-sidebar a {
	color: rgba(255,255,255,0.5);
}
.leaflet-sidebar a:hover,
.leaflet-sidebar a:focus {
	color: #000;
}
.leaflet-sidebar ul, li {
	color: #fff;
	font-size: 16px;
}
.leaflet-sidebar {
	::-webkit-scrollbar {
  background: rgba(42,62,80,0.9);
	}
}
.leaflet-sidebar {
	scrollbar-color: rgba(42,62,80,0.9);
}
.leaflet-sidebar {
  position: absolute;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  z-index: 2000;
}
.leaflet-sidebar.left {
  left: -500px;
  transition: left 0.5s, width 0.5s;
  padding-right: 0;
}
.leaflet-sidebar.left.visible {
  left: 0;
}
.leaflet-sidebar.right {
  right: -500px;
  transition: right 0.5s, width 0.5s;
  padding-left: 0;
}
.leaflet-sidebar.right.visible {
  right: 0;
}
.leaflet-sidebar > .leaflet-control {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 24px;
  font-size: 16px;
	color: #fff;
	background-color: rgba(42,62,80,0.9); /* white */
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.leaflet-touch .leaflet-sidebar > .leaflet-control {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
@media (max-width: 767px) {
  .leaflet-sidebar {
    width: 50%;
    padding: 0;
	}
  .leaflet-sidebar.left.visible ~ .leaflet-left {
  	left: 50%;
	}
	.leaflet-sidebar.right.visible ~ .leaflet-right {
  	right: 50%;
	}
  .leaflet-sidebar.left {
  	left: -50%;
	}
  .leaflet-sidebar.left.visible {
  	left: 0;
	}
  .leaflet-sidebar.right {
  	right: -50%;
	}
  .leaflet-sidebar.right.visible {
  	right: 0;
	}
  .leaflet-sidebar > .leaflet-control {
  	box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	}
  .leaflet-touch .leaflet-sidebar > .leaflet-control {
    border: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .leaflet-sidebar {
  	width: 305px;
	}
  .leaflet-sidebar.left.visible ~ .leaflet-left {
  	left: 305px;
	}
  .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 305px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.leaflet-sidebar {
    width: 390px;
	}
  .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 390px;
	}
  .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 390px;
	}
}
@media (min-width: 1200px) {
  .leaflet-sidebar {
    width: 460px;
	}
  .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 460px;
	}
  .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 460px;
	}
}
.leaflet-sidebar .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 31px;
  height: 31px;
  color: #333;
  font-size: 25px;
  line-height: 1em;
  text-align: center;
  background: white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
  z-index: 1000;
}
.leaflet-left {
  transition: left 0.5s; }
.leaflet-right {
  transition: right 0.5s;
}
/* Sidebar */
.cabeza {
	padding-top: 16px;
	margin-bottom: 16px;
}
.numero {
	float: left;
	margin-right: 12px;
}
.titulo {
	font-size: 20px;
	color: #fff;
	line-height: 34px;
}
.portada {
	width: 300px;
	margin-bottom: 16px;
}
.vinea {
	color: #99daf2;
}
.vinea a {
	color: #33b5e5; /* = rgba(51, 181, 229, 1) */
}
.vinea a:hover,
.vinea a:focus {
	color: rgba(51, 181, 229, 0.4);
}
.red {
	color: red;
}
