.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;
}
.maintitulo .mt4 {
    color: #a93f40;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
}


.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: 30px;
    line-height:1;
    max-width: 300px;
    margin: 0 auto;
  }

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

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


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

.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;
  }

.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;
  }

  .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) {
    .maintitulo .mt2 {
        font-size:74px;
    }
    .maintitulo .mt4 {
        line-height: .9;
        font-size:132px;
    }
     .desliza {
            bottom: 30px;
        }
    .creditit {
        display: none;
    }
    .titdes {
        font-size:60px;
    }
        
    .article .paragraph p.subtit {
        max-width: 100%;
    }
    p.subtitbig::before {
        max-width: 200px;
        left:0;
    }

    p.subtitbig::after {
        max-width: 200px;
        right:0;
    }
  }

/* 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;
}
/*  */