.pre-load-web {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  text-align: center;
}
main {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header {
  position: relative;
  align-items: center;
}
.logo,
.logo_lasdos {
  position: absolute;
  left: 5vw;
  width: 21%;
  margin-top: 1px;
}
.logo_index {
  position: absolute;
  width: 22%;
  margin-top: -6px;
}
.logo_lasdos {
  top: 50%;
  margin-left: -30px;
  z-index: 3000;
}
.timeline {
  position: absolute;
  z-index: 600;
  width: 70vw;
  right: 5vw;
}
.nav {
  position: absolute;
  width: 70%;
  right: 5vw;
  border-bottom: 12px solid white;
  top: 50%;
  margin-top: -17px;
}
.ul_patricia {
  top: auto;
  bottom: 50%;
  border: 0;
  margin-bottom: -20px;
}
.ul_lasdos {
  top: auto;
  bottom: 50%;
  margin-bottom: -7px;
  z-index: 500;
  border: 0;
}
.nav li {
  min-width: 12px;
}
.nav li a {
  display: flex;
  justify-content: center;
}
.nav li a:hover > div {
  display: block;
  transition: all 0.2s ease;
}
.nav li a div {
  position: absolute;
  bottom: 25px;
  text-align: center;
  transition: all 0.2s ease;
}
.ul_lasdos li a div {
  bottom: 37px;
}
.ul_patricia li a div {
  bottom: auto;
  top: 25px;
}
.square,
.square_aux,
.square-noinfo {
  display: block;
  width: 12px;
  height: 12px;
}
.square:hover,
.square-noinfo:hover {
  background-color: #262262;
}
.square_aux:hover {
  background-color: black;
}
.info {
  position: absolute;
  bottom: 0;
  height: 20vh;
}
.info_bottom {
  top: 0;
  bottom: auto;
}
.info_middle {
  bottom: -10vh;
}
.info_barra {
  position: absolute;
  bottom: 0;
  width: 12px;
}
.ul_patricia .info_barra {
  bottom: auto;
  top: 0;
}
.info_punto {
  position: absolute;
  top: -50px;
  margin-left: -12px;
  display: none;
}
.info_bottom .info_punto {
  bottom: -50px;
  top: auto;
}
.info_texto {
  position: absolute;
  bottom: 20px;
  padding: 0 30px;
  width: 40vw;
}
.info_texto_iz {
  right: 0;
  text-align: right;
}
.info_nav {
  position: absolute;
  bottom: 27vh;
  text-align: center;
  width: 600px;
  margin-left: -293px;
  display: none;
}
.info_bottom .info_nav {
  top: 27vh;
  bottom: auto;
  vertical-align: top;
}
.info_nav li {
  margin: 3px 10px;
  display: inline-block;
  text-align: center;
}
.close_section,
.close_lasdos {
  position: absolute;
  bottom: 10vh;
  right: 20px;
  z-index: 5000;
}
.close_lasdos {
  bottom: auto;
  top: 40px;
  right: 2vw;
}
.item {
  display: inline;
  width: 31.5%;
  margin-bottom: 40px;
}
.item_img {
  display: block;
  height: 30vw;
  background-size: cover;
  background-position: top;
  background-color: black;
  overflow: hidden;
  background-repeat: no-repeat;
}
.item_img iframe {
  width: 100%;
  height: 100%;
}
.lasdos {
  position: relative;
  position: absolute;
  width: 90vw;
  height: 90vh;
  margin: 5vh 5vw;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2000;
}
.cont_articulos {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px;
}
.cont_cartas {
  position: relative;
  background-color: rgba(46, 49, 146, 0.5);
}
.cartas_nav {
  margin-top: 5vw;
  margin-left: 30px;
}
.cartas_nav li {
  display: inline-block;
  margin-right: 8px;
}
.cartas_nav li a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.cartas_nav li a:hover {
  background-color: #262262;
}
.card,
.card_cartografia {
  position: absolute;
  z-index: 1000;
  padding: 25px;
  background-color: #d1d3d4;
  width: 60%;
  right: 5vw;
  top: 13vw;
  padding-bottom: 50px;
  z-index: 8000;
}
.card_cartografia {
  top: 40px;
  right: 2vw;
  width: 60%;
}
.card_cartografia .card_close {
  position: absolute;
  right: 30px;
}
#cv_claudia {
  right: auto;
  left: 5vw;
}
#cv_patricia {
  right: auto;
  left: 5vw;
  top: auto;
  bottom: 40px;
}
.cont_mozote {
  background-color: rgba(255, 255, 255, 0.5);
}
.nav_mozote {
  margin-bottom: 3rem;
}
.nav_mozote li {
  display: inline-block;
  width: 22%;
  margin-right: 15px;
}
#cartografia {
  align-items: center;
  justify-content: flex-end;
}
#cartografia div {
  position: relative;
}

.scroll_lasdos {
  margin-top: 80px;
  overflow-y: scroll;
  padding-right: 30px;
}
#logoFNA {
  position: absolute;
  bottom: 90px;
  left: 80px;
  width: 150px;
  z-index: 100;
}
.click_area {
  position: absolute;
  font-size: 0.7rem;
  padding: 3px;
  background-color: #262262;
  color: white;
  font-weight: 400;
}
.click_area:hover {
  background-color: #333;
  color: white;
  font-weight: 400;
}
input,
textarea {
  font-family: "Chivo", sans-serif;
  border: 1px solid #58595b;
  color: black;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 10px;
}
textarea {
  padding: 10px;
  height: 180px;
  margin-bottom: 10px;
}
button {
  font-family: "Chivo", sans-serif;
  border: 0;
  margin: 0;
  background-color: #58595b;
  color: #ffffff;
  padding: 14px 8px;
  cursor: pointer;
}
button:hover {
  background-color: black;
}
