body {
  font-family: "DM Sans", sans-serif;
  background-color: #000 !important;
  color: #fff !important;
}

.navbar {
  background-color: #34343D;
}

h1 {
  font-size: 55px !important;
}

.section-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/anime.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}
.section-1 a {
  text-decoration: none;
  background-color: #01BCF3;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bolder;
}

.movie-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  width: 30rem;
}

.movie-card-contenido {
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}

.movie-card-titulo {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.card-img-top {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0%;
}

.card {
  border-radius: 0%;
  border: none !important;
}

.section-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/kimtsufondo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}
.section-3 h2 {
  font-size: 3rem;
}

.boton {
  padding: 10px 20px;
  background-color: #01BCF3;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background-color: #f32501;
}
.boton:hover {
  background-color: rgb(0.7909836066, 148.7049180328, 192.2090163934);
}
.boton:hover {
  background-color: rgb(192.2090163934, 29.2663934426, 0.7909836066);
}

.Swiper {
  width: 100%;
}

.Swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.Swiper .poster-card {
  width: 100%;
  max-width: 18rem;
  margin: 0 auto;
}

.poster-card {
  position: relative;
  display: block;
  width: min(100%, var(--poster-max));
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  background: #000;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  margin-inline: auto;
}

.poster-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.poster-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/3;
  filter: brightness(0.96);
}

.poster-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.poster-titulo {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.75rem;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
  letter-spacing: 0.2px;
}

.poster {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
  opacity: 0;
  transform: translateY(6%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  overflow: hidden;
}

.poster-card:hover .poster {
  opacity: 1;
  transform: translateY(0);
}

.poster-texto {
  overflow: auto;
  padding-right: 0.25rem;
  margin-top: 0.25rem;
  scrollbar-width: thin;
}

.poster h3 {
  font-size: 1.05rem;
  margin: 0 0 0.25rem 0;
  font-weight: 700;
}

.poster p {
  font-size: 0.925rem;
  line-height: 1.45;
  margin-bottom: 0.5rem;
  color: #e9ecef;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.poster ul {
  list-style: none;
  font-size: 0.9rem;
  color: #f8f9fa;
  margin: 0%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */