/*------------------------------------- TIME LINE ------------------------------------*/
.page-template-time-line .feuturedimage {
  height: auto !important;
}

.page-template-time-line .cabecera figure{height:auto;}

.page-template-time-line .feuturedimage img {
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
  width: 100% !important;
}
.page-template-time-line .main-content-wrap {
  max-width: 90%;
}
.page-template-time-line .title {
  width: 75%;
  margin: 0px auto;
  margin-bottom:100px;
  text-align: center;
}
.page-template-time-line .title h1 {
  font-weight: 900;
  color: #255c80;
  text-shadow: none;
  margin-top:0;
}
.page-template-time-line .title h2 {
  font-weight: 900;
  color: #0691dd;
  text-shadow: none;
  margin-top: 0;
}
.page-template-time-line .historia {
  position: relative;
}
.page-template-time-line .historia:after {
  content: "";
  position: absolute;
  background-color: #f4f4f5;
  width: 5px;
  height: 100%;
  top: -75px;
  left: calc(50% - 5px);
  /*animation: rotate 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);

  animation-iteration-count: 1;
  animation-fill-mode: both;*/
}
@-webkit-keyframes rotate {
  to {
    height: 102.5%;
  }
}
@keyframes rotate {
  to {
    height: 102.5%;
  }
}
.page-template-time-line .historia section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
}
.page-template-time-line .historia section:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-template-time-line .historia section:nth-of-type(2n) figure img {
  float: left;
}
.page-template-time-line .historia section:nth-of-type(2n) strong:before {
  left: -1%;
}
.page-template-time-line .historia section:nth-of-type(2n) article {
  text-align: right;
  padding-right: 2%;
  padding-left: 0;
}
.page-template-time-line .historia section:nth-of-type(2n) article:after {
  left: 99.2%;
}
.page-template-time-line .historia section:nth-of-type(2n) article p {
  float: right;
}
.page-template-time-line .historia section figure {
  width: 42.5%;
}
.page-template-time-line .historia section figure img {
  width: auto;
  float: right;
}
.page-template-time-line .historia section strong {
  display: block;
  width: 15%;
  text-align: center;
  font-size: 2em;
  color: #255c80;
  background-color: #fff;
  margin-top: -140px;
  padding: 5px 0;
  position: relative;
}
.page-template-time-line .historia section strong:after {
  content: "";
  position: absolute;
  background-color: #0691dd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 75px;
  left: calc(50% - 25px);
}
.page-template-time-line .historia section strong:before {
  content: "";
  position: absolute;
  background-color: #0691dd;
  width: 50%;
  height: 5px;
  left: 50%;
  top: 97px;
}
.page-template-time-line .historia section article {
  width: 42.5%;
  position: relative;
  padding-left: 2%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-time-line .historia section article h3 {
  color: #656d84;
  font-weight: bold;
  font-size: 2em;
  margin: 0;
}

.page-template-time-line .historia section article h3:after{display:none;}

.page-template-time-line .historia section article:after {
  content: "";
  position: absolute;
  background-color: #0691dd;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0%;
}
/*.page-template-time-line .historia section article p {  width: 75%;}*/

@media (max-width: 960px) {
  .page-template-time-line .main-content-wrap {
    max-width: 90%;
  }
  .page-template-time-line .title {
    width: 100%;
  }
  .page-template-time-line .historia:after {
    display: none;
  }
  .page-template-time-line .historia section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 200px;
  }
  .page-template-time-line .historia section figure {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-template-time-line .historia section figure img {
    width: 100%;
  }
  .page-template-time-line .historia section strong {
    font-size: 2.5em;
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 5px solid;
  }
  .page-template-time-line .historia section strong:after, .page-template-time-line .historia section strong:before {
    display: none;
  }
  .page-template-time-line .historia section article {
    width: 100%;
    padding: 0%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    min-height: auto;
    margin-bottom: 25px;
    text-align: center !important;
  }
  .page-template-time-line .historia section article:after {
    display: none;
  }
}
@media (max-width: 750px) {
  .page-template-time-line .historia section article h3 {
    font-size: 1.5em;
  }
}