/*banne head*/

.bgBanner{
    background-color: #1B0088;
    background-image: url("../image/bgBanner2.png");
    background-size: cover;
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 85%;
}

.bgArte{
    background-image: url("../image/bgarte.png");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 365px;
}
.areaRelativa{
    position: relative;
}
.bgGray{
    background-color: #F2F5E9;
    height: 110%;
    width: 100%;
    position: absolute;
}
.bgGrayFundo{
    background-color: #F2F5E9;
}
.containerReduzido{
    width: 72%;
}
.containerReduzido1{
    width: 65%;
}
.containerReduzido2{
    width: 40%;
}
.containerReduzido3{
  width: 80%;
}


.btnVoto{
    width: 70%;
}
.btnVoto2{
    width: 100%;
}
footer .imgLogo{
    width: 160px;
}
.areaJogo .card .icon .iconImg{
    width: 120px;
}
.areaJogo .card .icon:active .iconImg{ 
    border: 4px solid;
    border-radius: 59px;
    border-color: #BF221D;
}
.areaJogo .card .icon:active p{ 
    color: #BF221D;
}
.areaJogo .card .icon .iconExcl{
    width: 28px;
}
.areaJogo .card {
height:100%;
}
.areaTexto{
    /*background-image: url("../image/bg.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.btnJogar a{
width:40%;
}
.contEscolha .blocoCor .imgCor img{
    width: 16px;
    top: 0;
}
.contEscolha .blocoCor{
height: 70px;
}
.contEscolha .blocoCor .textoCor{
   font-size: 12px;
}


/*slider*/


.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 40px !important;
    /* Largura dos dots */
    height: 8px !important;
    /* Altura dos dots */
    background: #D9D9D9;
    list-style-type: none;
  }
  .slick-dots li.slick-active {
    background: #FF6900;
    }
  
  .slick-dots li button:before {
    display: none;
  }
  .slick-next, .slick-prev{
      bottom: -36px;
      top: inherit !important;
      /*width: 20% !important;*/
  }
  .slick-prev {
      left: 35% !important;
      z-index: 999;
  }
  .slick-next {
      right: 35% !important;
      z-index: 999;
  }
  .slider-renovacao .slick-next{
    right: 31% !important;
  }
  .slider-renovacao .slick-prev {
      left: 31% !important;
  }
  .slick-next:before, .slick-prev:before {
      color: #FF6900 !important;
  }
  .slick-dots{
     /* width: 20% !important;*/
      margin: 0 auto !important;
      right: 0 !important; 
      left: 0 !important;
  }
  
  .slick-dots li button {
    font-size: 0;
    width: 40px !important;
    /* Largura dos dots */
    height: 10px !important;
    /* Altura dos dots */
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
  }
  .slick-slide img {
      text-align: center;
      margin: 0 auto;
  }

  .slider-video .video-container {
    position: relative;
  }
  
  .slider-video .video-thumbnail {
    height: auto;
  }
  
  .slider-video .thumbnail-overlay {
    position: relative;
  }
  
  .slider-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
  }
  
  .slider-video .play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid white;
  }
  
  .slider-video video {
    display: none;
    width: 800px;
    height: 450px;
    margin: 0 auto;
  }

  .nav.nav-tabs{
margin-bottom: -1px;
font-size: 16px;
  }
  .nav-item{
    width:14%;
    text-align: center;
  }
  .nav-link{
    border:0 !important;
    color:#1B0088 !important;
  }
  .nav-link.active{
    background-color: #1B0088 !important;
    color:#ffffff !important;
  
  }
@media(max-width:768px){
    .bgBanner{
        background-image: none;
    }
    .containerReduzido{
        width: 90%;
    }
    .containerReduzido1{
        width: 90%;
    }
    .containerReduzido2{
        width: 90%;
    }
    .areaJogo .card .icon .iconImg{
        width: 70%;
    }
    .areaTexto {
        background-image: url("../image/bg.png");
        background-repeat: repeat;
        background-size: 110%;
        background-position: center;
    }
    .btnJogar a{
        width:100%;
        }
        .slick-prev {
            left: 5% !important;
            z-index: 999;
        }
        .slider-renovacao .slick-prev {
            left: 0% !important;
            z-index: 999;
        }
        .slick-next {
            right: 5% !important;
            z-index: 999;
        }
        .slider-renovacao .slick-next {
            right: 0% !important;
            z-index: 999;
        }
        .slider-video video {
            display: none;
            width: 100%;
            height: auto;
            margin: 0 auto;
          }

          .bgArte{
            min-height: auto;
          }
          .nav-link.active{
            border-radius: 5px;
          
          }
          .nav-item{
            width:auto;
            text-align: auto
          }
}

.react-player {
  position: absolute;
  top: 0;
  left: 0;
}
.areaClique{
  cursor: pointer;
 
  position: absolute;
  
  display: block
}
.player-wrapper {
  position: relative;
  padding-top: 56.25%; /* Player ratio: 100 / (1280 / 720) */
} 
.video{
  width: 100%;
  display: block ;
}
.areaVideo{
  margin: auto;
}