/*$accent-color: #b63f3a;*/
.view-new-layout h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700; }

.view-new-layout .session-title {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 0; }
  @media (max-width: 991.98px) {
    .view-new-layout .session-title {
      padding: 0; } }
  .view-new-layout .session-title .session-link {
    color: inherit;
    text-decoration: none; }
    .view-new-layout .session-title .session-link:hover {
      text-decoration: none; }

.view-new-layout .featured-news {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "principal principal post-2 post-3" "principal principal post-4 post-5";
  padding: 30px 0; }
  @media (min-width: 992px) {
    .view-new-layout .featured-news .news-container:first-child .image-container {
      /*max-height: unset !important;*/ } }
  @media (max-width: 991.98px) {
    .view-new-layout .featured-news {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "principal principal" "principal principal" "post-2 post-3" "post-4 post-5"; }
      .view-new-layout .featured-news .news-container:nth-child(2):before, .view-new-layout .featured-news .news-container:nth-child(4):before {
        content: none !important; } }
  @media (max-width: 575.98px) {
    .view-new-layout .featured-news {
      -ms-grid-columns: (1fr)[1] !important;
          grid-template-columns: repeat(1, 1fr) !important;
      grid-template-areas: "principal" "principal" "post-2" "post-3" "post-4" "post-5"; }
      .view-new-layout .featured-news .news-container:nth-child(2):after, .view-new-layout .featured-news .news-container:nth-child(4):after {
        content: none !important; }
      .view-new-layout .featured-news .news-container:nth-child(2):before, .view-new-layout .featured-news .news-container:nth-child(4):before {
        content: none !important; } }
  .view-new-layout .featured-news .news-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative; }
    .view-new-layout .featured-news .news-container:nth-child(2):after, .view-new-layout .featured-news .news-container:nth-child(4):after {
      background: #ccc;
      content: "";
      display: block;
      /*height: calc( 100% + 40px );*/
      height: 100%;
      position: absolute;
      right: -20px;
      width: 1px; }
    .view-new-layout .featured-news .news-container:nth-child(2):before, .view-new-layout .featured-news .news-container:nth-child(4):before {
      background: #ccc;
      content: "";
      display: block;
      /*height: calc( 100% + 40px );*/
      height: 100%;
      position: absolute;
      left: -20px;
      width: 1px; }
    .view-new-layout .featured-news .news-container:nth-child(4):after {
      background: #ccc;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: -20px;
      width: 1px; }
    .view-new-layout .featured-news .news-container:nth-child(4):before {
      background: #ccc;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      left: -20px;
      width: 1px; }
    .view-new-layout .featured-news .news-container .news-info {
      margin: 0 0 10px; }
    .view-new-layout .featured-news .news-container .container-title-audio {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      /*height: 100%;*/
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .view-new-layout .featured-news .news-container:first-child .image-container {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      /*max-height: 535px;*/
      max-height: 400px; }
      .view-new-layout .featured-news .news-container:first-child .image-container .image-link {
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%; }
    .view-new-layout .featured-news .news-container .news-link {
      color: inherit;
      font-size: inherit;
      line-height: 1.4em;
      text-decoration: inherit; }
    .view-new-layout .featured-news .news-container .image-container {
      display: block;
      height: 100%;
      max-height: 150px;
      position: relative; }
      .view-new-layout .featured-news .news-container .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .view-new-layout .featured-news .news-container:nth-child(1) {
      position: relative;
      grid-area: principal; }
      .view-new-layout .featured-news .news-container:nth-child(1) .image-container {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*height: 100%;*/
        width: 100%; }
        .view-new-layout .featured-news .news-container:nth-child(1) .image-container img {
          filter: brightness(0.6);
          height: 100%; }
      .view-new-layout .featured-news .news-container:nth-child(1) .news-boom {
        /*color: $accent-white-color;*/ }
      .view-new-layout .featured-news .news-container:nth-child(1) .news-title {
        /*color: $accent-white-color;*/
        font-size: 32px; }
      .view-new-layout .featured-news .news-container:nth-child(1) .container-title-audio {
        -ms-flex-pack: end;
            justify-content: flex-end;
        /*min-height: 250px;*/
        padding: 30px; }
        @media (max-width: 575.98px) {
          .view-new-layout .featured-news .news-container:nth-child(1) .container-title-audio {
            padding: 0; } }
    .view-new-layout .featured-news .news-container:nth-child(2) {
      grid-area: post-2; }
    .view-new-layout .featured-news .news-container:nth-child(3) {
      grid-area: post-3; }
    .view-new-layout .featured-news .news-container:nth-child(4) {
      grid-area: post-4; }
    .view-new-layout .featured-news .news-container:nth-child(5) {
      grid-area: post-5; }

.view-new-layout .anuncio-secundario .partial_anuncio {
  margin-top: 0;
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .view-new-layout .anuncio-secundario .partial_anuncio {
      margin-bottom: 30px; } }

@media (min-width: 992px) {
  .view-new-layout .most-viewed {
    margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .view-new-layout .most-viewed {
    margin-bottom: 35px; } }

.view-new-layout .most-viewed .most-viewed-group {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "post-1 post-2 post-3 post-4";
  padding: 30px 0; }
  .view-new-layout .most-viewed .most-viewed-group.mobile-slider.slick-initialized {
    display: block;
    margin: 0 -30px; }
    .view-new-layout .most-viewed .most-viewed-group.mobile-slider.slick-initialized .news-container .image-container {
      width: 100%; }
  .view-new-layout .most-viewed .most-viewed-group > div:nth-child(1) {
    grid-area: post-1; }
  .view-new-layout .most-viewed .most-viewed-group > div:nth-child(2) {
    grid-area: post-2; }
  .view-new-layout .most-viewed .most-viewed-group > div:nth-child(3) {
    grid-area: post-3; }
  .view-new-layout .most-viewed .most-viewed-group > div:nth-child(4) {
    grid-area: post-4; }
  .view-new-layout .most-viewed .most-viewed-group .news-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    /*&:nth-child(1) { grid-area: post-1; }
				&:nth-child(2) { grid-area: post-2; }
				&:nth-child(3) { grid-area: post-3; }
				&:nth-child(4) { grid-area: post-4; }*/ }
  @media (max-width: 1199.98px) {
    .view-new-layout .most-viewed .most-viewed-group {
      grid-gap: 20px; }
      .view-new-layout .most-viewed .most-viewed-group .news-container .news-link {
        padding: 20px; }
      .view-new-layout .most-viewed .most-viewed-group .news-container .image-container {
        max-height: 350px; } }
  @media (max-width: 991.98px) {
    .view-new-layout .most-viewed .most-viewed-group {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "post-1 post-2" "post-3 post-4";
      grid-gap: 30px; }
      .view-new-layout .most-viewed .most-viewed-group .news-container {
        /*margin-bottom: 30px;*/
        margin: 0 7.5px; }
        .view-new-layout .most-viewed .most-viewed-group .news-container .news-link {
          padding: 20px; }
        .view-new-layout .most-viewed .most-viewed-group .news-container .image-container {
          margin: 0;
          max-height: 300px; } }
  @media (max-width: 767.98px) {
    .view-new-layout .most-viewed .most-viewed-group {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
      grid-template-areas: "post-1" "post-2" "post-3" "post-4"; } }

.view-new-layout .most-viewed .news-container {
  position: relative;
  background-color: transparent;
  transition: all 1s ease-in-out; }
  @media (max-width: 991.98px) {
    .view-new-layout .most-viewed .news-container .image-container {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex; }
      .view-new-layout .most-viewed .news-container .image-container .image-link {
        display: block;
        width: 100%; } }
  .view-new-layout .most-viewed .news-container .article-category {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    left: 45px;
    position: absolute;
    top: 30px; }
    .view-new-layout .most-viewed .news-container .article-category .category-link {
      color: inherit;
      height: 100%;
      width: 100%; }
      .view-new-layout .most-viewed .news-container .article-category .category-link:hover {
        text-decoration: none; }
  .view-new-layout .most-viewed .news-container .image-container {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-height: 450px; }
    @media (max-width: 991.98px) {
      .view-new-layout .most-viewed .news-container .image-container {
        margin-bottom: 30px; } }
    .view-new-layout .most-viewed .news-container .image-container .news-image {
      display: block;
      filter: brightness(0.6) grayscale(1);
      min-height: 450px;
      max-width: 100%;
      object-fit: cover;
      mix-blend-mode: multiply; }
  .view-new-layout .most-viewed .news-container:hover {
    background-color: #B90000; }
    .view-new-layout .most-viewed .news-container:hover .news-image {
      filter: unset; }
  .view-new-layout .most-viewed .news-container .news-title {
    bottom: 0;
    color: #fff;
    position: absolute; }
    .view-new-layout .most-viewed .news-container .news-title .news-link {
      color: inherit;
      display: block;
      padding: 30px; }
      .view-new-layout .most-viewed .news-container .news-title .news-link:hover {
        /*color: $accent-dark-color;*/ }

.view-new-layout .more-news {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "post-1 post-2 post-3 post-4" "post-5 post-6 post-7 post-8"; }
  .view-new-layout .more-news .news-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative; }
    .view-new-layout .more-news .news-container .image-link {
      width: 100%; }
    .view-new-layout .more-news .news-container:nth-child(1):after, .view-new-layout .more-news .news-container:nth-child(2):after, .view-new-layout .more-news .news-container:nth-child(3):after, .view-new-layout .more-news .news-container:nth-child(5):after, .view-new-layout .more-news .news-container:nth-child(6):after, .view-new-layout .more-news .news-container:nth-child(7):after {
      background: #ccc;
      content: "";
      display: block;
      /*height: calc( 100% + 40px );*/
      height: 100%;
      position: absolute;
      right: -20px;
      width: 1px; }
    .view-new-layout .more-news .news-container:nth-child(5):after, .view-new-layout .more-news .news-container:nth-child(6):after, .view-new-layout .more-news .news-container:nth-child(7):after {
      height: 100%; }
    .view-new-layout .more-news .news-container .container-title-audio {
      min-height: 200px;
      /*height: 100%;*/ }
    .view-new-layout .more-news .news-container .image-container {
      display: block;
      max-height: 535px;
      position: relative; }
    .view-new-layout .more-news .news-container .news-link {
      color: inherit;
      font-size: inherit;
      line-height: 1.4em;
      text-decoration: inherit; }
    .view-new-layout .more-news .news-container .image-container {
      height: 100%; }
      .view-new-layout .more-news .news-container .image-container img {
        width: 100%;
        height: 160px;
        object-fit: cover; }
    .view-new-layout .more-news .news-container:nth-child(1) {
      grid-area: post-1; }
    .view-new-layout .more-news .news-container:nth-child(2) {
      grid-area: post-2; }
    .view-new-layout .more-news .news-container:nth-child(3) {
      grid-area: post-3; }
    .view-new-layout .more-news .news-container:nth-child(4) {
      grid-area: post-4; }
    .view-new-layout .more-news .news-container:nth-child(5) {
      grid-area: post-5; }
    .view-new-layout .more-news .news-container:nth-child(6) {
      grid-area: post-6; }
    .view-new-layout .more-news .news-container:nth-child(7) {
      grid-area: post-7; }
    .view-new-layout .more-news .news-container:nth-child(8) {
      grid-area: post-8; }
  @media (min-width: 768px) {
    .view-new-layout .more-news .news-container .image-container {
      max-height: 160px; } }
  @media (max-width: 991.98px) {
    .view-new-layout .more-news {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "post-1 post-2" "post-3 post-4" "post-5 post-6" "post-7 post-8";
      position: relative; }
      .view-new-layout .more-news .news-container {
        position: static; }
        .view-new-layout .more-news .news-container .image-container {
          -ms-flex-align: center;
              align-items: center;
          display: -ms-flexbox;
          display: flex; }
        .view-new-layout .more-news .news-container:nth-child(1):after {
          background: #ccc;
          content: "";
          display: block;
          height: 100%;
          left: 50%;
          transform: translateX(-50%);
          position: absolute;
          width: 1px; }
        .view-new-layout .more-news .news-container:nth-child(2):after, .view-new-layout .more-news .news-container:nth-child(3):after, .view-new-layout .more-news .news-container:nth-child(5):after, .view-new-layout .more-news .news-container:nth-child(6):after, .view-new-layout .more-news .news-container:nth-child(7):after {
          content: none !important; }
        .view-new-layout .more-news .news-container:nth-child(2):before, .view-new-layout .more-news .news-container:nth-child(3):before, .view-new-layout .more-news .news-container:nth-child(5):before, .view-new-layout .more-news .news-container:nth-child(6):before, .view-new-layout .more-news .news-container:nth-child(7):before {
          content: none !important; } }
  @media (max-width: 767.98px) {
    .view-new-layout .more-news {
      -ms-grid-columns: (1fr)[1] !important;
          grid-template-columns: repeat(1, 1fr) !important;
      grid-template-areas: "post-1" "post-2" "post-3" "post-4" "post-5" "post-6" "post-7" "post-8"; }
      .view-new-layout .more-news .news-container:nth-child(1):after, .view-new-layout .more-news .news-container:nth-child(2):after, .view-new-layout .more-news .news-container:nth-child(3):after {
        content: none !important; } }

.view-new-layout .secao-ultimas-noticias {
  margin-top: 3em; }

.view-new-layout .partial_newsletter {
  margin-top: 0;
  margin-bottom: 35px; }

.view-new-layout.noticia-interna .bloco-container-embed iframe {
  max-width: 100%;
  max-height: 400px; }

.view-new-layout.noticia-interna .autor .editoria-label {
  background-color: #B90000;
  border-radius: 3px;
  color: #fff;
  padding: 2px 6px; }

@media (max-width: 575.98px) {
  .view-new-layout.noticia-interna.container {
    margin-bottom: 0; } }

.view-new-layout.noticia-interna .more-news {
  grid-template-areas: "post-1 post-2 post-3 post-4";
  margin-bottom: 30px; }
  .view-new-layout.noticia-interna .more-news .container-title-audio {
    min-height: unset;
    padding-bottom: 40px; }
  @media (max-width: 991.98px) {
    .view-new-layout.noticia-interna .more-news {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "post-1 post-2" "post-3 post-4"; } }
  @media (max-width: 767.98px) {
    .view-new-layout.noticia-interna .more-news {
      -ms-grid-columns: (1fr)[1] !important;
          grid-template-columns: repeat(1, 1fr) !important;
      grid-template-areas: "post-1" "post-2" "post-3" "post-4"; } }

.view-new-layout .pagination-container {
  text-align: right; }
  .view-new-layout .pagination-container .pagination > li {
    margin: 0 2.5px; }
    .view-new-layout .pagination-container .pagination > li > a,
    .view-new-layout .pagination-container .pagination > li > span {
      border: 0;
      border-radius: 32px;
      color: #B90000;
      transition: 0.3s ease; }
    .view-new-layout .pagination-container .pagination > li:first-child > *, .view-new-layout .pagination-container .pagination > li:last-child > * {
      font-weight: bold;
      font-size: 28px;
      height: 32px;
      line-height: 15px;
      width: 32px; }
  .view-new-layout .pagination-container .pagination > .active > a > a:focus,
  .view-new-layout .pagination-container .pagination > .active > a:hover,
  .view-new-layout .pagination-container .pagination > .active > span,
  .view-new-layout .pagination-container .pagination > .active > span:focus,
  .view-new-layout .pagination-container .pagination > .active > span:hover {
    background-color: #B90000;
    border-color: #B90000;
    color: #fff; }

.mp-menu ul li {
  float: unset;
  display: list-item; }

.mp-cover .mp-level {
  overflow: auto;
  /*
		&.level-2 {
			width: 0;
			height: 0;
			overflow: hidden;
			transition: transform 0.5s, width 0.5s, height 0.01s;
			&.mp-level-open {
				width: 100%;
				height: auto;
				overflow: auto;
			}
		}
		*/ }
  .mp-cover .mp-level.mp-level-overlay .menu-secundario {
    /*display: none;*/ }
  .mp-cover .mp-level.mp-level-overlay {
    overflow: hidden; }
  .mp-cover .mp-level.level-2 {
    background-color: #9E0000;
    z-index: 10; }

.news-container .article-category, .news-container .news-title {
  position: relative;
  z-index: 2; }

.news-container .news-info {
  margin: 20px 0; }

.news-container .news-title {
  color: #B90000;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  z-index: 2; }
  .news-container .news-title .news-link {
    transition: all 200ms ease-in-out; }
    .news-container .news-title .news-link:hover {
      color: #9F0000;
      text-decoration: none; }

.news-container .news-boom {
  color: #000;
  font-size: 16px;
  font-weight: bold; }
  .news-container .news-boom:empty {
    margin-bottom: 0; }

.news-container .news-link {
  position: relative;
  z-index: 2; }
  .news-container .news-link:hover {
    text-decoration: none; }

.news-container .news-image {
  transition: all 1s ease-in-out; }

.news-container:hover .news-image {
  transform: scale(1.3); }

.news-container .image-container {
  overflow: hidden; }

.partial_noticia.bloco-imagem-vertical img {
  max-height: unset;
  max-width: 90%; }

.container-audio .audiojs .play-pause .play, .container-audio .audiojs .play-pause .pause, .container-audio .audiojs .play-pause .loading, .container-audio .audiojs .play-pause .error {
  -ms-flex-align: center;
      align-items: center;
  background: initial;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 100%; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.container-audio_player {
  display: none; }

.container-audio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 25px; }
  .container-audio .audiojs {
    background: unset;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .container-audio .audiojs.playing .play, .container-audio .audiojs.playing .loading, .container-audio .audiojs.playing .error {
      display: none !important; }
    .container-audio .audiojs.error .play, .container-audio .audiojs.error .loading, .container-audio .audiojs.error .pause {
      display: none !important; }
    .container-audio .audiojs .loaded {
      background: #B90000;
      height: 1.1px;
      top: 50%;
      width: 100% !important; }
    .container-audio .audiojs .white-styled ~ .play-pause .play {
      background-image: url(/assets/img/audio-new-icon-play-white.png); }
    .container-audio .audiojs .white-styled ~ .play-pause .pause {
      background-image: url(/assets/img/audio-new-icon-pause-white.png); }
    .container-audio .audiojs .play-pause {
      border-right: none;
      height: 100%;
      padding: 0; }
      .container-audio .audiojs .play-pause .play {
        margin: 0 auto;
        position: relative;
        background-image: url(/assets/img/audio-new-icon-play.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px 16px; }
        .container-audio .audiojs .play-pause .play img {
          height: 16px;
          width: 16px; }
      .container-audio .audiojs .play-pause .pause {
        background-image: url(/assets/img/audio-new-icon-pause.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        /*&:after{
					border-left: 5px solid $button-dark-color;
					border-right: 5px solid $button-dark-color;
					content: "";
					display: block;
					height: 16px;
					width: 13px;
				}*/ }
        .container-audio .audiojs .play-pause .pause img {
          height: 16px;
          width: 16px; }
      .container-audio .audiojs .play-pause .loading:after {
        animation: spin 2s linear infinite;
        border-left: 4px solid transparent;
        border-top: 4px solid black;
        border-right: 4px solid black;
        border-bottom: 4px solid black;
        border-radius: 50%;
        content: "";
        display: block;
        height: 16px;
        width: 16px; }
      .container-audio .audiojs .play-pause .error:after {
        content: "";
        display: block;
        border-right: 2px solid black;
        height: 12px;
        transform: rotate(45deg);
        position: absolute; }
      .container-audio .audiojs .play-pause .error:before {
        content: "";
        display: block;
        border-right: 2px solid black;
        height: 12px;
        transform: rotate(-45deg);
        position: absolute; }
    .container-audio .audiojs .progress {
      background: #ad3934;
      box-shadow: 0px 2px 2px -1px rgba(173, 57, 52, 0.5);
      border-radius: 10px;
      height: 6px;
      position: relative;
      transition: all 200ms ease-in-out;
      margin-bottom: 0; }
    .container-audio .audiojs .scrubber {
      -ms-flex-align: center;
          align-items: center;
      background: unset;
      border: unset;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      margin: 0 0 0 10px;
      width: 100% !important; }
    .container-audio .audiojs .time {
      display: none; }
  .container-audio .download-button {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 3em; }
    .container-audio .download-button .download-icon {
      background-color: #000;
      border-radius: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 48px;
      height: 48px; }
      .container-audio .download-button .download-icon img {
        width: 24px;
        height: 24px; }
    .container-audio .download-button .download-text {
      color: #000;
      font-weight: 700;
      margin-left: 10px; }

/*
.featured-news .news-container:first-child .container-audio{
	.play-pause{
		.play{
			&:after{
				border-left: 16px solid $button-light-color;
			}
		}
		.pause{
			&:after{
				border-left: 5px solid $button-light-color;
				border-right: 5px solid $button-light-color;

			}
		}
		.loading{
			&:after{
				border-top: 4px solid $button-light-color;
				border-right: 4px solid $button-light-color;
				border-bottom: 4px solid $button-light-color;
			}
		}
		.error{
			&:after{
				border-right: 2px solid $button-light-color;
			}
			&:before{
				border-right: 2px solid $button-light-color;
			}
		}
	}
	.scrubber{
		.loaded{
			background: $button-light-color;
			width: 100%;
		}
	}
}
*/
.container-title-audio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*height: 100%;*/
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative; }

.progress.done {
  width: 100% !important; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.lds-spinner {
  position: relative; }
  .lds-spinner div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: lds-spinner linear 1s infinite;
    background: #b90000;
    width: 12px;
    height: 24px;
    border-radius: 40%;
    transform-origin: 6px 52px; }
    .lds-spinner div:nth-child(1) {
      transform: rotate(0deg);
      animation-delay: -0.916666666666667s; }
    .lds-spinner div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -0.833333333333333s; }
    .lds-spinner div:nth-child(3) {
      transform: rotate(60deg);
      animation-delay: -0.75s; }
    .lds-spinner div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.666666666666667s; }
    .lds-spinner div:nth-child(5) {
      transform: rotate(120deg);
      animation-delay: -0.583333333333333s; }
    .lds-spinner div:nth-child(6) {
      transform: rotate(150deg);
      animation-delay: -0.5s; }
    .lds-spinner div:nth-child(7) {
      transform: rotate(180deg);
      animation-delay: -0.416666666666667s; }
    .lds-spinner div:nth-child(8) {
      transform: rotate(210deg);
      animation-delay: -0.333333333333333s; }
    .lds-spinner div:nth-child(9) {
      transform: rotate(240deg);
      animation-delay: -0.25s; }
    .lds-spinner div:nth-child(10) {
      transform: rotate(270deg);
      animation-delay: -0.166666666666667s; }
    .lds-spinner div:nth-child(11) {
      transform: rotate(300deg);
      animation-delay: -0.083333333333333s; }
    .lds-spinner div:nth-child(12) {
      transform: rotate(330deg);
      animation-delay: 0s; }

.lds-spinner {
  width: 150px !important;
  height: 150px !important;
  transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px); }

body .loading-container {
  display: none; }

body.show-loading .base .loading-container {
  display: initial;
  position: fixed;
  top: calc(50% - 75px);
  z-index: 100;
  left: calc(50% - 68px); }

body.show-loading .base:before {
  transition: all 0.3s ease;
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  /*background-image: url(../../assets/img/loader.gif);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px;
  height: 100vh;
  width: 100vw;
  z-index: 50; }
