@font-face {
  font-family: 'Kolbi Sans';
  src: url('../fonts/KolbiSans-Medium.woff2') format('woff2'),
      url('../fonts/KolbiSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kolbi Sans Regular';
  src: url('../fonts/KolbiSans-Regular.woff2') format('woff2'),
      url('../fonts/KolbiSans-Regular.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Kolbi Sans', sans-serif;
  background-image: url('../img/back_mov.png');
  background-size: auto;
}

.landing-content {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 2rem;
  position: relative;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-family: 'Kolbi Sans Regular', sans-serif;
  font-size: 0.9rem;
}

h4 {
  font-family: 'Kolbi Sans Regular', sans-serif;
  font-size: 1rem;
}

p {
  text-align: justify;
  font-family: 'Kolbi Sans Regular', sans-serif;
  font-size: 0.6rem;
}

label {
  font-family: 'Kolbi Sans Regular', sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
}

.mt--80 {
  margin-top: -50px;
}

.persona-img {
  position: static;
  width: 100%;
  margin-top: 2rem;
}

.bg_persona {
  background-image: url('../img/persona.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 400px;
}

.highlight {
  color: #00471B;
}

.btn-subscribe {
  background: transparent;
  border: none;
  padding: 0;
  margin: 1rem 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  h1 {
    font-size: 2.8rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  body {
    background: url('../img/back_web.png') no-repeat center center;
    background-size: cover;
  }

  h1 {
    font-size: 3.0rem;
  }

  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.6rem;
  }

  p {
    font-size: 0.8rem;
  }

  .persona-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    max-width: 400px;
  }

  .bg_celupersona {
    background-image: url('../img/club_salta.png');
    background-size: auto;
    background-position: 10% 40%;
    background-repeat: no-repeat;
  }

  .mt--80 {
    margin-top: -60px;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 3.2rem;
  }

  .mt--80 {
    margin-top: -70px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1 {
    font-size: 3.4rem;
  }

  .mt--80 {
    margin-top: -80px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  h1 {
    font-size: 3.6rem;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
}

/* UH-Large devices (larger desktops, 1400px and up) */
@media (min-width: 5000px) {
  .mt-uhl-12 {
    margin-top: 12rem !important;
  }
}