/*
 * all
 */
html,
body {
  background-color: rgba(255, 255, 255, 0.929);
}

.container-bg {
  padding-left: 60px;
  padding-right: 60px;
}

.container-bg-footer {
  padding-left: 10px;
  padding-right: 10px;
}

.counter-btn {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  /* margin: 16px 10px 10px!important; */
  border: none !important;
  color: #fff !important;
  background-color: #a01c32; /*#268bc2;*/
  border-radius: 5px;
  font-size: 14px;
  /*17px;*/
}

@media screen and (max-width: 800px) {
  .container-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-bg-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*
* slider
*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider #line {
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

#slider #dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
}

#slider #dots li {
  transition: 0.3s;
  list-style-type: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0.25em;
  cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
  background: white;
}

@keyframes line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

#slider #back,
#slider #forword {
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0.75) 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0.75) 0%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.75) 0%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=1);
}

#slider #forword {
  left: auto;
  right: 0;
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
}

#slider:hover #back,
#slider:hover #forword {
  opacity: 0.7;
}

ul#move {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  background: gray;
  margin-right: 100%;
}

ul#move li {
  transition: 0.6s;
  min-width: 100%;
  color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul#move li img {
  width: 100%;
}

ul#move li:nth-child(1) {
  background: #657765;
}

ul#move li:nth-child(2) {
  background: #456174;
}

ul#move li:nth-child(3) {
  background: #984;
}

ul#move li:nth-child(4) {
  background: #445566;
}

ul#move li:nth-child(5) {
  background: #744674;
}

.slider {
  display: block;

}

.slider2 {
  display: none;
}

@media screen and (max-width: 500px) {

  .slider {
    display: none;

  }

  .slider2 {
    display: block;

  }
}

/*
* announcement
*/
marquee p {
  white-space: nowrap;
}

