.timeline-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    top: 0;
}

.timeline_visible{ opacity: 1 !important; }

.timeline-content-div {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    display: flex;
    position: relative;
}
.acontecimiento-div {
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    min-height: 40vh;
    margin-top: -1px;
    display: flex;
    position: relative;
}
.acontecimiento-punto {
    z-index: 3;
    background-color: #eeeff4;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-bottom: -6px;
    position: relative;
    transition: all 0.3s ease;
}

.punto_activo{
	background: #dd468a !important;
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #dd468a !important;
    box-shadow: 0 0 0 5px #364652 inset !important;
    margin-left: 0px !important;
}

.acontecimiento-img{
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 40%;
    display: flex;
    transition: opacity 1s ease;
}
.acontecimiento-info {
  	transition: opacity 1s ease;
    justify-content: flex-end;
    width: 40%;
    display: flex;
}
.acontecimiento-content-div {
    text-align: left;
    align-self: center;
    position: relative;
}
.acontecimiento-cuadro {
    z-index: 2;
    background-color: transparent;
    border-radius: 0;
    align-items: center;
    padding: 10%;
    display: flex;
    position: relative;
}
.acontecimiento-fecha {
    font-size: 2.7vw;
    line-height: 100%;
}
.acontecimiento-contenido {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.acontecimiento-titulo {
    font-weight: bold;
    text-align: left;
    letter-spacing: .5px;
    padding-right: 0;
    font-size: 1vw;
    line-height: 30px;
    margin-bottom: 0px !important;
}
.acontecimiento-texto {
    margin-top: 0;
    color: white !important;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.linea-div-timeline {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    bottom: 50%;
}

.linea-timeline-animada {
    background-color: #dd468a;
    width: 5px;
    height: 0%;
    position: absolute;
    top: 0;
   	transition: height 1s ease;
       border: dashed 2px;
       border-color: white;
}

.linea-timeline-animada.fecha_activa {
    height: 100%; 
    display: block; 
}

.linea-timeline-base {
    transform-origin: 50% 0;
    background-color: #eeeff4;
    width: 5px;
    height: 100%;
}

@media (max-width: 767px){
  .acontecimiento-img {
        width: 90% !important;
        z-index: 3;
        margin-top: 0px;
        flex-flow: column wrap; 
       	order: 3; 
        opacity: 1 !important;
   }
  .acontecimiento-punto{ 
    order: 1;  margin: 20px 0px; 
  }
  .acontecimiento-div {   flex-direction: column; }
  .acontecimiento-info {  width: 90% !important; order: 2; opacity: 1 !important; } 
  .acontecimiento-fecha {   font-size: 10vw !important; }
  .acontecimiento-titulo {
        font-size: 20px !important;
        line-height: 100% !important;
        color: white;
        text-align: center;
        background: #dd468a;
        padding: 10px 20px;
        border-radius: 30px;
       text-wrap-mode: nowrap;
    }
    .acontecimiento-info { justify-content: center !important; }
  .acontecimiento-cuadro { background-color: transparent; padding: 0% !important; }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .acontecimiento-titulo {
        font-size: 2vw !important;
    }
}