@keyframes animacion1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes animacion2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  background-image:url("../medios/img/back-body-d.svg");
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) { body {
    overflow: scroll;
    height: 100%;
} }

.contenedor {
  width: 100%;
  height: 100%;
}

.btn, .header .pregunta_zona i, .cont_pregunta .resp, .ventana .seguir {
  text-decoration: none;
  color: #f42a5a;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  padding: 15px;
  border: 4px solid #f3399e;
  border-radius: 50px;
  font-size: 20px;
  background: #fff;
  box-shadow: 0px 20px 30px -10px rgba(67, 19, 42, 0.4);;
  transition: all 300ms ease;
}

.dinero {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #1f3399;
}

.info {
  text-decoration: none;
  color: #f42a5a;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  padding: 15px;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 20px;
  background: white;
  box-shadow: 0px 20px 30px -10px rgba(67, 19, 42, 0.4);
  transition: all 300ms ease;
}
.jugar {
  background-image:url("../medios/img/jugar-02.svg");
  overflow: hidden;
  background-repeat: no-repeat;
}

.jugar:hover {
  transition: letter-spacing 300ms ease 0ms;
  letter-spacing: 5.5px!important;
}

.btn:active, .header .info:active, .pregunta_zona .comodin i:active, .ventana .seguir:active {
  transform: scale(0.9);
}

.pregunta_zona .comodin i:active {
  background-color: transparent!important;
}

.cont_pregunta .resp:active {
  transform: scale(1.13);
}
.nosonar {
  background-color: rgba(180, 21, 154, 0.648);
  color: white;
}

