*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding-right: 0px; 
    padding-left: 0px;
}
h1{
    font-family: 'Rufina', serif;
}
video{
  width: 90%;
}
.logoQuien{
  height: 50px;
  margin: 1.5rem 0rem;

}
.plaeca-quien{
  background: #CF0A2C;
  margin-bottom: 2rem;
}
.back-h{
	background-image: url(../img/huawei-nova-8-back.jpeg);
	border-radius: 15px;
}
.cel{
	position:absolute;
	bottom: 26px;
}

.nova8{
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.cel-nova8{
	width: 70%;
}
.texto, .nova8-2{
	padding: 2rem;
}
.cont-2{
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.nova-1{
  width: 70%;
}


.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.texto{
  padding-top: 3rem;
  font-size: 14px!important;
}
.p-4{
  text-align: center;
}
.celnova{
  width: 50%;
  margin: 2rem;
  padding: 0 auto;
}
.mujer{
  border-radius: 15px;
}
.modelo{
  text-align: center;
}
.enlace{
  color: #668eff;
}
.enlace:hover{
  color: #F7A742;
}
@media only screen and (max-width: 991px) {
	.cel{
	position:relative;
	bottom: 0px;
}
  
}
@media only screen and (max-width: 991px) and (min-width: 768px) {  

  li{
    padding: 0rem 0.5rem;
  }
    .cel{
  position:absolute;
  bottom: 25px;
}
  
} 

@media only screen and (max-width: 600px) {
  h1{
    font-size: 1.6rem;
}
  
}