
.history-carousell
  .history-carousell-inner
  .history-carousell-mover
  .history-carousell-tab
  .history-carousell-img {
  display: flex;
  justify-content: center;
  position: relative;
  width: 400px;
  margin: auto;
  z-index: 9;
}
.history-carousell
  .history-carousell-inner
  .history-carousell-mover
  .history-carousell-tab
  .history-carousell-img
  img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 20px 20px RGB(0 0 0/10%);
  -webkit-transition: all 1.25s ease-out;
  -moz-transition: all 1.25s ease-out;
  -o-transition: all 1.25s ease-out;
  -ms-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out;
  cursor: pointer;
  flex-shrink: 0;
}
.history-carousell
  .history-carousell-inner
  .history-carousell-mover
  .history-carousell-tab
  .history-carousell-img
  img.main {
  z-index: 3;
  order: 2;
}
.history-carousell
  .history-carousell-inner
  .history-carousell-mover
  .history-carousell-tab
  .history-carousell-img
  img.nd {
  z-index: 2;
  transform: rotate(-1deg);
  order: 1;
  position: absolute;
  left: 0;
  top: 2px;
}
.history-carousell
  .history-carousell-inner
  .history-carousell-mover
  .history-carousell-tab
  .history-carousell-img
  img.rd {
  z-index: 2;
  transform: rotate(2deg);
  order: 3;
  position: absolute;
  top: -10px;
  right: 0;
}
@media only screen and (min-width: 720px){
  .history-carousell
    .history-carousell-inner
    .history-carousell-mover
    .history-carousell-tab
    .history-carousell-img:hover
    img.nd {
    transform: rotate(0);
    left: calc(-70% - 15px);
    top: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .history-carousell
    .history-carousell-inner
    .history-carousell-mover
    .history-carousell-tab
    .history-carousell-img:hover
    img.rd {
    transform: rotate(0);
    right: calc(-70% - 25px);
    top: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
}


.history-years-container {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 65px;
  font-size: 18px;
}
.history-years-container .year-type {
  color: #00b3ac;
}
.history-years-container .year-title {
  line-height: 1.7;
}
.history-years-container .year-range {
  font-size: 52px;
  line-height: 1.2;
  margin-top: 7px;
  margin-bottom: 7px;
}
.history-years-container .year-desc {
  margin-top: 22px;
  margin-bottom: 43px;
  line-height: 1.7;
}
.img-gallery {
  display: flex;
  justify-content: center;
}
.img-gallery img {
  max-width: 100%;
}
.img-gallery img ~ img {
  margin-left: 50px;
}
.history-page-container {
  max-width: 1100px;
  margin: 0 auto;
}
.history-page-container.with-timeline {
  border-left: 1px solid #4ba7a5;
  padding-top: 68px;
  padding-bottom: 60px;
}
.history-topBanner-container {
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 70px;
}
.history-topBanner-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
}
.history-topBanner-container .history-topBanner-title {
  position: absolute;
  bottom: 70px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  max-width: 1120px;
  margin: 0 auto;
}
.histry-intro {
  margin-bottom: 70px;
  font-weight: 300;
  line-height: 28px;
}
.history-timeline {
  background-color: #f7f7f8;
  margin-bottom: 100px;
}
.timeline-container {
  margin-bottom: 74px;
  display: flex;
  justify-content: space-between;
}
.timeline-container::before {
  content: "\A";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #00b3ac;
  display: inline-block;
  transform: translate(-50%, 30px);
}
.timeline-container:last-child {
  margin-bottom: 0;
}
.timeline-container .timeline-year {
  font-size: 56px;
  color: #00aaa6;
  font-weight: 700;
  margin-bottom: 5px;
}
.timeline-container .timeline-title {
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 14px;
  font-size: 18px;
  text-transform: capitalize;
}
.timeline-container .timeline-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 900px;
}
.timeline-container .timeline-img img {
  max-width: 100%;
  border-radius: 15px;
}
.timeline-container .col {
  flex: 1 0 0%;
  margin-left: 67px;
}
.timeline-container .col ~ .col {
  margin-left: 82px;
}

.historia .historia img {
  max-height: 500px;
}