@media (max-width:780px){
    body{
        height: auto;
        color: hsl(30, 38%, 92%);
    }
    .container{
        background-color: hsl(0, 0%, 100%);
        margin-top: 20%;
        width: 90%;
        height: auto;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .imagen{
        width: 100%;
        height: auto;
    }
   .desktop{
    display: none;
   }
   .movil{
    width: 100%;
    height: 30vh;
    border-radius: 5px 5px 0 0;
    display: block;
   }
   .information{
    top: 37%; 
    left: 0;
    margin-top: 50px;
    width: 100%;
    height: auto;
    margin-left:13%;
    margin-top: 20px;
}

.information span{
    color: hsl(228, 12%, 48%);
    font-size: 1em;
 }
 
 .information h1{
     margin-top: 10px;
     width: 85%;
     font-size: 1.6em;
     color: hsl(212, 21%, 14%);
     font-family: 'Fraunces', sans-serif;
 }
 
 .information-p{
     width: 90%;
     color: hsl(228, 12%, 48%);
     font-family: 'Montserrat', sans-serif;
     line-height: 1.3;
     font-size: 1em;
 }

 .add-cart{
    width: 87%;
    margin-bottom: 10%;

}
.precio .actual-precio{
    font-size: 2em;
  width: 40%;
  color: hsl(158, 36%, 37%);
  font-weight: bold;
  font-family: 'Fraunces', sans-serif;
}

}