@font-face {
  font-family: 'nunitoBlack';
  src: url(./fonts/Nunito-Black.ttf);
}

@font-face {
  font-family: 'nunitoBold';
  src: url(./fonts/Nunito-Bold.ttf);
}

@font-face {
  font-family: 'geekiRegular';
  src: url(./fonts/GEEEKI-REGULAR.TTF);
}


body {
  background-color: #FF6CDF;
  margin: 0;
}

.header {
  background-color: #C852FF;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  text-align: right;
  padding-right: 18vw;
  box-sizing: border-box;
}

.header-logo {
  width: 13.5vw;
  height: auto;
  position: absolute;
  left: 17vw;
  top: 2.3vw;
  z-index: 2;
}

.header-link {
  width: 5vw;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.header-link img {
  display: block;
  width: 100%;
}

.bgWrapper {
  display: block;
  position: relative;
  width: 100%;
  background-image: url(../img/bg1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.wspBtn {
  position: absolute;
  top: 2vw;
  right: 3.6vw;
  width: 6.6vw;
}

.wspBtn:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-in;
}

.wspBtn a {
  display: block;
}

.wspBtn img {
  width: 100%;
  height: auto;
}

.wspBtn p {
  font-family: 'nunitoBlack';
  color: white;
  font-size: 1vw;
  text-align: center;
  margin: 0;
}

.intro {
  width: 100%;
  display: block;
  padding-top: 3vw;
}

.intro-img {
  display: inline-block;
  vertical-align: top;
  width: 51vw;
  box-sizing: border-box;
  padding-left: 1.25vw;
}

.intro-img img {
  display: block;
  width: 100%;
  height: auto;
}

.intro-text {
  display: inline-block;
  vertical-align: top;
  width: 27.5vw;
  margin-top: 7vw;
}

.intro-text h1 {
  font-family: 'nunitoBlack';
  color: white;
  font-size: 3.4vw;
  margin-top: 7vw;
  line-height: 4vw;
  text-shadow: 0 0 5px white;
  margin-bottom: 1vw;
}

.intro-text p {
  font-family: 'nunitoBold';
  color: white;
  font-size: 1.2vw;
}

.intro-text b {
  font-family: 'nunitoBlack';
}

.intro-text span {
  font-family: 'nunitoBlack';
  color: white;
  font-size: 1.7vw;
}

.videoGen {
  display: block;
  width: 100%;
  margin-top: 1vw;
}

.videoGen-video {
  width: 60vw;
  height: 33vw;
  display: block;
  margin: 0 auto;
}

.concursar {
  display: block;
  width: 100%;
  margin-top: 3vw;
}

.subtitle {
  display: block;
  position: relative;
  width: 60vw;
  margin: 0 auto;
  margin-bottom: 6vw;
}

.subtitle-line {
  width: 100%;
  height: 0.3vw;
  background-color: #0C5483;
  position: absolute;
  left: 0;
  top: 2.5vw;
  z-index: 1;
}

.subtitle-h2 {
  font-family: 'geekiRegular';
  color: white;
  font-size: 2.5vw;
  line-height: 2.5vw;
  background-color: #0C5483;
  letter-spacing: 2px;
  width: 35vw;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3vw;
  display: block;
  margin: 0 auto;
  padding: 1.5vw 0 1vw 0;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 5px white;
}

.step {
  display: block;
  width: 25.7vw;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5vw;

}

.step-number {
  position: absolute;
  font-family: 'geekiRegular';
  color: #312782;
  font-size: 4vw;
  top: 0;
  left: -4vw;
  line-height: 4vw;
}

.step p {
  font-family: 'nunitoBold';
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: white;
}

.step b {
  font-family: 'nunitoBlack';
  font-size: 1.5vw;
  line-height: 1.5vw;
  color: white;
}

.step ul {
  margin: 0;
  padding: 0;
}

.step li {
  list-style: none;
  margin-bottom: 1vw;
}

.step li::before {
  content: "\2022";
  color: white; 
  font-weight: bold; 
  display: inline-block;
  width: 1vw;
  font-size: 2vw;
  line-height: 1vw;
}

.step li a {
  color: white;
  text-decoration: none;
}

.step li a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-in;
}

.videoExample {
  display: block;
  width: 100%;
  margin-bottom: 5vw;
}

.videoExample p {
  display: block;
  font-family: 'nunitoBlack';
  color: white;
  font-size: 1.5vw;
  text-align: center;
}

.videoExample-video {
  width: 38vw;
  height: 21vw;
  margin: 0 auto;
  margin-bottom: 3vw;
  box-shadow: 1px 1px 10px black;
  display: block;
}

.social {
  display: block;
  text-align: center;
  margin-bottom: 4vw;
}

.social p {
  font-family: 'geekiRegular';
  color: white;
  font-size: 2vw;
  line-height: 2vw;
  letter-spacing: 3px;
  text-align: center;
  display: block;
  text-shadow: 0 0 5px white;
  margin-bottom: 2vw;
}

.social a {
  display: inline-block;
  width: 3.5vw;
  vertical-align: top;
  margin: 0 0.5vw;
}

.social a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
}

