/* Páginas legales de NICOLEFLIX (parodia). Estructura del clon de
   referencia; acabados medidos en netflix.com (docs/NETFLIX-DISENO.md). */

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bebas-neue-latin.woff2") format("woff2");
}
nav { padding: 18px 5%; border-bottom: 8px solid #232323; }
.logo {
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 2rem;
  color: #e50914;
  text-decoration: none;
  letter-spacing: .02em;
}
main { max-width: 720px; margin: 0 auto; padding: 40px 20px 60px; }
h1 { font-size: 2rem; font-weight: 700; margin-bottom: 6px; }
.fecha { color: rgba(255, 255, 255, .5); font-size: .85rem; margin-bottom: 30px; }
h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 28px 0 8px;
  color: #fff;
}
p, li { color: rgba(255, 255, 255, .7); font-size: .95rem; margin-bottom: 10px; }
ul { padding-left: 22px; }
strong { color: #fff; }
.sello {
  display: inline-block;
  background: #e50914;
  color: #fff;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .08em;
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 18px;
}
footer { border-top: 1px solid #232323; padding: 26px 5% 40px; }
footer a { color: rgba(255, 255, 255, .7); font-size: .9rem; }
footer a:hover { color: #fff; }
