/*
@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);

body {
  font-family: Jost;
}
*/

.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  
  font-size: 3.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;  
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */

@media (max-width: 768px) {

  .display-2 {
    font-family: "Jost", sans-serif;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-5 {
    font-family: "Jost", sans-serif;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-family: "Jost", sans-serif;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* timeline */
.cid-soRvcmQY5b {
  font-family: "Jost", sans-serif;
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-soRvcmQY5b .timeline-element {
  position: relative;
}
.cid-soRvcmQY5b .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-soRvcmQY5b .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-soRvcmQY5b .mbr-section-title,
.cid-soRvcmQY5b .mbr-section-subtitle,
.cid-soRvcmQY5b .timeline-date {
  text-align: center;
}
.cid-soRvcmQY5b .iconBackground {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #d41616;
  margin-left: -14px;
}
@media (max-width: 767px) {
  .cid-soRvcmQY5b .iconBackground {
    left: 15px;
    top: 30px;    
  }
}
@media (min-width: 768px) {
  /* circulo */
  .cid-soRvcmQY5b .iconBackground {
    top: 62px;
    left: 50%;
  }
}

.cid-soRvcmQY5b .row:after {
  content: "";
  position: absolute;
  background-color: #d41616;
  width: 2px;
}
@media (max-width: 767px) {
  /* linea central */    
  .cid-soRvcmQY5b .row:after {
    height: calc(100% + 20px);
    top: 58px;
    left: 15px;
  }
    .cid-soRvcmQY5b .image-wrapper {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
  .cid-soRvcmQY5b .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
    .cid-soRvcmQY5b .image-wrapper {        
        padding-left: 0;
        padding-top: 2rem;
      }
.cid-soRvcmQY5b .mbr-timeline-date {
    
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-soRvcmQY5b .timeline-date-wrapper,
  .cid-soRvcmQY5b .timeline-text-wrapper,
  .cid-soRvcmQY5b .image-wrapper {
    padding: 0;
    padding-left: 2rem;
    
  }
  .cid-soRvcmQY5b .mbr-timeline-date {
    text-align: center !important;
    font-size: 1.5rem;
  }
  .cid-soRvcmQY5b .mbr-timeline-title {
    text-align: center;
    margin-top: 1rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .cid-soRvcmQY5b .timeline-date-wrapper {
        margin-top: 2rem;
    }
  .cid-soRvcmQY5b .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
    .cid-soRvcmQY5b .timeline-date-wrapper {
        margin-top: 2rem;
    }
  .cid-soRvcmQY5b .timeline-text-wrapper,
  .cid-soRvcmQY5b .image-wrapper {
    padding: 1rem;
  }
}

.cid-soRvcmQY5b .mbr-timeline-date {
  font-family: "Jost", sans-serif !important;
  color: #d41616;
  font-weight: 600;
}
.cid-soRvcmQY5b .mbr-section-title {
  font-family: "Jost", sans-serif  !important;
  color: #000000;
}
.cid-soRvcmQY5b .mbr-timeline-title {
  font-family: "Jost", sans-serif  !important;
  color: #000000;
}
.cid-soRvcmQY5b .mbr-text {
  font-family: "Jost", sans-serif;
  color: #000000;
}


