html {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
html body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
html body #mapapp {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--background, white);
  /*.popUp-normal {
      font-family: "Inter";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      background: transparent;
      border: none;
      box-shadow: none;
      color: #000000;
      text-shadow: 0 0 3px white;
      &::before {
          border: none;
      }
  }
  .popUp-bold {
      font-family: "Inter";
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      background: transparent;
      border: none;
      box-shadow: none;
      color: #000000;
      text-shadow: 0 0 3px white;
      &::before {
          border: none;
      }
  }*/
}
html body #mapapp #splash {
  z-index: 1002;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  background: var(--splashbackground, linear-gradient(340.32deg, #06111f 39.2%, #011943 99.87%));
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
html body #mapapp #splash .column {
  padding: 0;
  display: flex;
}
html body #mapapp #splash .column img {
  -o-object-fit: cover;
     object-fit: cover;
}
html body #mapapp #splash .column .logo {
  position: absolute;
  /* bottom: 0px; */
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 25%;
}
html body #mapapp #splash .column .pie {
  position: absolute;
  bottom: 3rem;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}
html body #mapapp #footer {
  display: flex;
  width: 100%;
  align-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0px;
}
html body #mapapp #footer #footercontent {
  height: 60px;
  width: 100%;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 0.5rem 0 0;
}
html body #mapapp #footer #footercontent .icon {
  max-height: 60px;
}
html body #mapapp #footer #footercontent .icon.principal {
  width: 100px;
  height: 60px;
}
html body #mapapp #footer #footercontent .icon.principal a {
  width: 100px;
  height: 60px;
}
html body #mapapp #footer #footercontent .icon a img {
  -o-object-fit: none;
     object-fit: none;
}
html body #mapapp #footer #footercontent .icon a:active {
  filter: invert(1);
}
html body #mapapp #footer2 {
  background: #1e2e49;
  width: 100%;
}
html body #mapapp #footer2 #footercontent {
  color: white;
}
html body #mapapp #home {
  z-index: 1001;
  width: 100%;
}
html body #mapapp #home .columns {
  margin: 0px;
}
html body #mapapp #home .columns.nofooter {
  height: 62%;
}
html body #mapapp #home .columns .column {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
html body #mapapp #home .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
html body #mapapp #home .container > .columns {
  justify-content: flex-end;
  display: flex;
}
html body #mapapp #home .home {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
html body #mapapp #home .home .columns .column .hbcontainer {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  height: 34vh;
  max-height: 300px;
  min-height: 220px;
  margin: 0px 1rem;
  padding: 6vh 0 0 0;
}
html body #mapapp #home .home .columns .column .hbcontainer .btntransparent {
  flex: content;
  place-self: flex-start;
}
html body #mapapp #home .home .columns .column .hbcontainer .btntransparent:first-of-type {
  place-self: flex-end;
  margin-right: -1rem;
}
html body #mapapp #home .home .columns .column .hbcontainer .btntransparent:last-of-type {
  place-self: flex-end;
  margin-left: -1rem;
}
html body #mapapp #home .home .columns .column .hbcontainer.tickets {
  padding: 0;
  height: 12vh;
  max-height: 12vh;
  min-height: 12vh;
  justify-content: space-between;
  width: 88%;
  margin: 0px auto;
}
html body #mapapp #home .home .columns .column .hbcontainer.tickets .btntransparent {
  flex: content;
  place-self: center;
  max-width: 100px;
  height: 68px;
}
html body #mapapp #home .home .columns .column .hbcontainer.tickets .btntransparent img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
html body #mapapp #home .home .headercontainer {
  height: 41%;
  position: relative;
  margin-bottom: 1rem;
}
html body #mapapp #home .home .headercontainer img.header {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
html body #mapapp #home .home .headercontainer img.logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17%;
  margin: 0px auto;
  width: 65%;
  z-index: 2;
}
html body #mapapp #home .home #menucontainer {
  margin-top: -4rem;
  background: var(--menubackground, linear-gradient(340.32deg, #06111f 39.2%, #011943 99.87%));
  border-radius: 20px 20px 0px 0px;
  z-index: 1;
  width: 100%;
}
html body #mapapp #buscar {
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 8rem;
  background-color: var(--backgroundlista, white);
}
html body #mapapp #buscar #poicontainer {
  width: 100%;
  height: 0rem;
}
html body #mapapp #buscar #spacer {
  margin: 1rem 1.5rem;
  height: 0rem;
}
html body #mapapp #buscar #campobuscar {
  height: 2.5rem;
  background: rgba(223, 214, 204, 0.6);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 1rem 1.5rem;
}
html body #mapapp #buscar #campobuscar input {
  background: none;
  border: none;
  box-shadow: none;
}
html body #mapapp #buscar #campobuscar .fa-search {
  color: #6b6b6b;
}
html body #mapapp #buscar .listcontainer {
  position: relative;
  display: flex;
  height: 100%;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer,
