:root {
  --ricobayohis-white: #fffeff;
  --ricobayohis-green: #00a443;
  --ricobayohis-forest: #00402a;
  --ricobayohis-border: #d8cfc7;
  --ricobayohis-sand: #fff5ec;
  --ricobayohis-brown: #615d5a;
}

#ricobayohis {
  width: 100%;
  max-width: 980px;
  padding: 24px 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: var(--ricobayohis-sand);
}

#ricobayohis * {
  font-family: "IberPangea" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#ricobayohis h2,
#ricobayohis h3,
#ricobayohis h4 {
  margin-top: 0 !important;

}

#ricobayohis sup {
  color: var(--ricobayohis-forest);
  font-size: 10px;
  font-style: italic;

}

#ricobayohis ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ricobayohis ul li:before {
  content: none !important;
  display: none !important;
}

#ricobayohis img {
  display: block;
  width: 100%;
}

#ricobayohis .ricobayohis_title {
  color: var(--ricobayohis-green) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 60px;
}

#ricobayohis .ricobayohis_title strong {
  font-weight: 600;
}

#ricobayohis .ricobayohis_timeline_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

#ricobayohis .ricobayohis_timeline_wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--ricobayohis-forest);
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}

#ricobayohis .ricobayohis_timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 36px;
  background-image: url("images/timeline.svg?t=0806");
  background-repeat: no-repeat;
  background-position: 9px 5px;
  background-size: 258px auto;
  width: 100%;
  max-width: 268px;
  margin: 0 auto 16px;
}

#ricobayohis .ricobayohis_timeline ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 11px;
}

#ricobayohis .ricobayohis_timeline_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  width: 0;
  margin-left: 5px;
  transition: all 0.15s;
}

#ricobayohis .ricobayohis_timeline_item.active {
  z-index: 2;
}

#ricobayohis .ricobayohis_timeline_item-1930b {
  transform: translate(-5px, -5px);
}

#ricobayohis .ricobayohis_timeline_item-1929 {
  margin-left: 12px;
}

#ricobayohis .ricobayohis_timeline_item-1935 {
  margin-left: 8px;
}

#ricobayohis .ricobayohis_timeline_item-1943 {
  margin-left: 15px;
}

#ricobayohis .ricobayohis_timeline_item-1948 {
  margin-left: 12px;
}

#ricobayohis .ricobayohis_timeline_item-1991 {
  margin-left: 107px;
}

#ricobayohis .ricobayohis_timeline_item-1999 {
  margin-left: 15px;
}

#ricobayohis .ricobayohis_timeline_item-2019 {
  margin-left: 50px;
}

#ricobayohis .ricobayohis_timeline_item-2025 {
  margin-left: 64px;
}

#ricobayohis .ricobayohis_timeline_item:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  min-width: 5px;
  min-height: 5px;
  max-width: 5px;
  max-height: 5px;
  background-color: var(--ricobayohis-forest);
  border-radius: 100%;
  margin: 0 auto;
  transition: all 0.15s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ricobayohis .ricobayohis_timeline_item.active:after {
  background-color: var(--ricobayohis-green);
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  max-width: 11px;
  max-height: 11px;
}

#ricobayohis .ricobayohis_timeline_item span {
  display: block;
  color: var(--ricobayohis-green) !important;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: all 0.5s;
}

#ricobayohis .ricobayohis_timeline_item.active span {
  transform: translateX(-50%) scale(1);
}

#ricobayohis .swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

#ricobayohis .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

#ricobayohis .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

#ricobayohis .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#ricobayohis .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#ricobayohis .swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#ricobayohis .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

#ricobayohis .swiper-android .swiper-slide,
#ricobayohis .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#ricobayohis .swiper-pointer-events {
  touch-action: pan-y;
}

#ricobayohis .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

#ricobayohis .swiper-slide-invisible-blank {
  visibility: hidden;
}

#ricobayohis .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#ricobayohis .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

#ricobayohis .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

#ricobayohis .swiper-button-lock {
  display: none;
}

#ricobayohis .swiper-slide {
  overflow: hidden;
}

#ricobayohis .ricobayohis_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#ricobayohis .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  margin-left: auto;
}

#ricobayohis .swiper-button-prev,
#ricobayohis .swiper-button-next {
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0 7px;
}

#ricobayohis .swiper-button-prev {
  background-image: url("images/ico-prev.svg");
}

#ricobayohis .swiper-button-next {
  background-image: url("images/ico-next.svg");
  margin-right: 0;
}

#ricobayohis .swiper-button-prev.swiper-button-disabled,
#ricobayohis .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

#ricobayohis .ricobayohis_item {
  border-radius: 15px;
  background-color: var(--ricobayohis-white);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

#ricobayohis .ricobayohis_item_image {
  width: 100%;
  margin: 16px auto 0;
}

#ricobayohis .ricobayohis_item_title {
  color: var(--ricobayohis-green) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 16px;
}

#ricobayohis .ricobayohis_item_text {
  color: var(--ricobayohis-forest) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

#ricobayohis .ricobayohis_item_small {
  color: var(--ricobayohis-forest) !important;
  font-size: 14px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  margin-top: 21px;
}

@media (min-width: 700px) {
  #ricobayohis {
    padding: 24px 32px;
  }

  #ricobayohis .ricobayohis_title {
    font-size: 32px;
    line-height: 1.07;
    margin-bottom: 65px;
  }

  #ricobayohis .ricobayohis_timeline_item span {
    bottom: 17px;
  }

  #ricobayohis .ricobayohis_timeline {
    background-image: url("images/timeline-d.svg?t=0806");
    background-size: 487px auto;
    background-position: 22px 5px;
    max-width: 510px;
  }

  #ricobayohis .ricobayohis_timeline_item-1929 {
    margin-left: 24px;
  }

  #ricobayohis .ricobayohis_timeline_item-1935 {
    margin-left: 22px;
  }

  #ricobayohis .ricobayohis_timeline_item-1937 {
    margin-left: 10px;
  }

  #ricobayohis .ricobayohis_timeline_item-1943 {
    margin-left: 30px;
  }

  #ricobayohis .ricobayohis_timeline_item-1948 {
    margin-left: 21px;
  }

  #ricobayohis .ricobayohis_timeline_item-1991 {
    margin-left: 202px;
  }

  #ricobayohis .ricobayohis_timeline_item-1999 {
    margin-left: 38px;
  }

  #ricobayohis .ricobayohis_timeline_item-2019 {
    margin-left: 93px;
  }

  #ricobayohis .ricobayohis_timeline_item-2025 {
    margin-left: 122px;
  }

  #ricobayohis .swiper-button-prev:hover {
    background-image: url("images/ico-prev-hover.svg");
  }

  #ricobayohis .swiper-button-next:hover {
    background-image: url("images/ico-next-hover.svg");
  }
}
