/* styles.css - estilos migrados do index.html */

.filme-principal-btn-play {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.carousel-btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.carousel-btn-play i,
.filme-principal-btn-play i {
  color: #fff;
  font-size: 1.5rem;
}

.filme-principal-btn-play i {
  font-size: 2.2rem;
}

.carousel-title {
  color: #fff;
  margin: 32px 0 8px 24px;
  font-size: 2rem;
  font-family: 'Arial Black', Arial, sans-serif;
}
