/* HERO */

#hero {
  z-index: 2;
}

#hero .carouselnav {
  height: 55px;
  background-color: var(--color-purple);
  position: absolute;
  z-index: 3;
  width: 200px;
  border-radius: 10px 10px 0 0;
  bottom: -1px;
  right: 5px;
}

#hero .carousel-indicators .item {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  opacity: 1;
  background: none;
  margin: 0 5px;
  transition: all 0.2s;
}

#hero .carousel-indicators .active {
  width: 30px;
  height: 10px;
  opacity: 1;
  background: #fff;
  transition: all 0.2s;
}

#hero .carousel-indicators {
  margin-bottom: 1.2rem;
  margin: 10% 10%;
}

#hero .carousel-inner img {
  border-radius: 5px;
}

/* COURSES */

#courses .bgcourses {
  border-radius: 0 0 50px 50px;
  height: 330px;
  margin-top: -80px;
}

#courses .container {
  margin-top: -250px;
}

#courses .box,
#courses .box img {
  border-radius: 10px;
  /* min-height: 225px; */
}

/* WEBSERIES */

#carouselExample .boxWebSeries,
#carouselVideocast .boxWebSeries {
  background-color: #fff;
  margin-top: -35px;
  border: 1px solid #e6e6e6;
}

@media (max-width: 1024px) {
  #courses .box {
    border-radius: 10px;
    min-height: 100px;
    margin-bottom: 10px;
  }
}

/* AWARD */

#award {
  background: var(--background-image-1);
}

#award .content {
  padding: 100px 205px 0 0;
}

@media (max-width: 1024px) {
  #award {
    background: none;
    padding: 80px 0px 0px 0px;
  }

  #award .content {
    padding: 15px;
  }
}

.date {
  font-size: var(--text-size-med);
  font-weight: 700;
}

/* NEWS */

#news {
  margin-bottom: 300px;
  padding: 80px 0;
  border-radius: 0 0 50px 50px;
}

#news .box {
  border-radius: 10px;
  margin-bottom: -345px;
  min-height: 400px;
}

@media (max-width: 1024px) {
  #news {
    margin-bottom: 0px;
    padding: 80px 0;
    border-radius: 0 0 50px 50px;
  }

  #news .box {
    margin-bottom: 20px;
  }
}

#news .box img {
  border-radius: 10px 10px 0 0;
}

/* VIDEOS */

#videos {
  background: var(--background-image-2);
}

@media (max-width: 1750px) {
  #videos {
    background: none;
  }
}

@media (max-width: 1024px) {
  #videos {
    background: none;
  }

  #videos .more {
    text-align: right;
  }

  #videos .content {
    padding: 15px !important;
  }
}

/* RESPONSIVE FIX 1360x768 — home.php */
@media screen and (max-width: 1360px) and (min-width: 993px) {
  /* padding-right de 205px comprime o texto a ~340px no container Bootstrap xl (1140px).
     Reduzido para 60px, mantendo o afastamento visual da imagem ao lado. */
  #award .content,
  #abf-show .content {
    padding: 50px 60px 0 0;
  }
}
