/* line 11, sass/style.sass */
html, body {
  margin: 0;
  padding: 0;
  background: #fff;
}

/* line 15, sass/style.sass */
img {
  max-width: 100%;
  width: 100%;
}

/* line 19, sass/style.sass */
header {
  height: 300px;
  background: rgb(53,53,53);
  background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(34,34,34,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(34,34,34,1) 100%);
  background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(34,34,34,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#222222',GradientType=0 );

}

/* line 23, sass/style.sass */
main {
  margin-top: -180px;

  background: rgb(43,43,43);
  background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(33,33,32,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(33,33,32,1) 100%);
  background: linear-gradient(to bottom,  rgba(43,43,43,1) 0%,rgba(33,33,32,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#212120',GradientType=0 );

}

/* line 25, sass/style.sass */
main .container-custom {
  max-width: 600px;
}

main .container-duration {
    z-index: 1;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 300px;
}
main .container-duration div {
    text-align: left;
}
main .container-duration div label {
    background-color: rgba(0,0,0,0.1);
    padding: 3px 12px;
    font-size: 20px;
    color: white;
}

/* line 27, sass/style.sass */
main .img-cover {
  max-width: 300px;
  box-shadow: 0px 6px 6px rgba(51, 52, 59, 0.31);
}

/* line 30, sass/style.sass */
main .title {
  font-size: 1.6rem;
  color: #e2c592;
  line-height: 1.618;
}

/* line 32, sass/style.sass */
main .subtitle {
    font-size: 0.9rem;
    color: #a48867;
    line-height: 1.618;
}

/* line 34, sass/style.sass */
main .name {
  font-size: 1.3rem;
  color: #e2c592;
  line-height: 1.618;
}

/* line 36, sass/style.sass */
main .badge-custom {
  background-color: #414040;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 10px;
}

/* line 42, sass/style.sass */
main section {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 80px;
}

/* line 48, sass/style.sass */
main section .blockquote-custom {
  display: inline-flex;
  padding-top: 28px;
  padding-bottom: 28px;
}

/* line 52, sass/style.sass */
main section .blockquote-bar {
  width: 16px;
  background: rgb(250,222,175);
  background: -moz-linear-gradient(top,  rgba(250,222,175,1) 0%, rgba(222,200,156,1) 50%, rgba(166,135,92,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(250,222,175,1) 0%,rgba(222,200,156,1) 50%,rgba(166,135,92,1) 100%);
  background: linear-gradient(to bottom,  rgba(250,222,175,1) 0%,rgba(222,200,156,1) 50%,rgba(166,135,92,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadeaf', endColorstr='#a6875c',GradientType=0 );
  border-radius: 10px;
}

/* line 57, sass/style.sass */
main section .blockquote-text {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.618;
  padding: 6px 12px;
}

/* line 60, sass/style.sass */
main section .section-title {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.618;
  background: rgb(52,52,52);
  background: -moz-linear-gradient(top,  rgba(52,52,52,1) 1%, rgba(51,51,51,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(52,52,52,1) 1%,rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom,  rgba(52,52,52,1) 1%,rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#333333',GradientType=0 );

  padding: 6px 12px;
}

/* line 64, sass/style.sass */
main section img {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 67, sass/style.sass */
main section p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.618;
}

/* line 69, sass/style.sass */
main section p.highlight {
  color: #425B7A;
  font-weight: bold;
}

/* line 72, sass/style.sass */
main section ul {
    list-style-image: url("../../Images/list_type.svg?d=20210111");
    margin-left: -20px;
}

/* line 75, sass/style.sass */
main section li {
  font-size: 1rem;
  color: #e2c592;
  line-height: 1.618;
  font-weight: bold;
  margin-bottom: 10px;
  list-style: inherit;
}

/* line 80, sass/style.sass */
footer {
  background: rgb(57,55,53);
  background: -moz-linear-gradient(top,  rgba(57,55,53,1) 0%, rgba(41,40,39,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(57,55,53,1) 0%,rgba(41,40,39,1) 100%);
  background: linear-gradient(to bottom,  rgba(57,55,53,1) 0%,rgba(41,40,39,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393735', endColorstr='#292827',GradientType=0 );

}

/* line 82, sass/style.sass */
footer .download {
  height: 60px;
}

/* line 84, sass/style.sass */
footer .logo {
  max-width: 140px;
}

/* line 86, sass/style.sass */
footer .app {
  max-width: 100px;
}

@media only screen and (max-width: 575.98px) {
  /* line 90, sass/style.sass */
  html {
    font-size: 14px;
  }
  /* line 92, sass/style.sass */
  header {
    height: 160px;
  }
  /* line 94, sass/style.sass */
  main {
    margin-top: -100px;
  }
  main .container-duration {
      width: 190px;
  }
  main .container-duration div label {
      font-size: 13px;
      padding: 2px 7px;
  }
  /* line 96, sass/style.sass */
  main .img-cover {
    max-width: 190px;
  }
  /* line 98, sass/style.sass */
  main .title {
    font-size: 1.2rem;
  }
  /* line 100, sass/style.sass */
  main .subtitle {
    font-size: 0.7rem;
  }
  main .name {
      font-size: 1rem;
  }
  /* line 102, sass/style.sass */
  main .badge-custom {
    font-size: 0.8rem;
    padding: 6px 12px;
    margin-left: 6px;
  }
  /* line 106, sass/style.sass */
  main section {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 109, sass/style.sass */
  main section .blockquote-bar {
    width: 6px;
  }
  /* line 111, sass/style.sass */
  main section .blockquote-text {
    padding: 4px 8px;
    font-size: 0.8rem;
  }
  /* line 114, sass/style.sass */
  main section .section-title {
    font-size: 1.2rem;
  }
  /* line 117, sass/style.sass */
  footer .logo {
    max-width: 120px;
  }
  /* line 119, sass/style.sass */
  footer .app {
    max-width: 88px;
  }
}

@media only screen and (max-width: 425.98px) {
  /* line 124, sass/style.sass */
  main section .blockquote-bar {
    width: 8px;
  }
}

@media only screen and (max-width: 375.98px) {
  /* line 128, sass/style.sass */
  main .badge-custom {
    padding: 6px 8px;
    margin-left: 4px;
  }
}

@media only screen and (max-width: 320.98px) {
  /* line 133, sass/style.sass */
  main .subtitle, main .name {
    font-size: 0.9rem;
  }
  /* line 135, sass/style.sass */
  main .badge-custom {
    padding: 4px 4px;
    margin-left: 4px;
  }
}

/* line 140, sass/style.sass */
.jplayer {
  position: relative;
  background-color: #1e1e1e;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

/* line 144, sass/style.sass */
.jp-gui {
  padding: 20px;
}

/* line 146, sass/style.sass */
.jp-gui ul {
  margin: 0;
  padding: 0;
}

/* line 149, sass/style.sass */
.jp-gui ul li {
  position: relative;
  float: left;
  list-style: none;
  margin: 2px;
  padding: 4px 0;
  cursor: pointer;
}

/* line 156, sass/style.sass */
.jp-gui ul li a {
  margin: 0 4px;
}

/* line 158, sass/style.sass */
.jp-play {
    width: 40px;
    height: 40px;
    background: url("../../Images/btn_play.svg?d=20210111") no-repeat;
    background-size: contain;
}

/* line 163, sass/style.sass */
.jp-pause {
    width: 40px;
    height: 40px;
    background: url("../../Images/btn_pause.svg?d=20210111") no-repeat;
    background-size: contain;
}

/* line 168, sass/style.sass */
li.jp-pause, .jp-no-solution {
  display: none;
}

/* line 171, sass/style.sass */
.jp-progress-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 100px;
  width: 100%;
  max-width: 400px;
  background: #414040;
  border: none !important;
  border-radius: 10px;
}

/* line 181, sass/style.sass */
.jp-progress-slider .ui-slider-range {
  background: #e2c592;
  border-radius: 10px;
}

/* line 184, sass/style.sass */
.jp-progress-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  background: rgb(250,222,175);
  background: -moz-linear-gradient(top,  rgba(250,222,175,1) 0%, rgba(222,200,156,1) 50%, rgba(166,135,92,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(250,222,175,1) 0%,rgba(222,200,156,1) 50%,rgba(166,135,92,1) 100%);
  background: linear-gradient(to bottom,  rgba(250,222,175,1) 0%,rgba(222,200,156,1) 50%,rgba(166,135,92,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadeaf', endColorstr='#a6875c',GradientType=0 );

  border: #f4deb8 1px solid;
  border-radius: 100%;
  box-shadow: 0px 2px 3px #6d7178;
  cursor: pointer;
}

/* line 193, sass/style.sass */
.jp-current-time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 1.2rem;
  color: #a48867;
  line-height: 1.618;
  font-weight: bold;
  cursor: default;
}

/* line 202, sass/style.sass */
.jp-clearboth {
  clear: both;
}

@media only screen and (max-width: 599.98px) {
  /* line 205, sass/style.sass */
  .jp-progress-slider {
    max-width: 380px;
  }
}

@media only screen and (max-width: 575.98px) {
  /* line 208, sass/style.sass */
  .jp-progress-slider {
    left: 72px;
    width: 70%;
  }
  /* line 211, sass/style.sass */
  .jp-current-time {
    font-size: 0.8rem;
  }
  /* line 213, sass/style.sass */
  .jp-gui {
    padding: 10px;
  }
  /* line 215, sass/style.sass */
  .jp-play, .jp-pause {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 425.98px) {
  /* line 219, sass/style.sass */
  .jp-progress-slider {
    width: 64%;
  }
}

@media only screen and (max-width: 375.98px) {
  /* line 222, sass/style.sass */
  .jp-progress-slider {
    width: 60%;
  }
}

@media only screen and (max-width: 320.98px) {
  /* line 225, sass/style.sass */
  .jp-progress-slider {
    width: 53%;
  }
}

@media only screen and (max-width: 300px) {
    /* line 225, sass/style.sass */
    .jp-current-time {
        right: 20px;
    }
}
/*# sourceMappingURL=style.css.map */
