/* .centrado {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
} */
.border {
  box-shadow: 0px 4px 15px rgba(7, 1, 20, 0.747);
  background: rgba(0, 0, 0, 0.397);
  margin-top: 3rem;
}
.margin {
  margin: 5%;
  align-items: center;
}
.border {
  border-radius: 15px;
  /* background: #042b19ad; */
}
.color-white-text {
  color: white;
}

body {
  background-color: rgba(15, 46, 63, 1);
  background: url(image/fondo-main.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
.size-conteiner {
  width: 100%;
}
.size-cont-data {
  width: 80%;
  height: 70rem;
  border-style: solid;
  margin-top: 10%;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.507);
  margin-top: 0.5%;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand-color {
  color: #fff;
}

.text-center {
  text-align: center;
}

.hide {
  display: block;
}

.imge {
  width: 1100px;
  height: 450px;
}

/*estilos para datos de una peli*/
.left-datos {
  padding-left: 10%;
}

@media (min-width: 320px) {
  /* Bump up size of carousel content */
  .imge {
    width: 320px;
    height: 170px;
  }
}

@media (min-width: 360px) {
  /* Bump up size of carousel content */
  .imge {
    width: 360px;
    height: 200px;
  }
}

@media (min-width: 768px) {
  .imge {
    width: 900px;
    height: 430px;
    /* background: rgba(73, 177, 146, 0.89) */
  }
  .color-cont-data {
    background: rgba(17, 17, 17, 0.514);
    width: 90rem;
    border-radius: 10px;
  }
  .margin {
    margin: 2%;
  }
  /* .cont{
    width: 900px;
  } */
}

/* FOOTER 2 -BOTONES */
.fa {
  padding: 0.8%;
  width: 35px;
  border-radius: 50%;
  text-align: center;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
}

.fa-twitter {
  background: #55acee;
}

.fa-youtube {
  background: #bb0000;
}

.fa-instagram {
  background: #c7033e;
}
/*ESTILO DEL BOTON QUE VA AHACIA ARRIBA*/
.ir-arriba {
  display: none;
  padding: 30px;
  background-repeat: no-repeat;
  font-size: 20px;
  color: black;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
