html {
  scroll-behavior: smooth;
}

body {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
}

.page .contenido {
  margin-top: 5rem;
}
.page .contenido .contenido-page {
  font-size: 1.3rem;
  text-align: justify;
}

.logotipo .logo-columna {
  margin-bottom: 2rem;
}
.logotipo h2 {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.logotipo .parque {
  padding-left: 0;
}
.logotipo h3 {
  text-align: center;
  font-size: 4.2rem;
  text-transform: uppercase;
}
.logotipo .borde {
  border-right: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .logotipo h2, .logotipo h3 {
    text-align: left;
  }
  .logotipo .parque {
    padding-left: 2rem;
  }
  .logotipo .borde {
    border-right: 2px solid #000;
    border-bottom: 0;
  }
}
.boton {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.boton .btn {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  font-weight: 100;
  border-radius: 2rem;
}

.peliculas .titulo {
  margin: 1rem 0;
  border-radius: 0.6rem;
  cursor: pointer;
}
.peliculas .titulo a {
  color: #000;
}
.peliculas .titulo h4 {
  margin: 0;
  font-size: 2rem;
}
.peliculas .resena {
  text-align: justify;
}
.peliculas .resena p {
  margin-bottom: 0;
}
.peliculas p {
  font-size: 1.3rem;
}
.peliculas img {
  cursor: pointer;
}

.pelicula_ind .imagen_afiche {
  box-shadow: 4px 8px 22px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 4px 8px 22px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 8px 22px -10px rgba(0, 0, 0, 0.75);
}
.pelicula_ind .trailer_pelicula .trailer_pelicula_single {
  box-shadow: 1px 10px 22px -10px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 10px 22px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 10px 22px -10px rgba(0, 0, 0, 0.75);
}
.pelicula_ind .texto_descripcion {
  font-size: 1.3rem;
  text-align: justify;
}
.pelicula_ind .boton_compra_peli .btn {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  font-weight: 100;
  border-radius: 2rem;
}

.footer {
  margin-top: 5rem;
  padding: 2rem 0;
  background-color: #000;
}

.btn-scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 20px;
  background-color: #dcae25;
  color: #fff;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  transform: scale(0);
  transition: 0.3s;
}

.btn-scrolltop-on {
  transform: scale(1);
}

.bi-chevron-up {
  font-size: 1.3rem;
}

.error404 img {
  width: 100%;
  max-width: 40rem;
}/*# sourceMappingURL=style-custom.css.map */