@charset "UTF-8";
/*cores*/
#eyeDiv {
  display: none; }

header {
  /*    background-image: url(/dancacomasestrelas/resources/img/background.jpg);*/
  /*          &:after {
                      content:'';
                      position: fixed;
                      top:0;
                      left:0;
                      bottom:0;
                      right: 0;
                      background-color: rgba(255,255,255,0.6);
                      z-index: 2;
                      
                  }*/ }
  header .headerContent {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    /*        background-image: url(/dancacomasestrelas/resources/img/backgroundheader.png);*/
    background-position: top right;
    background-repeat: no-repeat; }
    header .headerContent .navWrapper {
      /*            display: inline-block;*/
      margin: 0; }
      header .headerContent .navWrapper nav {
        display: none;
        position: absolute;
        z-index: 100;
        top: 130px;
        left: 10px;
        width: 320px;
        background: -moz-linear-gradient(90deg, #ff8f04 0%, #ff8f04 62%, #fff29e 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff29e), color-stop(38%, #ff8f04), color-stop(100%, #ff8f04));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(90deg, #ff8f04 0%, #ff8f04 62%, #fff29e 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(90deg, #ff8f04 0%, #ff8f04 62%, #fff29e 100%);
        /* opera 11.10+ */
        background: -ms-linear-gradient(90deg, #ff8f04 0%, #ff8f04 62%, #fff29e 100%);
        /* ie10+ */
        background: linear-gradient(0deg, #ff8f04 0%, #ff8f04 62%, #fff29e 100%);
        /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff29e', endColorstr='#ff8f04',GradientType=0 );
        /* ie6-9 */
        border-radius: 10px;
        -webkit-filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15));
        /*                &:after {
                            content: " ";
                            position: absolute;
                            bottom: -160px;
                            left: 0;
                            width: 320px;
                            height: 190px;
                            background: url(/dancacomasestrelas/resources/img/drip.svg) top center no-repeat / 100% auto;
                          
                        }*/ }
        @media only screen and (max-width: 980px) {
          header .headerContent .navWrapper nav {
            top: 90px; } }
        header .headerContent .navWrapper nav a {
          display: block;
          padding: 0 30px;
          font-weight: 800;
          line-height: 40px;
          text-transform: uppercase;
          color: #111; }
          @media (hover: hover) {
            header .headerContent .navWrapper nav a:hover {
              background-color: rgba(0, 0, 0, 0.5);
              color: #fff; } }
        header .headerContent .navWrapper nav .mainNav {
          margin-top: 20px; }
          header .headerContent .navWrapper nav .mainNav a {
            font-size: 18px; }
          header .headerContent .navWrapper nav .mainNav .break {
            margin-top: 20px; }
        header .headerContent .navWrapper nav .tinyNav {
          margin: 20px 0; }
          header .headerContent .navWrapper nav .tinyNav span {
            display: inline-block;
            width: 30px;
            text-align: center;
            font-size: 18px; }
        header .headerContent .navWrapper nav .socialNav {
          padding: 0 30px; }
          header .headerContent .navWrapper nav .socialNav li {
            display: inline-block; }
            header .headerContent .navWrapper nav .socialNav li a {
              position: relative;
              display: block;
              width: 40px;
              height: 40px;
              /*   @include back-gold ;*/
              background-color: transparent;
              border-radius: 50%;
              border-color: #eca634;
              border-width: 1px;
              border-style: solid;
              margin: 0;
              padding: 0;
              /*    @include drop-shadow;*/ }
              @media (hover: hover) {
                header .headerContent .navWrapper nav .socialNav li a:hover {
                  background-color: #eca634; }
                  header .headerContent .navWrapper nav .socialNav li a:hover [class^="icon-"], header .headerContent .navWrapper nav .socialNav li a:hover [class*=" icon-"] {
                    color: #000; } }
              header .headerContent .navWrapper nav .socialNav li a [class^="icon-"], header .headerContent .navWrapper nav .socialNav li a [class*=" icon-"] {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 22px;
                color: #eca634;
                margin: 0;
                padding: 0; }
              @media (hover: hover) {
                header .headerContent .navWrapper nav .socialNav li a:hover {
                  background-color: #fff; } }
          header .headerContent .navWrapper nav .socialNav li + li a {
            margin-left: 10px; }
        header .headerContent .navWrapper nav #form_search {
          margin: 20px 0 0;
          padding: 0 30px; }
          header .headerContent .navWrapper nav #form_search * {
            box-sizing: border-box;
            display: inline-block;
            vertical-align: top;
            border: 0;
            outline: 0;
            padding: 0;
            margin: 0; }
          header .headerContent .navWrapper nav #form_search input {
            width: 215px;
            height: 40px;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 40px;
            padding: 0 16px;
            border-radius: 30px; }
          header .headerContent .navWrapper nav #form_search button {
            width: 40px;
            height: 40px;
            background-color: #eca634;
            color: #fff;
            border-radius: 50%;
            margin-left: 5px; }
            @media (hover: hover) {
              header .headerContent .navWrapper nav #form_search button:hover {
                background-color: #ffe78c; } }
            header .headerContent .navWrapper nav #form_search button span {
              font-size: 20px; }

.open-layer {
  position: absolute;
  z-index: 101;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  -webkit-filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 3px 0px rgba(0, 0, 0, 0.15)); }
  .open-layer span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .open-layer span:before {
      font-size: 46px;
      color: #eca634; }
  .open-layer.close span:before {
    font-family: 'dancacomasestrelas';
    font-size: 46px;
    content: ""; }

.proglogo {
  position: relative;
  z-index: 101;
  vertical-align: middle;
  max-width: 500px;
  min-width: 160px;
  width: 65%;
  margin: 0 auto; }
  .proglogo img {
    width: 100%;
    height: auto; }
  .proglogo a {
    display: block; }
  .proglogo img {
    display: block; }

.headerSectionName {
  max-width: 1440px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 34px;
  font-weight: 800;
  /*    text-transform: uppercase;*/
  color: #fff; }
  @media only screen and (max-width: 480px) {
    .headerSectionName {
      margin: 10px auto;
      font-size: 7.5vw; } }

.mainHeadline .loaderWrapper {
  background-color: #f5f5f5;
  background-image: url(/dancacomasestrelas/resources/img/puff.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  overflow: hidden; }
.mainHeadline .headlineWrapper {
  position: relative;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 600px; }
  @media only screen and (max-width: 980px) {
    .mainHeadline .headlineWrapper {
      height: 0;
      padding-bottom: 56.25%; } }
  @media only screen and (max-width: 640px) {
    .mainHeadline .headlineWrapper {
      height: 0;
      padding-bottom: 110%;
      margin-bottom: 30px; } }
  .mainHeadline .headlineWrapper:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(36, 36, 36, 0);
    background: -moz-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(55%, rgba(36, 36, 36, 0)), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -o-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: -ms-linear-gradient(top, rgba(36, 36, 36, 0) 55%, #242424 100%);
    background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 55%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#242424', GradientType=0 ); }
  .mainHeadline .headlineWrapper .textWrapper {
    position: absolute;
    left: 60px;
    bottom: 40px;
    right: 10%;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); }
    @media only screen and (max-width: 980px) {
      .mainHeadline .headlineWrapper .textWrapper {
        left: 4vw;
        bottom: 4vw;
        right: 40px; } }
    .mainHeadline .headlineWrapper .textWrapper .mainSubTitle {
      font-size: 20px;
      font-weight: 600;
      margin: 20px 0; }
      @media only screen and (max-width: 640px) {
        .mainHeadline .headlineWrapper .textWrapper .mainSubTitle {
          font-size: 3vw; } }
    .mainHeadline .headlineWrapper .textWrapper .mainTitle {
      font-size: 40px;
      font-weight: 700;
      /*                text-transform: uppercase;*/ }
      @media only screen and (max-width: 640px) {
        .mainHeadline .headlineWrapper .textWrapper .mainTitle {
          font-size: 6vw; } }

.mainHeadline .mainColumnRight {
  max-height: 600px;
  overflow: hidden;
  padding: 0;
  /*justify-self: center;*/ }
  @media only screen and (min-width: 728px) and (max-width: 980px) {
    .mainHeadline .mainColumnRight {
      display: grid;
      grid-template-columns: 300px auto;
      grid-gap: 20px; } }
  @media only screen and (max-width: 728px) {
    .mainHeadline .mainColumnRight {
      max-height: 100%; } }
  .mainHeadline .mainColumnRight .mainPub {
    /* reset margin homepage*/ }
    .mainHeadline .mainColumnRight .mainPub iframe {
      /*margin: 0 auto;*/ }
    @media only screen and (max-width: 727px) {
      .mainHeadline .mainColumnRight .mainPub {
        margin: 20px auto; } }
    @media only screen and (min-width: 728px) and (max-width: 980px) {
      .mainHeadline .mainColumnRight .mainPub {
        margin: 20px; } }

.mainFeaturedWrapper {
  position: relative;
  width: 300px;
  margin: 30px auto 0;
  height: 320px;
  color: #222;
  background-position: right -2px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  /*background-color: #f0f0f0;*/
  overflow: hidden; }
  @media only screen and (max-width: 980px) {
    .mainFeaturedWrapper {
      background-size: auto 100%; } }
  .mainFeaturedWrapper:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #eae1dc), color-stop(63%, rgba(234, 225, 220, 0)), color-stop(100%, rgba(234, 225, 220, 0)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(243deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* ie10+ */
    background: linear-gradient(207deg, rgba(234, 225, 220, 0) 0%, rgba(234, 225, 220, 0) 37%, #eae1dc 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1dc', endColorstr='#eae1dc',GradientType=0 );
    /* ie6-9 */ }
  .mainFeaturedWrapper .mainFeatured {
    position: absolute;
    z-index: 2;
    bottom: 0; }
    .mainFeaturedWrapper .mainFeatured a {
      color: #222; }
      @media (hover: hover) {
        .mainFeaturedWrapper .mainFeatured a:hover {
          text-decoration: underline; } }
    .mainFeaturedWrapper .mainFeatured .mainTitle {
      padding: 10px;
      font-size: 22px;
      font-weight: 700;
      /*            text-transform: uppercase;*/ }
    .mainFeaturedWrapper .mainFeatured .mainText {
      margin: 5px 20px 20px 20px;
      font-size: 17px;
      font-weight: 700;
      color: #222;
      line-height: 1;
      /*
      background-color: rgba(240,240,240,.25);
      @include text-shadow-white;
      */ }
  @media only screen and (min-width: 728px) and (max-width: 980px) {
    .mainFeaturedWrapper {
      width: auto;
      margin: 20px;
      height: calc(100% - 40px); } }

.defaultSection .box-media {
  max-width: 1440px;
  margin: 10px auto;
  padding: 20px;
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
  grid-gap: 40px 20px; }
  @media (min-width: 481px) {
    .defaultSection .box-media {
      background-color: rgba(0, 0, 0, 0.5); } }
  @media only screen and (max-width: 360px) {
    .defaultSection .box-media {
      padding: 10px; } }
  .defaultSection .box-media .sectionName {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    grid-column: 1 / -1;
    grid-gap: 40px 20px; }
    .defaultSection .box-media .sectionName .sectionTit {
      display: inline-block;
      color: #eca634; }
      @media (hover: hover) {
        .defaultSection .box-media .sectionName .sectionTit:hover {
          cursor: pointer;
          color: #ffe78c;
          opacity: 1;
          background-color: transparent;
          border: none;
          z-index: auto;
          position: relative; } }
  .defaultSection .box-media .item {
    position: relative; }
    @media (max-width: 480px) {
      .defaultSection .box-media .item a.continuousList {
        border-radius: 8px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3); } }
    .defaultSection .box-media .item a {
      display: block;
      cursor: pointer;
      color: #fff;
      -webkit-transition: all 0.15s ease-in-out 0s;
      -moz-transition: all 0.15s ease-in-out 0s;
      -o-transition: all 0.15s ease-in-out 0s;
      transition: all 0.15s ease-in-out 0s;
      overflow: hidden; }
      @media (hover: hover) {
        .defaultSection .box-media .item a:hover {
          border-radius: 8px;
          border: solid 1px #eca634;
          background-color: rgba(0, 0, 0, 0.7); } }
    .defaultSection .box-media .item .textWrapper {
      margin: 10px;
      padding-left: 50px;
      min-height: 50px;
      min-height: 90px; }
    .defaultSection .box-media .item .date {
      margin: 6px 0;
      font-size: 12px;
      opacity: 0.5; }
    .defaultSection .box-media .item h2 {
      font-size: 17px;
      font-weight: 700; }
    .defaultSection .box-media .item span {
      position: absolute;
      bottom: -60px;
      left: 0px;
      display: block;
      width: 50px;
      height: 60px;
      /*    border-radius: 50%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;*/
      margin: 0;
      padding: 0;
      /*    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));*/
      /*
      &[class*="play"] {
          background-color: $greydarker;
      }
      &[class*="camera"] {
          background-color: #719b9b;
      }
      &[class*="article"] {
          background-color:#ffa528 ;
      }
      */
      display: inline-block; }
      .defaultSection .box-media .item span:before {
        position: absolute;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #eca634; }
  @media (max-width: 675px) {
    .defaultSection .box-media .item.selected {
      display: none; } }
  .defaultSection .box-media .mainPub {
    justify-self: center; }

.homeSection, .rewindSection {
  overflow: hidden;
  /*
  &.row1 {
      background-color: $greyultralight;
  }
  &.row2 {
      background-color: $greylight;
  }
  &.row3 {
      background-color: #c5d4d5;
  }
  */ }

.homeSection .box-media {
  grid-gap: 10px 10px; }

/*

.sectionList.Relacionados {
     grid-template-columns: repeat(3, 1fr);

        @media only screen and (max-width: 1000px) {
            grid-template-columns: repeat(2, 1fr);
        }      
          @media only screen and (max-width: 690px) {
            grid-template-columns: repeat(1, 1fr);
        }
}*/
.sectionList.Concorrentes .box-media {
  grid-gap: 10px 10px;
  background-color: transparent;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 1000px) {
    .sectionList.Concorrentes .box-media {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 690px) {
    .sectionList.Concorrentes .box-media {
      grid-template-columns: repeat(1, 1fr); } }
.sectionList.Concorrentes .item {
  position: relative; }
  .sectionList.Concorrentes .item .pictureWrapper {
    padding: 0;
    margin: 0 auto; }
  .sectionList.Concorrentes .item .picture16x9 {
    width: 100%;
    height: 0;
    padding-bottom: 122%;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3); }
  .sectionList.Concorrentes .item .textWrapper {
    margin: 5px;
    padding-left: 0px;
    min-height: auto; }
  @media (max-width: 480px) {
    .sectionList.Concorrentes .item a.continuousList {
      border-radius: 0;
      overflow: hidden;
      background-color: transparent;
      box-shadow: none; } }
  .sectionList.Concorrentes .item .image-link {
    border-radius: 0;
    display: block;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s; }
    @media (hover: hover) {
      .sectionList.Concorrentes .item .image-link:hover {
        border: none;
        z-index: auto;
        position: relative; } }
  .sectionList.Concorrentes .item .date {
    display: none; }
  .sectionList.Concorrentes .item h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 6px 6px 6px;
    color: #eca634; }
  .sectionList.Concorrentes .item span {
    position: absolute;
    bottom: -60px;
    left: 0px;
    display: block;
    width: 50px;
    height: 60px;
    /*    border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;*/
    margin: 0;
    padding: 0;
    /*    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));*/
    /*
    &[class*="play"] {
        background-color: $greydarker;
    }
    &[class*="camera"] {
        background-color: #719b9b;
    }
    &[class*="article"] {
        background-color:#ffa528 ;
    }
    */
    display: inline-block; }
    .sectionList.Concorrentes .item span:before {
      position: absolute;
      left: 50%;
      top: 48%;
      transform: translate(-50%, -50%);
      font-size: 30px;
      color: #eca634; }
  @media (hover: hover) {
    .sectionList.Concorrentes .item a:hover h2 {
      display: block; } }
.sectionList.Concorrentes .video-wall-item {
  color: #eca634; }
  .sectionList.Concorrentes .video-wall-item .programCover {
    margin: 2px;
    padding-bottom: 122%;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden; }

.Concorrente .sectionList.Concorrentes .box-media {
  grid-gap: 0;
  background-color: transparent;
  grid-template-columns: repeat(8, 1fr); }
  @media only screen and (max-width: 920px) {
    .Concorrente .sectionList.Concorrentes .box-media {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 480px) {
    .Concorrente .sectionList.Concorrentes .box-media {
      grid-template-columns: repeat(2, 1fr); } }
  .Concorrente .sectionList.Concorrentes .box-media .item {
    overflow: hidden; }
    .Concorrente .sectionList.Concorrentes .box-media .item .image-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 80%;
      transition: none !important;
      cursor: pointer;
      z-index: 10; }
      @media (hover: hover) {
        .Concorrente .sectionList.Concorrentes .box-media .item .image-link:hover {
          transform: none !important;
          background-color: transparent; } }
  .Concorrente .sectionList.Concorrentes .box-media .video-wall-item {
    color: #eca634; }
    .Concorrente .sectionList.Concorrentes .box-media .video-wall-item .programCover {
      margin: 2px;
      padding-bottom: 122%;
      background-position: center;
      background-size: cover;
      border-radius: 8px;
      overflow: hidden; }

.box-media-info {
  text-align: center;
  color: #eca634;
  font-size: 14px; }

.homeSection {
  position: relative;
  overflow: hidden;
  /*    
      &:after {
          position: absolute;
          z-index: -1;
          left: 50%; bottom: 0;
          transform: translate(-50%, 20px);
          width: 80%;
          height: 40px;
          content: " ";
           Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0.25+0,0.1+25,0+50 
          background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 99%);  FF3.6-15 
          background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.1) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 99%);  Chrome10-25,Safari5.1-6 
          background: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.1) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 99%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );  IE6-9 fallback on horizontal gradient 
      }*/ }
  .homeSection .box-media {
    grid-template-columns: repeat(4, 1fr); }
    @media only screen and (max-width: 920px) {
      .homeSection .box-media {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 728px) {
      .homeSection .box-media {
        grid-template-columns: repeat(1, 1fr); } }
    @media only screen and (max-width: 360px) {
      .homeSection .box-media {
        padding: 10px; } }

.homeSection.Concorrentes .box-media {
  grid-gap: 0;
  grid-template-columns: repeat(8, 1fr); }
  @media only screen and (max-width: 920px) {
    .homeSection.Concorrentes .box-media {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (max-width: 480px) {
    .homeSection.Concorrentes .box-media {
      grid-template-columns: repeat(2, 1fr); } }
  .homeSection.Concorrentes .box-media .programCover {
    border-radius: 8px;
    overflow: hidden; }
.homeSection.Concorrentes .bt-more {
  display: none; }
.homeSection.Concorrentes .item {
  color: #eca634;
  overflow: hidden; }
  .homeSection.Concorrentes .item .image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    transition: none !important;
    cursor: pointer;
    z-index: 10; }
    @media (hover: hover) {
      .homeSection.Concorrentes .item .image-link:hover {
        transform: none !important;
        transition: none !important;
        cursor: pointer;
        background-color: transparent;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }

/*
.mainHeadline {
    background-color: $greyultralight;
}
*/
/* IE 11 fix for the 2.6% that live on the past */
_:-ms-fullscreen, :root {
  /* homepage */ }
  _:-ms-fullscreen .loaderWrapper, :root .loaderWrapper {
    width: calc(100% - 340px);
    float: left; }
    @media only screen and (max-width: 980px) {
      _:-ms-fullscreen .loaderWrapper, :root .loaderWrapper {
        width: 100%;
        float: none; } }
  @media only screen and (max-width: 980px) and (min-width: 728px) {
    _:-ms-fullscreen .mainPub, :root .mainPub {
      width: 300px;
      margin: 20px;
      float: left; } }
  @media only screen and (max-width: 980px) and (min-width: 728px) {
    _:-ms-fullscreen .mainFeaturedWrapper, :root .mainFeaturedWrapper {
      width: calc(100% - 360px);
      margin: 20px 20px 20px 0;
      height: 250px;
      float: left; } }
  _:-ms-fullscreen .box-media, :root .box-media {
    display: flex;
    flex-flow: row wrap; }
    _:-ms-fullscreen .box-media .item, :root .box-media .item {
      display: inline-block;
      vertical-align: top; }
      _:-ms-fullscreen .box-media .item:nth-child(2), _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(2), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
        width: calc(100% * (1/4) - 60px * (1/3) + 4px);
        margin-top: 60px; }
      _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
        margin-left: 20px; }
      @media only screen and (max-width: 920px) {
        _:-ms-fullscreen .box-media .item:nth-child(2), _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(2), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
          width: calc(100% * (1/2) - 30px * (1/2) + 4px);
          margin-left: 0; }
        _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(5) {
          margin-left: 20px; } }
      @media only screen and (max-width: 728px) {
        _:-ms-fullscreen .box-media .item:nth-child(2), _:-ms-fullscreen .box-media .item:nth-child(3), _:-ms-fullscreen .box-media .item:nth-child(4), _:-ms-fullscreen .box-media .item:nth-child(5), :root .box-media .item:nth-child(2), :root .box-media .item:nth-child(3), :root .box-media .item:nth-child(4), :root .box-media .item:nth-child(5) {
          width: 100%;
          margin-left: 0; } }
    _:-ms-fullscreen .box-media .sectionName, :root .box-media .sectionName {
      display: block;
      width: 100%; }

/*
.mainHeadline{
    position:relative;
    &:before {
display: block;
    position: absolute;
    right: 450px;
    top: -110px;
    width: 150px;
    height: 150px;
    background-image: url(/dancacomasestrelas/resources/img/antenas.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    opacity: 0.4;
    }
}*/

/*# sourceMappingURL=index.css.map */
