html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main.flex-fill {
  flex: 1 0 auto;
}


.logo-navbar {
  height: 40px;
}

.text-acento {
  color: #aa3f4b;
}

.navbar {
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

h1.display-4 {
  font-family: 'Segoe UI', sans-serif;
  color: #0d6efd;
}
.cineflash-title {
  font-family: 'Segoe UI', sans-serif;
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cineflash-title .fa-film {
  font-size: 3rem;
  color: #aa3f4b;
}

.cineflash-title .flash {
  color: #aa3f4b;
}

.card {
  border: none;
  transition: transform 0.3s ease;
  height: 100%;
}

.card:hover {
  transform: scale(1.02);
}

.card-title {
  font-family: 'Segoe UI', sans-serif;
  color: #212529;
  font-size: 1.2rem;
}

.pelicula-img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

button.btn.btn-primary {
  background-color: #aa3f4b !important;
  border: none !important;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
}

button.btn.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.71) !important;
}

.fa-star,
.fa-star-half-alt,
.fa-star-half,
.far.fa-star {
  font-size: 1rem;
  margin-right: 2px;
}
footer {
  flex-shrink: 0;
  font-size: 0.9rem;
}
