body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 830px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.logo {
  width: 200px;
  padding: 30px;
}

.stores {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.store {
  width: 200px;
}

.policy {
  margin-top: 10px;
}

.oferta-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.text {
  white-space: pre-line;
}

.product-button {
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #ca1675;
}
