#memory-foam-mx-bloque-completo {
  width: 100%;
  display: flex; 
  flex-wrap: nowrap;
}
#memory-foam-mx-imagenes {
  width: 70%;
  display: flex;
}
#memory-foam-mx-desk-picture {
  width: 100%;
  display: block;
}

#memory-foam-mx-mobile-picture {
    display: none;
    width: 100%;
  }

#memory-foam-mx-enlace {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#memory-foam-mx-enlace-imagen {
  width: 100%;
}

#memory-foam-mx-texto {
  width: 30%;
  margin-left: 2%;
  margin-right: 5%;
}
#memory-foam-mx-texto-h3 {
  font-weight: 700; 
  font-size: 24px; 
  letter-spacing: 0.5px; 
  line-height: 30px; 
  width: 100%;
  margin-bottom: 5%;
  margin-top: 43%;
  color: #5E89B4;
}
#memory-foam-mx-texto-p {
  font-weight: 400; 
  font-size: 24px; 
  letter-spacing: 0.5px;
  width: 100%;
  margin-top: 8%;
  margin-bottom: 8%;
  color: #000000;
}
#memory-foam-mx-enlace a{
  font-weight: 600; 
  font-size: 18px;
  color: #7595CD;
}

.memory-foam-ctas {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10%;
}

.memory-foam-ver-mujer {
  background-color: #7595CD;
  color: #ffffff;
  font-family: "mukta-regular", sans-serif;
  width: 40%;
}

.memory-foam-ver-hombre {
  background-color: #7595CD;
  color: #ffffff;
  font-family: "mukta-regular", sans-serif;
  width: 40%;
}

.memory-foam-ver-mujer p{
  text-align: center;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
}
.memory-foam-ver-hombre p{
  text-align: center;
  width: 100%;
  align-items: center;
  margin-bottom: 0; 
}

.memory-foam-ver-hombre a{
  color: #ffffff;
}

.memory-foam-ver-mujer a{
  color: #ffffff;
}

@media (max-width: 769px) {
  #memory-foam-mx-bloque-completo {
    width: 100%;
    display: block; 
}
  #memory-foam-mx-desk-picture {
    display: none;
    width: 100%;
  }

  #memory-foam-mx-mobile-picture {
    display: block;
    width: 100%;
  }
  #memory-foam-mx-imagenes {
    width: 100%!important;
  }

  #memory-foam-mx-texto {
    margin-left: 0!important;
    width: 100%;
    text-align: center;
    margin-right: 0!important;
  }
  #memory-foam-mx-texto-p {
    text-align: center;
    width: 90%!important;
    margin-left: 5%;
    margin-right: 5%;
  }
  #memory-foam-mx-texto-h3 {
    text-align: center;
    margin-top: 10%;
  }
  #memory-foam-mx-enlace {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: space-evenly;
  }

  #memory-foam-mx-enlace a {
    font-size: 14px;
  }
}