.header {
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.header .info {
  font-size: 40px;
  padding: 6px;
  border: none;
  font-weight: lighter;
}

.header .denero {
  padding: 5%;
}

.principal {
  width: 95%;
  height: 75%;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 767px) { .principal {
  height: 650px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
} }

.principal .logo {
  height: auto;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 767px) { .principal .logo {
  height: 250px;
    width: 70%;
} }
@media (max-width: 767px) { .comenzar {
  display: flex;
    animation-name: animacion2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
}

.principal .icon-exit {
  font-size: 30px;
}

.informacion {
  z-index: 300;
  background: rgb(0 0 0 / 95%);
  color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  transition: 0.7s all ease-in-out;
  backdrop-filter: blur(10px);
}

.informacion .cont {
  margin: 20%;
}

.informacion span {
  position: absolute;
  right: 0;
  padding: 8px;
  margin: 2%;
  cursor: pointer;
  background: #f42a5a;
  font-size: 37px;
  border-radius: 50px;
}

.informacion h1, h2, .informacion h3, .informacion p {
  margin: 5%;
  font-size: 200%;
  font-weight: 900;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
}

.informacion h3, h2{
  margin: 5%;
  font-size: 100%;
  font-weight: 600;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
}

.informacion img {
  width: 45%;
    height: auto;
    min-width: 200px;
    min-height: auto;
    margin: 90px;
}

.nomostrar {
  transform: translate(-200%, -200%);
}

.desaparecer {
  transition: 1s all ease-in;
  transform: scale(0);
}

.animacionLogo {
  animation-name: animacion1;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.rendirse {
  background-image:url("../medios/img/salir-02.svg");
  overflow: hidden;
  background-repeat: no-repeat;
}

.comodin {
  background-image:url("../medios/img/ayuda-02.svg");
  overflow: hidden;
  background-repeat: no-repeat;
}

.pregunta_zona {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  opacity: 0;
  transition: 1s all ease-in-out;
}

.pregunta_zona .tiempo {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.pregunta_zona .tiempo span {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
  width: 80%;
  height: 80%;
  font-size: 18vw;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767px) { .pregunta_zona .tiempo {
  width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
} }

@media (max-width: 767px) { .pregunta_zona .tiempo span {
  font-size: 20vw;
    width: 100%;
    margin: 0px 0 30px 0;
  } }

.pregunta_zona .cont_pregunta {
  width: 60%;
  height: 100%;
  margin: 1%;
}
@media (max-width: 767px) { .pregunta_zona .cont_pregunta {
  width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
}
}

.pregunta_zona .comodin {
  width: 75%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    cursor: pointer;
}
@media (max-width: 767px) { .pregunta_zona .comodin{
  position: fixed;
    right: -30px;
    top: 50%;
    height: 100px;
    width: 100px;
    transform: rotate(272deg);
} }

@media (max-width: 767px) { .ventana{
  min-width: 338px!important;
  min-height: 400px!important;
} }


.pregunta_zona .comodin:hover {
    transform: scale(1.2);
  transition: all 300ms ease;
}

.pregunta_zona .comodin i {
  cursor: pointer;
    padding: 10px;
    line-height: 3;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 3px;
  }

.comenzar {
  display: flex;
  animation-name: animacion2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) { .comenzar {
  display: flex;
  animation-name: animacion2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  align-content: center;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;

} }

.cont_pregunta {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.cont_pregunta .preg_borde,.cont_pregunta .resp_borde {
  background: transparent;
  width: 90%;
  margin: 3%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 10px;
}

.cont_pregunta .preg_borde {
  height: 35%;
  margin-bottom: 5%;
}

.cont_pregunta .respuestas {
  width: 95%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {.cont_pregunta .respuestas {
  width: 100%;
}}
@media (max-width: 767px) {.cont_pregunta .resp {
  padding: 5px!important;
    font-size: 14px!important;
    font-weight: 500!important;
}
}
@media (max-width: 767px) {.contenedor {
  height: 920px;
}
}
@media (max-width: 767px) {.header {
  height: 10%;
 }
}
.cont_pregunta .resp_borde {
  width: 40%;
  height: 25%;
  min-width: 180px;
}

.cont_pregunta .resp{
  border-radius: 20px;
  padding: 20px;
  background-color: transparent;
    width: 100%;
    height: 85%;
    color: #040a30;
    font-weight: 500;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 18px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
}
.cont_pregunta .preg {
  background-size: auto;
    padding-left: 163px;
    padding-right: 109px;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-evenly;
    align-content: flex-start;
    height: 75%;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    width: 100%;
    color: #040a30;
    font-weight: 600;
    text-align: left;
    font-size: 22px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
}

.cont_pregunta .preg {
 background-image:url("../medios/img/back-pregunta-b-03.svg");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;  
}

@media (max-width: 767px) {.cont_pregunta .preg {
  background-size: contain;
    padding: 0;
    padding-left: 100px;
    font-size: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
 }}

 @media (max-width: 767px) {.cont_pregunta .preg_borde {
  background-size: contain;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  align-content: space-between;
  font-size: 14px;
}}

.cont_pregunta .resp {
  background-color: #f42a5a;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border: 4px solid #ffffff!important;
    width: 100%;
    height: 100%;
    box-shadow: 0px 20px 30px -10px rgb(67 19 42 / 40%);
    border-radius: 10px 0;
    letter-spacing: 1px;
    font-size: 17px;
}

.cont_pregunta .resp:hover {
  background-color: #34a853;
  box-shadow: 0px 20px 30px -10px rgb(67 19 42 / 85%);
}
.cont_pregunta .resp {
  border: none;
  cursor: pointer;
}

.ventana {
  z-index: 300;
  background: rgb(34 23 95);
  border: 6px solid #81ffba;
  border-radius: 10%;
  color: white;
  width: 40vw;
  height: 40vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  min-width: 400px;
  min-height: 400px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  transition: 0.7s all ease-in-out;
  transform: scale(0);
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
  box-shadow: 0px 20px 30px -10px rgb(0 0 0 / 90%);
}

.ventana .seguir {
  cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f42a5a;
    border-radius: 7px;
    font-size: 13px;
    letter-spacing: 2px;
    font-style: normal;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid;
    margin-right: 23px;
    width: 90%;
}

.ventana i {
  font-size: 100px;
  margin: 2%;
}

.ventana span {
  display: block;
  text-align: left;
}

.ventana .progreso {
  width: 50%;
  height: 17px;
  -webkit-appearance: none;
}

.ventana .progreso::-webkit-progress-value {
  background-color: gold;
}

.ventana .progreso::-webkit-progress-bar {
  background-color: transparent;
  border: 2px solid gold;
}

.ventana #correcto {
  margin: 1%;
  color: gold;
}

.ventana .icon-checkmark {
  color: #2df006;
}

.ventana .llamar,
.ventana .audiencia {
  display: none;
}

.ventana .correcta {
  display: none;
}

.ventana2 img {
  display: block;
  width: 35%;
  height: 30%;
  margin-bottom: 20px;
}

.correcta img {
  display: block;
  width: 70%;
  height: 40%;
  margin-bottom: 50px;
  margin-left: 20px;
}

.correcta p {
  padding: 1%;
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}

.ventana2 p {
  padding: 1%;
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}

.ventana2 .victoria {
  display: none;
}

.correcta-p{
  background-color: #81ffba;
  margin-top: 20px;
  color: #175835;
  border-radius: 8px;
  border: 2px solid #175835;
  padding: 7px;
}
.btn-img{
  cursor: pointer;
    display: inline-block;
    margin: 20px;
    padding: 15px;
    width: 105px;
    height: 150px;
    transform: rotate(-33deg);
    position: fixed;
    bottom: 40px;
    right: 80px;
}
@media (max-width: 767px) { .btn-img {
  width: 100px;
  margin: 40px 0 30px 0;
  height: 100px;
  bottom: 10px;
  right: 125px;
  } }
.btn-img:hover{
  transform: scale(1.2);
  transition: all 300ms ease;
  transform: rotate(-360deg);
}
.btn-img-jugar{
  cursor: pointer;
    display: inline-block;
    margin: 20px;
    padding: 15px;
    width: 200px;
    height: 200px;
}
@media (max-width: 767px) { .btn-img-jugar{
  cursor: pointer;
    display: inline-block;
    margin: 55px 5px;
    padding: 15px;
    width: 200px;
    height: 200px;
} }
.btn-img-jugar:hover{
  transform: scale(1.2);
  transition: all 300ms ease;
  transform: rotate(-360deg);
}
.cont_pregunta .resp:hover {
  transform: scale(1.2);
  transition: all 300ms ease;
  transform: rotate(10deg);
}
