@charset "UTF-8";
/* ==========================================================================
   Settings
   ========================================================================== */
/* ==========================================================================
   Components
   ========================================================================== */
.ads {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .ads {
    margin-bottom: 80px;
  }
}

.player {
  width: 100%;
  margin: 0 auto;
  max-width: 1459px;
}

@media screen and (min-width: 1920px) {
  .player {
    width: 80%;
  }
}

@media screen and (max-width: 1690px) {
  .player {
    width: 75%;
  }
}

@media screen and (max-width: 1440px) {
  .player {
    width: 1024px;
  }
}

@media screen and (max-width: 480px) {
  .player {
    width: 100%;
  }
}

.player .play-list {
  width: 100%;
  background: #1a191a;
  height: 450px;
  overflow: auto;
}

@media screen and (min-width: 1920px) {
  .player .play-list {
    height: 550px;
  }
}

@media screen and (max-width: 480px) {
  .player .play-list {
    height: auto;
    overflow: inherit;
  }
}

.player .play-list .list {
  padding: 25px;
  margin: 0 !important;
}

@media screen and (max-width: 480px) {
  .player .play-list .list {
    margin-right: 15px !important;
  }
}

.player .play-list .list .item {
  min-height: 86px;
}

@media screen and (min-width: 1920px) {
  .player .play-list .list .item {
    min-height: 114px;
  }
}

@media screen and (max-width: 480px) {
  .player .play-list .list .item .box-capa {
    margin-bottom: 20px;
  }
}

.player .play-list .list .item .box-capa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.player .play-list .list .item .box-capa .icon-play {
  position: absolute;
  width: 70px;
  height: 70px;
  opacity: 0;
}

.player .play-list .list .item .box-capa .capa {
  width: 100%;
  height: auto;
}

.player .play-list .list .item:hover .icon-play {
  opacity: 1;
}

.player .play-list .list .ind {
  font-size: 10px;
  color: #74736a;
}

@media screen and (max-width: 480px) {
  .player .play-list .list .ind {
    font-size: 16px;
    line-height: 1.4;
  }
}

.player .play-list .info-programa p {
  line-height: 1;
  margin-bottom: 0;
}

.player .play-list .info-programa p a {
  font-size: 14px;
  color: #74736a;
}

@media screen and (max-width: 480px) {
  .player .play-list .info-programa p a {
    font-size: 16px;
    line-height: 1.4;
  }
}

.player .play-list img {
  border-radius: 5px;
}

.player #rmp {
  width: 100%;
  min-height: 450px;
  background: #1a191a;
}

@media screen and (min-width: 1920px) {
  .player #rmp {
    min-height: 550px;
  }
}

@media screen and (max-width: 480px) {
  .player #rmp {
    min-height: 233px;
  }
}

@media screen and (max-width: 390px) {
  .player #rmp {
    min-height: 219px;
  }
}

@media screen and (max-width: 360px) {
  .player #rmp {
    min-height: 201px;
  }
}

@media screen and (max-width: 320px) {
  .player #rmp {
    min-height: 180px;
  }
}

.player #rmp img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 1920px) {
  .player #rmp img {
    min-height: 550px;
  }
}

.player img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.player .breadcrumb {
  color: #74736a;
  font-size: 12px;
  font-weight: 600;
}

.player .player-title {
  font-size: 22px;
}

.player .player-data {
  font-size: 11px;
}

.player .player-descricao {
  color: #74736a;
  font-size: 14px;
}

.slider .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  padding-left: 10%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 1690px) {
  .slider .content {
    padding-left: 6%;
    padding-right: 6%;
    max-width: 700px;
  }
}

@media screen and (max-width: 1440px) {
  .slider .content {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .slider .content {
    max-width: 860px;
  }
}

@media screen and (max-width: 480px) {
  .slider .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 80px;
  }
}

.slider .content .head {
  margin-top: -50px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1690px) {
  .slider .content .head {
    font-size: 50px;
  }
}

@media screen and (max-width: 480px) {
  .slider .content .head {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.slider .content .description {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .slider .content .description {
    text-align: center;
    font-size: 14px;
  }
}

.slider .content .actions .btn {
  border-radius: 25px !important;
  padding: 0.575rem 1.25rem;
  /*@media screen and (max-width: 480px) {
                    padding: 0.4rem 1rem;
                }*/
}

.slider .content .actions .btn-secondary {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.slider .content .box-classificacao .classification {
  border: 1px solid #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
}

.slider .content .box-resolucao .sigla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: gray;
  border: 1px solid gray;
  border-radius: 5px;
}

.slider-programa .content {
  height: 80%;
}

@media screen and (max-width: 480px) {
  .slider-programa .content {
    height: 95%;
  }
}

@media screen and (max-width: 480px) {
  .slider-programa .background img {
    height: 85vh;
  }
}

.background img {
  height: 90vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1440px) {
  .background img {
    max-height: 56.25vw;
  }
}

.background:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(15%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#1f1f1f), color-stop(20%, rgba(39, 39, 47, 0.6)), color-stop(80%, rgba(39, 39, 47, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 15%), linear-gradient(0deg, #1f1f1f, rgba(39, 39, 47, 0.6) 20%, rgba(39, 39, 47, 0) 80%);
}

@media screen and (min-width: 768px) {
  .highlight__background {
    height: 90vh;
    max-height: 56.25vw;
  }
  .swiper-slide {
    max-height: 50vw;
    margin-bottom: -40px;
  }
}

.carousel-highlight {
  height: 90vh;
}

@media screen and (min-width: 1440px) {
  .carousel-highlight {
    max-height: 56.25vw;
  }
  .carousel-highlight.programa {
    height: 60vh;
  }
}

.breadcrumb .active {
  border-bottom: 4px solid #74736a;
}

#calendario {
  display: none;
  position: absolute;
  margin-top: -280px;
  border: 1px solid #4a4a53;
  background: #1f1f1f;
  padding: 0 30px 30px 30px;
}

#calendario .ui-datepicker {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  border: 0;
  background: #1f1f1f;
}

