@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

.bg-contacto {
  background-image: url(../images/contacto-min.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-canela {
  background-image: url(../images/bg-canela.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
}

.bg-2033 {
  background-image: url(../images/bg-2033.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 730px;
}

#streaming {
  background: url(../images/bg-streaming.jpg) no-repeat top center;
}

#inicio {
  background-image: url(../images/bg-inicio.jpg);
  background-attachment: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

#cinema {
  /*background: url(../images/bg-cine.jpg) no-repeat top center;*/
  background-image: url(../images/bg-cine.jpg);
  background-attachment: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1300px;
}

/*#galeria {
  background: url(../images/bg-galeria.jpg) no-repeat bottom center;
  min-height: 800px;
}*/

.trailers { position: relative;  }
.trailers a .img-fluid { transition: opacity 0.5s ease-out; }
.trailers a .play { position: absolute; }
.trailers a:hover .img-fluid { opacity: 0.5; }