html body #mapapp #buscar .listcontainer #servicescontainer {
  height: calc(100% - 3.1rem);
  width: 100%;
  position: absolute;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .btnback,
html body #mapapp #buscar .listcontainer #servicescontainer .btnback {
  position: relative;
  margin: 1rem;
  z-index: 1002;
  top: 0;
  left: 0;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .listtitlecontainer,
html body #mapapp #buscar .listcontainer #servicescontainer .listtitlecontainer {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 100%;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .listtitlecontainer .listtitle,
html body #mapapp #buscar .listcontainer #servicescontainer .listtitlecontainer .listtitle {
  max-width: 60%;
  left: 4.5rem;
  text-align: center;
  font-family: var(--fontgeneral, "Arial");
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  text-transform: uppercase;
  color: #444444;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .listtitlecontainer .listtitle.sub,
html body #mapapp #buscar .listcontainer #servicescontainer .listtitlecontainer .listtitle.sub {
  top: 2rem;
  font-size: 14px;
  max-width: 100%;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .scatsscroll,
html body #mapapp #buscar .listcontainer #servicescontainer .scatsscroll {
  display: flex;
  flex-flow: column;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: 0;
  align-items: center;
  flex-wrap: nowrap;
  max-height: 100%;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .scatsscroll .service,
html body #mapapp #buscar .listcontainer #servicescontainer .scatsscroll .service {
  box-sizing: border-box;
  width: 80%;
  height: 80px;
  min-height: 80px;
  border: 2px solid var(--itemborder, black);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0rem;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .scatsscroll .service .arrow,
html body #mapapp #buscar .listcontainer #servicescontainer .scatsscroll .service .arrow {
  margin: 1rem;
  min-width: 16px;
  max-width: 16px;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .scatsscroll .service .textcontainer,
html body #mapapp #buscar .listcontainer #servicescontainer .scatsscroll .service .textcontainer {
  display: flex;
  flex-flow: row;
  align-items: center;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .scatsscroll .service .textcontainer .imgspace,
html body #mapapp #buscar .listcontainer #servicescontainer .scatsscroll .service .textcontainer .imgspace {
  max-width: 25px;
  min-width: 25px;
  height: 50px;
  margin: 0.25rem 0.25rem;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .scatsscroll .service .textcontainer .text,
