body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: url('ALEMANIOOOO.JPG') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.volver-btn {
  position: fixed;
  top: 15px;
  left: 15px;
  background-color: #660000;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
  z-index: 1000;
}

.volver-btn:hover {
  background-color: #a64d4d;
}

h1 {
  text-align: center;
  color: #f0dcdc;
  margin-top: 70px;
  font-size: 2.5rem;
}

h2 {
  color: #f0dcdc;
  margin-top: 40px;
  border-bottom: 2px solid #a64d4d;
  padding-bottom: 5px;
}

#map {
  height: 600px;
  width: 100%;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.region-list,
.restricciones,
table {
  background: rgba(77, 0, 0, 0.85);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  padding: 20px;
  color: #f0dcdc;
}

.region-list ul,
.restricciones ul {
  list-style: none;
  padding-left: 0;
}

.region-list li,
.restricciones li {
  margin: 12px 0;
  font-size: 1.1rem;
}

.region-list a {
  color: #f7a6a6;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.region-list a:hover {
  color: #ffd6d6;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  color: #f0dcdc;
}

table th,
table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #a64d4d;
}

table th {
  background-color: #660000;
  color: #ffd6d6;
  font-weight: bold;
}

.restricciones ul {
  list-style-type: square;
  padding-left: 20px;
}

.restricciones li {
  margin: 10px 0;
  font-size: 1.05rem;
}

.leaflet-div-icon {
  background: transparent;
  border: none;
}
