/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* Global Styles
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 100;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background-color: white;
  margin: 0;
  font-size: 1rem;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
  font-variant-numeric: proportional-nums;
  font-feature-settings: "pnum";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  @media only screen and (min-width: 375px) {
    body {
      background-color: black;
      background-image: url("../img/pattern_black.svg");
      background-size: cover; } }
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Special Elite Regular"), local("SpecialElite-Regular"), url(https://fonts.gstatic.com/s/specialelite/v10/XLYgIZbkc4JPUL5CVArUVL0ntnAOSFNuQsI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

h1, p, li, a {
  font-family: 'Special Elite', sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0; }

.card {
  background-color: white;
  height: auto;
  width: 100%; }
  @media only screen and (min-width: 375px) {
    .card {
      align-items: center;
      align-content: center;
      box-shadow: 5px 10px 18px black;
      display: flex;
      direction: column;
      height: auto;
      justify-content: center;
      transform: rotate(0.5deg);
      width: 340px; } }
  @media only screen and (min-width: 768px) {
    .card {
      width: 360px; } }
.image-top, .image-bottom {
  position: fixed;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .image-top, .image-bottom {
      width: 400px; } }
.image-top {
  top: -1px; }

.image-bottom {
  bottom: -1px; }

.container {
  text-align: center;
  width: 85%;
  margin: 0 auto; }

h1 {
  margin-top: 80px; }
  @media only screen and (min-width: 375px) {
    h1 {
      margin-top: 40px; } }
.r115_logo {
  margin: 8px auto 24px;
  width: 100%;
  max-width: 280px; }

ul {
  list-style-type: none;
  text-align: center; }
  ul li:first-child {
    transform: rotate(0.5deg); }
  ul li:nth-child(2) {
    transform: rotate(-0.5deg);
    margin: 12px auto; }
  ul li:nth-child(3) {
    transform: rotate(0.5deg);
    margin: auto auto 24px; }

.main_btn {
  background-image: url("../img/contacte_cta.svg");
  background-size: contain;
  color: white;
  display: block;
  height: 40px;
  line-height: 2.7;
  text-decoration: none;
  transition: .2s width ease-in-out;
  width: 100%;
  max-width: 292px; }

.main_btn:hover {
  color: rgba(255, 255, 255, 0.9);
  transform: rotate(0.5deg);
  width: 275px; }

.social-media {
  display: block;
  width: 32px;
  margin: 16px auto;
  transition: .2s ease-in; }

.social-media:hover {
  transform: rotate(15deg); }

.copyright {
  margin: 0 auto 32px;
  text-align: center;
  font-size: 0.64em;
  line-height: 1.5; }
