.d-none {
  display: none; }
  .d-none--important {
    display: none !important; }
  @media (min-width: 0) and (max-width: 767px) {
    .d-none--m {
      display: none; } }
  @media (min-width: 768px) {
    .d-none--l {
      display: none; } }

.d-block {
  display: block; }

.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.d-inline {
  display: inline; }

* {
  box-sizing: border-box; }

.l-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.l-row, .l-row--fluid, .l-row--inner {
  width: 100%; }

.l-row {
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767px) {
    .l-row {
      padding-left: 20px;
      padding-right: 20px; } }
  .l-row--fluid {
    max-width: 100%; }

.l-gutter, .l-gutter--line {
  padding-left: 20px;
  margin-left: 20px; }
  .l-gutter--line {
    border-left: 1px solid #d5d5d5; }

.l-no-padding {
  padding: 0; }

.l-column {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.l-width--1-2 {
  width: 50%; }

@media (min-width: 0) and (max-width: 479px) {
  .l-width-ss-100 {
    width: 100%; } }

/*
clases para control de objetos flex

Elementos:
justifiy content
flex row
flex container
flex grow
flex skrin

*/
.l-flex-start {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.l-flex-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l-flex-end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.l-flex-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.l-flex-space-between {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.l-flex-space-evenly {
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.l-flex-grow-1 {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.l-flex-grow-2 {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.l-flex-grow-3 {
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }

.l-flex-grow-1000 {
  -webkit-flex-grow: 1000;
      -ms-flex-positive: 1000;
          flex-grow: 1000; }

.l-flex-shrink-1 {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1; }

.l-flex-shrink-2 {
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2; }

.l-flex-shrink-3 {
  -webkit-flex-shrink: 3;
      -ms-flex-negative: 3;
          flex-shrink: 3; }

.l-flex-shrink-1000 {
  -webkit-flex-shrink: 1000;
      -ms-flex-negative: 1000;
          flex-shrink: 1000; }

.l-flex-no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.has-2-columns.linea-de-tiempo {
  width: 100%;
  max-width: 768px;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .has-2-columns.linea-de-tiempo .wp-block-column {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem; }
    .has-2-columns.linea-de-tiempo .wp-block-column:first-child {
      padding-left: 3rem;
      position: relative;
      max-width: 150px;
      margin-left: 1rem; }
      @media (min-width: 0) and (max-width: 459px) {
        .has-2-columns.linea-de-tiempo .wp-block-column:first-child {
          max-width: 90px; } }
      .has-2-columns.linea-de-tiempo .wp-block-column:first-child p {
        margin: 0  !important; }
        .has-2-columns.linea-de-tiempo .wp-block-column:first-child p:first-child {
          font-size: 2rem;
          font-family: 'Teko', sans-serif;
          line-height: 0.7;
          margin-top: 5px !important;
          padding-left: 0;
          font-weight: 600; }
          @media (min-width: 0) and (max-width: 459px) {
            .has-2-columns.linea-de-tiempo .wp-block-column:first-child p:first-child {
              font-size: 1.7rem; } }
        .has-2-columns.linea-de-tiempo .wp-block-column:first-child p:nth-child(2) {
          font-size: 1.5rem;
          font-family: 'Teko', sans-serif;
          padding-left: 0;
          line-height: 0.9; }
          @media (min-width: 0) and (max-width: 459px) {
            .has-2-columns.linea-de-tiempo .wp-block-column:first-child p:nth-child(2) {
              font-size: 0.75rem; } }
    .has-2-columns.linea-de-tiempo .wp-block-column:last-child {
      padding-bottom: 1rem;
      font-size: 1rem;
      line-height: 1.5; }
      .has-2-columns.linea-de-tiempo .wp-block-column:last-child h2 {
        margin-top: 0px;
        margin-bottom: 0; }
      .has-2-columns.linea-de-tiempo .wp-block-column:last-child p {
        padding-left: 0 !important; }
        .has-2-columns.linea-de-tiempo .wp-block-column:last-child p:nth-child(2) {
          margin-bottom: 0.7em !important; }
        .has-2-columns.linea-de-tiempo .wp-block-column:last-child p:last-child {
          margin-bottom: 2rem !important; }

.has-2-columns.linea-de-tiempo-titulo {
  width: 100%;
  max-width: 768px;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .has-2-columns.linea-de-tiempo-titulo .wp-block-column:first-child {
    padding-left: 3rem;
    position: relative;
    max-width: 150px;
    margin-left: 1rem;
    margin-right: 1rem; }
    @media (min-width: 0) and (max-width: 459px) {
      .has-2-columns.linea-de-tiempo-titulo .wp-block-column:first-child {
        max-width: 90px; } }
  .has-2-columns.linea-de-tiempo-titulo .wp-block-column:last-child {
    margin-left: 1rem; }
    .has-2-columns.linea-de-tiempo-titulo .wp-block-column:last-child p {
      padding-left: 0;
      margin-bottom: 0; }

.line {
  height: 100%;
  width: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .line__point {
    width: 2rem;
    height: 2rem;
    background-color: silver;
    border-radius: 50%;
    background-image: url("fondo-linea.gif");
    background-repeat: no-repeat;
    background-size: 100vh 50vh;
    background-attachment: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: top center; }
    .line__point::before {
      content: "";
      display: block;
      width: 78%;
      height: 78%;
      border-radius: 50%;
      background-color: white; }
  .line__stroke {
    height: 100%;
    width: 3px;
    background-color: silver;
    height: calc(100% - 2rem + 3px);
    background-image: url("fondo-linea.gif");
    background-repeat: no-repeat;
    background-size: 100vw 50%;
    background-attachment: fixed;
    background-position: top center; }

/*# sourceMappingURL=time-line-1.css.map */