.iniciar-sesion,
.iniciar-sesion * {
  box-sizing: border-box;
}

.iniciar-sesion {
  background: white;
  width: 390px;
  height: 844px;
  position: relative;
  overflow: hidden;
}

.barra-de-estado-android{
  width: 100%;
}

#img-cine{
  width: 100%;
}

h1{
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  text-align: center;
  font-weight: 700;
}

#descripcion{
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
}

#descripcion p {
  text-align: justify;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.info{
  margin-left: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.info img{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.info p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

#botonera{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

#botonera a{
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
}

#atras{
  background-color: black;
  color: white;
}

#reserva{
  background-color: #ffcd29;
  color: black;
}