@font-face {
  font-family: 'nieweregular';
  src: url('niewe-regular-webfont.woff2') format('woff2'),
    url('niewe-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ciudadana';
  src: url('ciudadana-regular.woff2') format('woff2'),
    url('ciudadana-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  overflow-x: hidden;
  font-family: 'ciudadana';
  background-color: #f1f0f0;
  color: #1F1F1F;
}

h1 {
  font-size: 3rem;
  font-family: "ciudadana";
  background-color: #1F1F1F;
  color: #f1f0f0;
  padding: 0.3em;
  padding-right: 2rem;
  border-top-right-radius: 2rem;
  margin-bottom: 0.8em;
  width: fit-content;

}

h2,
h3 {
  /* border-top-right-radius: 2rem; */
  font-size: 2rem;
  background-color: #f1f0f0;
  color: #1f1f1f;
  padding-left: 1em;
  width: fit-content;
}

h3 {
  padding-left: 0em;

}

:-webkit-any-link {
  background-color: #1FC17B;
  color: #f1f0f0;
}

:-moz-any-link {
  background-color: #1FC17B;
  color: #f1f0f0;
}

:any-link {
  background-color: #1FC17B;
  color: #f1f0f0;
  text-decoration: none;
}

a {
  background-color: #1F1F1F;
  color: #f1f0f0;
  transition: 0.5s;
}


a:hover {
  background-color: #1F1F1F;
  color: #f1f0f0;
}

.agenda_dia h1 {
  font-size: 1.8em;
}

.agenda_item {
  -ms-flex: 20%;
  /* IE 10 */
  flex: 20%;
  padding: 2%;
  border-bottom: 1PX solid;

}

.agenda_item h2 {
  width: 100%;
}

.agenda_item img,
.item_agenda img {
  max-width: 40px;
  background-color: #1FC17B;
}

.agenda {
  display: flex;
  width: 90%;
  gap: 0.625rem;
  width: 90%;
  margin: 0 auto;
  font-size: 1.5em;
  margin-bottom: 2em;
  align-items: flex-end;
  /* max-width: 1280px; */
  background-color: #fffafa;
}

.anterior {
  float: left;
}


.bgimg-1,
.bmg,
.bmg_cronologia,
.bmg_recorridos,
.bmg_agenda,
.bmg_murales,
.bmg_candombe,
.bmg_portada,
.bmg_lugares,
.bmg_creditos {
  position: fixed;
  /* position: absolute; */
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-width: 100% auto; */
  background-color: transparent;
  /*for ios*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: auto;
}

.capurro {
  position: relative;
  background-image: url("../img/portadas/caserio.webp");
  background-position: bottom;
  background-size: cover;
}

.cronologia {
  position: relative;
  background-image: url("../img/portadas/cronologia2.webp");
  background-position: bottom;
  background-size: cover;
}

.pocitos {
  position: relative;
  background-image: url("../img/portadas//lavanderas.webp");
  background-position: center;
  background-size: cover;
}

.cordon {
  position: relative;
  background-image: url("../img/portadas/gaboto4.webp");
  background-position: bottom;
  background-size: cover;
}

.mandela {
  position: relative;
  background-image: url("../img/portadas/mandela2.webp");
  background-position: bottom;
  background-size: cover;
}

.plaza {
  position: relative;
  background-image: url("../img/portadas/matriz.webp");
  background-position: bottom;
  background-size: cover;
}

.cubo {
  position: relative;
  background-image: url("../img/portadas/cubo.webp");
  background-position: bottom;
  background-size: cover;
}

.matriz {
  position: relative;
  background-image: url("../img/portadas/matriz.webp");
  background-position: bottom;
  background-size: cover;
}

.puerto {
  position: relative;
  background-image: url("../img/portadas/puerto.webp");
  background-position: bottom;
  background-size: cover;
}

.bmg_murales {
  position: relative;
  background-image: url("../img/portadas/murales.webp");
  background-position: bottom;
  background-size: cover;
}

.bmg_candombe {
  position: relative;
  background-image: url("../img/portadas/candombe.webp");
}

.bmg_portada {
  position: relative;
  background-image: url("../img/portadas/collage_25.webp");
}

.bmg_lugares {
  position: relative;
  background-image: url("../img/portadas/lugares.webp");
}

.bmg_recorridos {
  position: relative;
  background-image: url("../img/portadas/recorridos2.webp?");
}

.bmg_agenda {
  position: relative;
  background-image: url("../img/portadas/agenda.webp");
}

.bmg_creditos {
  position: relative;
  background-image: url("../img/portadas/creditos.webp");
}

button {
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 8px;
  margin: 0.2em;
  border-radius: 10%;
  display: inline-block;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: relative;
}

.container_cel {
  height: auto;
  position: relative;
}


.container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
  display: block;
  border-top-right-radius: 3rem;
  overflow: hidden;
  /* background-color: #1C1C1C; */
  z-index: 0;
  transform: translate3d(0, 0, 0);

}


.creditos {
  text-align: center;
  font-style: italic;
  padding-top: 0.5em;
  font-family: 'ciudadana';

}

.descripcion {
  display: block;
  font-size: 1.6em;
  background-color: #f1f0f0;
  color: #1F1F1F;
  /* border-radius: 1em; */
  border-top-right-radius: 3rem;
  padding: 1em;
  text-align: left;
  position: absolute;
  bottom: 5em;
  left: 2em;
  width: 70%;
  max-width: 650px;
  transition: 1s;
}

.descripcion:hover {
  background-color: #1FC17B;
}

.descripcion_front {
  display: block;
  font-size: 1.6em;
  background-color: #1F1F1F;
  color: #f1f0f0;
  /* border-radius: 1em; */
  border-top-right-radius: 3rem;
  padding: 1em;
  text-align: left;
  position: absolute;
  bottom: 5em;
  left: 2em;
  width: 70%;
  max-width: 650px;
}

.descripcion_intro,
.descripcion_cierre,
.descripcion_creditos,
.descripcion_guia {
  position: relative;
  display: block;
  font-size: 1.6em;
  color: #1f1f1f;
  /* border-radius: 1em; */
  border-top-right-radius: 3rem;
  padding: 1em;
  text-align: left;
  left: 20%;
  max-width: 650px;
  /* margin: 0 auto; */
  margin-top: 3em;
  margin-bottom: 3em;
}

.descripcion_guia {

  max-width: 80%;
  line-height: 1.5em;

}

.descripcion_cel {
  position: relative;
  display: block;
  font-size: 1.6em;
  color: #1f1f1f;
  text-align: right;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 85%;
}

.descripcion_cierre_link {
  margin-bottom: 0.3em;
  display: grid;
}




.anterior {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* float: left; */
  padding: 1em;
}


.descripcion_creditos {
  max-width: 950px;
}



.descripcion_cierre img {
  max-width: 150px;
  float: left;
}

.derecha {
  right: 10em !important;
  left: auto;
}


.demo-wrapper {
  overflow: hidden;
}

.escanear {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  z-index: 999;

}

.escanear a {
  background-color: transparent;

}

.escanear img {
  width: 70px;
  height: auto;

}

.entrevistados {
  text-align: center;
  font-family: 'ciudadana';
}

.wrapper {
  display: flex;
  /* font-family: 'ciudadana'; */
  font-family: 'nieweregular';

}

.demo-gallery:not(.last) {
  padding-bottom: 0rem;
  padding-right: 3em;
}

.demo-text .text {
  font-size: clamp(8rem, 15vw, 16rem);
  line-height: 1;
  font-weight: 900;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.descripcion_creditos li {
  padding: 0.5em;
  padding-left: 1.5em;
  width: auto;
}

.footer_nav {
  padding-top: 0.5em;
  display: flex;
}

.footer_nav a {
  color: #000;
  line-height: 1.45em;
  clear: both;
}

.footer_nav a:hover {
  color: #000;
  background-color: #f1f0f0;
}

.footer a {
  background-color: transparent;
  text-decoration: none;
}

.flecha_link {
  position: absolute;
  z-index: 20;
  right: 10px;
  top: 0.5em;
}

.flecha_link img {
  width: 4.875rem;
  height: auto;
  border-top-right-radius: 0;
}

.footer {
  position: relative;
  background-color: #fff;
  text-align: left;
  padding: 2em;
  margin-top: 4EM;
  /* margin: 0 auto; */
  /* width: fit-content; */
  border-top-right-radius: 2rem;
  /* border-top-left-radius: 3rem; */
  z-index: 999;

}


.footer img {
  max-width: 250px;
  background-color: #fff;

}

img {
  width: 100%;
  height: auto;
  /* background: #1F1F1F; */
}

.intro {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  margin-top: 3em;
}

i a {
  text-decoration: underline;
  background-color: transparent;
}

.instrucciones {
  position: absolute;
  bottom: 0px;
  /* width: 100%; */
  left: 0;
  background-color: #000000a8;
  color: #fff;
  padding-left: 3%;
  padding-right: 3%;
  text-align: justify;
}
/* MAPA */
.btn_mapa {
    background-color: #120f12;
    color: #fff;
    border-radius: 5px;
    padding: 0.8em;
    width: 100%;
    border-radius: 0.51em;
    cursor: pointer;
    margin-top: 0.2em;
    font-size: 0.8em;
    font-weight: bold;
    transition: 0.5s;
    border: 0;
}

.features {
    margin: 0 auto;
    max-width: 250px;
    margin-bottom: 0.5em;
    color: #000;
    font-weight:normal;
      font-size: 0.7em;

}

.gm-style .gm-style-iw {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  color: red;
}

ul {
  padding-left: 0.5em;
  list-style: none;
  margin: 0;
}

li {
  flex-shrink: 0;
  width: clamp(500px, 60vw, 800px);
  padding-right: 0.5em;

}

.navegacion {
  z-index: 999;
}

.nav_footer {
  webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;

}

.logo {
  position: absolute;

  top: 50%;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  /*  Half the height */
  margin-left: -150px;
  /* Half the width */
  z-index: 9;
}

.logo img {
  max-width: 300px;
  width: 100%;
}

.logo a {
  text-decoration: none;
  background-color: transparent;
  color: transparent;
}


.mapa {
  margin-top: 5em;
  width: 100%;

  flex-direction: row;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  /* background-color: #0283a1; */
  flex-wrap: nowrap;
  align-items: center;
  /* border-radius: 4em; */
  margin-bottom: 12em;
  position: relative;
  overflow: hidden;
}

#map {
  height: 600px;
  width: 100%;
  /* max-width: 1400px; */
  border: solid 3px #dbcde3;
  border-radius: 0.51em;
  overflow: hidden;
}

.portada {
  /* height: 80vh; */
  height: 90vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;

}

.reloj {
  background-color: transparent !important;
  display: inline !important;
  vertical-align: bottom !important;
  width: 25px;
  height: 25px;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  max-width: 500px;
  max-width: 1200px;
  overflow: hidden;
}

.siguiente {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
  padding: 1em;
  text-align: left;
  width: fit-content;
}

.siguiente h2,
.anterior h2 {
  font-size: 1.5rem;
}

.siguiente a,
.anterior a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0.5em;
}

.siguiente img,
.anterior img {
  width: 45px;
  float: right;
  position: relative;
  top: -1em
}

.anterior img {
  float: left;
  width: 45px;

}

.subtitulos {
  position: fixed;
  bottom: 0px;
  background: #ffffffd9;
  width: 100%;
  z-index: 998;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: relative;
}

.volver {
  position: absolute;
  top: 1em;
  left: 0;
  background-color: #1F1F1F;
  border-top-right-radius: 1rem;
  z-index: 999;
  width: 80px;
}

.volver img {
  width: 60px;
  padding-left: 0.5em;
}

.volver a {
  background-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .derecha {
    left: 2em !important;
    right: none;
  }

  .descripcion_intro,
  .descripcion_cierre,
  .descripcion_creditos {
    left: 0em;
  }
}

@media only screen and (max-width: 768px) {

  .anterior {
    float: none;
  }

  h2,
  h3 {

    padding-left: 0.2em;
    padding-right: 0.5em;

  }

  .agenda {
    flex-wrap: wrap;
  }

  .agenda_item {
    flex: 45%;
    padding: 0;
    padding-left: 1em;
  }

  .capurro {
    position: relative;
    background-image: url("../img/portadas/caserio_768.webp");
    background-position: bottom;
    background-size: cover;
  }

  .cordon {
    position: relative;
    background-image: url("../img/portadas/gaboto768.webp");
    background-position: bottom;
    background-size: cover;
  }


  .bmg_agenda {
    background-image: url("../img/portadas/agenda768.webp");
  }

  .bmg_candombe {
    background-image: url("../img/portadas/candombe768.webp");
  }

  .bmg_portada {
    background-image: url("../img/portadas/collage768.webp");
  }

  .bmg_lugares {
    background-image: url("../img/portadas/lugares768.webp");
  }

  .bmg_murales {
    background-image: url("../img/portadas/murales768.webp");
  }

  .bmg_creditos {
    background-image: url("../img/portadas/creditos768.webp");
  }

  .bmg_recorridos {
    background-image: url("../img/portadas/recorridos768-2.webp");
  }

  .pocitos {
    background-image: url("../img/portadas//lavanderas768.webp");
    background-position: center;
  }

  .mandela {
    background-image: url("../img/portadas/mandela768_2.webp");
    background-position: top;
  }

  .plaza {
    background-image: url("../img/portadas/matriz768.webp");
    background-position: bottom;
  }

  .cubo {
    background-image: url("../img/portadas/cubo768.webp");
    background-position: bottom;
  }

  .matriz {
    background-image: url("../img/portadas/matriz768.webp");
    background-position: bottom;
    background-size: cover;
  }

  .puerto {
    background-image: url("../img/portadas/puerto768.webp");

  }

  .derecha {
    left: 0em !important;
    right: none;
  }

  .descripcion {
    left: 0em;
    width: 80%;
    bottom: -1em;
  }




  .descripcion_intro,
  .descripcion_cierre,
  .descripcion_creditos,
  .descripcion_guia {
    left: 0em;
    width: 95%;
    padding-left: 2%;
    margin: 0.2em;
  }

  .descripcion_guia {
    max-width: 100%;

  }

  .descripcion_guia a {
    text-decoration: none;
  }

  .descripcion_creditos li {
    padding: 0em;
    padding-left: 0em;
    width: auto;
  }


  .descripcion_cierre img {
    max-width: 100px;
  }

  h1 {
    font-size: 1.3em;
  }

  .intro {
    padding: 0em;
  }


  .flecha_link img {
    width: 3.875rem;

  }

  .flecha_link {
    right: 0px;
    top: auto;
    bottom: 0px;
    bottom: -0.5em;
    background-color: #f1f0f0;
  }

  .siguiente h2,
  .anterior h2 {
    font-size: 1rem;
  }

  .reveal {
    width: 100%;
  }

}

@media only screen and (max-width: 650px) {
  .nav_footer {
    width: 100%;
    max-width: 100%;
  }

  .footer_nav {

    flex-direction: column;
  }

}