@font-face {
  font-family: 'Gotham Narrow';
  src: url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('/fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratlight';
  src: url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('/fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montserratregular';
  src: url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('/fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('/fonts/GothamNarrow-Black.eot');
  src: url('/fonts/GothamNarrow-Black.eot?#iefix') format('embedded-opentype'),
    url('/fonts/GothamNarrow-Black.woff2') format('woff2'),
    url('/fonts/GothamNarrow-Black.woff') format('woff'),
    url('/fonts/GothamNarrow-Black.ttf') format('truetype'),
    url('/fonts/GothamNarrow-Black.svg#GothamNarrow-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Gotham Narrow';
  font-weight: normal;
  font-style: normal;
  color: #02672f;
}

#cookiescript_description span {
  color: #fff !important;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #000;
}

body {
  background: url(../images/bg.png) top center no-repeat #02672f;
  height: 100%;
  background-size: 100% auto;
  width: 98vw;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 1vw;
  line-height: 1.2vw;
  margin-top: 2vh;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.stage {
  position: relative;
  display: block;
  margin: auto;
  width: 90%;
  max-width: 940px;
  background: url(../images/header.png?1) top center no-repeat transparent;
  background-size: 100% auto;
  top: 0;
  margin-top: 0;
}

@media only screen and (max-width: 1368px) {
  .stage {
    max-width: 630px;
  }
}

.stage2 {
  position: relative;
  display: block;
  margin: auto;
  width: 100vw;
  padding-top: 20px;
  background: #fcd205;
}

.stage2 .dataform {
  width: 90%;
  max-width: 450px;
}

.spacer {
  height: 39vw;
}

.message1 {
  text-align: center;
  color: #fcd205;
}

.dataForm {
  position: relative;
  display: block;
  width: 90%;
  max-width: 750px;
  margin: auto;
}

.parte {
  position: absolute;
  top: -12px;
  right: 0;
  background: url(../images/vencedores-bg.png) bottom center no-repeat transparent;
  width: auto;
  height: 35px;
  padding: 10px;
}

.comoParticipar {
  text-align: center;
  margin-bottom: 20px;
}

.comoParticipar p {
  text-align: center;
  color: #048544;
}

h2 {
  display: block;
  color: #fcd205;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 3vw;
}

.number {
  color: #89aa57;
}

input {
  width: 100%;
  color: #048544;
  background: #fcd205;
  width: 100%;
  border: 0px solid #fff;
  margin: 0 auto 0 auto;
  padding: 1vw 1vw 0.6vw 1vw;
  clear: both;
  border-radius: 10px;
  font-size: 0.9vw;
  text-align: left;
  font-family: 'Gotham Narrow';
}

::placeholder {
  color: #048544;
  font-size: 1.2vw;
  text-align: left;
}

.smaller::placeholder {
  font-size: 1vw !important;
  text-align: left;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.btn.button img {
  width: 350px;
  max-width: 100%;
}

.p1,
.p2 {
  margin: 1vw 0;
  padding: 0;
  text-align: center;
}

.p1,
.p7 {
  font-size: 1.7vw;
}

.p3 {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

.p4 {
  margin: 0;
  padding: 0;
  width: 45%;
  float: right;
}

.p5 {
  margin: 1vw 0;
  padding: 0;
  width: 60%;
  float: left;
}

.p6 {
  margin: 1vw 0;
  padding: 0;
  width: 35%;
  float: right;
}

.p7 {
  font-family: 'Gotham Narrow';
  margin: auto;
  text-align: center;
  margin-bottom: 0.5vw;
  color: #fcd205;
  line-height: 1.8vw;
  font-size: 1.4vw;
}

.p7 span {
  font-family: 'Gotham Narrow';
  color: #fcd205;
  font-size: 1.8vw;
}

.p8 {
  color: #fcd205;
}

.p8,
.p9,
.p10,
.p11 {
  text-transform: uppercase;
  font-size: 0.8vw;
  line-height: 1.2vw;
}

.p9,
.p9 a,
.p10,
.p10 a,
.p11,
.p11 a {
  color: #02672f;
  margin: 0 auto;
}

wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  display: inline-block;
  margin: auto;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.upload-btn-wrapper {
  margin: auto;
  cursor: pointer;
}

.upload-btn-wrapper:hover .btn {
  color: #fcd205;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.position,
.filenameHere {
  position: relative;
  text-align: center;
  color: #89aa57;
  font-size: 0.9vw;
}

.yellow {
  color: #fcd205;
}

.aceito1,
.aceito2,
.aceito3 {
  width: 0.8vw;
  height: 0.8vw;
}

.submit.btn.button {
  display: table;
  width: unset;
}

.button {
  position: relative;
  display: table;
  background: url(../images/button-off.png) center center no-repeat transparent;
  background-size: cover;
  text-align: center;
  color: #fcd205;
  font-size: 1.5vw;
  padding: 0vw;
  cursor: pointer;
  border-radius: 30px;
  margin: auto;
  padding: 0.4vw 2vw 0.2vw 2vw;
}

.048544ton {
  width: 60%;
  max-width: 300px;
  margin: 20px;
}

.button2 {
  width: 20vw;
}

.scrollDown {}

.scrollDown:hover {}

#coverUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}

.centerCoverUp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.centerCoverUp div {
  padding: 1vw;
  background: #89aa57;
  border-radius: 10px;
}

#vencedoresCoverUp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}

.vencedoresCenterCoverUp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.vencedoresCenterCoverUp div {
  padding: 1vw;
  background: #89aa57;
  border-radius: 10px;
}

.parallax-element1,
.parallax-element2 {
  z-index: 9;
}

.float1 {
  position: absolute;
  top: 10vh;
  left: 10vw;
  width: 10vw;
}

.float2 {
  position: absolute;
  top: 7vh;
  left: 75vw;
  width: 10vw;
}

.float3 {
  position: absolute;
  top: 40vh;
  left: 1vw;
  width: 25vw;
}

.float4 {
  position: absolute;
  top: 25vh;
  left: 76vw;
  width: 23vw;
}

.float5 {
  position: absolute;
  top: 90vh;
  left: 3vw;
  width: 20vw;
}

.float6 {
  position: absolute;
  top: 90vh;
  left: 70vw;
  width: 27vw;
}

.float7 {
  position: absolute;
  top: 150vh;
  left: 4vw;
  width: 20vw;
}

.float8 {
  position: absolute;
  top: 150vh;
  left: 77vw;
  width: 20vw;
}

.float9 {
  position: absolute;
  top: 175vh;
  left: 7vw;
  width: 20vw;
}

.float10 {
  position: absolute;
  top: 195vh;
  left: 77vw;
  width: 20vw;
}

.separadores {
  position: absolute;
  top: 0;
  right: 0;
  top: -12px;
}

.botao {
  display: inline;
  padding: 1.1vw 1vw 0.9vw 1vw;
  background: rgba(128, 170, 64, 0.8);
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.botao:hover {
  background: rgba(128, 170, 64, 0.2);
  color: #fcd205;
}

.size1 {
  color: #fff;
  padding: 0.9vw 5vw 0.9vw 5vw;
}

.botao2 {
  display: block;
  padding: 1.2vw 2vw;
  background: linear-gradient(to right, #0075b5, #fcd205, #0075b5);
  color: #fff;
  border-radius: 0px;
  border: none !important;
  width: auto;
  margin: auto;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 1.5vw;
}

.finalh2 {
  font-size: 1.5vw;
  color: #89aa57;
  margin: 0 auto 10px auto;
  WIDTH: 400px;
  max-width: 90%;
  line-height: 25px;
}

.stop1 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.submit-btn {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin: auto;
  text-align: center;
  background: transparent;
  cursor: pointer;
}

.submit-btn:hover {
  background: transparent;
}

.foot {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 99;
  width: 150px;
}

.foot img {
  width: 100%;
}

.topTab {
  color: #fff;
  text-decoration: none;
  font-family: 'montserratlight';
  margin-right: 10px;
  cursor: pointer;
}

.topTab:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.topTab::before {
  content: url('../images/arrow.png');
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -3px;
}

.imgSeleccionar {
  width: 250px;
}

@media only screen and (max-width: 768px) {
  body {
    background-size: 275% auto;
    background-position-x: calc(0% - -60%);
  }

  .separadores {
    position: absolute;
    top: 0;
    right: 0;
    top: -15px;
  }

  .parallax-element1,
  .parallax-element2 {
    display: none;
  }

  .stage {
    width: 90vw;
    background: url(../images/mobile.png?1) center calc(0% + 30px) no-repeat transparent;
    background-size: 100% auto;
  }

  .spacer {
    height: 135vw;
  }

  .botao {
    font-size: 5vw;
    clear: both;
    display: block;
    padding: 20px 10px;
    margin: 10px;
  }

  .botao.size1 {
    font-size: 5vw;
    display: inline;
    padding: 20px 10px;
    margin: 10px auto;
  }

  .botao2 {
    font-size: 5vw;
    clear: both;
    display: block;
    padding: 20px 10px;
    margin: 10px auto;
  }

  .comoParticipar * {
    font-size: 4vw;
    line-height: 4vw;
  }

  h2 {
    font-size: 6vw !important;
  }

  .finalh2 {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 6vw;
  }

  .button,
  .button img {
    max-width: 70vw !important;
    font-size: 4.5vw;
    padding: 00;
  }

  .p7 span {
    font-family: 'Gotham Narrow';
    color: #fcd205;
    font-size: 4.8vw;
  }

  .message1 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .p1 {
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .p1 img {
    max-width: 70vw !important;
  }

  .button2 {
    width: 60vw;
    padding-bottom: 30px;
  }

  .scrollDown {
    padding: 4.4vw 6vw 4.2vw 6vw !important;
  }

  input {
    padding: 2.4vw 4vw 2.3vw 4vw;
    border-radius: 10px;
    font-size: 4vw;
  }

  ::placeholder {
    font-size: 4vw;
    text-align: center;
  }

  .smaller::placeholder {
    font-size: 2vw !important;
    text-align: center;
  }

  .p1,
  .p2 {
    margin: 1vw 0;
    padding: 0;
  }

  .p1 {
    margin: 8vw 0 5vw 0;
  }

  .p1,
  .p7 {
    font-size: 4.7vw;
    line-height: 4.8vw;
  }

  .p3 {
    margin: 0;
    padding: 0;
    width: 50%;
  }

  .p4 {
    margin: 0;
    padding: 0;
    width: 45%;
  }

  .p5 {
    margin: 1vw 0;
    width: 60%;
  }

  .p6 {
    margin: 1vw 0;
    width: 35%;
  }

  .p7 {
    margin-bottom: 0.5vw;
  }

  .p8,
  .p9,
  .p10,
  .p11 {
    position: relative;
    font-size: 2.3vw;
    line-height: 3.3vw;
    z-index: 999;
  }

  .filenameHere {
    font-size: 4vw;
  }

  .aceito1,
  .aceito2,
  .aceito3 {
    width: 2.5vw;
    height: 2.5vw;
  }

  .centerCoverUp div {
    font-size: 5vw;
    padding: 5vw;
  }

  .parte {
    height: 22px;
    padding: 10px;
  }

  .topTab {
    font-size: 0.5rem
  }

  .foot {
    bottom: 1px;
    left: 1px;
    width: 80px;
  }

  .imgButton {
    max-width: 80%;
  }
}