/*
* video
*/
.main_card {
  color: #fff;
  width: auto;
  height: auto;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 1020px; */
  background: #00C9FF;
  /* background: -webkit-linear-gradient(to right, #92FE9D, #00C9FF);
background: -webkit-gradient(linear, left top, right top, from(#92FE9D), to(#00C9FF));
background: -webkit-linear-gradient(left, #92FE9D, #00C9FF);
background: -o-linear-gradient(left, #92FE9D, #00C9FF); */
  background: linear-gradient(to right, #2E3192, #1BFFFF);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.bg_card {
  /* margin-top:10px */
  margin: 20px;
  color: white;
  background: linear-gradient(to right, #2E3192, #1BFFFF);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.card_left {
  width: 100%;
}

.card_datails {
  width: auto;
  /* padding: 30px; */
  /* margin-top: -25px; */
}

.card_datails h1 {
  font-size: 30px;
}

.card_right img {
  height: 390px;
  border-radius: 2px;
}

.card_right {
  border-radius: 2px;
}

.card_cat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont-video iframe {
  /* -webkit-box-reflect: below 5px
  linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.4));
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
  width:170px; */
  margin-top: 10px;
}

.img-movie iframe {
  height: 146px;
  width: 100%;
}

.responsive-iframe {
  /* padding-top:50px; */
  float: center;
  width: 100%;
  min-height: 330px;
}


.grid-container2 {
  display: grid;
  /* gap: 10px; */
  /* background-color: #2196F3; */
  /* padding: 10px; */
  justify-content: center;

}

.grid-container2 .grid-item2 {
  background-color: transparent;
  /* text-align: center; */
  padding: 5px;
  /* font-size: 30px; */
}

.grid-container2 .item1 {
  grid-column: 1 / span 3;
  grid-row: 1;
}

@media screen and (max-width: 500px) {
  .grid-container2 .item1 {
    grid-column: 1;
    grid-row: 1;
  }

  .w3-col.s4 {
    width: 100%;
  }
}

.column-content {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after the columns */
.row-content:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-content {
    width: 100%;
  }
}

/*
* content
*/


.container-content {
  margin: 50px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  /* margin: 2rem 5vw;
padding: 0; */
  /* list-style-type: none; */
  border-radius: 0px;
}

.card_1 {
  overflow: hidden;
  width: auto;
  height: 300px;
  background: #fff;
  box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
  transition: 0.6s;
  border-radius: 0px;
  position: relative;
  display: flex;
}

.card_1:hover {
  transform: translateY(-15px);
  box-shadow: 1px 12px 34px rgba(0, 0, 0, 0.31);
}

.card_1:hover .sinopse {
  opacity: 1;
  transition-delay: 0.4s;
}

.card_1:hover .sinopse .view {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.6s;
  transition-delay: 1s;
}

.card_1 .sinopse .view a:hover {
  color: #8dbaff;
  font-weight: 200;
}

.card_1:hover .sinopse .content-sinopse .text {
  transform: translateY(0);
  transition-delay: 0.6s;
}

.card_1:hover .sinopse .content-sinopse .title {
  transform: translateY(0);
  transition-delay: 0.2s;
}

.card_1:hover .date {
  transform: translateY(-100%);
  opacity: 0;
}

.card_1:hover .content {
  transform: translateY(100%);
  opacity: 0;
}

.card_1 .date {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  transition: 0.8s;
}

.card_1 .date .tv_ico img {
  width: 12px;
  vertical-align: baseline;
  margin-left: 6px;
}

.card_1 .content {
  width: 100%;
  transition: 0.8s;
  display: flex;
  /* flex-wrap: wrap; */
  align-self: flex-end;
  /* padding: 25px 25px 25px 25px; */
  background: rgba(1, 1, 1, 0.5);
}

.card_1 .content .title {
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  /* margin-bottom: 12px; */
  text-align: center;
  padding: 10px;
}

.card_1 .content .text {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.card_1 .sinopse {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 25px 50px 25px;
  background: rgb(20 70 123 / 55%);
  color: #fff;
  font-weight: 300;
  opacity: 0;
  transition: 0.8s;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.card_1 .sinopse iframe {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: -30px;
  height: 260px;
}

.card_1 .sinopse .view {
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.6s;
  cursor: pointer;
}

.card_1 .sinopse .content-sinopse .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  transform: translateY(-100%);
  transition: 0.6s;
}

.card_1 .sinopse .content-sinopse .text {
  transform: translateY(100%);
  transition: 0.6s;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}

/* .card_1 {
background: url("https://w.wallhaven.cc/full/j8/wallhaven-j8gqyq.jpg") no-repeat center/cover;
} */
/* .fullscreen .container .card_2 {
background: url("https://w.wallhaven.cc/full/5d/wallhaven-5dpo51.jpg") no-repeat 45%/cover;
}
.fullscreen .container .card_3 {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.88)), url("https://w.wallhaven.cc/full/43/wallhaven-43y676.jpg") no-repeat center/cover;
} */

.fullserie {
  background-color: #333;
  -webkit-clip-path: circle(0% at 0 100%);
  clip-path: circle(0% at 0 100%);
  min-height: 550px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s;
}

.fullserie.active {
  background-color: #333;
  transition: 0.6s;
  transition-delay: 0.45s;
  -webkit-clip-path: circle(270% at 220px 88%);
  clip-path: circle(270% at 220px 88%);
}

.fullserie .close {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fullserie .close img {
  width: 22px;
}

.fullserie .episodes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-template-rows: repeat(4, minmax(230px, auto));
  grid-gap: 30px;
  grid-auto-flow: dense;
  grid-auto-rows: minmax(260px, auto);
  width: 100%;
  height: 100%;
  padding: 60px 60px 120px 60px;
}

.fullserie .episodes .episode {
  background: red;
}

@media screen and (max-width: 400px) {

  .container-content {
    margin: 10px;
  }

  .cards {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    gap: 1rem;
    /* margin: 2rem 5vw;
padding: 0; */
    /* list-style-type: none; */
    border-radius: 0px;
  }

  .card_1 {
    overflow: hidden;
    width: 100%;
    height: 250px;
    background: #fff;
    box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
    transition: 0.6s;
    border-radius: 0px;
    position: relative;
    display: flex;
  }

}

.grid-container {
  display: grid;
  /* gap: 10px; */
  /* background-color: #2196F3; */
  /* padding: 10px; */
}

.grid-item {
  background-color: transparent;
  /* text-align: center; */
  padding: 20px;
  /* font-size: 30px; */
}

.item1 {
  grid-column: 1 / span 3;
  grid-row: 1;
}

@media screen and (max-width: 500px) {
  .item1 {
    grid-column: 1;
    grid-row: 1;
  }

  .w3-col.s4 {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .card_1 {
    overflow: hidden;
    width: auto;
    height: 245px;
    background: #fff;
    box-shadow: 1px 22px 44px rgb(0 0 0 / 19%);
    transition: 0.6s;
    border-radius: 0px;
    position: relative;
    display: flex;
  }

}

.column-content {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row-content:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-content {
    width: 100%;
  }
}

/*
* counter
*/

.container-counter {
  margin: 20px;
}

.landing-page .counter i {
  color: white;
}

.counter {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 188px;
  margin: 0 auto;
}

.counter .counter-icon {
  color: #fff;
  background-color: #3B9CC9;
  font-size: 35px;
  line-height: 73px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.counter .counter-content {
  background-color: #fff;
  padding: 17px 8px 10px;
  margin: -30px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  height: 100px;
}

.counter .counter-content:before {
  content: '';
  border: 2px dashed #e7e7e7;
  border-radius: 15px;
  position: absolute;
  left: 6px;
  right: 6px;
  top: 5px;
  bottom: 5px;
}

.counter h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1px;
}

.counter .counter-value {
  color: #3B9CC9;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  display: block;
}

.counter.green .counter-icon {
  background-color: #3FC497;
}

.counter.green .counter-value {
  color: #3FC497;
}

.counter.yellow .counter-icon {
  background-color: #ead145;
}

.counter.yellow .counter-value {
  color: #ead145;
}

.counter.red .counter-icon {
  background-color: #c2215b;
}

.counter.red .counter-value {
  color: #c2215b;
}

.counter.blue .counter-icon {
  background-color: #1496b2;
}

.counter.blue .counter-value {
  color: #1496b2;
}

.counter.orange .counter-icon {
  background-color: #eb7f1f;
}

.counter.orange .counter-value {
  color: #eb7f1f;
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}