/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-home-history-timeline/style.scss ***!
  \************************************************************************************************************************************************************************/
:root {
  --font-roboto: "Roboto", sans-serif;
  --font-gothic: "Century Gothic", sans-serif;
  --color-primary: #548B26;
  --color-secondary: rgba(0, 0, 0, 1);
  --color-white: #FFF;
  --color-black: #000;
  --color-footer-title: #71828C;
  --color-gray: #2E2E2E;
  --color-gray-10: #F9F9F9;
  --color-gray-20: #F4F4F4;
  --color-gray-30: #ADADAD;
  --color-gray-50: #6E6E6E;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 49px;
  --search-border-color: rgb(224, 224, 224);
  --search-primary-hover: rgb(192, 57, 43);
  --search-text-color: rgb(51, 51, 51);
  --search-placeholder-color: rgb(153, 153, 153);
  --search-overlay-bg: rgba(255, 255, 255, 0.75);
  --search-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --search-transition: 0.3s ease;
  --jvm-background-primary:#80BE56;
  --jvm-color-text-primary: #2E2E2E;
  --jvm-green-primary: #80BE56;
  --color-green-dark: #2D6400;
}

.bio-historia-timeline {
  background: #F7F7F7;
  overflow: hidden;
}
.bio-historia-timeline__container {
  padding: 2.625rem 0;
  max-width: 79.5rem;
  margin: 0 auto;
  gap: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .bio-historia-timeline__container {
    display: grid;
    padding: 4.5rem 3.125rem 2.625rem;
    align-items: start;
    grid-template-columns: 1fr 38.75rem;
  }
}
@media (min-width: 992px) {
  .bio-historia-timeline__container {
    padding: 4.5rem 6.8125rem 2.625rem;
  }
}
@media (min-width: 768px) {
  .bio-historia-timeline__container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0.0625rem;
    background-color: #9F8AFF;
    height: 100%;
    left: 1.25rem;
    z-index: 10;
  }
}
@media (min-width: 1400px) {
  .bio-historia-timeline__container::after {
    left: 0rem;
  }
}
.bio-historia-timeline__content {
  padding-inline: 1.5rem;
  margin: 0 0 1.875rem 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .bio-historia-timeline__content {
    padding: 3.75rem 0 0;
    margin: 0;
  }
}
.bio-historia-timeline__title-wrapper {
  margin-bottom: 0.75rem;
}
.bio-historia-timeline__title {
  font-size: 2.75rem;
  color: #27282A;
  font-weight: 450;
  line-height: 3.125rem;
  letter-spacing: -0.022rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.bio-historia-timeline__title strong {
  font-weight: 800;
}
.bio-historia-timeline__title em {
  font-style: italic;
}
.bio-historia-timeline__title a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.bio-historia-timeline__title a:hover {
  opacity: 0.8;
}
.bio-historia-timeline__title img {
  width: 2.5rem !important;
  height: 2.5rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .bio-historia-timeline__title img {
    height: 2.875rem !important;
    width: 2.875rem !important;
  }
}
.bio-historia-timeline__icon {
  width: 2.5rem;
  height: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .bio-historia-timeline__icon {
    width: 2.875rem;
  }
}
.bio-historia-timeline__description {
  color: #27282A;
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 1.625rem;
  margin: 0;
}
.bio-historia-timeline__carousel {
  position: relative;
}
.bio-historia-timeline__carousel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: 2;
  transform: translateX(-100%);
}
.bio-historia-timeline__carousel .swiper {
  overflow: visible;
}
.bio-historia-timeline__carousel .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}
.bio-historia-timeline__carousel .swiper-slide {
  height: auto;
  display: flex;
}
.bio-historia-timeline__carousel .swiper-slide:first-child .bio-historia-timeline__item-line::after {
  width: calc(50% + 3rem + 1.875rem);
  /* transform: translateX(50%); */
  left: 50%;
}
.bio-historia-timeline__item {
  padding-inline: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.bio-historia-timeline__item-image-wrapper {
  width: 11.875rem;
  height: 8.125rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.bio-historia-timeline__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bio-historia-timeline__item:hover .bio-historia-timeline__item-image {
  transform: scale(1.05);
}
.bio-historia-timeline__item-year {
  color: #9F8AFF;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2.25rem;
  letter-spacing: -0.015rem;
  margin-bottom: 0.59375rem;
  text-align: center;
}
.bio-historia-timeline__item-line {
  margin-bottom: 1.28125rem;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.bio-historia-timeline__item-line::after {
  content: "";
  height: 1px;
  width: calc(100% + 3rem + 1.875rem);
  background-color: #9F8AFF;
  position: absolute;
  top: 0.25rem;
}
.bio-historia-timeline__item-dot {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #9F8AFF;
  border-radius: 50%;
}
.bio-historia-timeline__item-title {
  color: #27282A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 0.375rem;
  text-align: left;
  width: 100%;
}
.bio-historia-timeline__item-description {
  color: #27282A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125rem;
  margin: 0;
}
.bio-historia-timeline__navigation {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .bio-historia-timeline__navigation {
    margin-top: 2.625rem;
  }
}
.bio-historia-timeline__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bio-historia-timeline__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
