@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

/* General styles */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", "Open Sans", Helvetica, Arial, sans-serif;
  /*background-color: #20406b;*/ /*#f0f4f5;*/
  background: radial-gradient(
      at 96.49283077073736% 42.87202481763821%,
      hsla(211.03448275862067, 56.862745098039284%, 100%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 21.072147853117418% 8.332825325753301%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    ),
    radial-gradient(
      at 78.47940016751653% 87.55551599150111%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 66.39976667942473% 94.72660681024504%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    );
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;
}

.portada {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: #20406b;
  display: flex;
  flex-direction: column;
  background: radial-gradient(
      at 96.49283077073736% 42.87202481763821%,
      hsla(211.03448275862067, 56.862745098039284%, 100%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 21.072147853117418% 8.332825325753301%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    ),
    radial-gradient(
      at 78.47940016751653% 87.55551599150111%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 66.39976667942473% 94.72660681024504%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    );
}

.portada-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #f4f4f4;*/
}

.portada-logo > img:active {
  box-shadow: inset 4px 4px 10px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 10px -1px rgba(255, 255, 255, 0.7);
}

.portada-info {
  flex: 1;
  /*background-color: #f4f4f4;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.portada-info-title {
  color: #333;
  flex: 1;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: larger;
}

.portada-info-logos {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portada-info-logos-img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portada-info-logos-img > img {
  max-width: 144px;
  width: 70%;
}

/* Container for the map and information */
.container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  /*max-width: 400px;*/
}

.logo-nsa {
  max-width: 230px;
  max-height: 219px;
}

/* Map view */
.map-view {
  flex: 3;
  background-color: #e0e5e6; /* Light green background */
  border: 2px solid #fdfdfd; /* #7590ff; */ /* Soft green border */
  border-radius: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

/* Information panel */
.info-panel {
  flex: 1;
  background: radial-gradient(
      at 96.49283077073736% 42.87202481763821%,
      hsla(211.03448275862067, 56.862745098039284%, 100%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 21.072147853117418% 8.332825325753301%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    ),
    radial-gradient(
      at 78.47940016751653% 87.55551599150111%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 66.39976667942473% 94.72660681024504%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    );
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*display: flex;
    flex-direction: column;
    overflow-y: hidden;*/
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
  text-align: center;
}

.item {
  width: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.item:active {
  box-shadow: inset 4px 4px 10px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 10px -1px rgba(255, 255, 255, 0.7);
}

.item > img {
  width: 50%;
}

/* Header in the info panel */
.info-panel h1 {
  margin: 0;
  font-size: 24px;
  color: #77a68a; /* Soft green text */
}

/* Paragraph in the info panel */
.info-panel p {
  margin: 10px 0;
  color: #666;
}

/* Button in the info panel */
.action-btn {
  background-color: #e57373; /* Soft red background */
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.action-btn:hover {
  background-color: #ef5350; /* Slightly darker red on hover */
}

.btn-ruta {
  color: #333;
  font-size: 1em;
  text-align: center;
  border-style: solid;
  border-radius: 5px;
  padding: 10px;
}

.info-panel-parqueadero {
  flex: 1;
  background: radial-gradient(
      at 96.49283077073736% 42.87202481763821%,
      hsla(211.03448275862067, 56.862745098039284%, 100%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 21.072147853117418% 8.332825325753301%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    ),
    radial-gradient(
      at 78.47940016751653% 87.55551599150111%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 1) 0%,
      hsla(211.03448275862067, 56.862745098039284%, 90%, 0) 100%
    ),
    radial-gradient(
      at 66.39976667942473% 94.72660681024504%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 1) 0%,
      hsla(251.99999999999994, 38.46153846153849%, 94.90196078431372%, 0) 100%
    );
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*display: flex;
    flex-direction: column;
    overflow-y: hidden;*/
  width: 100vw;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  display: none;
}

ul {
  list-style-type: none; /* Quita los puntos de la lista */
  background: transparent;
}

.button_slide {
  color: #555555;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
  padding: 18px 36px;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  /*box-shadow: inset 0 0 0 0 #D80286;*/
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background-color: #d3f485;
}

.slide_down:active {
  box-shadow: inset 0 100px 0 0 #98f8dd;
}

li {
  list-style-type: none;
  text-align: left;
  color: #555555;
  border: none; /*2px solid rgb(216, 2, 134);*/
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
  padding: 18px 36px;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  /*box-shadow: inset 0 0 0 0 #D80286;*/
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background-color: #f7f9fc;
}

#items {
  overflow-y: auto;
}

.info-mapa {
  flex: 2;
}

.btn-blanco {
  background: white;
  border: none;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
}

.btn-blanco:active {
    background: #eaeef8;
}