#calendario .ui-datepicker .ui-widget-header,
#calendario .ui-datepicker .ui-datepicker-title {
  background: #1f1f1f;
  color: #fff;
  border: 0;
}

#calendario .ui-datepicker table thead span {
  color: #fff;
}

.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  background: none;
  border: 0;
  color: #999;
  text-align: center;
}

.ui-state-active,
.ui-widget-content .ui-state-default:hover,
.ui-button.ui-state-disabled:active {
  color: #fff !important;
  font-weight: bold;
}

.ui-datepicker-prev::after {
  content: "«";
  float: left;
  margin: 0 0 0 7px;
}

.ui-datepicker-next::after {
  content: "»";
  float: right;
  margin: 0 -5px 0 0;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  display: none;
}

.ui-datepicker-prev::after,
.ui-datepicker-next::after {
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 2;
  position: relative;
}

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  background: transparent !important;
}

.ui-datepicker-prev-hover span,
.ui-datepicker-next-hover span {
  display: none !important;
}

.box-list {
  /* Arrows */
}

.box-list .slick-track {
  margin-left: 10%;
  padding: 30px 30px 30px 10px;
}

@media screen and (max-width: 1690px) {
  .box-list .slick-track {
    margin-left: 5%;
  }
}

@media screen and (max-width: 1440px) {
  .box-list .slick-track {
    margin-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .box-list .slick-track {
    margin-left: 3%;
  }
}

@media screen and (max-width: 480px) {
  .box-list .slick-track {
    margin-left: -56px !important;
  }
}

@media only screen and (min-width: 1920px) {
  .box-list .slick-track {
    padding: 50px 30px 50px 10px;
  }
}

@media screen and (max-width: 480px) {
  .box-list.programas .slick-track {
    margin-left: -68% !important;
  }
}

@media screen and (max-width: 480px) {
  .box-list.radios .slick-track {
    margin-left: 0 !important;
  }
}

.box-list .draggable {
  padding-right: 13%;
}

.box-list .slick-prev,
.box-list .slick-next {
  position: absolute;
  z-index: 99999;
  top: -20px;
  width: 5%;
  height: 90%;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  border: 0;
  display: block;
  text-indent: -99999px;
}

@media screen and (max-width: 1920px) {
  .box-list .slick-prev,
  .box-list .slick-next {
    top: -30px;
  }
}

@media screen and (max-width: 1690px) {
  .box-list .slick-prev,
  .box-list .slick-next {
    top: -20px;
  }
}

@media screen and (max-width: 1440px) {
  .box-list .slick-prev,
  .box-list .slick-next {
    top: -30px;
  }
}

.box-list .slick-prev {
  left: -12px;
  background: -webkit-gradient(linear, left top, right top, from(#1f1f1f), to(transparent));
  background: linear-gradient(90deg, #1f1f1f, transparent);
}

.box-list .slick-prev::before {
  position: relative;
  z-index: 999999;
  float: left;
  left: 20px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 3px -3px 0 1px #fff inset;
          box-shadow: 3px -3px 0 1px #fff inset;
  border: solid transparent;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.box-list .slick-next {
  right: -12px;
  background: -webkit-gradient(linear, right top, left top, from(#1f1f1f), to(transparent));
  background: linear-gradient(270deg, #1f1f1f, transparent);
}

.box-list .slick-next::after {
  position: relative;
  z-index: 99999;
  float: right;
  right: 20px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 3px -3px 0 1px #fff inset;
          box-shadow: 3px -3px 0 1px #fff inset;
  border: solid transparent;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
}

.slick-disabled {
  display: none !important;
}

.slick-dots {
  position: absolute;
  bottom: 15%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .slick-dots {
    bottom: 3%;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 480px) {
  .slick-dots li {
    margin: 0 6px;
  }
}

.slick-dots li button {
  text-indent: -9999999px;
  width: 40px;
  height: 12px;
  border: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0.5;
}

@media screen and (max-width: 480px) {
  .slick-dots li button {
    width: 30px;
  }
}

.slick-dots li::marker {
  content: "";
}

.slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.jspVerticalBar {
  background: #1a191a;
}

.list-radios .slick-prev,
.list-radios .slick-next,
.list-capas .slick-prev,
.list-capas .slick-next,
.list-top-10 .slick-prev,
.list-top-10 .slick-next {
  top: 20px;
}

.slider-programacao .slick-arrow {
  position: absolute;
  z-index: 99999;
  top: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  border: 0;
  display: block;
  text-indent: -99999px;
  background-color: #404047;
  width: 40px;
  height: 80px;
  min-height: 80px;
}

.slider-programacao .slick-prev {
  left: 10px;
  border-right: 10px solid #1f1f1f;
  border-radius: 10px 0 0 10px;
}

.slider-programacao .slick-prev::before {
  position: relative;
  z-index: 999999;
  float: left;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 2px -2px 0 1px #fff inset;
          box-shadow: 2px -2px 0 1px #fff inset;
  border: solid transparent;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 5px;
}

.slider-programacao .slick-next {
  right: 10px;
  border-left: 10px solid #1f1f1f;
  border-radius: 0 10px 10px 0;
}

.slider-programacao .slick-next::after {
  position: relative;
  z-index: 99999;
  float: right;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 2px -2px 0 1px #fff inset;
          box-shadow: 2px -2px 0 1px #fff inset;
  border: solid transparent;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(227deg);
          transform: rotate(227deg);
  margin-top: 5px;
}

.nav-tabs {
  border: 0 !important;
}

.nav-tabs a,
.nav-tabs button {
  border: 0 !important;
  padding: 0;
  margin-right: 15px;
  color: #fff !important;
  border-bottom: 4px solid transparent !important;
}

.nav-tabs a.active, .nav-tabs a:hover, .nav-tabs a:active,
.nav-tabs button.active,
.nav-tabs button:hover,
.nav-tabs button:active {
  color: #fff !important;
  background: transparent !important;
  border-bottom: 4px solid #74736a !important;
}

.divisor-tabs {
  margin: -4px 3% 0 3%;
}

.classification {
  border-radius: 5px;
  padding: 3px;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
}

.classification.warning {
  background: #fd6524;
}

.classification.livre {
  background: green;
}

.classification-free {
  background-color: #45c355;
  color: #fff;
}

.classification-10 {
  background-color: #0095de;
  color: #fff;
}

.classification-12 {
  background-color: #ffca00;
  color: #fff;
}

.classification-14 {
  background-color: #f98300;
  color: #fff;
}

.classification-16 {
  background-color: #ef2517;
  color: #fff;
}

.classification-18 {
  background-color: #000;
  color: #fff;
}

/*
* LIST BOXES
*/
/*.home {
    .box-list {
        margin-top: 50px;
    }
}*/
.box-list {
  padding: 0;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
  /*
    *   default para todos
    */
  /*
    *   lista padrão
    */
}

.box-list.first {
  margin-top: -100px;
}

@media screen and (max-width: 480px) {
  .box-list.first {
    margin-top: 0;
  }
}

.box-list h2 {
  font-size: 22px;
  margin-bottom: -15px;
  margin-left: 10%;
}

.box-list h2 a {
  color: #fff;
}

.box-list h2 span {
  font-size: 12px;
  min-width: 85px;
}

@media screen and (max-width: 1690px) {
  .box-list h2 {
    margin-left: 6%;
  }
}

@media screen and (max-width: 1440px) {
  .box-list h2 {
    margin-left: 5%;
  }
}

@media screen and (max-width: 768px) {
  .box-list h2 {
    margin-left: 5%;
  }
}

@media screen and (max-width: 480px) {
  .box-list h2 {
    font-size: 18px;
  }
  .box-list h2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .box-list h2 a span {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1690px) {
  .box-list .item {
    max-width: 250px;
  }
}

.box-list .item .box-capa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-list .item .box-capa .icon-play {
  position: absolute;
  width: 70px;
  height: 70px;
  opacity: 0;
}

.box-list .item .box-capa .capa {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .box-list .item:hover .capa {
    border-color: #fff !important;
  }
  .box-list .item:hover .icon-play {
    opacity: 1;
  }
}

.box-list .list-capas,
.box-list .list-radios {
  margin: 0;
}

.box-list .list-capas .item,
.box-list .list-radios .item {
  margin: 0 0 0 10px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 1920px) {
  .box-list .list-capas .item,
  .box-list .list-radios .item {
    margin: 0 0 0 15px;
  }
}

.box-list .list-capas .item .capa,
.box-list .list-radios .item .capa {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.box-list .list-capas .item .info-capa,
.box-list .list-radios .item .info-capa {
  display: none;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(40%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 60%);
}

.box-list .list-capas .item .info-capa .title,
.box-list .list-radios .item .info-capa .title {
  font-size: 14px;
}

.box-list .list-capas .item .info-capa .subtitle,
.box-list .list-radios .item .info-capa .subtitle {
  font-size: 12px;
}

.box-list .list-capas .item .info-capa .title a,
.box-list .list-radios .item .info-capa .title a {
  color: #fff;
}

.box-list .list-capas .item .info-capa .subtitle a,
.box-list .list-radios .item .info-capa .subtitle a {
  color: rgba(255,255,255,0.7);
}

.box-list .list-capas .item .info-capa .description,
.box-list .list-radios .item .info-capa .description {
  font-size: 10px;
  line-height: 1.4;
}

.box-list .list-capas .item .info-capa .description a,
.box-list .list-radios .item .info-capa .description a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .box-list .list-capas .item:hover,
  .box-list .list-radios .item:hover {
    border: 3px solid #fff;
    border-radius: 10px;
    scale: 1.2;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .box-list .list-capas .item:hover,
  .box-list .list-radios .item:hover {
    border: 5px solid #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 480px) {
  .box-list .list-capas .item:hover,
  .box-list .list-radios .item:hover {
    scale: 1;
  }
}

@media screen and (min-width: 768px) {
  .box-list .list-capas .item:hover .info-capa,
  .box-list .list-radios .item:hover .info-capa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.box-list .list-top-10 .item {
  margin: 0 0 0 10px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

@media only screen and (min-width: 1920px) {
  .box-list .list-top-10 .item {
    margin: 0 0 0 15px;
  }
}

.box-list .list-top-10 .item .capa {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.box-list .list-top-10 .item .info-capa {
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  border-radius: 10px;
  border: 3px solid #1f1f1f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(40%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 60%);
}

.box-list .list-top-10 .item .info-capa .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-list .list-top-10 .item .info-capa .rank .rank-number {
  margin: 0 15px 0 0;
  font-size: 80px;
  line-height: 76px;
  font-weight: 700;
}

.box-list .list-top-10 .item .info-capa .title {
  font-size: 14px;
  color: #fff;
}

.box-list .list-top-10 .item .info-capa .description {
  font-size: 10px;
  line-height: 1.4;
}

.box-list .list-top-10 .item .info-capa .description a {
  color: #fff;
}

.box-list .list-top-10 .item .info-capa .description .classification {
  border-radius: 5px;
  padding: 3px;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
}

.box-list .list-top-10 .item .info-capa .description .classification.warning {
  background: #fd6524;
}

.box-list .list-top-10 .item .info-capa .description .classification.livre {
  background: green;
}

@media screen and (min-width: 768px) {
  .box-list .list-top-10 .item:hover .info-capa {
    border-color: #fff;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .box-list .list-top-10 .item:hover .info-capa {
    border: 5px solid #fff;
  }
}

.box-list .list-programas,
.box-list .list-cameras {
  margin: 0;
}

.box-list .list-programas .item,
.box-list .list-cameras .item {
  margin: 0 0 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 1920px) {
  .box-list .list-programas .item,
  .box-list .list-cameras .item {
    margin: 0 0 0 20px;
  }
}

.box-list .list-programas .item .logo-programa,
.box-list .list-cameras .item .logo-programa {
  min-height: 57px;
  background: #4a4a53;
  border-radius: 10px 10px 0 0;
  border-top: 3px;
  border-bottom: 0;
  border-left: 3px;
  border-right: 3px;
  border-color: #1f1f1f;
  border-style: solid;
  border-radius: 10px 10px 0 0;
}

.box-list .list-programas .item .logo-programa a,
.box-list .list-cameras .item .logo-programa a {
  color: #fff;
  font-weight: bold;
}

.box-list .list-programas .item .logo-programa img,
.box-list .list-cameras .item .logo-programa img {
  max-height: 38px;
}

.box-list .list-programas .item .box-capa .capa,
.box-list .list-cameras .item .box-capa .capa {
  border-top: 0;
  border-bottom: 3px;
  border-left: 3px;
  border-right: 3px;
  border-color: #1f1f1f;
  border-style: solid;
  border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 768px) {
  .box-list .list-programas .item:hover .logo-programa,
  .box-list .list-cameras .item:hover .logo-programa {
    border-color: #fff !important;
  }
}

.box-list .list-programas .item .info-programa .title,
.box-list .list-cameras .item .info-programa .title {
  font-size: 14px;
}

.box-list .list-programas .item .info-programa .title a,
.box-list .list-cameras .item .info-programa .title a {
  color: #fff;
}

.box-list .list-programas .item .info-programa .description,
.box-list .list-cameras .item .info-programa .description {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.box-list .list-programas .item .info-programa .description a,
.box-list .list-cameras .item .info-programa .description a {
  color: #ccc;
}

.box-list .list-jornais {
  margin: 0;
}

.box-list .list-jornais .item {
  margin: 0 0 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 1920px) {
  .box-list .list-jornais .item {
    margin: 0 0 0 20px;
  }
}

.box-list .list-jornais .item .capa {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 4px solid #1f1f1f;
}

.box-list .list-jornais .item .info-programa {
  padding: 0 4px;
}

.box-list .list-jornais .item .info-programa .title {
  font-size: 14px;
}

.box-list .list-jornais .item .info-programa .title a {
  color: #fff;
}

.box-list .list-jornais .item .info-programa .description {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.box-list .list-jornais .item .info-programa .description a {
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .box-list .list-jornais .item:hover .capa {
    border: 4px solid #fff;
  }
}

.box-list .list-canais {
  margin: 0;
}

.box-list .list-canais .item {
  margin: 0 0 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 1920px) {
  .box-list .list-canais .item {
    margin: 0 0 0 20px;
  }
}

.box-list .list-canais .item .box-capa .capa {
  border-top: 3px;
  border-bottom: 3px;
  border-left: 3px;
  border-right: 3px;
  border-color: #1f1f1f;
  border-style: solid;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .box-list .list-canais .item:hover .capa {
    border: 4px solid #fff;
  }
}

.icon-ao-vivo {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: live_pulse;
          animation-name: live_pulse;
}

@-webkit-keyframes live_pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes live_pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #1f1f1f;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */
}

.modal .modal-content {
  background-color: #1f1f1f;
  margin: 3% auto;
  /* 15% from the top and centered */
  border: 5px solid #4b4b51;
  border-radius: 20px;
  width: 100%;
  /* Could be more or less, depending on screen size */
  max-width: max(650px, 30vw);
}

@media screen and (max-width: 480px) {
  .modal .modal-content {
    margin: 10% auto;
  }
}

@media screen and (max-width: 480px) {
  .modal .modal-content {
    max-width: 320px;
  }
}

.modal .modal-content .content .info {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 18px;
}

.modal .modal-content .content form #btn-avatar, .modal .modal-content .content form #btn-avatar-modal {
  width: auto !important;
  margin-left: 120px;
  margin-top: -10px;
}

.modal .modal-content .content form .profile {
  text-align: center;
  margin: 0;
}

.modal .modal-content .content form label {
  font-size: 12px;
  margin-bottom: 10px;
}

.modal .modal-content .content form input,
.modal .modal-content .content form select {
  border-color: #3e3e45 !important;
  background: #3e3e45 url("../images/icon-pencil.png") right no-repeat !important;
  padding-right: 40px;
  border-radius: 25px;
  color: #cecfd1;
  font-weight: 300;
  width: 100%;
}

.modal .modal-content .content form input:focus,
.modal .modal-content .content form select:focus {
  color: #fff;
  border-color: #fff !important;
}

.modal .modal-content .content form .btn-primary {
  color: #1f1f1f;
  border-color: #fff !important;
  background-color: #fff !important;
}

.modal .close,
.modal .closeCadastro {
  color: #cecece;
  float: right;
  font-size: 18px;
  margin: 5px 15px 0 0;
  font-weight: bold;
}

.modal .close:hover, .modal .close:focus,
.modal .closeCadastro:hover,
.modal .closeCadastro:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.modal.full .modal-content {
  background: #000;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  /* 15% from the top and centered */
  width: 100%;
  /* Could be more or less, depending on screen size */
  max-width: 100%;
  height: 100%;
}

.modal.full .modal-content #rmp {
  width: 100%;
  height: 100%;
  display: contents;
}

.modal.full .closeAssistirVideo {
  position: absolute;
  z-index: 9999;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.modal.full .closeAssistirVideoTrailer {
  position: absolute;
  z-index: 9999;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.modal.full .closeAssistirVideo:hover, .modal.full .closeAssistirVideo:focus {
  opacity: .8;
}

.modal.full .closeAssistirVideoTrailer:hover, .modal.full .closeAssistirVideoTrailer:focus {
  opacity: .8;
}

/* ==========================================================================
      Modules
      ========================================================================== */
body {
  background: #1f1f1f;
  font-family: "Sora", sans-serif;
  color: #fff;
  /*overflow-x: hidden;*/
}

.btn {
  border-radius: 25px !important;
}

.btn-secondary {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.btn-primary {
  border-color: #f4322e;
  background-color: #f4322e;
}

.btn-primary:hover {
  border-color: #3d3d44;
  background-color: #3d3d44;
}

.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}

a,
a:hover {
  color: #fff;
  text-decoration: none;
}

.img-responsivo {
  width: 100%;
  height: auto;
}

.badge {
  min-width: 23px;
  min-height: 23px;
  font-size: 11px;
  text-align: center;
  background-color: #f4322e !important;
}

.inverter {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.interna main {
  margin-top: 83px;
  /* border:2px solid blue; */
  min-height: calc(100vh - 83px);
}

@media screen and (max-width: 480px) {
  .interna main {
    margin-top: 83px;
  }
}

.section .section-title {
  font-size: 2rem;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  height: 90vh;
}

.user-picture-icon {
  display: block;
  background: #262626;
  -webkit-box-shadow: inset 0 0 1px 0 #ccc, 0 0 1px 0 #ccc;
          box-shadow: inset 0 0 1px 0 #ccc, 0 0 1px 0 #ccc;
}

svg:not(:root) {
  overflow: hidden;
}

.progress {
  margin: 8px 0 0 4px;
  padding: 0;
}

.progress .progress-bar {
  height: 5px;
  border-radius: 5px;
}

.content-page p {
  color: #999;
}

.destaque {
  padding: 0 30px;
  background: #3d3d44;
}

.destaque .content-destaque {
  padding: 50px 0;
}

@media screen and (min-width: 1920px) {
  .destaque .content-destaque {
    padding: 16% 25% 0;
  }
}

.destaque .content-destaque h3 {
  font-size: 42px;
}

.destaque .content-destaque p {
  font-size: 20px;
}

.destaque .responsive {
  width: 100%;
  height: auto;
}

.destaque .icon {
  max-width: 64px;
  margin-bottom: 15px;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 82px;
  background: rgba(0, 0, 0, 0.9);
}

header.transparent {
  background: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(transparent));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.64), transparent);
}

@media screen and (max-width: 930px) {
  header .navbar {
    width: 100%;
  }
  header .navbar .navbar-brand {
    margin: 0 12% 0 16% !important;
  }
}

@media screen and (max-width: 480px) {
  header .navbar .navbar-brand img {
    max-width: 100px;
  }
}

@media screen and (max-width: 930px) {
  header .navbar #navbarNav .navbar-nav {
    display: none !important;
  }
}

header .navbar .navbar-nav .nav-link {
  color: #fff;
}

header .navbar .navbar-nav .nav-link:hover, header .navbar .navbar-nav .nav-link.active {
  color: #66665e;
}

@media screen and (max-width: 930px) {
  header .navbar .navbar-toggler {
    display: block !important;
  }
}

header .menu-secundario .search-bar,
header .menu-secundario .notifications-area,
header .menu-secundario .profile-logged,
header .menu-secundario .profile-not-logged {
  margin-left: 25px;
  cursor: pointer;
}

header .menu-secundario .notifications-icon {
  background: transparent;
  border: 0;
}

header .menu-secundario .search-icon {
  fill: #fff;
}

header .menu-secundario .profile {
  margin-right: 20px;
}

header .menu-secundario .profile button {
  background: transparent;
}

header .menu-secundario .profile.profile-logged {
  margin-right: 0;
}

header .menu-secundario .profile.profile-logged:after {
  width: 12px;
  height: 12px;
  display: block;
  float: right;
  content: "";
  -webkit-box-shadow: 2px -2px 0 0px #fff inset;
          box-shadow: 2px -2px 0 0px #fff inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
  margin: 15px 0 0 10px;
}

header .menu-secundario .profile .user-picture-icon {
  border: 0;
  border-radius: 50%;
  background: transparent;
}

header .menu-secundario .box-user .menu-user {
  position: absolute;
  z-index: 99999;
  display: none;
  right: 15px;
  padding-top: 5px;
}

header .menu-secundario .box-user .menu-user .content {
  -webkit-box-shadow: 15px 0px 10px -7px #333;
          box-shadow: 15px 0px 10px -7px #333;
  background: #1f1f1f;
  top: 55px;
  max-width: 350px;
}

header .menu-secundario .box-user .menu-user .content p {
  padding: 10px;
}

header .menu-secundario .box-user .menu-user .content ul {
  padding: 10px;
  font-weight: 300;
}

header .menu-secundario .box-user .menu-user .content ul li {
  font-size: 18px;
  padding: 10px 20px 10px 10px;
}

header .menu-secundario .box-user .menu-user .content ul li a {
  display: block;
}

header .menu-secundario .box-user .menu-user .content ul li a span {
  display: inline-block;
  width: 40px;
}

header .menu-secundario .box-user .menu-user .content ul li.logged:hover {
  background: #000;
  border-radius: 5px;
}

header .menu-secundario .box-user:hover .menu-user {
  display: block;
}

header .menu-secundario .notifications-area .notifications {
  position: absolute;
  z-index: 99999;
  display: none;
  right: -10px;
  padding-top: 5px;
  width: 280px;
}

header .menu-secundario .notifications-area .notifications .content {
  border-radius: 5px;
  -webkit-box-shadow: 15px 0px 10px -7px #333;
          box-shadow: 15px 0px 10px -7px #333;
  background: #1f1f1f;
  top: 55px;
}

header .menu-secundario .notifications-area .notifications .content ul {
  padding: 10px;
  font-weight: 300;
}

header .menu-secundario .notifications-area .notifications .content ul li {
  font-size: 18px;
  padding: 10px 20px 10px 10px;
}

header .menu-secundario .notifications-area .notifications .content ul li a {
  display: block;
}

header .menu-secundario .notifications-area .notifications .content ul li a span {
  display: inline-block;
  width: 40px;
}

header .menu-secundario .notifications-area .notifications .content ul li:hover {
  background: #000;
  border-radius: 5px;
}

header .menu-secundario .notifications-area .notifications .content img {
  max-width: 50px;
}

header .menu-secundario .notifications-area:hover .notifications {
  display: block;
}

@media screen and (max-width: 930px) {
  header .menu-secundario {
    display: none !important;
  }
}

.overlay {
  height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.menu-mobile {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  position: fixed;
  top: 0;
  left: -330px;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 330px;
}

.menu-mobile ul {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
  overflow-y: auto;
  height: 95%;
}

.menu-mobile ul li a {
  display: block;
  border-bottom: 1px solid #6b6b6b;
  padding: 15px 5px;
  color: #989898;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.menu-mobile ul li a:active, .menu-mobile ul li a:hover {
  color: #fff;
}

.menu-mobile ul li:last-child a {
  border: 0;
}

.menu-mobile a.menu-close {
  padding: 8px 0 4px 23px;
  color: #6b6b6b;
  display: block;
  margin: -30px 0 -10px -20px;
  font-size: 35px;
  text-decoration: none;
}

.menu-mobile form .profile {
  text-align: center;
  margin: 0;
}

.menu-mobile form label {
  font-size: 12px;
  margin-bottom: 10px;
}

.menu-mobile form input,
.menu-mobile form select {
  border-color: #3e3e45 !important;
  background: #3e3e45 url("../images/icon-pencil.png") right no-repeat !important;
  padding-right: 40px;
  border-radius: 25px;
  color: #cecfd1;
  font-weight: 300;
  width: 100%;
}

.menu-mobile form input:focus,
.menu-mobile form select:focus {
  color: #fff;
  border-color: #fff !important;
}

.menu-mobile form .btn-primary {
  color: #1f1f1f;
  border-color: #fff !important;
  background-color: #fff !important;
}

.menu-mobile .mobile-profile {
  background: #1f1f1f;
  padding: 40px 20px;
  border-radius: 15px;
}

@media screen and (min-width: 932px) {
  .search-bar-mobile {
    display: none !important;
  }
}

footer {
  color: #fff;
  background: #000;
}

footer a {
  color: #fff;
}

footer .copyright {
  font-size: 12px;
}

/* ==========================================================================
      Pages
      ========================================================================== */
.content-programa {
  position: relative;
  z-index: 2;
  margin-top: -120px;
  /* @media only screen and (max-width: 360px) {
        margin-top: 0;
    }*/
}

.content-programa .nav-tabs {
  margin-left: 10%;
  padding: 0;
}

@media only screen and (max-width: 1690px) {
  .content-programa .nav-tabs {
    margin-left: 6% !important;
  }
}

@media only screen and (max-width: 1440px) {
  .content-programa .nav-tabs {
    margin-left: 6% !important;
  }
}

.content-programa .nav-tabs .nav-link {
  padding-bottom: 10px;
}

.content-programa .box-botao-data {
  margin-left: 10%;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media only screen and (max-width: 1690px) {
  .content-programa .box-botao-data {
    margin-left: 6% !important;
  }
}

@media only screen and (max-width: 1440px) {
  .content-programa .box-botao-data {
    margin-left: 6%;
  }
}

.content-programa .box-botao-data .btn-secondary {
  color: #fff !important;
  border-radius: 5px !important;
  background-color: #4a4a53 !important;
  border-color: #4a4a53 !important;
}

.content-programa .breadcrumb {
  margin-left: 10%;
}

@media only screen and (max-width: 1690px) {
  .content-programa .breadcrumb {
    margin-left: 6% !important;
  }
}

@media only screen and (max-width: 1440px) {
  .content-programa .breadcrumb {
    margin-left: 6% !important;
  }
}

.content-programa .breadcrumb small {
  font-size: 10px;
}

.content-programa .divisor-tabs {
  margin-left: 10%;
}

@media only screen and (max-width: 1440px) {
  .content-programa .divisor-tabs {
    margin-left: 6% !important;
  }
}

.content-programa .box-sobre {
  margin: 50px 10%;
}

@media only screen and (max-width: 1690px) {
  .content-programa .box-sobre {
    margin: 50px 5.5% !important;
  }
}

@media only screen and (max-width: 1440px) {
  .content-programa .box-sobre {
    margin: 50px 4% !important;
  }
}

.content-programa.sinopse h2 {
  font-size: 22px;
}

.content-programa.sinopse .classification {
  border: 1px solid #fff;
  font-size: 18px;
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 480px) {
  .content-programa.sinopse {
    margin-top: 0 !important;
  }
}

/*
@media only screen and (min-width: 1920px) {
    .slider-programa .content {
        padding-left: 10% !important;
    }
}
@media screen and (max-width: 1440px) {
    .slider-programa .content {
        padding-left: 40px !important;
    }
    .slider-programa .content {
        padding-left: 10% !important;
    }
}
*/
.box-botao-data .box-calendario {
  position: absolute;
  display: none;
  max-width: 400px;
  height: 400px;
  margin-top: -50px;
}

.box-botao-data .ativo .box-calendario {
  display: block;
}

.box-botao-data .ativo .box-calendario #calendario {
  display: block;
}

.box-botao-data .alert {
  padding: 5px 40px;
  margin-left: 20px;
}

@media only screen and (max-width: 480px) {
  .box-botao-data .alert {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
  }
}

.busca .form-busca {
  background: #3d3d3d;
  border: 1px solid #929292;
  padding: 15px !important;
}

.busca .form-busca input {
  padding-left: 100px !important;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  background: transparent;
  outline: none;
  color: #fff;
}

.busca .form-busca input::-webkit-input-placeholder {
  color: #66665e;
}

.busca .form-busca input:-ms-input-placeholder {
  color: #66665e;
}

.busca .form-busca input::-ms-input-placeholder {
  color: #66665e;
}

.busca .form-busca input::placeholder {
  color: #66665e;
}

.busca .form-busca button {
  margin-top: -40px;
  z-index: 2;
  position: absolute;
  margin-left: 50px;
  border: 0;
  padding: 0;
}

.busca .result .title-result {
  display: table;
  border-bottom: 4px solid #66665e;
}

.busca .result small {
  color: #66665e;
}

.busca .info-found {
  font-size: 12px;
  color: #66665e;
}

.explore .box-list .slick-track {
  margin-left: 0 !important;
}

@media screen and (max-width: 480px) {
  .explore .box-list .slick-track {
    margin-left: -56px !important;
  }
}

.carousel-highlight.ao-vivo {
  height: 95vh;
}

@media only screen and (min-width: 1920px) {
  .carousel-highlight.ao-vivo {
    height: 73vh;
  }
}

.ao-vivo #rmp {
  position: absolute;
  z-index: 2;
}

.grade-ao-vivo {
  position: relative;
  z-index: 2;
}

.grade-ao-vivo .programa {
  background: #3f4147;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.grade-ao-vivo .programa .logo-programa img {
  width: auto;
  height: auto;
}

.grade-ao-vivo .programa .time {
  font-size: 14px;
  color: #757177;
}

.grade-ao-vivo .programa .title {
  font-weight: bold;
}

.grade-ao-vivo .programa .date span {
  color: #757177;
}

.grade-ao-vivo .programa .btn {
  background-color: #323332 !important;
  border-color: #323332 !important;
  color: #fff;
  font-weight: bold;
}

.grade-ao-vivo .programa .btn-programacao {
  font-size: 14px;
  color: #757177;
}

.grade-ao-vivo .programa .btn-programacao:hover {
  color: #fff;
}

.grade-ao-vivo .programa.active {
  background: #fff;
  color: #3f4147;
}

.grade-ao-vivo .programa.active .logo-programa img {
  -webkit-filter: grayscale(1) !important;
          filter: grayscale(1) !important;
}

.grade-ao-vivo .programa.active .btn {
  background-color: #65665e !important;
  border-color: #65665e !important;
}

.grade-ao-vivo .programa.active .btn-programacao svg {
  fill: #65665e !important;
}

.grade-ao-vivo .programa.active .btn-programacao:hover {
  color: #65665e !important;
}

.grade-ao-vivo .progress {
  background: #6d6a70;
}

#calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

.calendario-mes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.swiper.swiperMes, .swiper.swiperDia {
  width: 100%;
  height: auto;
  margin: 0 10px;
}

.swiperMes {
  cursor: pointer;
}

.swiperMes .swiper-slide {
  width: 100%;
  background-color: #404047;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #404047;
}

.swiperMes .swiper-slide:hover {
  border-color: #333;
}

.swiperMes .swiper-slide.sp-active {
  background-color: #333;
  border-color: #333;
}

.swiperMes .calendario-mes-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
}

.swiperDia {
  cursor: pointer;
}

.swiperDia .swiper-slide {
  width: 220px;
  height: 80px;
  background-color: #404047;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #404047;
}

.swiperDia .swiper-slide:hover {
  border-color: #333;
}

.swiperDia .swiper-slide.sp-active {
  background-color: #333;
  border-color: #333;
}

.btn-calendario {
  background-color: #404047;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: auto;
  min-height: 40px;
  border-radius: 10px;
}

.btn-calendario:hover {
  background-color: #333;
}

.calendario-dias-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

.calendario-dia-text {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 5px;
}

.calendario-dia-number {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

.calendar-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.calendar-legend fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #707070;
  background-color: transparent;
  border: 2px solid #707070;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.calendar-legend fieldset legend {
  color: #cccccc;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 5px;
}

.calendar-legend fieldset .legenda-item {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #cccccc;
}

.calendar-legend fieldset .legenda-item:last-child {
  margin-right: 0;
}

.legenda-live {
  display: block;
  width: 50px;
  height: 7px;
  background-color: #45c355;
  border-radius: 5px;
  margin-right: 5px;
}

.legenda-icon {
  margin-right: 10px;
  font-size: 16px;
}

#estacoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.estacao-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.estacoes-lista {
  margin-top: 20px;
}

.estacoes-lista .radio-colapso {
  margin-bottom: 10px;
}

.estacoes-lista .radio-colapso:last-child {
  margin-bottom: 0;
}

.estacao-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #404047;
  border-radius: 10px;
}

.radio-colapso-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #34343b;
  color: #999999;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #34343b;
  padding: 10px;
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
}

.radio-colapso-btn.active {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-color: #cccccc;
  border-bottom-color: #49494f;
}

.radio-colapso-body {
  background-color: #34343b;
  color: #999999;
  padding: 20px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #cccccc;
  border-top: none;
}

.radio-descricao {
  margin: 0;
  text-align: justify;
}

.radio-colapso-btn {
  font-size: 28px;
}

.radio-colapso-btn.live {
  color: #fff;
  background-color: #45c355;
}

.radio-colapso-btn.live .btn-radio-icon {
  background-color: transparent;
  color: #fff;
}

/*.radio-colapso-btn.live .btn-radio-icon.btn-radio-play {
  border-color: #fff;
  background-color: #fff;
  color: #45c355;
}*/
.btn-radio-icon {
  border: 0;
  color: #fff;
  margin-right: 10px;
  font-size: 28px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #43434a;
  padding: 20px;
}

.btn-radio-icon:last-child {
  margin-right: 0;
}

.radio-hora {
  font-size: 16px;
  color: #999999;
  margin-bottom: 5px;
}

.radio-colapso-btn.live .radio-hora {
  color: #fff;
}

.radio-titulo {
  font-size: 18px;
  color: #ffffff;
}

.nav-tabs.tab-radio {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs.tab-radio .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  margin-right: 5px;
}

.nav-tabs.tab-radio .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs.tab-radio .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  height: 50px;
  background-color: #34343b;
}

.nav-tabs.tab-radio .nav-link.active {
  border-color: #333;
}

@media (max-width: 840px) {
  .calendar-legend fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    font-size: 12px;
  }
  .calendar-legend fieldset legend {
    margin: 0 auto;
  }
  .page-title {
    font-size: 30px;
  }
  .swiperDia .swiper-slide {
    width: 100%;
  }
  .legenda-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .radio-colapso-btn {
    font-size: 12px;
  }
}

.swiper.sp-swiper {
  padding: 25px 6.25rem;
  width: 100%;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* .sp-swiper:hover {
padding-top: 25px;
padding-bottom: 25px;
} */
/* .sp-lancamentos-wrapper .sp-lancamentos {
padding: 10px 0;
}
*/
.sp-swiper-padding {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.sp-item-rank {
  position: absolute;
  top: -28px;
  left: 30px;
  margin: 0;
  color: #fff;
  font-size: 60px;
  text-shadow: 3px 3px 8px #000000;
}

.sp-swiper .swiper-slide {
  width: 380px;
  /* height: 300px; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: auto;
  padding: 20px;
  border: 5px solid transparent;
}

.sp-swiper .swiper-slide.sp-slide-vertical {
  width: 300px;
  padding: 0;
  border: 0;
}

.sp-swiper .swiper-slide:hover {
  /* transform: scale(1.1); */
  background-color: #14141a;
  padding: 20px;
  border: 5px solid #40404b;
  border-radius: 30px;
}

.sp-swiper .swiper-slide.sp-slide-vertical:hover {
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.swiper-slide.sp-slide-vertical .sp-item-btns-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-vertical-titulo {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 10px;
}

.sp-vertical-descricao {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-vertical-duracao {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

/* .sp-swiper .swiper-slide:hover .sp-item-info {
display: block;
}

.sp-item-info {
display: none;
} */
.sp-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

/* .sp-item-content {
width: 100%;
height: 222px;
position: relative;
} */
.sp-item-img-bg {
  width: 100%;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.sp-slide-vertical .sp-item-img-bg {
  height: 400px;
}

.sp-item-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  opacity: 0;
  /*  transition: all 0.5s; */
  border-radius: 10px;
}

.sp-swiper .swiper-slide:hover .sp-item-btns-wrapper {
  opacity: 1;
}

.sp-item-btn-play {
  line-height: 1;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #fff;
  background-color: #ffffff;
  color: #27272f;
  border-radius: 100px;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp-item-btn-play:hover {
  background-color: #27272f;
  color: #fff;
}

.sp-item-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp-item-btn-icon:hover {
  border-color: #fff;
}

.sp-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 10px;
  overflow: hidden;
}

.sp-item-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.sp-item-description {
  font-size: 12px;
  line-height: 20px;
  color: #8a8a8d;
  margin-bottom: 10px;
}

.sp-item-duration {
  font-size: 12px;
  line-height: 20px;
  color: #8a8a8d;
  margin: 0;
  margin-right: 10px;
}

.btnSlideArrow {
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnSlideArrow.swiper-button-disabled {
  opacity: 0;
}

.btnSlideArrow:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  background-color: #fff;
  color: #17171e;
}

.btnSlideArrow i {
  font-size: 2rem;
}

.sp-btn-p-item {
  color: #fff;
  left: 10px;
  /* top: 42%; */
}

.sp-btn-n-item {
  right: 10px;
  color: #fff;
  /* top: 42%; */
}

.colapso-wrapper {
  display: none;
}

.form-minha-conta form {
  width: 100%;
}

.form-minha-conta form label {
  font-size: 12px;
}

.form-minha-conta form input, .form-minha-conta form select {
  border-color: #3e3e45 !important;
  background: #3e3e45 url("../images/icon-pencil.png") right no-repeat !important;
  padding-right: 40px;
  border-radius: 25px;
  color: #cecfd1;
  font-weight: 300;
}

.form-minha-conta form input:focus, .form-minha-conta form select:focus {
  color: #fff;
  border-color: #fff !important;
}

.form-minha-conta #img-avatar,
.form-minha-conta #btn-avatar {
  cursor: pointer;
}

.form-minha-conta a {
  text-decoration: underline;
}

.form-minha-conta .badge {
  min-width: 36px;
  min-height: 36px;
  font-size: 24px !important;
  text-align: center;
  background-color: #3e3e45 !important;
}
/*# sourceMappingURL=custom.css.map */