/* Bootstrap 4.1.3 - Estilos base usados en las páginas de política de privacidad */

/* Reboot: box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reboot: html */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Reboot: body */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* Reboot: main como bloque */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* Reboot: headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* Typography: headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h2 {
  font-size: 2rem;
}

h5 {
  font-size: 1.25rem;
}

/* Reboot: párrafos */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Reboot: listas */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* Reboot: strong */
b,
strong {
  font-weight: bolder;
}

/* Reboot: enlaces */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* Reboot: hr */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Typography: hr */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Reboot: tablas */
table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

/* Estilos propios de las páginas de política de privacidad */

main {
  margin: 1em;
}

h2 {
  font-size: 1.6rem;
  margin-top: 40px;
}

h3, h5 {
  margin-top: 20px;
}

th, td {
  padding: 2px 5px;
}

hr {
  margin: 50px 0;
}

.policy-dates {
  text-align: right;
}
