@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;
}

.intro {
  margin-top: 3rem;
}
@media screen and (min-width: 801px) {
  .intro__content {
    display: flex;
  }
}
.intro__content .intro-title {
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 801px) {
  .intro__content .intro-title {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 2;
    width: 50%;
  }
}
.intro__content .intro-title .description {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .intro__content .intro-title .description {
    transform: scale(1.3);
  }
}
.intro__content .intro-title h2:nth-of-type(1) {
  line-height: 26px;
}
@media screen and (min-width: 801px) {
  .intro__content .intro-title h2:nth-of-type(1) {
    font-size: 75pt;
  }
}
@media screen and (max-width: 800px) {
  .intro__content .intro-title h2:nth-of-type(1) {
    font-size: 75pt;
  }
}
.intro__content .intro-title h2:nth-of-type(2) {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  .intro__content .intro-title h2:nth-of-type(2) {
    font-size: 28pt;
  }
}
@media screen and (max-width: 800px) {
  .intro__content .intro-title h2:nth-of-type(2) {
    font-size: 38pt;
  }
}
@media screen and (max-width: 480px) {
  .intro__content .intro-title h2:nth-of-type(2) {
    font-size: 28pt;
  }
}
@media screen and (min-width: 801px) {
  .intro__content .intro-title h2:nth-of-type(2) span {
    font-size: 50pt;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .intro__content .intro-title h2:nth-of-type(2) span {
    font-size: 56pt;
  }
}
@media screen and (max-width: 600px) {
  .intro__content .intro-title h2:nth-of-type(2) span {
    font-size: 40pt;
  }
}
.intro__content .intro-title h2:nth-of-type(3) {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 10px;
}
@media screen and (min-width: 801px) {
  .intro__content .intro-title h2:nth-of-type(3) {
    font-size: 33pt;
  }
}
@media screen and (max-width: 800px) {
  .intro__content .intro-title h2:nth-of-type(3) {
    font-size: 38pt;
  }
}
@media screen and (max-width: 480px) {
  .intro__content .intro-title h2:nth-of-type(3) {
    font-size: 28pt;
  }
}
.intro__content .intro-title img {
  height: 90%;
  position: absolute;
  top: -26px;
  left: 53%;
  transform: translateX(-53%);
  width: 400px;
  z-index: -1;
}
@media screen and (min-width: 481px) and (max-width: 60px) {
  .intro__content .intro-title img {
    top: -33px;
  }
}
@media screen and (max-width: 480px) {
  .intro__content .intro-title img {
    top: -32px;
  }
}
.intro__content .intro-title .button-2 {
  position: relative;
  top: 7rem;
  width: 200px;
}
@media screen and (max-width: 800px) {
  .intro__content .intro-title .button-2 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .intro__content .intro-image {
    order: 1;
    width: 50%;
  }
}
.intro__content .intro-image .content {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .intro__content .intro-image .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.intro__content .intro-image .content .button-1 {
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .intro__content .intro-image .content .button-1 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .intro__content .intro-image .content .button-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .intro__content .intro-image .content .button-1 {
    background-color: #EEC5BA;
    font-size: 12pt;
    margin-top: 20px;
    text-align: center;
    width: 40%;
  }
}

.habitos-descripcion-top {
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 65px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .habitos-descripcion-top {
    width: 100%;
  }
}
.habitos-descripcion-top .descripcion-title {
  text-align: center;
}
.habitos-descripcion-top .descripcion-title h2 {
  font-weight: 800;
  line-height: 32px;
  font-size: 30pt;
}
@media screen and (max-width: 480px) {
  .habitos-descripcion-top .descripcion-title h2 {
    font-size: 20pt;
    line-height: 20px;
  }
}
.habitos-descripcion-top .descripcion-title h2:last-child {
  font-weight: 400;
}

.habitos-descripcion .bg-habitos-descripcion.desk {
  display: none;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .habitos-descripcion .bg-habitos-descripcion.desk {
    display: block;
  }
}
@media screen and (min-width: 2400px) {
  .habitos-descripcion .bg-habitos-descripcion.desk {
    height: 100%;
  }
}
.habitos-descripcion .bg-habitos-descripcion.mobile {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 1024px) {
  .habitos-descripcion .bg-habitos-descripcion.mobile {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .habitos-descripcion .descripcion-image {
    margin-top: 0px;
  }
}
.habitos-descripcion .descripcion-image .content-image {
  align-items: center;
  display: flex;
  justify-content: inherit;
  flex-direction: row;
  padding-top: 150px;
}
@media screen and (max-width: 1023px) {
  .habitos-descripcion .descripcion-image .content-image {
    padding-top: 0px;
  }
}
.habitos-descripcion .descripcion-image .content-image .content-left-section {
  width: 45%;
  margin: auto;
  padding-left: 100px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section {
    width: 50%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section {
    width: 80%;
    padding-left: 0px;
  }
}
.habitos-descripcion .descripcion-image .content-image .content-left-section .content-title {
  font-family: "avenir";
  font-size: 64px;
  line-height: 87.42px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section .content-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section .content-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.habitos-descripcion .descripcion-image .content-image .content-left-section .mobile-img {
  display: block;
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section .mobile-img {
    display: none;
  }
}
.habitos-descripcion .descripcion-image .content-image .content-left-section .content-description {
  font-family: "avenir";
  font-size: 34px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section .content-description {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section .content-description {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 2000px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section .content-description {
    font-size: 40px;
    line-height: 54.64px;
  }
}
.habitos-descripcion .descripcion-image .content-image .content-left-section .content-btn {
  margin: auto;
  margin-top: 20px;
  max-width: 300px;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .habitos-descripcion .descripcion-image .content-image .content-left-section .content-btn {
    max-width: 150px;
  }
}
.habitos-descripcion .descripcion-image .content-image .content-right-section {
  width: 30%;
  margin: auto;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1024px) {
  .habitos-descripcion .descripcion-image .content-image .content-right-section {
    display: block;
  }
}

@media screen and (min-width: 801px) {
  .habitos_pon_a_pruebas {
    margin-bottom: 2rem;
  }
}
.habitos_pon_a_pruebas .descripcion-title {
  padding-top: 20px;
}
@media screen and (min-width: 2200px) {
  .habitos_pon_a_pruebas .descripcion-title {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .habitos_pon_a_pruebas .descripcion-title {
    padding-top: 50px;
  }
}
.habitos_pon_a_pruebas .descripcion-title h2 {
  text-align: center;
  font-family: "avenir";
  font-weight: 900;
  color: #FFF;
  font-size: 28px;
  line-height: 32px;
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .habitos_pon_a_pruebas .descripcion-title h2 {
    font-size: 64px;
    line-height: 87.42px;
    margin-top: 12px;
  }
}
.habitos_pon_a_pruebas .content-image {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 801px) {
  .habitos_pon_a_pruebas .content-image {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (min-width: 2200px) {
  .habitos_pon_a_pruebas .content-image {
    margin-top: 10%;
  }
}
.habitos_pon_a_pruebas .content-image button {
  width: 45%;
  /* &.active {
      background-color: rgba($color: #F6C67B, $alpha: 0.2);
      border-radius: 10%;
  } */
}
.habitos_pon_a_pruebas .content-image button .player_she_img {
  margin-left: auto;
}
.habitos_pon_a_pruebas .content-image button .player_he_img {
  margin-right: auto;
}
.habitos_pon_a_pruebas .content-image .button-play {
  text-align: center;
  width: 300px;
}
@media screen and (min-width: 801px) {
  .habitos_pon_a_pruebas .content-image .button-play {
    left: 50%;
    bottom: -150px;
    position: absolute;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 800px) {
  .habitos_pon_a_pruebas .content-image .button-play {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .habitos_pon_a_pruebas .content-image .button-play {
    width: 215px;
  }
}

main {
  min-height: 70vh;
}

.menu {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 600px) {
  .menu {
    padding-right: 20px;
  }
}

.habitos {
  background-color: unset;
}
@media screen and (max-width: 1023px) {
  .habitos {
    height: 100%;
  }
}

.habitos.habitos_pon_a_pruebas_active {
  background-color: unset;
}

.habitos header {
  margin-top: 20px;
  position: relative;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .habitos header {
    position: fixed;
  }
}

.habitos .menu-main {
  left: -44%;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .habitos .menu-main {
    left: -107%;
  }
}
@media screen and (max-width: 480px) {
  .habitos .menu-main {
    left: -107%;
  }
}

.intro,
.habitos-top,
.habitos-descripcion,
.habitos_pon_a_pruebas,
.habitos_elige_tu_monstruo {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.habitos.intro_active .intro,
.habitos.habitos-descripcion_active .habitos-descripcion,
.habitos.habitos_pon_a_pruebas_active .habitos_pon_a_pruebas,
.habitos.habitos_elige_tu_monstruo_active .habitos_elige_tu_monstruo {
  display: block;
  opacity: 1;
  visibility: visible;
}

.habitos-descripcion_active .habitos-top {
  background-color: #d3e3d6;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 205px;
  opacity: 1;
  visibility: visible;
}

.habitos-descripcion_active main .container {
  /* max-width: 1920px; */
  width: 100%;
}

.habitos-descripcion_active .habitos-top img {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.habitos .habitos-descripcion-top {
  display: none;
  visibility: hidden;
}

.habitos.habitos-descripcion_active .habitos-descripcion-top {
  display: block;
  visibility: visible;
}

.habitos.habitos_pon_a_pruebas_active {
  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) {
  .habitos.habitos_pon_a_pruebas_active {
    background-image: url("../img/Juegos/caceria/mobile/Seccion 1/Instrucciones/background.webp");
    background-size: 100% 100%;
    height: 100vh;
  }
}

.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=habitos.css.map */
