html, body {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
  position: relative;
}

@font-face {
  font-family: "gotham_black";
  src: url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_bold";
  src: url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_medium";
  src: url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham_normal";
  src: url("../fonts/Gotham-XLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.hiddenForm {
  display: none;
}

.text-center {
  text-align: center;
}

input {
  outline: inherit;
  font-family: "gotham_medium";
}

.textWuju {
  font-family: "gotham_bold";
  color: #fff;
}
.textWuju h2 {
  line-height: 5px;
  font-size: 5em;
  margin-bottom: 40px;
}
.textWuju p {
  margin: 0 auto;
  font-size: 30px;
}

#formQuestions {
  z-index: 2;
}
#formQuestions .contentQuestions .centerQuestions .mobileText h3 {
  font-family: "gotham_medium";
}
#formQuestions .contentQuestions .centerQuestions .question p {
  color: #fff;
  font-family: "gotham_medium";
}
#formQuestions .contentQuestions .centerQuestions .question .selectWrapper {
  border-radius: 36px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
}
#formQuestions .contentQuestions .centerQuestions .question .selectWrapper select {
  width: 100%;
  background-color: transparent;
  color: #a817a8;
  font-family: "gotham_bold";
  height: 40px;
  font-size: 18px;
  outline: inherit;
  border: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url("../bg/arrowdown.png") 98% 50% no-repeat;
  text-indent: 15px;
}
#formQuestions .contentQuestions .centerQuestions .question h2 {
  color: #fff;
  font-family: "gotham_bold";
}
#formQuestions .contentQuestions .centerQuestions #sendAnswers, #formQuestions .contentQuestions .centerQuestions .sendAnswersMobile {
  margin: 20px auto;
  text-align: center;
  color: #fff;
  background: #fd8023;
  display: block;
  padding: 15px;
  width: 100%;
  max-width: 150px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;
  font-family: "gotham_bold";
}

#formWin .contentFormWin input {
  font-family: "gotham_bold";
}
#formWin .contentFormWin .yasekomo span:nth-child(1) {
  font-size: 26px;
  font-family: "gotham_bold";
}
#formWin .contentFormWin .yasekomo span:nth-child(2) {
  font-style: italic;
  font-family: "gotham_normal";
}
#formWin .contentFormWin ::-webkit-input-placeholder {
  text-align: center;
  color: #53c464;
  font-size: 18px;
  text-transform: lowercase;
}
#formWin .contentFormWin :-moz-placeholder { /* Firefox 18- */
  text-align: center;
  color: #53c464;
  font-size: 18px;
  text-transform: lowercase;
}
#formWin .contentFormWin ::-moz-placeholder { /* Firefox 19+ */
  text-align: center;
  color: #53c464;
  font-size: 18px;
  text-transform: lowercase;
}
#formWin .contentFormWin :-ms-input-placeholder {
  text-align: center;
  color: #53c464;
  font-size: 18px;
  text-transform: lowercase;
}
#formWin .contentFormWin h2 {
  text-align: center;
  color: #fff;
  font-family: "gotham_bold";
}

#formLose .contentFormLose .centerFormLose input {
  font-family: "gotham_bold";
}
#formLose .contentFormLose .centerFormLose button {
  font-family: "gotham_bold";
}
#formLose .contentFormLose .centerFormLose h2 {
  text-align: center;
  color: #fff;
  font-family: "gotham_bold";
}
#formLose .contentFormLose .centerFormLose h4 {
  text-align: center;
  color: #fff;
  font-family: "gotham_bold";
}
#formLose .contentFormLose .centerFormLose hr {
  width: 80%;
}
#formLose .contentFormLose .centerFormLose p {
  text-align: center;
  color: #fff;
  font-family: "gotham_medium";
}

#messageLose, #messageWin, .requiredInputLose, #sendDataWin {
  color: #fff;
  text-align: center;
  font-family: "gotham_medium";
  margin: 10px auto 0;
  text-transform: lowercase;
}

button {
  outline: inherit;
  cursor: pointer;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}
.modal .modal-contenido {
  max-width: 900px;
  width: 100%;
  padding: 10px 20px;
  margin: 10% auto;
  position: relative;
}