.social a img {
  width: 100%;
  height: auto;
}

.premios-text {
  width: 100%;
  display: block;
  margin-top: 5vw;
}

.premios-text p {
  display: block;
  width: 38vw;
  font-family: 'nunitoBlack';
  color: white;
  font-size: 1.5vw;
  line-height: 1.5vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.premios-text img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -9vw;
  position: relative;
  z-index: 1;
}

.terms {
  display: block;
  width: 24vw;
  background-color: #0C5483;
  border-radius: 50px;
  padding: 2vw;
  margin: 5vw auto;
  box-shadow: 1px 1px 10px black;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.terms:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
}

.terms a {
  display: block;
  font-family: 'nunitoBold';
  color: white;
  font-size: 1.5vw;
  line-height: 1.5vw;
  text-decoration: none;
}

footer {
  display: flex;
  padding: 3vw 0;
  background-color: #C852FF;
  align-items: center;
  justify-content: space-around;
}

footer > a:first-child {
  width: 4vw;
}

footer p {
  font-family: 'nunitoBlack';
  color: white;
  font-size: 1vw;
  line-height: 1vw;
}

footer > a:last-child {
  width: 6.6vw;
}

footer img {
  width: 100%;
  height: auto;
}


/* RESPONSIVE */

@media (max-width: 1023px) {
  .header {
    padding-right: 10%;
  }

  .header-link {
    width: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .header-logo {
    width: 120px;
    left: 10%;
    top: 20px;
  }

  .wspBtn {
    width: 50px;
    top: 20px;
    right: 20px;
  }

  .wspBtn p {
    font-size: 12px;
  }

  .intro {
    padding-top: 50px;
  }

  .intro-img {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-left: 0;
  }

  .intro-text {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .intro-text h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .intro-text p {
    font-size: 18px;
    line-height: 20px;
  }

  .intro-text span {
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
    display: block;
  }

  .videoGen {
    margin-top: 50px;
  }

  .videoGen-video {
    width: 80vw;
    height: 45vw;
  }

  .subtitle {
    width: 100%;
  }

  .subtitle-line {
    height: 3px;
    top: 32px;
  }

  .subtitle-h2 {
    font-size: 30px;
    line-height: 30px;
    width: 70%;
    border-radius: 50px;
    padding: 20px 0 15px 0;
  }

  .step {
    width: 50%;
    margin-bottom: 50px;
  }

  .step p, .step b {
    font-size: 18px;
    line-height: 20px;
  }

  .step-number {
    font-size: 40px;
    left: -30px;
    line-height: 40px;
  }

  .videoExample p {
    font-size: 24px;
  }

  .videoExample-video {
    width: 50vw;
    height: 28vw;
    margin-bottom: 40px;
  }

  .social p {
    font-size: 24px;
    line-height: 26px;
  }

  .social a {
    width: 50px;
    margin: 0 5px;
  }

  .premios-text p {
    width: 50vw;
    font-size: 18px;
    line-height: 20px;
  }

  .terms {
    width: 50%;
    border-radius: 50px;
    padding: 15px;
  }

  .terms a {
    font-size: 20px;
    line-height: 22px;
  }

  footer p {
    font-size: 16px;
    line-height: 18px;
  }

  footer a:first-child {
    width: 50px;
  }

  footer a:last-child {
    width: 60px;
  }
}

@media (max-width: 767px) {
  footer a {
    display: none;
  }

  .subtitle-h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 519px) {
  .subtitle-line {
    top: 25px;
  }

  .subtitle-h2 {
    font-size: 18px;
    line-height: 22px;
    width: 80%;
  }

  .intro-img {
    width: 80%;
  }

  .intro-text {
    margin-top: 20px;
  }

  .step {
    width: 70%;
  }

  .videoExample-video {
    width: 80vw;
    height: 45vw;
  }

  .premios-text p {
    width: 70vw;
  }

  .terms {
    width: 80%;
  }

  footer p {
    font-size: 10px;
    line-height: 12px;
  }
}