@font-face {
  font-family: "LALIGAText";
  src: url("../fonts/LALIGAText-Regular.woff2") format("woff2"), url("../fonts/LALIGAText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "LALIGAText";
  src: url("../fonts/LALIGAText-Bold.woff2") format("woff2"), url("../fonts/LALIGAText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "LALIGAText";
  src: url("../fonts/LALIGAText-Light.woff2") format("woff2"), url("../fonts/LALIGAText-Light.woff") format("woff");
  font-weight: lighter;
  font-style: normal; }
@font-face {
  font-family: "LALIGAHeadline";
  src: url("../fonts/LALIGAHeadline-StdBold.woff2") format("woff2"), url("../fonts/LALIGAHeadline-StdBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "LALIGAHeadline";
  src: url("../fonts/LALIGAHeadline-WideRegular.woff2") format("woff2"), url("../fonts/LALIGAHeadline-WideRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  background: black;
  padding: 0;
  scroll-behavior: smooth;
  color: white; }

.container {
  align-self: center;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto; }

.nav-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98; }
  .nav-bar .nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    .nav-bar .nav-container .nav-logo {
      cursor: pointer; }
    .nav-bar .nav-container .nav-btn {
      align-self: center; }
      .nav-bar .nav-container .nav-btn .btn {
        font-family: "LALIGAText";
        font-weight: bold;
        display: block;
        padding: 14px 23px 13px 23px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background-color: white;
        color: black;
        cursor: pointer;
        text-decoration: none; }

.section-legal {
  font-family: "LALIGAText";
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 150px; }
  .section-legal h1 {
    font-family: "LALIGAHeadline";
    font-size: 40px; }
    @media (min-width: 768px) {
      .section-legal h1 {
        font-size: 64px; } }
  .section-legal h2 {
    font-family: "LALIGAHeadline";
    font-size: 32px; }
    @media (min-width: 768px) {
      .section-legal h2 {
        font-size: 54px; } }
  .section-legal h3 {
    font-family: "LALIGAHeadline";
    font-size: 28px; }
    @media (min-width: 768px) {
      .section-legal h3 {
        font-size: 38px; } }
  .section-legal p {
    font-family: "LALIGAText";
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .section-legal p {
        font-size: 18px; } }
  .section-legal a {
    font-family: "LALIGAText";
    font-size: 14px;
    color: #fff;
    font-weight: bold; }
    @media (min-width: 768px) {
      .section-legal a {
        font-size: 18px; } }
  .section-legal ul, .section-legal ol {
    padding-inline-start: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em; }
  .section-legal li {
    font-family: "LALIGAText";
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .section-legal li {
        font-size: 18px; } }

.CookieDeclaration {
  color: white;
  width: 90%;
  max-width: 1280px;
  font-family: "LALIGAText";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin: 20px auto 40px; }
  @media (min-width: 768px) {
    .CookieDeclaration {
      font-size: 18px; } }
  .CookieDeclaration a {
    color: white;
    text-decoration: underline;
    font-weight: bold; }

/*# sourceMappingURL=styles-legales.css.map */