html body #mapapp #buscar .listcontainer #servicescontainer .scatsscroll .service .textcontainer .text {
  font-family: var(--fontservices, "Arial");
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #444444;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll {
  display: flex;
  flex-flow: column;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: 0;
  align-items: center;
  flex-wrap: nowrap;
  max-height: 100%;
  margin-top: 0.5rem;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll.withsub,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll.withsub {
  margin-top: 2.5rem;
  max-height: calc(100% - 2.4rem);
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .centro,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .centro {
  max-width: 80%;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .service,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .service {
  box-sizing: border-box;
  width: 80%;
  height: 60px;
  min-height: 60px;
  border: 2px solid var(--itemborder, black);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0rem;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .service.issub,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .service.issub {
  width: 100%;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .service .arrow,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .service .arrow {
  margin: 1rem;
  min-width: 16px;
  max-width: 16px;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .service .textcontainer,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .service .textcontainer {
  display: flex;
  flex-flow: row;
  align-items: center;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .service .textcontainer .icon,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .service .textcontainer .icon {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0.25rem 0.5rem;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .service .textcontainer .imgspace,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .service .textcontainer .imgspace {
  max-width: 25px;
  min-width: 25px;
  height: 50px;
  margin: 0.25rem 0.25rem;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer .svcsscroll .service .textcontainer .text,
html body #mapapp #buscar .listcontainer #servicescontainer .svcsscroll .service .textcontainer .text {
  font-family: var(--fontservices, "Arial");
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
html body #mapapp #buscar .listcontainer #scategoriescontainer {
  padding-top: 1rem;
}
html body #mapapp #info {
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 9rem;
  background-color: var(--backgroundlista, white);
}
html body #mapapp #info .container .columns .column {
  overflow: scroll;
}
html body #mapapp #info .container .columns .column p {
  margin: 1rem 1.5rem;
}
html body #mapapp #accesibilidadgaleria {
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 9rem;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer {
  height: 100%;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.head {
  margin-top: 1rem;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.head h3 {
  width: 100%;
  text-align: center;
  font-family: var(--fontgeneral, "Arial");
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #444444;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.body {
  display: flex;
  margin: 0px;
  height: 70%;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.body .column {
  padding: 0px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.body .column.flecha {
  max-width: 3.25rem;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.body .column.documento {
  max-width: 95%;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.body .column.documento .container {
  width: 100%;
  height: 100%;
  position: relative;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.body .column.documento .container img {
  position: absolute;
  width: 308px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.body .column.documento .container .tapicon {
  position: absolute;
  right: 76px;
  bottom: 42px;
  height: 90px;
  width: 80px;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.bullets .column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.bullets .column span.bullet {
  display: block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: 0.75rem;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.bullets .column span.bullet.off {
  border: 2px solid #8c6536;
}
html body #mapapp #accesibilidadgaleria .container .columns .column .docContainer .columns.bullets .column span.bullet.on {
  background-color: #8c6536;
}
html body #mapapp .btnhome {
  width: 110px;
}
html body #mapapp .gofull {
  position: absolute;
  top: 0;
  left: 0;
}
html body #mapapp .goabsolute {
  position: absolute;
}
html body #mapapp .aboveall {
  z-index: 1001;
}
html body #mapapp .fullheight {
  height: 100%;
}
html body #mapapp .fullwidth {
  width: 100%;
}
html body #mapapp .white {
  background: var(--background, white);
}
html body #mapapp .leaflet-bar a {
  color: black !important;
}
html body #mapapp .hero-body.gofull {
  padding: 0;
}
html body #mapapp .floatingGallery {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  flex-flow: column;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.79);
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
html body #mapapp .floatingGallery .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  filter: drop-shadow(2px 4px 6px black);
}
html body #mapapp .floatingGallery .imageContainer {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
html body #mapapp .floatingGallery .pinchicon {
  position: absolute;
  /* right: 0px; */
  /* bottom: 0px; */
  /* top: 0px; */
  /* left: 0px; */
  /* margin: 0px auto; */
  place-self: center;
  justify-self: center;
  align-self: center;
}
html body #mapapp .floatingcontrols {
  position: absolute;
  top: 0.5rem;
  width: 100%;
  display: flex;
  flex-flow: column;
  z-index: 1001;
}
html body #mapapp .floatingcontrols #newControls {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25rem;
  background: var(--backgroundcontrols, white);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
html body #mapapp .floatingcontrols #newControls button {
  margin: 0;
  padding: 0;
  opacity: 1;
}
html body #mapapp .floatingcontrols #poicontainer {
  width: 100%;
  height: 2.6rem;
  margin-top: 0.5rem;
}
html body #mapapp .floatingcontrols #poicontainer .poiscroll {
  display: flex;
  flex-flow: row;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: 0;
  flex-wrap: nowrap;
  opacity: 0.95;
  align-items: center;
  flex-direction: row;
}
html body #mapapp .floatingcontrols #poicontainer .poiscroll .poi {
  align-items: center;
  border-radius: var(--itemradius, 20px);
  color: #f5f1ec;
  display: flex;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  flex-direction: row;
  flex-flow: row;
  flex-wrap: nowrap;
  font-family: var(--fontservices, "Arial");
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 0 1.5rem;
  margin: 0.25rem 0.25rem 0.75rem 0.25rem;
}
html body #mapapp .floatingcontrols #poicontainer .poiscroll .poi .thumb {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin: 0.25rem 0.5rem;
}
html body #mapapp .floatingcontrols #poicontainer .poiscroll .poi div {
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}
html body #mapapp #targetdistance {
  z-index: 1001;
  position: absolute;
  left: 3.5%;
  right: 3.04%;
  height: 54px;
  bottom: 8rem;
  color: black;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  font-family: var(--fontservices, "Arial");
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
html body #mapapp .alfapanel {
  z-index: 1001;
  position: absolute;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.125s ease-in-out;
}
html body #mapapp .alfapanel button {
  border-radius: 4px;
  height: 29px;
  width: 29px;
  border: none;
  padding: 0;
  background-color: transparent;
}
html body #mapapp .alfapanel button:only-child {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
html body #mapapp .alfapanel button:not(:first-child) {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
html body #mapapp .alfapanel button:not(:last-child) {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
html body #mapapp .alfapanel button .icon {
  -o-object-fit: contain;
     object-fit: contain;
  height: 29px;
  width: 29px;
}
html body #mapapp .alfapanel button .icon object {
  width: 1.5rem;
  height: 1.5rem;
}
html body #mapapp .alfapanel .fa-street-view {
  color: #355fbc !important;
}
html body #mapapp .alfapanel.horizontal {
  flex-direction: row;
}
html body #mapapp .alfapanel.horizontal button {
  margin: 0;
}
html body #mapapp .alfapanel.horizontal button:only-child {
  margin-left: 0rem;
  margin-right: 0rem;
}
html body #mapapp .alfapanel.horizontal button:not(:first-child) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
html body #mapapp .alfapanel.horizontal button:not(:last-child) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
html body #mapapp .alfapanel.left {
  left: 10px;
}
html body #mapapp .alfapanel.right {
  right: 10px;
}
html body #mapapp .alfapanel.right.open {
  right: 10px;
}
html body #mapapp .alfapanel.bottom {
  bottom: 3rem;
}
html body #mapapp .alfapanel.bottom2 {
  bottom: 6rem;
}
html body #mapapp .alfapanel.top {
  top: 9rem;
}
html body #mapapp .alfapanel.top2 {
  top: 11rem;
}
html body #mapapp .alfapanel.top3 {
  top: 13rem;
}
html body #mapapp .alfapanel.center {
  left: 50%;
  transform: translateX(-50%);
}
html body #mapapp .alfapanel.weather {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-left: 1.2rem;
}
html body #mapapp .alfapanel.weather .widget {
  display: flex;
  flex-direction: row;
}
html body #mapapp .alfapanel.weather .widget .temp {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
}
html body #mapapp .alfapanel.weather .widget img {
  width: 50px;
  height: 50px;
}
html body #mapapp .alfapanel.weather .weatherplace {
  display: none;
  color: black;
  font-size: 0.5rem;
  text-align: center;
}
html body #mapapp #orientation {
  font-family: var(--fontservices, "Arial");
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
html body #mapapp #bottomdrawer {
  font-family: var(--fontservices, "Arial");
  z-index: 1001;
  position: absolute;
  left: 3.27%;
  right: 3.27%;
  bottom: 0;
  padding: 1rem;
  color: var(--colorservices, black);
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px 20px 0px 0px;
  max-height: calc(100% - 116px);
  overflow-y: scroll;
}
html body #mapapp #bottomdrawer article .media-right {
  position: absolute;
  right: 1rem;
}
html body #mapapp #bottomdrawer .icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body #mapapp #bottomdrawer .icons .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  text-align: center;
  max-width: 63px;
}
html body #mapapp #bottomdrawer .distancia_navegar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
html body #mapapp #bottomdrawer .texto {
  margin-top: 0.5rem;
  transition: height 0.5s cubic-bezier(0.38, 0.01, 0.57, 1.21);
  overflow-y: scroll;
}
html body #mapapp #bottomdrawer .texto h3 {
  margin: 0px;
  font-weight: 800;
}
html body #mapapp #bottomdrawer .texto p {
  margin-inline-start: 1rem;
}
html body #mapapp #bottomdrawer .texto p span {
  font-style: italic;
}
html body #mapapp #bottomdrawer .content {
  font-family: var(--fontgeneral, "Arial");
  font-size: 16px;
}
html body #mapapp #bottomdrawer .content #pinselected {
  font-size: 24px;
}
html body #mapapp .slide-bottom-enter-active {
  transition: all 0.3s ease-out;
}
html body #mapapp .slide-bottom-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
html body #mapapp .slide-bottom-enter-from {
  transform: translateY(319px);
}
html body #mapapp .slide-bottom-leave-to {
  transform: translateY(319px);
}
@media screen and (min-height: 586px) {
  html body #mapapp #home .container .home .headercontainer {
    height: 41%;
    position: relative;
    margin-bottom: 1rem;
  }
  html body #mapapp #home .container .home .headercontainer img.header {
    height: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body #mapapp #home .container .home .headercontainer img.logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17%;
    margin: 0px auto;
    width: 65%;
  }
}
@media screen and (max-height: 662px) {
  html body #mapapp .home .columns:last-child {
    margin-bottom: 1rem;
  }
}

