&.pronosticador{
  .customNavigation {
    width: calc(100% - 30px);
    height: 50px;
    position: absolute;
    z-index: 10;
    .nav-owl {
      > .btn {
        position: absolute;
        top: 12px;
        height: 23px;
        padding: 10px;
        &.prev:after,
        &.next:after {
          width: 0;
          height: 0;
          display: block;
          content: " ";
          border: 6px solid transparent;
          border-left: 8px solid $color01_type;
          margin-top: -7px;
          margin-left: -4px;
          position: absolute;
        }
        &.prev:after {
          border-right: 8px solid $color01_type;
          border-left: 0;
        }
        &.prev {
          left: 15px;
        }
        &.next {
          right: 15px;
        }
        &.off{
          display: none;
        }
      }
    }
  }
  .team-line{
    li{
      height: 50px;
      &.activeli, &.activecampeon{
        background-color: $color01;
        color: $color01_type;
      }
      &.activecampeon{
        font-size: 16px;
      }
    }
  }
  .box-active{
    >div{
      background: darken($bg, 2%);
      box-shadow: inset 0px 0px 0px 2px $bg_dest_type;
      .teamName{

      }
    }
  }
  .back-final{
    .img-panel{
      .img-cup{
        width: 200px;
        height: 200px;
      }
    }
    .flag-campeon{
      top: 0;
      left: 50%;
      width: 50px;
      transform: translateX(-50%);
    }
  }
}