
.producto-page {
  display: flex;
}

main {
  font-size: 20px;
}
  

  .producto-page ul {
    text-align: start;
    margin-left: 10%;
  }

  .producto-page p {
    text-align: start;
    margin-left: 10%;
  }
  
  .producto-page  div {
    width: 60%;
      text-align: center;
  }
  
  .producto-page img {
    width: 40%;
  }
  
  .producto-page button {
    border-radius: 41px;
    width: 50%;
    height: 12%;
    font-size: 20px;
    margin-top: 5%; 
  }
  
  .producto-page button:hover {
    cursor: pointer;
    background-color: rgba(255, 166, 0, 0.459);
  }

  .producto-destacado .boton1:hover {
    cursor: pointer;
    background-color: rgba(255, 166, 0, 0.459);
  }

  .producto-destacado .boton2:hover { 
    cursor: pointer;
    background-color: rgba(255, 166, 0, 0.459);
  }

  @media screen and (max-width: 700px) {
    .producto-page {
      display: flex;
      flex-direction: column;
  }
  .producto-page img {
    width: 100%;
  }
  .producto-page div {
    width: 100%;
  }
}


main h1 {
  margin-bottom: 5%;
}

main h2 {
  margin-top: 5%;
}

main ul {
  margin: 2%;
}

main h2.caracteristicas {
  margin-top: -5%;
}

.content-img {
  text-align: center;
}
.content-img-doble {
display: flex;
justify-content: space-evenly;
}
.content-img-doble img {
  width: 40%;  
}

.content-img img{
  width: 60%;  

}