#routeselection .modal-card {
  border-radius: 0.5rem;
}
#routeselection .control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#routeselection .control input {
  margin-right: 0.3rem;
}
#routeselection .control .radio + .radio {
  margin-left: 0rem;
  margin-top: 0.5rem;
}
#routeselection .control:has(table) {
  overflow: auto;
  height: 15rem;
}
#routeselection .control:has(table) thead {
  position: sticky;
  top: 0;
}
#routeselection .control .table {
  height: 100%;
  width: 100%;
  font-size: 0.9rem;
  margin-bottom: 0;
}
#routeselection .control .table thead {
  background-color: white;
}
#routeselection .control .table td,
#routeselection .control .table th {
  margin: 0px;
  padding: 0.25rem 0rem;
}
#routeselection .button {
  border-radius: 0.25rem;
  font-size: 0.8rem;
}

#ratingmodal .modal-card {
  transition: background-color 0.5s ease-in-out;
  border-radius: 1rem;
}
#ratingmodal .control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#ratingmodal .button {
  border-radius: 0.25rem;
  font-size: 0.8rem;
}

.modal {
  z-index: 1001;
}

.btntransparent {
  background: none;
  outline: none;
  border: none;
}

.marker {
  display: block;
  border: none;
  padding-top: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  color: black;
  text-shadow: 0 0 3px white;
  cursor: pointer;
}

