.elementor-11432 .elementor-element.elementor-element-587d8b2{--display:flex;--min-height:75vh;--justify-content:center;--margin-top:-160px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:100px;--padding-left:1px;--padding-right:0px;}.elementor-11432 .elementor-element.elementor-element-587d8b2:not(.elementor-motion-effects-element-type-background), .elementor-11432 .elementor-element.elementor-element-587d8b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dev3.invictvsclub.com/wp-content/uploads/2026/03/9318eac1faa487f0216abf886facfb0dede4257e-1299x475-1.avif");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11432 .elementor-element.elementor-element-ecd9a39{text-align:center;}.elementor-11432 .elementor-element.elementor-element-ecd9a39 .elementor-heading-title{font-family:"Beautisite Slick", Sans-serif;font-size:3.5rem;font-weight:400;color:#FFFFFF;}.elementor-11432 .elementor-element.elementor-element-5e82b8f{--display:flex;}.elementor-11432 .elementor-element.elementor-element-9a0abde{text-align:center;margin:0% 25% calc(var(--kit-widget-spacing, 0px) + 0%) 025%;padding:100px 0px 100px 0px;}.elementor-11432 .elementor-element.elementor-element-9a0abde .elementor-heading-title{color:#808080;}.elementor-11432 .elementor-element.elementor-element-48df077{--display:flex;--overlay-opacity:1;}.elementor-11432 .elementor-element.elementor-element-48df077::before, .elementor-11432 .elementor-element.elementor-element-48df077 > .elementor-background-video-container::before, .elementor-11432 .elementor-element.elementor-element-48df077 > .e-con-inner > .elementor-background-video-container::before, .elementor-11432 .elementor-element.elementor-element-48df077 > .elementor-background-slideshow::before, .elementor-11432 .elementor-element.elementor-element-48df077 > .e-con-inner > .elementor-background-slideshow::before, .elementor-11432 .elementor-element.elementor-element-48df077 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:transparent;background-image:linear-gradient(180deg, #00000000 77%, #131210 96%);}.elementor-11432 .elementor-element.elementor-element-66b5974{padding:0px 20px 0px 20px;background-image:url("https://dev3.invictvsclub.com/wp-content/uploads/2026/03/6540cc31d539af38b3f3ac2575977bad24036344-1440x3144-1-scaled.avif");background-repeat:no-repeat;background-size:cover;}body.elementor-page-11432:not(.elementor-motion-effects-element-type-background), body.elementor-page-11432 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1817;}@media(max-width:767px){.elementor-11432 .elementor-element.elementor-element-ecd9a39 .elementor-heading-title{font-size:3rem;}.elementor-11432 .elementor-element.elementor-element-66b5974{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(min-width:1025px){.elementor-11432 .elementor-element.elementor-element-587d8b2:not(.elementor-motion-effects-element-type-background), .elementor-11432 .elementor-element.elementor-element-587d8b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for html, class: .elementor-element-66b5974 */.timeline{
    position:relative;
    max-width:1200px;
    margin:auto;
    color:white;
}
.elementor-element-48df077 .e-con-inner{
    max-width: 90%;
}

/* linea central */
.timeline::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:2px;
    height: calc(100% - 200px);
    background:#333;
}

/* linea que se colorea */

.timeline-progress{
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:2px;
    height:0%;
    max-height: calc(100% - 200px);
    background:#ccc;
    transition:height 0.1s linear;
}

/* filas */

.timeline-row{
    display:grid;
    grid-template-columns: 1fr 100px 1fr;
    padding:180px 0; /* separación prudente */
}
.timeline-row {
  opacity: 0.3;               /* Antes de llegar, parcialmente opaco */
  transition: opacity 0.6s ease-out; /* Transición suave */
}

.timeline-row.visible {
  opacity: 1;                 /* Al llegar, opacidad normal */
}

/* lado izquierdo */

.timeline-left{
    text-align:right;
    padding-right:70px;
}

.year{
    font-size:2.5rem;
    font-family: 'Beautisite Slick';
    font-weight:500;
}
.title{
    margin-top:10px;
    font-size:18px;
    letter-spacing:2px;
}

/* centro */

.timeline-middle{
    display:flex;
    justify-content:center;
}

/* rombo más grande */

.diamond{
    width:20px;
    height:20px;
    background:#ccc;
    transform:rotate(45deg);
}


/* fila texto */

.timeline-text-row{
    display:flex;
    align-items:flex-start;
}

/* linea punteada */

.connector{
    width:140px;
    border-top:1px dotted #aaa;
    margin-top:12px;
    position:relative;
}

/* punto */

.dot{
    position:absolute;
    right:-6px;
    top:-4px;
    width:8px;
    height:8px;
    background:#aaa;
    border-radius:50%;
}

/* texto */

.content{
    max-width:520px;
    margin-left:25px;
    color:#bbb;
    line-height:1.7;
}
.moving{
    position:relative;
    transition:transform 0.05s linear;
}

/* ================== MOBILE TIMELINE ================== */
@media (max-width: 768px) {

   .elementor-element-48df077 .e-con-inner{
       max-width:100%!important;
   }
   .elementor-element-48df077{
       padding:0px;
   }

  /* Timeline fijo a la izquierda */
  .timeline::before,
  .timeline-progress {
    left: 20px;       /* línea vertical a la izquierda */
    transform: none;  /* quitar translateX */
  }

  /* Cada row ocupa todo el ancho y se apila */
  .timeline-row {
    display: block;            /* apilar elementos */
    padding: 120px 0 40px 60px; /* arriba / abajo / izquierda */
    position: relative;
  }

  /* Año y título arriba del contenido */
  .timeline-left {
    text-align: left;
    padding: 0 0 10px 0;
    display: block;
    position: static;
  }

  /* Desactivar movimiento en móvil */
  .timeline-left.moving,
  .timeline-middle.moving,
  .timeline-right.moving {
    transition: none !important;
    transform: none !important;
    position: static !important;
  }

  /* Timeline-right se ajusta */
  .timeline-right {
    margin-left: 0;
  }

  /* Apilar la fila de texto */
  .timeline-text-row {
    display: block;
  }

  /* Conector (línea punteada) */
  .connector {
    width: 40px;
    margin-left: 0;
    border-top: 1px dotted #aaa;
    margin-top: 0;
    display: none;
  }

  /* Punto del conector */
  .dot {
    left: -6px;
    top: 0;
    position: absolute;
    display: none;
  }

  /* Contenido */
  .content {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 5px;
    line-height: 1.6;
    color: #bbb;
  }

  /* Timeline-middle y rombo */
  .timeline-middle {
    display: block;
    position: absolute;
    left: 20px; /* alineado con la línea vertical */
    top: 0;
  }

  .diamond {
    width: 12px;
    height: 12px;
    background: #ccc;
    transform: rotate(45deg);
    display: none;
  }

  /* Opacidad inicial y fade */
  .timeline-row {
    opacity: 0.3;               
    transition: opacity 0.6s ease-out;
  }

  .timeline-row.visible {
    opacity: 1;
  }
  
}/* End custom CSS */