.noCompu {
  display: none;
}

.subHeader {
  position: sticky;
  top: 4.5rem;
  z-index: 2
}

.timeLine {
  display: flex;
  justify-content: center;
  /* height: 6rem; */
  align-items: center;
  color: #fff;
  background-color: #FF704A;
  padding: .5rem 1rem .3rem 1rem;
  width: 100%;
  max-width: 100vw;
}


.contenedorTimeline {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.contenedorTimeline>h2 {
  font-size: 1.2em;
  margin: 0;
  padding: 0 .5rem 0 1rem;
}

.contenedorMeses {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-flow: row nowrap;
}

.contenedorMeses::-webkit-scrollbar {
  display: none;
}

.contenedorTimeline>.contenedorMeses>.meses {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  height: 63px;
  min-width: 700px;
  width: 100%;
  /* overflow: auto; */
  position: relative;
  z-index: 10;
  /* border: 1px solid blue; */
  padding: 0 1rem .5rem 2.5rem;
  justify-content: space-between;
}

.contenedorTimeline>.contenedorMeses>.meses>.mes {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}



.contenedorTimeline>.contenedorMeses>.meses>.mes:nth-last-child(1) {
  padding: 0;
}

.contenedorTimeline>.contenedorMeses>.meses>.mes>.punto {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 5px solid #FF704A;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: all .3s ease;
  z-index: 8;
}

.contenedorTimeline>.contenedorMeses>.meses>.mes>.punto.visualizado {
  /* background-color: red; */
  transform: scale(1.2);
  transition: all .3s ease;
}

.contenedorTimeline>.contenedorMeses>.meses>.mes>.punto.noDisponible {
  /* background-color: red; */
  cursor: default;
  /* transform: scale(.7); */
  transition: all .3s ease;
}

.contenedorTimeline>.contenedorMeses>.meses>.mes>.punto>.texto {
  position: absolute;
  bottom: 100%;
  transform: translate(-40%, -.5rem);
  opacity: 1;
  transition: all .3s ease;
}

.contenedorTimeline>.contenedorMeses>.meses>.mes>.punto>.texto.TextoNoDisponible {
  opacity: .2;
}

.contenedorTimeline>.contenedorMeses>.meses>.mes>.visualizado>.texto {
  /* background-color: red; */
  color: aqua;
  opacity: 1;
  /* transform: scale(1.2); */
  transition: all .3s ease;
}

.linea {
  position: absolute;
  /* border-bottom: double 1em; */
  height: 0;
  width: calc(100% - 5rem);
  top: calc(100% - 1.1rem);
  transform: translate(.2rem, -120%);
  border: 2px solid #FFF;
  opacity: .8;
  /* border-image: url('https://s3.amazonaws.com/gobcl-prod/public_files/Campa%C3%B1as/hitosGob/images/borde-tren.png') 203 round repeat; */
  z-index: 8
}

.anillo {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 4px solid #087096;
  z-index: 9;
  top: 45%;
  left: 0px;
  transform: translatex(2.4rem);
  transition: all .3s ease .2s;

}


.contenedorTimeline>.contenedorMeses>.meses>.mes:nth-last-child(1)>.punto>.linea {
  /* padding: 0; */
  border: none;
  width: 0
}


/* .tren {
  padding: 0 1rem 0 0
}

.tren>img {
  width: 130px;
  transform: translateY(10px)
}
 */





/*===== Vertical Timeline =====*/
.caja {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 6.2rem;
  left: 50%;
  /* margin-left: -2px; */
  transform: translateX(-50%);

  background: url('https://s3.amazonaws.com/gobcl-prod/public_files/Campa%C3%B1as/hitosGob/iconos/Trazado_239.png');
  z-index: -1;
}

#conference-timeline .conference-timeline-content {
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
  height: 100%;
}




.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}


.timeline-article .dot {
  position: absolute;
  /* top: 9rem; */
  left: 50%;
  width: 50px;
  height: 50px;
  /* margin-left: -6px; */
  transform: translate(-51%, 4.1rem);
  color: #fff;
  border-radius: 100%;
  background: #004676;
  border: 6px solid #D3DEF2;
}

.hito:nth-child(1)>.dot {
  transform: translate(-51%, 0);
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 992px) {
  .subHeader {
    top: 3.6rem;
  }
}

@media only screen and (max-width: 830px) {

  .timeLine {
    padding: .2rem 1rem
  }

  .timeLine .contenedorTimeline h2 {
    padding: 0 .5rem 0 0
  }

  .timeLine .contenedorTimeline .tren {
    padding: 0 .5rem 0 .5rem
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }

  .timeline-article .dot {
    margin-left: 0;
    left: 33px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 40px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .timeline-article .content-right:before {
    display: none;
  }

  #tituloBanner {
    font-size: 1.2em;
  }


}


@media only screen and (max-width: 440px) {


  .timeLine .contenedorTimeline h2 {
    display: none
  }

  .noMovil {
    display: none
  }

  .noCompu {
    display: block;
  }

}







/*===== // Resonsive Vertical Timeline =====*/