@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&family=Unbounded:wght@200..900&display=swap");
* {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #dedede;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kalnia", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

p,
span {
  color: #282828;
}

strong {
  font-weight: 700;
}

.lg {
  font-weight: 300;
}

.sb {
  font-weight: 400;
}

.header {
  text-align: center;
}
.header img {
  width: 100px;
}

.timeline {
  padding: 10px;
  font-weight: 300;
  font-size: 7.4pt;
  position: relative;
}
.timeline a {
  color: #282828;
  text-decoration: none;
  position: relative;
}
.timeline::before {
  content: " ";
  position: absolute;
  background-image: url(../img/guia@0.5x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: -2px;
  top: 0;
  width: 8px;
  height: 100%;
}
.timeline .active::before {
  content: url(../img/selector@0.33x.webp);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-60%);
  -webkit-filter: drop-shadow(0px 10px 13px 2px #bfbfbf);
  filter: drop-shadow(0px 10px 13px 2px #bfbfbf);
}

.content {
  padding: 10px;
  text-align: center;
  max-height: 90vh;
  overflow-y: scroll;
  padding-right: 20%;
}
.content h1 {
  line-height: 30px;
}
.content .marco {
  -webkit-filter: drop-shadow(0px 10px 13px 2px #bfbfbf);
  filter: drop-shadow(0px 10px 13px 2px #bfbfbf);
}
.content p {
  font-size: 11px;
}

#timeline {
  height: 80%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.year {
  margin-bottom: 0;
}

.timeline-content {
  scroll-snap-type: y mandatory;
  scroll-padding-top: 1rem;
  overflow-y: scroll;
  height: 90vh;
  /* Ajusta según el tamaño del contenedor */
}
.timeline-content .marco {
  -webkit-filter: drop-shadow(0px 10px 13px 2px #bfbfbf);
  filter: drop-shadow(0px 10px 13px 2px #bfbfbf);
}
.timeline-content h1,
.timeline-content h4 {
  line-height: 30px;
  font-size: calc(1.375rem + 1.5vw);
}
.timeline-content p {
  font-size: 11px;
}

[id^=_] {
  scroll-snap-align: start;
  min-height: 90vh;
  color: #282828;
  text-align: center;
}

.list-group {
  position: fixed;
}

@media screen and (min-width: 460px) {
  .timeline {
    padding: 10px;
    font-weight: 300;
    font-size: 9pt;
    position: relative;
  }
  .timeline a {
    color: #282828;
    text-decoration: none;
    position: relative;
  }
  .timeline::before {
    content: " ";
    position: absolute;
    background-image: url(../img/guia@0.5x.webp);
    background-size: contain;
    background-repeat: no-repeat;
    left: -2px;
    top: 0;
    width: 8px;
    height: 100%;
  }
  .timeline .active::before {
    content: url(../img/selector@0.33x.webp);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-60%);
    filter: drop-shadow(0px 10px 13px 2px #bfbfbf);
  }
  .timeline-content h1,
  .timeline-content h4 {
    line-height: 45px;
    font-size: 50px;
    margin-bottom: 22px;
  }
  .timeline-content p {
    font-size: 14px;
  }
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(40, 40, 40, 0.3);
    background-color: #F5F5F5;
  }
  *::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  *::-webkit-scrollbar-thumb {
    background-color: rgba(40, 40, 40, 0.3);
  }
}

/*# sourceMappingURL=style.css.map */