@media (min-width: 940px) {
  .firstBG {
    background: url("../bg/INICIO2.jpg") left center no-repeat/cover;
  }
  .secondBG {
    background: url("../bg/RESPUESTACORRECTA.jpg") center center no-repeat/cover;
  }
  .thirdBG {
    background: url("../bg/RESPUESTAINCORRECTA.jpg") center center no-repeat/cover;
  }
  .secondBGAfter {
    background: url("../bg/RESPUESTACORRECTA_after.jpg") center center no-repeat/cover;
  }
  .osoInicio {
    width: 50%;
    height: 100vh;
    float: left;
    position: relative;
  }
  #formQuestions {
    width: 50%;
    height: 100vh;
    float: right;
    position: relative;
  }
  #formQuestions .contentQuestions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 80vh;
  }
  #formQuestions .contentQuestions .centerQuestions {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  #formQuestions .contentQuestions .centerQuestions .mobileText {
    display: none;
  }
  #formWin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #formWin .contentFormWin {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    height: 35vh;
    position: relative;
  }
  #formWin .contentFormWin h2 {
    font-size: 25px;
  }
  #formWin .contentFormWin .yasekomo {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
  }
  #formWin .contentFormWin .yasekomo span:nth-child(1) {
    font-size: 26px;
  }
  #formWin .contentFormWin .yasekomo span:nth-child(2) {
    font-style: italic;
  }
  #formWin .contentFormWin .form-control {
    float: left;
    margin-bottom: 20px;
  }
  #formWin .contentFormWin .form-control input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 95%;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  #formWin .contentFormWin .form-control:nth-child(1) {
    width: 50%;
  }
  #formWin .contentFormWin .form-control:nth-child(2) {
    width: 30%;
  }
  #formWin .contentFormWin .form-control:nth-child(3) {
    width: 20%;
  }
  #formWin .contentFormWin #sendDataWin {
    width: 100%;
    max-width: 140px;
    display: block;
    background: #f11e6d;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    border-radius: 50px;
    border: none;
    margin: 0px auto;
    cursor: pointer;
  }
  #formWin .gytLogo {
    display: none;
  }
  #formLose {
    width: 45%;
    height: 100vh;
    float: right;
    position: relative;
  }
  #formLose .contentFormLose {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 60vh;
  }
  #formLose .contentFormLose .centerFormLose {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  #formLose .contentFormLose .centerFormLose h2 {
    font-size: 6vw;
    line-height: 0;
    letter-spacing: -6px;
  }
  #formLose .contentFormLose .centerFormLose h4 {
    font-size: 2vw;
    line-height: 1px;
    letter-spacing: 2px;
  }
  #formLose .contentFormLose .centerFormLose p {
    font-size: 18px;
  }
  #formLose .contentFormLose .centerFormLose .form-control {
    float: left;
    margin-bottom: 20px;
  }
  #formLose .contentFormLose .centerFormLose .form-control input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  #formLose .contentFormLose .centerFormLose .form-control button {
    width: 100%;
    max-width: 150px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: #81107c;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control ::-webkit-input-placeholder {
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control ::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control :-ms-input-placeholder {
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(1) {
    width: 100%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(2) {
    width: 60%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(2) input {
    width: 96%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(3) {
    width: 40%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(4) {
    width: 50%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(5) {
    width: 50%;
  }
  .modal .modal-contenido {
    max-width: 900px;
  }
  .modal .modal-contenido .div {
    position: absolute;
    top: 0;
    height: 70px;
    width: 100%;
    cursor: pointer;
  }
  .questionsMobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .firstBG {
    background: url("../bg/INICIOTablet.jpg") center center no-repeat/cover;
  }
  .secondBG {
    background: url("../bg/CORRECTATablet.jpg") center center no-repeat/cover;
  }
  .thirdBG {
    background: url("../bg/respuesta_incorrecta.jpg") center center no-repeat/cover;
  }
  .secondBGAfter {
    background: url("../bg/CORRECTATablet.jpg") center center no-repeat/cover;
  }
  #formQuestions {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 305px;
  }
  #formQuestions .contentQuestions {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #formQuestions .contentQuestions .mobileText {
    text-align: center;
  }
  #formQuestions .contentQuestions .mobileText h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
  }
  #formQuestions .contentQuestions .imggyt {
    display: none;
  }
  #formWin {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50vh;
  }
  #formWin .contentFormWin {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 350px;
    position: relative;
  }
  #formWin .contentFormWin h2 {
    font-size: 25px;
  }
  #formWin .contentFormWin .yasekomo {
    position: absolute;
    bottom: 20px;
    left: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  #formWin .contentFormWin .yasekomo span:nth-child(1) {
    font-size: 26px;
  }
  #formWin .contentFormWin .yasekomo span:nth-child(2) {
    font-style: italic;
  }
  #formWin .contentFormWin .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  #formWin .contentFormWin .form-control input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 95%;
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  #formWin .contentFormWin .form-control ::-webkit-input-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin .form-control :-moz-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin .form-control ::-moz-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin .form-control :-ms-input-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin #sendDataWin {
    width: 100%;
    max-width: 140px;
    display: block;
    background: #f11e6d;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 50px;
    border: none;
    margin: 30px auto;
    cursor: pointer;
  }
  #formWin .gytLogo {
    display: block;
  }
  #formLose {
    width: 100%;
    position: absolute;
    bottom: 120px;
  }
  #formLose .contentFormLose {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #formLose .contentFormLose .centerFormLose {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #formLose .contentFormLose .centerFormLose h2 {
    font-size: 11vw;
    line-height: 0;
  }
  #formLose .contentFormLose .centerFormLose h4 {
    font-size: 4vw;
    line-height: 1px;
  }
  #formLose .contentFormLose .centerFormLose p {
    font-size: 13px;
  }
  #formLose .contentFormLose .centerFormLose .form-control {
    float: left;
    margin-bottom: 20px;
  }
  #formLose .contentFormLose .centerFormLose .form-control input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  #formLose .contentFormLose .centerFormLose .form-control button {
    width: 100%;
    max-width: 140px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    padding: 8px;
    background: #81107c;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control ::-webkit-input-placeholder {
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control ::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control :-ms-input-placeholder {
    text-align: center;
    color: #48bb99;
    font-size: 18px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(1) {
    width: 100%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(2) {
    width: 60%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(2) input {
    width: 96%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(3) {
    width: 40%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(4) {
    width: 50%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(5) {
    width: 50%;
  }
  .modal .modal-contenido {
    max-width: 900px;
  }
  .modal .modal-contenido .div {
    position: absolute;
    top: 0;
    height: 70px;
    width: 100%;
    cursor: pointer;
  }
  .questionsMobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .firstBG {
    background: url("../bg/INICIOMobile.png") center center no-repeat/cover;
  }
  .secondBG {
    background: url("../bg/respuestacorrecta-cierre_pop_up.png") center center no-repeat/cover;
  }
  .thirdBG {
    background: url("../bg/respuesta_incorrecta.png") center center no-repeat/cover;
  }
  .secondBGAfter {
    background: url("../bg/respuestacorrecta-cierre_pop_up.png") center center no-repeat/cover;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  #formQuestions .centerQuestions .mobileText {
    display: none;
  }
  #formQuestions .centerQuestions .question h2 {
    font-size: 12px !important;
  }
  #formWin {
    height: 300px !important;
  }
  #formWin .contentFormWin .form-control input {
    height: 30px !important;
    width: 85% !important;
    margin: 0 auto;
    display: block;
  }
  #formWin .contentFormWin #sendDataWin {
    font-size: 12px !important;
    padding: 6px !important;
  }
}
@media (max-width: 767px) {
  #formQuestions {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 240px;
  }
  #formQuestions .centerQuestions {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #formQuestions .centerQuestions .imggyt {
    display: none;
  }
  #formQuestions .centerQuestions .mobileText {
    text-align: center;
  }
  #formQuestions .centerQuestions .mobileText h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
  }
  #formQuestions .centerQuestions .question h2 {
    font-size: 15px;
  }
  #formQuestions .centerQuestions .question .selectWrapper select {
    font-size: 15px !important;
    height: 30px !important;
  }
  #formQuestions .centerQuestions #sendAnswers, #formQuestions .centerQuestions .sendAnswersMobile {
    padding: 10px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .question1 {
    display: block;
  }
}
@media (max-width: 767px) {
  .question2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .question3 {
    display: none;
  }
}
@media (max-width: 767px) {
  #formWin {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #formWin .gytLogo {
    display: none;
  }
  #formWin .contentFormWin {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 350px;
  }
  #formWin .contentFormWin h2 {
    font-size: 18px;
  }
  #formWin .contentFormWin .yasekomo {
    position: absolute;
    bottom: 100px;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  #formWin .contentFormWin .yasekomo span:nth-child(1) {
    font-size: 26px;
  }
  #formWin .contentFormWin .yasekomo span:nth-child(2) {
    font-style: italic;
  }
  #formWin .contentFormWin .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  #formWin .contentFormWin .form-control input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 95%;
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  #formWin .contentFormWin .form-control ::-webkit-input-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin .form-control :-moz-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin .form-control ::-moz-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin .form-control :-ms-input-placeholder {
    font-size: 15px !important;
  }
  #formWin .contentFormWin #sendDataWin {
    width: 100%;
    max-width: 140px;
    display: block;
    background: #f11e6d;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 50px;
    border: none;
    margin: 0px auto;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  #formLose {
    width: 100%;
    position: absolute;
    bottom: 80px;
  }
  #formLose .contentFormLose {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #formLose .contentFormLose .centerFormLose {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
  #formLose .contentFormLose .centerFormLose h2 {
    font-size: 11vw;
    line-height: 0;
  }
  #formLose .contentFormLose .centerFormLose h4 {
    font-size: 4vw;
    line-height: 1px;
  }
  #formLose .contentFormLose .centerFormLose p {
    font-size: 13px;
  }
  #formLose .contentFormLose .centerFormLose .form-control {
    float: left;
    margin-bottom: 20px;
  }
  #formLose .contentFormLose .centerFormLose .form-control input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  #formLose .contentFormLose .centerFormLose .form-control button {
    width: 100%;
    max-width: 140px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    padding: 8px;
    background: #81107c;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control ::-webkit-input-placeholder {
    text-align: center;
    color: #48bb99;
    font-size: 15px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: #48bb99;
    font-size: 15px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control ::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
    color: #48bb99;
    font-size: 15px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control :-ms-input-placeholder {
    text-align: center;
    color: #48bb99;
    font-size: 15px;
    text-transform: lowercase;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(1) {
    width: 100%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(2) {
    width: 60%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(2) input {
    width: 90%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(3) {
    width: 40%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(4) {
    width: 50%;
  }
  #formLose .contentFormLose .centerFormLose .form-control:nth-child(5) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .modal .modal-contenido {
    padding: 0 !important;
  }
  .modal .modal-contenido .div {
    position: absolute;
    top: 0;
    height: 70px;
    margin: 25% auto;
    width: 100%;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .textWuju {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .questionsDesktop {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */