@charset "UTF-8";
:root {
  --color1: #f5eee8;
  --color2: #f6c67a;
  --color3: #d3e3d6;
  --color4: #efc5b9;
  --color5: #e9e2ce;
  --color6: #d8cfc3;
  /*Usarlo dinamicamente con js*/
  --boxH:0;
  --boxL:0;
  --left:0%;
}

@font-face {
  font-family: "moonlight";
  font-weight: bold;
  font-style: normal;
  src: url("./../fonts/Moonlights-on-the-Beach.ttf");
  font-variant: normal;
}
@font-face {
  font-family: "avenir";
  font-weight: bold;
  font-style: normal;
  src: url("./../fonts/Avenir_Book.ttf");
  font-variant: normal;
}
@font-face {
  font-family: "avenir";
  font-weight: 400;
  font-style: normal;
  src: url("./../fonts/Avenir_Medium.ttf");
  font-variant: normal;
}
@font-face {
  font-family: "avenir";
  font-weight: 700;
  font-style: normal;
  src: url("./../fonts/Avenir-Black.ttf");
  font-variant: normal;
}
@font-face {
  font-family: "avenir";
  font-weight: 800;
  font-style: normal;
  src: url("./../fonts/Avenir-Black.ttf");
  font-variant: normal;
}
@font-face {
  font-family: "avenir";
  font-weight: 100;
  font-style: normal;
  src: url("./../fonts/Avenir-Light.ttf");
  font-variant: normal;
}
@font-face {
  font-family: "aloha";
  font-weight: 400;
  font-style: normal;
  src: url("./../fonts/AlohaObelicGTDemo.ttf");
  font-variant: normal;
}
/*Estilos de reseteo*/
*, :before, ::before, :after, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  min-height: 600px;
  overflow-x: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  font-size: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

a, p, em, code, pre {
  font-size: 16px;
}

small {
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px;
  margin-top: 12px;
}

button, input[type=button], input[type=radio], input[type=checkbox], select, label {
  cursor: pointer;
}

button {
  background-color: unset;
  border: none;
  outline: none;
}

input[type=text], input[type=number], textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

*[disabled] {
  cursor: default;
  color: #999;
  background-color: #ddd;
}

textarea {
  resize: none;
}

code, pre {
  font-family: monospace;
}

abbr, i, em {
  font-style: italic;
}

abbr {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

hr {
  display: block;
  border: thin solid #000;
  margin: 16px auto;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

mark {
  background-color: yellow;
}

p {
  font-family: "avenir";
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}

.text {
  font-family: "moonlight";
  font-style: normal;
  font-weight: 300;
}

.text-2 {
  font-family: "avenir";
  font-style: normal;
  font-weight: 400;
}

.tcolor-1 {
  color: white;
}

.tcolor-2 {
  color: black;
}

/*para etiqueta "a" que su diseño se repite*/
.button-1,
.button-2 {
  background-color: var(--color2);
  border-radius: 35px;
  color: black;
  font-family: "avenir";
  font-size: 18pt;
  font-weight: bold;
  padding: 1rem 2rem;
  transition: background 0.8s ease-in-out;
}

.button-2 {
  background-color: var(--color3);
}

.button-1:hover,
.button-2:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.boton-tinder {
  align-content: center;
  background-color: #454476;
  border: none;
  border-radius: 50px;
  /* border: 5px solid #fff; */
  cursor: pointer;
  color: #fff;
  display: flex;
  font-weight: 400;
  justify-content: center;
  margin-top: 1em;
  outline: none;
  padding: 20px 30px;
  width: 22em;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .boton-tinder {
    width: 14em;
  }
}

.botones-match {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .botones-match {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1400px) {
  .botones-match {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 2000px) {
  .botones-match {
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .botones-match {
    margin-top: 0;
  }
}
.botones-match a {
  font-size: 1.5rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .botones-match a {
    font-size: 1.2rem;
  }
}
.botones-match .boton-tinder {
  width: 12em;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .botones-match .boton-tinder {
    width: 16em;
  }
}

.container {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .container {
    max-width: 980px;
  }
}

.modal {
  background-color: rgba(17, 17, 17, 0.7411764706);
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  /*este pointer event me ayuda a seleccionar el contenido porque la opacidad en 0
  no deja seleccionar algun otro elemento*/
  transition: opacity 0.6s 0.9s;
  z-index: 10;
  --transform: translateY(-100vh);
  --transition: transform .8s;
  /* & .cerrar:hover{
  	color: #f26250;
  	background-color: #fff;
  } */
}
.modal img {
  display: inherit;
  margin: auto;
  max-width: 100%;
}
.modal .container_modal {
  background-color: white;
  border-radius: 6px;
  margin: auto;
  max-width: 600px;
  display: grid;
  gap: 1rem;
  place-items: center;
  grid-auto-columns: 100%;
  transform: var(--transform);
  transition: var(--transition);
}
@media screen and (max-width: 1400px) {
  .modal .container_modal {
    max-width: 500px;
  }
}
.modal .title {
  font-size: 2.5rem;
  text-align: center;
}
.modal p {
  margin-bottom: 10px;
  text-align: center;
}
.modal .cerrar {
  color: white;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-size: 300;
  transition: background-color 0.3s;
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 5%;
}
.modal.show {
  opacity: 1;
  pointer-events: unset;
  transition: opacity 0.6s;
  --transform: translateY(0);
  --transition: transform .8s .8s;
}

.menu-main {
  background-color: rgba(101, 97, 156, 0.8);
  /* border-radius: 33px; */
  padding: 20px;
  position: absolute;
  top: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, left 0.5s ease-in-out;
  z-index: 100;
  width: 100%;
  left: 120%;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .menu-main {
    flex-direction: column;
    background-color: #65619C;
    border-radius: 50px 0px 0px 50px;
    width: 50%;
  }
}

.menu-main._active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, left 0.5s ease-in-out;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .menu-main._active {
    left: 50%;
    padding-bottom: 100px;
  }
}

.menu-main a {
  color: white;
  font-family: "avenir";
  display: block;
  padding: 15px 0;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media screen and (min-width: 1024px) {
  .menu-main a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-main a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-main a {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 2200px) {
  .menu-main a {
    font-size: 40px;
    line-height: 54.64px;
  }
}

.menu-main .item {
  padding-inline: 20px;
}
@media screen and (min-width: 1440px) {
  .menu-main .item {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main .item {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
  }
}

.menu-main li:first-child {
  width: 110px;
  padding: 0;
  margin-right: 100px;
  border-bottom: unset;
  cursor: pointer;
}
@media screen and (min-width: 2200px) {
  .menu-main li:first-child {
    margin-right: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-main li:first-child {
    width: 60px;
    padding: 15px;
    margin-left: auto;
    margin-right: 0px;
  }
}
.menu-main li:first-child .desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu-main li:first-child .desk {
    display: block;
  }
}
.menu-main li:first-child .mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .menu-main li:first-child .mobile {
    display: none;
  }
}

.nav-icon-menu .eye-icon figure {
  cursor: pointer;
  width: 110px;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .nav-icon-menu .eye-icon figure {
    width: 70px;
  }
}
@media screen and (min-width: 481px) and (max-width: 800px) {
  .nav-icon-menu .eye-icon figure {
    width: 55px;
  }
}
@media screen and (max-width: 480px) {
  .nav-icon-menu .eye-icon figure {
    width: 50px;
  }
}

.nav-icon-menu .eye-icon .eye-open,
.nav-icon-menu .eye-icon .eye-close {
  display: none;
}

.nav-icon-menu .eye-icon .eye_active {
  display: block;
}

.nav-icon-menu {
  position: relative;
}

/*
@media screen and (min-width: 801px) and (max-width: 1024px) {
	.nav-icon-menu .eye-icon figure{ cursor: pointer; width: 70px; }
}

@media screen and (min-width: 481px) and (max-width: 600px) {
	.nav-icon-menu .eye-icon figure{ cursor: pointer; width: 55px; }
}*/
/* @media screen and (max-width: 480px) {
	.nav-icon-menu{ right: 3%; }
	.nav-icon-menu .eye-icon figure{ cursor: pointer; width: 50px; }
} */
.nav-icon-menu .eye-icon {
  padding: 20px;
}
.nav-icon-menu .eye-icon .eye-close.desk.eye_active {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-icon-menu .eye-icon .eye-close.desk.eye_active {
    display: block;
  }
}
.nav-icon-menu .eye-icon .eye-close.mobile.eye_active {
  display: block;
}
@media screen and (min-width: 1024px) {
  .nav-icon-menu .eye-icon .eye-close.mobile.eye_active {
    display: none;
  }
}

.back .nav-icon-menu .eye-icon {
  display: flex;
  justify-content: end;
}

.tinder-citas.slider-active .nav-icon-menu .eye-icon {
  padding: 0px;
}

.choose_monster_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .choose_monster_section {
    padding-bottom: 50px;
  }
}

.choose_monster .choose_title {
  font-family: "avenir";
  font-weight: 400;
  font-size: 30pt;
  padding-top: 50px;
  text-align: center;
}
.choose_monster .choose_title h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  color: #fff;
  max-width: 250px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .choose_monster .choose_title h3 {
    font-size: 64px;
    line-height: 87.42px;
    max-width: unset;
  }
}
@media screen and (min-width: 2000px) {
  .choose_monster .choose_title h3 {
    padding-top: 100px;
  }
}
.choose_monster .choose_flex_container {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  padding-bottom: 20px;
}
@media screen and (min-width: 2000px) {
  .choose_monster .choose_flex_container {
    margin-top: 150px;
  }
}
.choose_monster .choose_flex_container .choose_monster_section {
  width: 100%;
  margin: auto;
  max-width: 400px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .choose_monster .choose_flex_container .choose_monster_section {
    width: 100%;
    max-width: unset;
  }
}
.choose_monster .choose_flex_container .choose_image_section {
  width: 75%;
  flex-direction: column;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 1024px) {
  .choose_monster .choose_flex_container .choose_image_section {
    display: flex;
  }
}
.choose_monster .choose_flex_container .choose_image_section .monster_img {
  max-width: 251px;
  align-self: center;
}
@media screen and (max-width: 1400px) {
  .choose_monster .choose_flex_container .choose_image_section .monster_img {
    max-width: 175px;
  }
}
.choose_monster .choose_flex_container .choose_image_section .button-play {
  max-width: 322px;
  align-self: center;
  margin-top: 150px;
}
@media screen and (max-width: 1400px) {
  .choose_monster .choose_flex_container .choose_image_section .button-play {
    max-width: 250px;
    margin-top: 120px;
  }
}

.vencido {
  position: relative;
  /* background-color: rgba(0, 0, 0, .05); */
}

.choose_monster_section .item img.image_vencido,
.choose_monster_section .item:hover img.image_vencido {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%) rotate(-18deg);
}

.choose_monster_section .item, .choose_monster_section .item_btn {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 33.3333%;
}
@media screen and (max-width: 1023px) {
  .choose_monster_section .item, .choose_monster_section .item_btn {
    width: 50%;
    padding: 0px;
  }
}
.choose_monster_section .item {
  /* & figure{
      height: 215px;
  } */
}
.choose_monster_section .item:last-child {
  cursor: default;
}
@media screen and (max-width: 1023px) {
  .choose_monster_section .item:last-child .monster_img {
    padding: 10px;
  }
}
.choose_monster_section .item img {
  max-width: 215px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .choose_monster_section .item img {
    max-width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .choose_monster_section .item img {
    max-width: 120px;
  }
}
@media screen and (min-width: 2000px) {
  .choose_monster_section .item img {
    max-width: 250px;
  }
}
.choose_monster_section .item .nombre_monster h3 {
  font-size: 18px;
  line-height: 24.59px;
  font-family: "avenir";
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .choose_monster_section .item .nombre_monster h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .choose_monster_section .item .nombre_monster h3 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
.choose_monster_section .item_btn {
  display: block;
}
@media screen and (min-width: 1024px) {
  .choose_monster_section .item_btn {
    display: none;
  }
}
.choose_monster_section .item_btn small {
  font-size: 18px;
  pointer-events: none;
}
.choose_monster_section .item_btn p {
  color: #eb566a;
  font-size: 21px;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .choose_monster_section .item_btn button {
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.5);
    background-color: #D3E3D6;
  }
}

@media screen and (min-width: 801px) {
  .enumerador_desk {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .enumerador_desk {
    display: none;
  }
}
.enumerador_desk [class*=enumerador_pregunta_] {
  display: none;
  width: 60px;
}
@media screen and (max-width: 1023px) {
  .enumerador_desk [class*=enumerador_pregunta_] {
    width: 40px;
  }
}
.enumerador_desk ._active {
  display: block;
}

.monster-header {
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .monster-header {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .monster-header {
    margin-top: 50px;
  }
}
.monster-header h3 {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-family: "avenir";
}
@media screen and (min-width: 1024px) {
  .monster-header h3 {
    font-size: 75px;
    line-height: 102.45px;
  }
}
@media screen and (min-width: 2200px) {
  .monster-header h3 {
    font-size: 85px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .preguntas_interactivas {
    margin-bottom: 8rem;
  }
}
.preguntas_interactivas .pregunta {
  display: none;
  position: relative;
  visibility: hidden;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .preguntas_interactivas .pregunta {
    display: none;
    flex-direction: column;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa {
  display: flex;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .preguntas_interactivas .pregunta.pregunta_activa {
    max-width: 500px;
    margin: auto;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .container_item {
  /*  margin-top:20px; */
  display: flex;
  flex-direction: row;
  margin: auto;
}
@media screen and (min-width: 2200px) {
  .preguntas_interactivas .pregunta.pregunta_activa .container_item {
    margin-top: 3%;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .pregunta_imagen_ {
  width: 45%;
  padding-left: 100px;
  display: none;
}
@media screen and (max-width: 800px) {
  .preguntas_interactivas .pregunta.pregunta_activa .pregunta_imagen_ {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .pregunta_imagen_ {
    max-height: 500px;
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .preguntas_interactivas .pregunta.pregunta_activa .pregunta_imagen_ {
    max-height: 831.85px;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .pregunta_imagen_desk {
  display: none;
}
@media screen and (min-width: 801px) {
  .preguntas_interactivas .pregunta.pregunta_activa .pregunta_imagen_desk {
    display: block;
    max-height: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 2200px) {
  .preguntas_interactivas .pregunta.pregunta_activa .pregunta_imagen_desk {
    max-height: none;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section {
  width: 90%;
  padding-bottom: 0px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section {
    padding-left: 100px;
    width: 60%;
    margin-top: 50px;
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section {
    margin-top: 100px;
  }
}
@media screen and (min-width: 2200px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section {
    margin-top: 150px;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section .pregunta_imagen_movil {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section .pregunta_imagen_movil {
    display: none;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
  color: #fff;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    grid-area: 1/3/2/4;
  }
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    font-size: 14px;
    line-height: 20px;
    max-width: 500px;
    padding: 10px;
    margin-top: 0px;
    width: 100%;
    background-color: #fff;
    color: #000;
  }
}
@media screen and (min-width: 1440px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    font-size: 24px;
    line-height: 30px;
    max-width: 800px;
    padding: 20px;
  }
}
@media screen and (min-width: 2200px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    font-size: 38px;
    line-height: 50px;
    max-width: 1150px;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul {
  width: 100%;
  /*Para cuando se haga click en la opción de la pregunta activa*/
}
@media screen and (max-width: 1023px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul {
    grid-area: 2/1/3/4;
  }
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul {
    padding-left: 50px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul {
    max-width: 800px;
  }
}
@media screen and (min-width: 2200px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul {
    max-width: 1100px;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses {
  align-items: start;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* margin: 0 auto; */
}
@media screen and (min-width: 1440px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses {
    margin-bottom: 20px;
    padding: 10px;
    min-height: 50px;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses span:first-child {
  font-size: 22px;
  padding-right: 10px;
  color: #6661A0;
  font-family: "aloha";
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses span:first-child {
    position: relative;
    font-size: 38px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 2200px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses span:first-child {
    position: relative;
    font-size: 46px;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses .opcion {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-family: "avenir";
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses .opcion {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses .opcion {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 2200px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses .opcion {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (min-width: 801px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses {
    border-radius: 20px;
    line-height: 16px;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses:first-child ~ li {
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses:first-child ~ li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li.responses:first-child ~ li {
    margin-top: 3rem;
  }
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li._active[data-response=correct] {
  background-color: #64bf70;
}
.preguntas_interactivas .pregunta.pregunta_activa .preguntas_section ul li._active[data-response=incorrect] {
  background-color: #bf3245;
  color: white;
}
.preguntas_interactivas .pregunta img.enumerador_pregunta {
  margin: 0 auto;
  margin-top: 2rem;
  width: 80px;
}
@media screen and (min-width: 801px) {
  .preguntas_interactivas .pregunta img.enumerador_pregunta {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .preguntas_interactivas .pregunta img.enumerador_pregunta {
    width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .preguntas_interactivas .pregunta img.enumerador_pregunta {
    width: 50px;
  }
}

.hide {
  display: none;
}

.monstruo_resultados {
  text-align: center;
}
.monstruo_resultados .resultado_1, .monstruo_resultados .resultado_2, .monstruo_resultados .resultado_3 {
  position: relative;
}
.monstruo_resultados .resultado_1 .resultado_header, .monstruo_resultados .resultado_2 .resultado_header, .monstruo_resultados .resultado_3 .resultado_header {
  padding-top: 50px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  font-family: "avenir";
  font-weight: 900;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .resultado_header, .monstruo_resultados .resultado_2 .resultado_header, .monstruo_resultados .resultado_3 .resultado_header {
    padding-top: 50px;
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (min-width: 1440px) {
  .monstruo_resultados .resultado_1 .resultado_header, .monstruo_resultados .resultado_2 .resultado_header, .monstruo_resultados .resultado_3 .resultado_header {
    padding-top: 100px;
    font-size: 65px;
    line-height: 88.79px;
  }
}
.monstruo_resultados .resultado_1 .button-2, .monstruo_resultados .resultado_2 .button-2, .monstruo_resultados .resultado_3 .button-2 {
  color: #FFFFFF;
  font-family: "avenir";
  font-weight: 350;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .button-2, .monstruo_resultados .resultado_2 .button-2, .monstruo_resultados .resultado_3 .button-2 {
    position: relative;
    background: none;
    font-size: 28px;
    line-height: 32px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .monstruo_resultados .resultado_1 .button-2, .monstruo_resultados .resultado_2 .button-2, .monstruo_resultados .resultado_3 .button-2 {
    font-size: 27px;
    line-height: 35px;
    margin-top: 100px;
    max-width: 400px;
  }
}
@media screen and (min-width: 2200px) {
  .monstruo_resultados .resultado_1 .button-2, .monstruo_resultados .resultado_2 .button-2, .monstruo_resultados .resultado_3 .button-2 {
    margin-top: 200px;
  }
}
.monstruo_resultados .resultado_1 .button-2.mobile, .monstruo_resultados .resultado_2 .button-2.mobile, .monstruo_resultados .resultado_3 .button-2.mobile {
  display: block;
  font-size: 14px;
  line-height: 22px;
  max-width: 250px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .button-2.mobile, .monstruo_resultados .resultado_2 .button-2.mobile, .monstruo_resultados .resultado_3 .button-2.mobile {
    display: none;
  }
}
.monstruo_resultados .resultado_1 .container, .monstruo_resultados .resultado_2 .container, .monstruo_resultados .resultado_3 .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .container, .monstruo_resultados .resultado_2 .container, .monstruo_resultados .resultado_3 .container {
    flex-direction: row;
    margin-top: -100px;
  }
}
@media screen and (min-width: 2200px) {
  .monstruo_resultados .resultado_1 .container, .monstruo_resultados .resultado_2 .container, .monstruo_resultados .resultado_3 .container {
    margin-top: 3%;
  }
}
.monstruo_resultados .resultado_1 .container .img_container, .monstruo_resultados .resultado_2 .container .img_container, .monstruo_resultados .resultado_3 .container .img_container {
  width: 90%;
  margin: auto;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .container .img_container, .monstruo_resultados .resultado_2 .container .img_container, .monstruo_resultados .resultado_3 .container .img_container {
    margin-top: -100px;
    width: 50%;
    max-width: unset;
  }
}
@media screen and (min-width: 1440px) {
  .monstruo_resultados .resultado_1 .container .img_container, .monstruo_resultados .resultado_2 .container .img_container, .monstruo_resultados .resultado_3 .container .img_container {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1440px) {
  .monstruo_resultados .resultado_1 .container .img_container, .monstruo_resultados .resultado_2 .container .img_container, .monstruo_resultados .resultado_3 .container .img_container {
    margin-top: -200px;
  }
}
.monstruo_resultados .resultado_1 .container .text_container, .monstruo_resultados .resultado_2 .container .text_container, .monstruo_resultados .resultado_3 .container .text_container {
  width: 90%;
  margin: auto;
  max-width: 400px;
  text-align: left;
  padding: 10px 25px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .container .text_container, .monstruo_resultados .resultado_2 .container .text_container, .monstruo_resultados .resultado_3 .container .text_container {
    width: 50%;
    max-width: unset;
    padding: 0px;
    background-color: unset;
    margin-top: 100px;
  }
}
@media screen and (min-width: 2200px) {
  .monstruo_resultados .resultado_1 .container .text_container, .monstruo_resultados .resultado_2 .container .text_container, .monstruo_resultados .resultado_3 .container .text_container {
    padding: 100px 250px;
  }
}
@media screen and (min-width: 1440px) {
  .monstruo_resultados .resultado_1 .container .text_container, .monstruo_resultados .resultado_2 .container .text_container, .monstruo_resultados .resultado_3 .container .text_container {
    padding: 100px 200px;
  }
}
.monstruo_resultados .resultado_1 .container .text_container .title_result, .monstruo_resultados .resultado_2 .container .text_container .title_result, .monstruo_resultados .resultado_3 .container .text_container .title_result {
  font-family: "avenir";
  font-weight: 900;
  color: #FFFFFF;
  max-width: 450px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .container .text_container .title_result, .monstruo_resultados .resultado_2 .container .text_container .title_result, .monstruo_resultados .resultado_3 .container .text_container .title_result {
    font-size: 22px;
    line-height: 35px;
    font-weight: 350;
  }
}
@media screen and (min-width: 1440px) {
  .monstruo_resultados .resultado_1 .container .text_container .title_result, .monstruo_resultados .resultado_2 .container .text_container .title_result, .monstruo_resultados .resultado_3 .container .text_container .title_result {
    font-size: 29.46px;
    line-height: 40.24px;
  }
}
@media screen and (min-width: 2200px) {
  .monstruo_resultados .resultado_1 .container .text_container .title_result, .monstruo_resultados .resultado_2 .container .text_container .title_result, .monstruo_resultados .resultado_3 .container .text_container .title_result {
    font-size: 42px;
    line-height: 55px;
    max-width: 600px;
  }
}
.monstruo_resultados .resultado_1 .container .text_container .description_result, .monstruo_resultados .resultado_2 .container .text_container .description_result, .monstruo_resultados .resultado_3 .container .text_container .description_result {
  font-family: "avenir";
  color: #FFFFFF;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .container .text_container .description_result, .monstruo_resultados .resultado_2 .container .text_container .description_result, .monstruo_resultados .resultado_3 .container .text_container .description_result {
    margin-top: 50px;
    font-size: 20px;
    line-height: 30px;
    max-width: 460px;
  }
}
@media screen and (min-width: 1440px) {
  .monstruo_resultados .resultado_1 .container .text_container .description_result, .monstruo_resultados .resultado_2 .container .text_container .description_result, .monstruo_resultados .resultado_3 .container .text_container .description_result {
    font-size: 27.49px;
    line-height: 37.55px;
  }
}
@media screen and (min-width: 2200px) {
  .monstruo_resultados .resultado_1 .container .text_container .description_result, .monstruo_resultados .resultado_2 .container .text_container .description_result, .monstruo_resultados .resultado_3 .container .text_container .description_result {
    font-size: 38px;
    line-height: 50px;
    max-width: 600px;
  }
}
.monstruo_resultados .resultado_1 .container .text_container .button-2, .monstruo_resultados .resultado_2 .container .text_container .button-2, .monstruo_resultados .resultado_3 .container .text_container .button-2 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .monstruo_resultados .resultado_1 .container .text_container .button-2, .monstruo_resultados .resultado_2 .container .text_container .button-2, .monstruo_resultados .resultado_3 .container .text_container .button-2 {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .monstruo_resultados .resultado_1 .container {
    flex-direction: row-reverse;
  }
  .monstruo_resultados .resultado_1 .container .button-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 800px) and (min-width: 2200px) {
  .monstruo_resultados .resultado_1 .container .button-2 {
    max-width: 385.02px;
  }
}
@media screen and (min-width: 800px) {
  .monstruo_resultados .resultado_2 .container {
    flex-direction: row-reverse;
  }
  .monstruo_resultados .resultado_2 .container .button-2 {
    margin-left: auto;
  }
}
@media screen and (min-width: 800px) and (min-width: 2200px) {
  .monstruo_resultados .resultado_2 .container .button-2 {
    max-width: 260.64px;
  }
}
@media screen and (min-width: 800px) {
  .monstruo_resultados .resultado_3 .container {
    flex-direction: row;
  }
  .monstruo_resultados .resultado_3 .container .button-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 800px) and (min-width: 2200px) {
  .monstruo_resultados .resultado_3 .container .button-2 {
    max-width: 542.01px;
  }
}

@media screen and (min-width: 1024px) {
  .juego {
    background-image: url("./../img/Juegos/caceria/desk/1 Parte inicio/Elige tu monstruo/bg_elegir_monstruo.webp");
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1023px) {
  .juego {
    background-image: url("./../img/Juegos/caceria/mobile/Seccion 1/Instrucciones/background.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
  }
}
.juego header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .juego header {
    margin-top: 20px;
  }
}
.juego .menu {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 600px) {
  .juego .menu {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .juego .menu .menu-main {
    left: -43%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .juego .menu .menu-main {
    left: -43%;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .juego .menu .menu-main {
    left: -58%;
  }
}
.juego main {
  min-height: 70vh;
}
.juego.interaccion_comprador-compulsivo {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/compulsivo.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_comprador-compulsivo {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/compulsivo.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_comprador-compulsivo .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #464577;
  }
}
@media screen and (min-width: 1024px) {
  .juego.interaccion_comprador-compulsivo .monstruo_resultados .resultado_2 .img_container {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_comprador-compulsivo .monstruo_resultados .text_container {
    background-color: #464577;
  }
}
.juego.interaccion_comprador-compulsivo .monstruo_resultados .button-2 {
  background-color: #6DB4AB;
}
.juego.interaccion_adicto-a-msi {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/msi.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_adicto-a-msi {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/msi.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_adicto-a-msi .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #518E8B;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_adicto-a-msi .monstruo_resultados .text_container {
    background-color: #518E8B;
  }
}
.juego.interaccion_adicto-a-msi .monstruo_resultados .button-2 {
  background-color: #454476;
}
.juego.interaccion_deudas {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/deudas.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_deudas {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/deudas.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_deudas .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #CA963B;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_deudas .monstruo_resultados .text_container {
    background-color: #CA963B;
  }
}
.juego.interaccion_deudas .monstruo_resultados .button-2 {
  background-color: #454476;
}
.juego.interaccion_gastos-hormiga {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/hormiga.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_gastos-hormiga {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/hormiga.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_gastos-hormiga .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #BF4F65;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_gastos-hormiga .monstruo_resultados .text_container {
    background-color: #BF4F65;
  }
}
.juego.interaccion_gastos-hormiga .monstruo_resultados .button-2 {
  background-color: #6DB4AB;
}
.juego.interaccion_impostor {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/impostor.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_impostor {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/impostor.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_impostor .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #464577;
  }
}
@media screen and (min-width: 1024px) {
  .juego.interaccion_impostor .monstruo_resultados .resultado_3 .img_container {
    margin-top: -110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .juego.interaccion_impostor .monstruo_resultados .resultado_3 .img_container img {
    max-width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_impostor .monstruo_resultados .text_container {
    background-color: #464577;
  }
}
.juego.interaccion_impostor .monstruo_resultados .button-2 {
  background-color: #6DB4AB;
}
.juego.interaccion_adicto-al-credito {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/credito.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_adicto-al-credito {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/credito.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_adicto-al-credito .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #3284B7;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_adicto-al-credito .monstruo_resultados .text_container {
    background-color: #3284B7;
  }
}
.juego.interaccion_adicto-al-credito .monstruo_resultados .button-2 {
  background-color: #6DB4AB;
}
.juego.interaccion_autosaboteador {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/autosaboteador.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_autosaboteador {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/autosaboteador.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_autosaboteador .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #518E8B;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_autosaboteador .monstruo_resultados .text_container {
    background-color: #518E8B;
  }
}
.juego.interaccion_autosaboteador .monstruo_resultados .button-2 {
  background-color: #454476;
}
.juego.interaccion_estafador {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/estafador.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_estafador {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/estafador.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.juego.interaccion_estafador.interaccion_resultado {
  overflow-y: hidden;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_estafador .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #CA963B;
  }
}
.juego.interaccion_estafador .monstruo_resultados .resultado_3 .img_container {
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .juego.interaccion_estafador .monstruo_resultados .resultado_3 .img_container img {
    position: absolute;
    max-width: 600px;
    left: -100px;
  }
}
@media screen and (min-width: 1440px) {
  .juego.interaccion_estafador .monstruo_resultados .resultado_3 .img_container img {
    position: absolute;
    max-width: 700px;
    left: -100px;
  }
}
@media screen and (min-width: 2200px) {
  .juego.interaccion_estafador .monstruo_resultados .resultado_3 .img_container img {
    position: absolute;
    max-width: 1000px;
    left: -100px;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_estafador .monstruo_resultados .text_container {
    background-color: #CA963B;
  }
}
.juego.interaccion_estafador .monstruo_resultados .button-2 {
  background-color: #6DB4AB;
}
.juego.interaccion_imprevistos {
  background-image: url("./../img/Juegos/caceria/desk/Preguntas/backgrounds/imprevistos.webp");
  background-repeat: no-repeat;
  height: unset;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_imprevistos {
    background-image: url("./../img/Juegos/caceria/mobile/Preguntas/backgrounds/imprevistos.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_imprevistos .monstruo_interaccion .preguntas_interactivas .pregunta.pregunta_activa .preguntas_section p {
    background-color: #3284B7;
  }
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_imprevistos .monstruo_resultados .text_container {
    background-color: #3284B7;
  }
}
.juego.interaccion_imprevistos .monstruo_resultados .button-2 {
  background-color: #454476;
}
@media screen and (max-width: 1023px) {
  .juego.interaccion_imprevistos .monstruo_resultados .resultado_3 .container {
    flex-direction: row;
  }
  .juego.interaccion_imprevistos .monstruo_resultados .resultado_3 .container .text_container {
    margin-top: 130px;
  }
}
.juego.interaccion_resultado .enumerador_desk {
  display: none;
}
.juego .enumerador_desk {
  display: flex;
  justify-content: end;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .juego .enumerador_desk {
    margin-top: -150px;
  }
}
.juego .enumerador_desk span {
  color: #fff;
  font-family: "aloha";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .juego .enumerador_desk span {
    font-size: 65.95px;
    line-height: 76.9px;
  }
}

.footer-site {
  background-color: #464472;
  color: white;
  margin-top: 0px;
  padding: 20px 0 20px;
}
@media screen and (min-width: 1024px) {
  .footer-site {
    padding: 50px 0 40px;
  }
}
.footer-site .container {
  width: 100%;
}
.footer-site .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-site .logo_pesadillas_footer {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .footer-site .logo_pesadillas_footer {
    width: 40%;
  }
}
.footer-site .logo_pesadillas_footer img {
  max-width: 100px;
  margin-left: auto;
  margin-right: 75px;
}
@media screen and (min-width: 1024px) {
  .footer-site .logo_pesadillas_footer img {
    max-width: 242.9px;
    margin: auto;
    margin-right: 100px;
  }
}
.footer-site .footer-go-up {
  position: relative;
  margin-top: -80px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .footer-site .footer-go-up {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 2000px) {
  .footer-site .footer-go-up {
    margin-top: -200px;
  }
}
.footer-site .footer-go-up .desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer-site .footer-go-up .desk {
    display: block;
  }
}
.footer-site .footer-go-up .mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer-site .footer-go-up .mobile {
    display: none;
  }
}
.footer-site .footer-go-up img {
  width: 100%;
}
.footer-site .footer-go-up .footer-btn {
  position: absolute;
  top: 35%;
  right: 25%;
  color: #FFFFFF;
  font-size: 24px;
  font-family: "avenir";
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer-site .footer-go-up .footer-btn {
    top: 35%;
    right: 20%;
    font-size: 45px;
    line-height: 54.86px;
  }
}

.redes_pesadillas_financieras {
  width: 50%;
  margin: auto;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .redes_pesadillas_financieras {
    width: 60%;
    justify-content: flex-end;
  }
}

.redes_sociales_ {
  display: flex;
}
.redes_sociales_ .item {
  max-width: 30px;
}
@media screen and (min-width: 800px) {
  .redes_sociales_ .item {
    max-width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .redes_sociales_ .item {
    max-width: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .redes_sociales_ .item {
    max-width: 65.75px;
  }
}

.redes_sociales_ li {
  margin-left: 12px;
}

/*# sourceMappingURL=juego.css.map */
