.graphic_regular {
    font-family: Roboto Slab, serif;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.ttf');
  }

body {
    font-family: Roboto Slab, serif;
    background-color: #000;
}
h2 {
    color: #000;
    text-align: center;
}

.article .paragraph p.subtit {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Bebas Neue Pro', 'sans-serif';
    text-transform: uppercase;
    color: #a89785;
    position:relative;
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 10px;
  }

.article .paragraph p.subtitbig2 {
    padding-top: 30px;
}

p.subtit::before {
    content:'';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    max-width: 90px;
    padding-top: 10px;
    border-bottom: 1px solid #a89785;
}

p.subtit::after {
    content:'';
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    max-width: 90px;
    padding-top: 10px;
    border-bottom: 1px solid #a89785;
}

p.subtitbig2::before, p.subtitbig2::after {
  padding-top: 30px;
}

p.subtitbig::before, p.subtitbig::after {
  max-width: 40px;
}

.dialogo .paragraph p {
  font-size: 21px !important;
}

.wrapper.js .item.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.filete {
    height: 10px;
    max-width: 822px;
    border-bottom: 1px dotted gray;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Responsive container */
.map-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9; /* Keeps proportions */
  }

  svg {
    width: 100%;
    height: 100%;
  }

  .land {
    fill: none;
    stroke: #cccccc;
    stroke-width: 0.6px;
    opacity: 0.6;
  }

  .route {
    fill: none;
    stroke: #ff4b4b;
    stroke-width: 2.4;
  }

  .city {
    fill: none;
    stroke: #ff4b4b;
    stroke-width: 1.6;
  }

  text {
    font-family: system-ui, sans-serif;
    font-size: 13px;
    fill: #fff;
  }


 .extras_box a,
 .extras_box a:link,
 .extras_box a:visited,
 .extras_box a:hover,
 .extras_box a:active {
    color: #a93f40 !important;

    text-decoration: underline !important;
 }


.article .paragraph a {
    color:#ffffff;
    text-decoration: underline;
}
.article .paragraph {
    margin: 0 auto;
    max-width: 822px;
    padding: 0px 15px;
}

.titdes {
    font-size:38px;
    padding-bottom: 10px;
    font-weight:300;
    font-family: 'Bebas Neue Pro', 'sans-serif';
}
.article .paragraph p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
}
.article {
    margin: 0 auto
}

.jw-skin-default:not(.jw-flag-casting) .jw-preview {
    background-size: cover !important;
    filter: blur(1px) !important;
    -webkit-filter: blur(1px) !important;
}

.allcredits h2 {
    margin: 0;
}

.chart-container {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.credit1 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    color: #ccc;
    padding: 0 10px;
  }

  .creditit {
    display: inline;
  }
    .desliza
 {
    font: 400 10px 'Roboto', sans-serif;
    position: absolute;
    bottom: 5vh;
    width: 100%;
    z-index: 10;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
    .desliza:after {
    content: '';
    width: 50px;
    height: 20px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index:10;
    margin-left: -25px;
    animation: scroll_down 2s infinite;
    background: url('../images/down_arrow.png') no-repeat top center / 18px auto;
    filter: invert(1);
}
  @media screen and (min-width: 768px) {
    p.subtit::before {
        max-width: 280px;
    }
    p.subtit::after {
        max-width: 280px;
    }

    p.subtitbig::before {
      max-width: 200px;
      left:0;
  }

  p.subtitbig::after {
      max-width: 200px;
      right:0;
  }
    .credit1 {
        padding: 0;
    }
    .maintitulo .mt2 {
        font-size:74px;
    }
    .maintitulo .mt4 {
        line-height: .9;
        font-size:162px;
    }
     .desliza {
            bottom: 30px;
        }
    .creditit {
        display: none;
    }
    .titdes {
        font-size:60px;
    }
    
  }

/* Bebas Neue Pro font family */
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Thin-Italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Light-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Book-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Middle.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Middle-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Bold-Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/*  */


.timeline-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  .timeline-sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;

    z-index: 2;
  }
  .timeline-items {
    position: relative;
    padding-left:40px;
  }


  .timeline-item {
    position: relative;
    margin: 10vh 0;
    max-width: 800px;
    z-index: 2;
    opacity: 0;
    font-size: 24px;
    transform: translateX(140px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    color: #000;
  }


  .timeline-item.visible {
    opacity: 1;
    transform: translateX(0);
  }

  /* Circle markers positioned absolutely inside container */
  .timeline-circle {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    margin-top: 18px;
    border-radius: 50%;
    background: #000;
    border: 4px solid #ffffff;
    box-shadow: 0 0 10px #ff5722aa;
    transform: translateY(-50%);
    z-index: 3;
  }

  .timeline-item.visible {
    opacity: 1;
    transform: translateX(0);
  }

  
  .timeline-date {
    font-weight: bold;
    margin-bottom: 0.3rem;
  }

  .timeline-text {
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 1.3;
  }

  
  /* Vertical timeline line scrolls with content */
  .timeline-line {
    position: fixed;
    top: 0;
    left: 72px;
    width: 16px;
    height: 100vh;
    background: white;
    border-radius: 4px;
    z-index: 3;
  }


  /* Responsive tweaks */
  @media (max-width: 640px) {
    .timeline-cont {
      padding-left: 40px;
      max-width: 100%;
    }


    .timeline-item {
      margin: 60px 0;
      max-width: 100%;
      padding-right: 20px;
    }
  }