.graphic_regular {
    font-family: Roboto Slab, serif;
}

body {
    font-family: Roboto Slab, serif;
    background-color: #000;
}
h2 {
    color: #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:700;
    font-family: 'Montserrat', '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: 60vh;
    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) {
     .desliza {
            bottom: 30px;
        }
    .creditit {
        display: none;
    }
    .titdes {
        font-size:60px;
    }
    
  }