@font-face {
    font-family: "Substance W00 Bold";
    src: url("https://db.onlinewebfonts.com/t/74a63d4eec6b8edbaf0ab36e3e66ce37.eot");
    src: url("https://db.onlinewebfonts.com/t/74a63d4eec6b8edbaf0ab36e3e66ce37.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/74a63d4eec6b8edbaf0ab36e3e66ce37.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/74a63d4eec6b8edbaf0ab36e3e66ce37.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/74a63d4eec6b8edbaf0ab36e3e66ce37.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/74a63d4eec6b8edbaf0ab36e3e66ce37.svg#Substance W00 Bold")format("svg");
}

@font-face {
    font-family: "Substance W00 Regular";
    src: url("https://db.onlinewebfonts.com/t/034d937e9e24e7963f4f4b13ca0ca9e4.eot");
    src: url("https://db.onlinewebfonts.com/t/034d937e9e24e7963f4f4b13ca0ca9e4.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/034d937e9e24e7963f4f4b13ca0ca9e4.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/034d937e9e24e7963f4f4b13ca0ca9e4.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/034d937e9e24e7963f4f4b13ca0ca9e4.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/034d937e9e24e7963f4f4b13ca0ca9e4.svg#Substance W00 Regular")format("svg");
}

/* Estilos base */
body {
  margin: 0;
  font-family: 'Substance W00 Bold';
  background-color: #fbfaf9;
  color: #062145;
  overflow-x: hidden;
}

/* Contenedor principal */
.privacy-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Logo arriba */
.privacy-logo {
  display: block;
  width: 160px;
  margin: 1.5rem auto 2rem;
}

.privacy-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Títulos */
h1 {
  color: #0daa60;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
h2 {
  color: #0daa60;
  margin-top: 2rem;
  font-size: 1.3rem;
}
ul {
  padding-left: 1.2rem;
  font-family: 'Substance W00 Regular';
}

a {
  color: #0daa60;
  text-decoration: underline;
  font-family: 'Substance W00 Regular';
}
small {
  display: block;
  font-size: 0.8rem;
  margin-top: 2rem;
  color: #777;
  font-family: 'Substance W00 Regular';
}
p {
    font-family: 'Substance W00 Regular';
}

/* Responsive ajustes */
@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .privacy-logo {
    margin-top: 2rem;
    width: 180px;
  }

  body {
    width: 700px;
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .privacy-container {
    padding: 3rem 2rem;
  }
  body {
    max-width: 1024px;
  }
}
