@font-face {
  font-family: A;
  src: url('../fonts/A.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: L;
  src: url('../fonts/L.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: M;
  src: url('../fonts/M.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  background-image: url('../images/1Mesa-de-trabajo-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body-splash {
  background-image: url('../images/Ny_Web-Teaser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.wrapper {
  height: 100vh;
}

.top-splash {
  grid-column-gap: 7%;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.logo-splash {
  width: 40%;
  max-height: 70%;
  margin-top: 2%;
}

.side-header {
  color: #fff;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 0;
  font-family: A, Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1em;
}

.link-insta {
  color: #fff;
}

.bottom-splash {
  justify-content: center;
  align-items: flex-end;
  height: 50%;
  display: flex;
}

.bottom-img {
  object-fit: contain;
  width: 50%;
  max-height: 90%;
}

@media screen and (max-width: 767px) {
  .top-splash {
    grid-column-gap: 0%;
    grid-row-gap: 10%;
    flex-flow: column;
    height: 80%;
  }

  .logo-splash {
    width: 78%;
    margin-top: 0%;
  }

  .side-header {
    margin-top: 0%;
  }

  .bottom-splash {
    height: 20%;
  }
}

@media screen and (max-width: 479px) {
  .bottom-img {
    width: 70%;
  }
}


@font-face {
  font-family: 'A';
  src: url('../fonts/A.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'L';
  src: url('../fonts/L.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'M';
  src: url('../fonts/M.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}