html {
    color-scheme: dark;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #03142d;
    color: #eef2f7;
    font: 16px/1.7 Montserrat, Segoe UI, Arial, sans-serif;
    margin-top:10px
}

main {
    width: min(795px, calc(100% - 40px));
    margin: 0 auto;
    padding: 15px 0
}

a {
    color: #777777 !important;
}

h1 {
    font-size: 42px;
    margin: 40px 0 16px
}

p {
    color: #b8c2cf
}

.back {
    color: #f2383c !important;
}

.copyright {
    margin: 21px 0 0;
    color: #69768a;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 42px !important;
}


.brand-logo--header {
  width: clamp(245px, 20vw, 300px);
  height: auto;
}

/* =========================================================
   Clases extraídas de los antiguos estilos inline
   ========================================================= */

.legal-brand-header {
    width: 100%;
    text-align: center;
}

.legal-main--spaced {
    padding-bottom: 35px;
}

.legal-paragraph {
    margin: 0 0 18px;
}

.legal-paragraph--compact {
    margin: 0 0 10px;
}

.margin-reset {
    margin: 0;
}

.font-bold {
    font-weight: 700;
}

.font-extra-bold {
    font-weight: 800;
}

.legal-callout {
    margin: 12px 0 18px;
    padding: 12px 14px;
    border: 1px solid #dbe6ff;
    border-radius: 10px;
}

.legal-text-link {
    color: #b7b7b7 !important;
    text-decoration: none !important;
    background-color: #6c0e10;
    border: 0;
    padding: 2px 8px 2px 8px;
    border-radius: 8px;
    margin: 2px;
    font-size: 14px;
    font-weight: 400;
}

.legal-text-link:hover,
.legal-text-link:focus-visible {
    text-decoration: underline;
}

.legal-section-title {
    margin: 22px 0 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.legal-subsection-title {
    margin: 16px 0 6px;
    font-size: 16px;
    font-weight: 800;
}

.legal-list {
    margin: 0 0 18px 22px;
    padding: 0;
}

.legal-list--compact {
    margin-bottom: 10px;
}

.legal-list-item {
    margin: 0 0 8px;
}

.legal-updated {
    margin: 0 0 18px;
    color: #444;
    font-size: 14px;
}

.legal-meta-line {
    margin: 0;
    color: #cdcdcd;
    font-size: 14px;
}

.legal-divider {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
}

.legal-divider--inset {
    margin-inline: 18px;
}

.legal-small-note {
    margin: 0;
    font-size: 11px;
}

.cookie-table-wrapper {
  margin: 12px 0 22px;
  overflow-x: auto;
  border: 1px solid rgba(219, 230, 255, 0.22);
  border-radius: 10px;
}

.cookie-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: #b8c2cf;
  font-size: 14px;
}

.cookie-table th,
.cookie-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(219, 230, 255, 0.16);
}

.cookie-table th {
  color: #eef2f7;
  background: rgba(255, 255, 255, 0.035);
}

.cookie-table tr:last-child td {
  border-bottom: 0;
}

.legal-inline-button {
  color: #f2383c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