#map {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
  color: black;
}

/* NO JS */
.rating {
  --dir: right;
  --fill: gold;
  --fillbg: rgba(209, 211, 212, 1);
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 3rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.rating::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}
.rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}

[dir=rtl] .rating {
  --dir: left;
}
[dir=rtl] .rating--nojs::-webkit-slider-thumb {
  box-shadow: var(--w) 0 0 var(--w) var(--fill);
}

.rating-label {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
  margin-block-end: 1rem;
}

.rating--nojs::-moz-range-track {
  background: var(--fillbg);
}
.rating--nojs::-moz-range-progress {
  background: var(--fill);
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}
.rating--nojs::-webkit-slider-runnable-track {
  background: var(--fillbg);
}
.rating--nojs::-webkit-slider-thumb {
  background-color: var(--fill);
  box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
  opacity: 1;
  width: 1px;
}

.emoji {
  width: 94.5px;
  height: 100px;
  transition: background-position-x 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-size: cover;
  background-image: url("/static/images/emojis@3x.png");
}
.emoji.emoji1 {
  background-position-x: 472.5px;
}
.emoji.emoji2 {
  background-position-x: 378px;
}
.emoji.emoji3 {
  background-position-x: 283.5px;
}
.emoji.emoji4 {
  background-position-x: 189px;
}
.emoji.emoji5 {
  background-position-x: 94.5px;
}/*# sourceMappingURL=mapview2.css.map */