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

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

@media screen and (min-width: 1025px) {
  .menu-content .logo-mide-digital figure {
    width: 128px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .menu-content .logo-mide-digital figure {
    width: 125px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .menu-content .logo-mide-digital figure {
    width: 110px;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .menu-content .logo-mide-digital figure {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .menu-content .logo-mide-digital figure {
    width: 60px;
  }
}

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

header .citas-menu-logo {
  display: flex;
  padding-top: 2rem;
}

header .logo-pesadilla {
  cursor: pointer;
  z-index: 100;
}

header .logo-pesadilla img {
  width: 130px;
}

header .logo-pesadilla figure {
  left: auto;
  position: inherit;
}

header .logo,
header .menu {
  display: flex;
  align-items: center;
  width: 50%;
}

header .menu {
  justify-content: end;
  z-index: 100;
}

header .menu .eye-icon figure {
  width: 90px;
}

@media screen and (max-width: 600px) {
  header .logo {
    justify-content: end;
    width: 55%;
    position: relative;
    right: -6.5%;
  }
  header .menu {
    width: 45%;
  }
  header .menu .eye-icon figure {
    width: 60px;
  }
  header .logo-pesadilla figure {
    width: auto;
  }
  header .logo-pesadilla img {
    width: 80px;
  }
}
.intro {
  display: none;
  flex-direction: column;
  position: relative;
  margin-bottom: -2rem;
}

/* .intro header {
    margin-bottom: -15rem;
    text-align: center;
    position: relative;
    top: -75px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    z-index: 1;
}

.intro header h2 {
    font-size: 51pt;
    margin-bottom: 0;
}

.intro header h3 {
    font-family: "avenir";
    font-size: 22pt;
    font-weight: 300;
    margin-top: 0;
}

.intro figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro figure img {
    width: 950px;
} */
.intro {
  width: 100%;
  height: 100vh;
}
.intro .intro-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.intro .intro-img-1.desk {
  max-width: 20%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .intro .intro-img-1.desk {
    display: block;
  }
}
.intro .intro-img-1.mobile {
  max-width: 150px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .intro .intro-img-1.mobile {
    display: none;
  }
}
.intro .intro-img-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.intro .intro-img-2.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .intro .intro-img-2.desk {
    display: block;
  }
}
.intro .intro-img-2.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .intro .intro-img-2.mobile {
    display: none;
  }
}
.intro .intro-img-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.intro .intro-img-3.desk {
  max-width: 20%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .intro .intro-img-3.desk {
    display: block;
  }
}
.intro .intro-img-3.mobile {
  max-width: 120px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .intro .intro-img-3.mobile {
    display: none;
  }
}
.intro .intro-content {
  position: absolute;
  top: 15%;
  display: block;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 2200px) {
  .intro .intro-content {
    top: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .intro .intro-content {
    top: 8%;
    left: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .intro .intro-content {
    top: 15%;
    left: 25%;
    display: block;
  }
}
.intro .intro-content .intro-text {
  font-family: "avenir";
  font-weight: 700;
  font-size: 67px;
  line-height: 81.67px;
  color: white;
}
@media screen and (max-width: 1920px) {
  .intro .intro-content .intro-text {
    font-size: 58px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1400px) {
  .intro .intro-content .intro-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .intro .intro-content .intro-text {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    order: 2;
    margin-top: 50px;
  }
}
.intro .intro-content .intro-arrows {
  display: flex;
  max-height: 137.48px;
  margin: auto;
  margin-right: 20%;
  justify-content: space-between;
  max-width: 500px;
  margin-top: 50px;
  margin-left: 200px;
}
@media screen and (max-width: 1920px) {
  .intro .intro-content .intro-arrows {
    font-size: 58px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1400px) {
  .intro .intro-content .intro-arrows {
    margin-right: 10%;
    max-width: 300px;
    margin-top: 0px;
    margin-left: 100px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .intro .intro-content .intro-arrows {
    margin-right: auto;
    order: 1;
    margin-left: auto;
    width: 250px;
  }
}
.intro .intro-content .intro-arrows .left-arrow, .intro .intro-content .intro-arrows .right-arrow {
  max-width: 152px;
}
@media screen and (max-width: 1400px) {
  .intro .intro-content .intro-arrows .left-arrow, .intro .intro-content .intro-arrows .right-arrow {
    max-width: 90px;
  }
}
.intro a {
  position: absolute;
  top: 35%;
  right: 15%;
  max-width: 339px;
}
@media screen and (max-width: 1400px) {
  .intro a {
    top: 30%;
    right: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .intro a {
    position: relative;
    margin: auto;
    margin-top: 450px;
    top: unset;
    right: unset;
  }
}
.intro a img {
  max-width: 339px;
}
@media screen and (max-width: 1400px) {
  .intro a img {
    max-width: 200px;
  }
}

.intro .intro_movil {
  display: none;
}

@media screen and (max-width: 1024px) {
  .intro header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .intro header {
    top: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .intro header {
    width: 75%;
  }
  .intro a {
    bottom: 2%;
    right: 5%;
  }
}
/* @media screen and (max-width: 600px) {
    .intro header {
        width: 100%;
    }
    .intro header h2 {
        font-size: 52pt;
    }
    .intro header h3 {
        font-size: 18pt;
        font-weight: 300;
    }
    .intro a {
        position: inherit;
        bottom: inherit;
        right: inherit;
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 160px;
    }
    .intro header+figure {
        display: none;
    }
    .intro .intro_movil {
        display: block;
    }
} */
/* Estilo que esta en el body y es aplicado para esta página o sección activa*/
@media screen and (min-width: 801px) {
  .tinder-citas.intrucciones-active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.intrucciones {
  display: none;
  justify-content: center;
  align-items: center;
}

.tinder-citas.intrucciones-active .intrucciones {
  display: flex;
}

.intrucciones .col {
  width: 50%;
}

.intrucciones .text_content {
  padding-right: 13%;
  text-align: center;
}

.intrucciones .text_content span {
  color: white;
  background-image: url("././../img/match.png");
  background-repeat: no-repeat;
  background-position: center 56%;
  background-size: 100%;
  font-size: 51px;
  padding: 0 15px;
}

.intrucciones .text_content h2 {
  font-size: 52pt;
}

.intrucciones .text_content h2 + h3 {
  font-size: 20pt;
  font-weight: 100;
}

.intrucciones .text_content h2 ~ h3 {
  font-family: "avenir";
  font-weight: 400;
}

.intrucciones .text_content h3 {
  line-height: 30px;
  margin: 0;
}

.intrucciones .text_content h3:nth-of-type(5) {
  background-color: var(--color2);
  padding: 6px 0;
}

.intrucciones .image > figure {
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 433px;
}

.intrucciones .image .content span {
  color: white;
  background-image: url("././../img/match.png");
  background-repeat: no-repeat;
  background-position: center 56%;
  background-size: 100%;
  font-size: 47px;
  padding: 0 15px;
}

.intrucciones .text_content a {
  font-weight: 400;
  position: relative;
  top: 86px;
}

.intrucciones a {
  text-align: center;
  width: 150px;
}

.intrucciones .image .content {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  .intrucciones .image .content::before {
    content: "";
    background-color: var(--color2);
    position: absolute;
    height: 180px;
    left: -108px;
    width: 200%;
    transform: skewX(-17deg);
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .intrucciones .image .content::before {
    left: -133px;
  }
}

.intrucciones .image p {
  z-index: -1;
  transform: translateY(20px);
  text-align: left;
  line-height: 34px;
  width: 80%;
  margin: 0 auto;
  font-size: 28px;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .intrucciones .image p {
    margin-bottom: 0.5rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 665px) {
  .intrucciones .image p {
    text-align: center;
  }
}

.intrucciones .image .content p img {
  position: absolute;
  bottom: -8px;
  left: 51px;
  width: 100px;
}

@media screen and (min-width: 801px) {
  .tinder-citas.inrucciones_active {
    background-image: url("././../img/tinder/bg-instrucciones.jpg");
    background-size: 100% 95%;
    background-repeat: no-repeat;
  }
  .intrucciones .image a {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .intrucciones .col {
    width: 100%;
  }
  .intrucciones .text_content {
    padding-right: unset;
    margin: 0 auto;
    max-width: 80%;
  }
  .intrucciones .text_content a {
    display: none;
  }
  .intrucciones .image a {
    display: inline-block;
    margin: 0 auto;
    display: inherit;
    font-weight: 300;
    margin-bottom: 25px;
  }
  .intrucciones .text_content h3:nth-of-type(5) {
    margin: 0 auto;
    padding: 6px 0;
    width: 60%;
  }
  .intrucciones .image > figure {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .intrucciones .text_content h3,
  .intrucciones .text_content h3:nth-of-type(5) {
    font-size: 16px;
  }
  .intrucciones .image p {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .intrucciones-active .footer-site {
    margin-top: 0;
  }
}

@media screen and (min-width: 801px) {
  .intrucciones-active .clip_elements {
    top: 0;
    min-height: 100vh;
    height: 826px;
    position: absolute;
    width: 103%;
    z-index: -1;
  }
  .intrucciones-active .clip_elements .clip_uno {
    background-color: #d3e3d6;
    clip-path: polygon(0 0, 70% 0, 46.5% 100%, 0 100%);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 80%;
    z-index: 1;
  }
  .intrucciones-active .clip_elements .clip_dos {
    background-color: var(--color2);
    bottom: 0;
    left: 0;
    height: 250px;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}

.tinder-slider {
  display: none;
  overflow: hidden;
  padding-top: 75px;
  min-height: 100vh;
  /* padding-bottom: 3rem; */
  cursor: grab;
  -webkit-cursor: grab;
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  .tinder-slider {
    padding-top: 5px;
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 1440px) {
  .tinder-slider {
    padding-top: 150px;
  }
}
@media screen and (min-width: 2200px) {
  .tinder-slider {
    padding-top: 10%;
  }
}

.tinder-slider .left-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.tinder-slider .left-bg.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tinder-slider .left-bg.desk {
    display: block;
    max-height: 100%;
  }
}
.tinder-slider .left-bg.mobile {
  display: block;
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  .tinder-slider .left-bg.mobile {
    display: none;
  }
}
@media screen and (max-height: 850px) {
  .tinder-slider .left-bg.mobile {
    max-width: 70px;
  }
}
.tinder-slider .right-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.tinder-slider .right-bg.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tinder-slider .right-bg.desk {
    display: block;
    max-height: 100%;
  }
}
.tinder-slider .right-bg.mobile {
  display: block;
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  .tinder-slider .right-bg.mobile {
    display: none;
  }
}
@media screen and (max-height: 850px) {
  .tinder-slider .right-bg.mobile {
    max-width: 70px;
  }
}
.tinder-slider .down-left-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  .tinder-slider .down-left-bg {
    display: none;
  }
}
@media screen and (max-height: 850px) {
  .tinder-slider .down-left-bg {
    max-width: 70px;
  }
}
.tinder-slider .down-right-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  .tinder-slider .down-right-bg {
    display: none;
  }
}
@media screen and (max-height: 850px) {
  .tinder-slider .down-right-bg {
    max-width: 70px;
  }
}
.tinder-slider .bottom-bg {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* .side-1{
      background-color:#fff;
      width: 100%;
      height: 450px;
      @media screen and (max-height:700px) {
          height: 300px;
      }
      @media screen and (max-height:750px) {
          height: 320px;
      }
      @media screen and (max-height:850px) {
          height: 360px;
      }
      @media screen and (min-height:1080px) {
          height:600px;
      } 
  }
  .side-2{
      background-color: #454477;
      width: 100%;
      height: 450px;
      @media screen and (max-height:700px) {
          height: 300px;
      }
      @media screen and (max-height:750px) {
          height: 320px;
      }
      @media screen and (max-height:850px) {
          height: 360px;
      }
      @media screen and (min-height:1080px) {
          height:600px;
      } 
  } */
}
@media screen and (min-width: 1024px) {
  .tinder-slider .bottom-bg {
    display: none;
  }
}

.tinder-slider-parent {
  display: grid;
  grid-template-rows: auto;
  position: relative;
  margin: 0 auto;
  /* z-index: 10; */
  /*  @media screen and (min-width: 801px) {
       width: 70%;
       max-width: 700px;
   } */
}
@media screen and (min-width: 1024px) {
  .tinder-slider-parent {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .tinder-slider-parent {
    width: 70%;
    max-width: 700px;
  }
}
@media screen and (min-width: 2000px) {
  .tinder-slider-parent {
    width: 70%;
    max-width: 900px;
  }
}

.swipe {
  width: 70%;
  z-index: 1;
  visibility: hidden;
  transform: translateX(0) rotate(0);
  transition: all 0.8s ease-in-out;
}
@media screen and (min-width: 801px) {
  .swipe {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  .swipe {
    width: 100%;
  }
}

.swipe,
.swipe.swipe_active {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
}

.swipe.swipe_active {
  user-select: none;
  cursor: grab;
  visibility: visible;
  z-index: 8;
}
@media screen and (min-width: 801px) {
  .swipe.swipe_active {
    width: 100%;
    max-width: 100%;
  }
}

.swipe.swipe_active + .swipe {
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .swipe.swipe_active + .swipe {
    visibility: visible;
  }
}

.swipe_next {
  visibility: visible;
  z-index: 10;
  transition: transform 0.8s ease-in-out;
  transform: translateX(250%) rotate(45deg);
  transform-origin: left top;
}

.swipe_prev {
  visibility: visible;
  z-index: 10;
  transition: transform 0.8s ease-in-out;
  transform: translateX(-250%) rotate(-45deg);
  transform-origin: right top;
}

@media screen and (min-width: 601px) and (max-width: 800px) {
  .swipe p {
    font-size: 16pt;
  }
}

.swipe + .botones {
  display: flex;
  position: absolute;
  z-index: 10;
  top: 40%;
  width: 100%;
  justify-content: space-around;
  /* @media screen and (min-width: 801px) and (max-width: 1023px) {
      left: -20%;
      justify-content: space-between;
      top: 45%;
      width: 140%;
  }
  @media screen and (min-width: 601px) and (max-width: 800px) {
      top: 69%;
      justify-content: space-around;
      width: 100%;
  }
  @media screen and (min-width: 481px) and (max-width: 600px) {
      left: 0;
      justify-content: space-around;
      top: 63%;
      width: 100%;
  }
  @media screen and (max-width: 480px) {
      left: 0;
      justify-content: space-around;
      top: 56%;
      width: 100%;
  } */
}
@media screen and (min-width: 1024px) {
  .swipe + .botones {
    left: -30%;
    justify-content: space-between;
    top: 45%;
    width: 160%;
  }
}

.botones img {
  max-width: 151.93px;
}
@media screen and (max-width: 1400px) {
  .botones img {
    width: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .botones img {
    width: 78px;
  }
}
@media screen and (max-width: 500px) {
  .botones img {
    width: 60px;
  }
}

.tinder-number_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .tinder-number_outer {
    width: 100%;
    top: -75px;
  }
}
@media screen and (min-width: 1440px) {
  .tinder-number_outer {
    width: 100%;
    top: -100px;
  }
}

.tinder-number_outer span {
  font-size: 67px;
  font-family: "avenir";
  font-weight: 700;
  line-height: 81.67px;
}

.tinder-monster-card-upper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  /* @media screen and (min-width: 801px) and (max-width: 1023px) {
      padding: 3% 8%;
  }
  @media screen and (min-width: 601px) and (max-width: 800px) {
      height: 580px;
      margin-top: 230px;
      padding: 3%;
  }
  @media screen and (min-width: 481px) and (max-width: 600px) {
      flex-direction: column;
      justify-content: space-between;
      height: 520px;
      padding: 3%;
      margin-top: 80px;
  }
  @media screen and (min-width: 481px) and (max-width: 600px) {
      flex-direction: column;
      justify-content: space-between;
      height: 300px;
      padding: 3%;
      margin-top: 200px;
  }
  @media screen and (min-width: 320px) and (max-width: 480px) {
      height: 310px;
      padding: 0 4%;
      justify-content: unset;
      align-items: end;
  } */
}
@media screen and (min-width: 1024px) {
  .tinder-monster-card-upper {
    height: 400px;
    padding: 3% 11%;
    border-radius: 50px 50px 0px 0px;
    background-color: #66BFB6;
    height: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .tinder-monster-card-upper {
    height: 400px;
  }
}
@media screen and (min-width: 2000px) {
  .tinder-monster-card-upper {
    height: 500px;
  }
}

/* .tinder-text {
    background-color: white;
    border-radius: 137px;
    box-shadow: -14px 17px 0 #dde6ea;
} */
.tinder-slider [class*=tinder-number_] span {
  color: white;
  font-size: 45px;
}
@media screen and (min-width: 1440px) {
  .tinder-slider [class*=tinder-number_] span {
    font-size: 50px;
  }
}

.tinder-monster-card-upper .tinder-text > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  padding: 13px;
}
@media screen and (min-width: 1024px) {
  .tinder-monster-card-upper .tinder-text > div {
    flex-direction: row;
  }
}

.tinder-monster-card-upper .pregunta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .tinder-monster-card-upper .pregunta {
    position: relative;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .tinder-monster-card-upper .pregunta {
    position: relative;
    left: 5%;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .tinder-monster-card-upper .pregunta {
    padding: 10px;
    padding-left: 15px;
    width: 100%;
  }
}

.tinder-monster-card-upper .pregunta p {
  font-size: 28px;
  line-height: 34.13px;
  font-weight: 400;
  font-family: "avenir";
  margin: 0 auto;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .tinder-monster-card-upper .pregunta p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .tinder-monster-card-upper .pregunta p {
    font-size: 22px;
    line-height: 30px;
  }
}

.tinder-monster-card-upper .monster-card {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 70%;
}
@media screen and (min-width: 1024px) {
  .tinder-monster-card-upper .monster-card {
    width: 70%;
  }
}

.tinder-monster-card-upper .monster-card > img {
  width: 100px;
}
@media screen and (min-width: 1400px) {
  .tinder-monster-card-upper .monster-card > img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .tinder-monster-card-upper .monster-card > img {
    width: 80%;
  }
}

.tinder-monster-card-down {
  height: 50vh;
  /*     @media screen and (min-width: 601px) and (max-width: 800px) {
          height: 67%;
          margin-top: 25px;
      }
      @media screen and (min-width: 481px) and (max-width: 600px) {
          margin-top: 60px;
          height: 390px;
      }
      @media screen and (max-width: 480px) {
          height: 390px;
          margin-top: 60px;
      } */
}
@media screen and (min-width: 1440px) {
  .tinder-monster-card-down {
    height: 300px;
  }
}
@media screen and (min-width: 1024) {
  .tinder-monster-card-down {
    height: 250px;
  }
}

.tinder-monster-card-down .row-opcions {
  display: flex;
  height: 50vh;
}
@media screen and (min-width: 1024px) {
  .tinder-monster-card-down .row-opcions {
    height: inherit;
  }
}

.tinder-monster-card-down .row-opcions .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  width: 50%;
  /* @media screen and (min-width: 801px) and (max-width: 1023px) {
      align-items: start;
      padding-top: 0;
      padding-bottom:0 ;
  } */
  /* @media screen and (min-width: 601px) and (max-width: 800px) {
      font-size: 16pt;
      padding: 15% 8% 0;
  }
  @media screen and (min-width: 481px) and (max-width: 600px) {
      display: unset;
      justify-content: unset;
      align-items: unset;
  } */
}
@media screen and (max-width: 1023px) {
  .tinder-monster-card-down .row-opcions .col {
    display: unset;
    justify-content: unset;
    align-items: unset;
  }
}

.tinder-monster-card-down .row-opcions .col p {
  font-family: "avenir";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1440px) {
  .tinder-monster-card-down .row-opcions .col p {
    font-size: 28px;
    line-height: 34.13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .tinder-monster-card-down .row-opcions .col p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .tinder-monster-card-down .row-opcions .col p {
    transform: translateY(20px);
  }
}

.tinder-monster-card-down .row-opcions .col:first-child {
  background-color: #fff;
  border-radius: 0px 0px 0px 50px;
}
@media screen and (max-width: 1024px) {
  .tinder-monster-card-down .row-opcions .col:first-child {
    border-radius: unset;
  }
}

.tinder-monster-card-down .row-opcions .col:last-child {
  background-color: #454477;
  border-radius: 0px 0px 50px 0px;
}
@media screen and (max-width: 1024px) {
  .tinder-monster-card-down .row-opcions .col:last-child {
    border-radius: unset;
  }
}
.tinder-monster-card-down .row-opcions .col:last-child p {
  color: #fff;
}

.tinder-number_inner {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .tinder-number_inner {
    display: flex;
    top: -72px;
    width: 115px;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .tinder-number_inner {
    display: flex;
    top: -198px;
    width: 115px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tinder-number_inner {
    display: flex;
    top: 2px;
    width: 115px;
  }
}

@media screen and (max-width: 480px) {
  .tinder-number_inner img {
    width: 86px;
  }
}

@media screen and (min-width: 320px) and (max-width: 800px) {
  .tinder-number_inner div {
    position: relative;
  }
}

@media screen and (min-width: 320px) and (max-width: 800px) {
  .tinder-number_inner div span {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -35%);
  }
}

.tinder-match {
  display: none;
  padding: 8rem 0 3rem;
}

.parent-match {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 2000px) {
  .parent-match {
    margin-top: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .parent-match {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -8rem;
  }
}
@media screen and (max-width: 1024px) {
  .parent-match {
    flex-direction: column;
  }
}
.parent-match .textos-match {
  padding-left: 20px;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .parent-match .textos-match {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match {
    padding-left: 150px;
  }
}
@media screen and (min-width: 2000px) {
  .parent-match .textos-match {
    padding-left: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .parent-match .textos-match {
    width: 50%;
  }
}
.parent-match .textos-match h2 {
  font-size: 24px;
  line-height: 30px;
  max-width: 200px;
  text-align: left;
  font-family: "avenir";
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .parent-match .textos-match h2 {
    font-size: 48px;
    line-height: 60px;
    max-width: unset;
  }
}
@media screen and (min-width: 1440px) {
  .parent-match .textos-match h2 {
    font-size: 67px;
    line-height: 81.67px;
  }
}
.parent-match .left_resultado._active {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .parent-match .left_resultado._active {
    flex-direction: column;
  }
}
.parent-match .left_resultado._active .botones-match {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
  top: 400px;
}
@media screen and (min-width: 1024px) {
  .parent-match .left_resultado._active .botones-match {
    width: 50%;
    display: block;
    position: relative;
    top: unset;
  }
}
.parent-match .left_resultado._active .monster-match {
  margin: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .parent-match .left_resultado._active .monster-match {
    /* top: -18rem; */
    width: 50%;
  }
}
.parent-match .right_resultado._active {
  display: flex;
  justify-content: center;
  margin-top: -50px;
}
@media screen and (max-width: 800px) {
  .parent-match .right_resultado._active {
    flex-direction: column;
  }
}
.parent-match .right_resultado._active .botones-match {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
  top: 400px;
}
@media screen and (min-width: 1024px) {
  .parent-match .right_resultado._active .botones-match {
    width: 50%;
    top: 100px;
    display: block;
    position: relative;
    bottom: unset;
  }
}
.parent-match .right_resultado._active .monster-match {
  margin: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .parent-match .right_resultado._active .monster-match {
    /* top: -18rem; */
    width: 50%;
  }
}

.parent-match > img.match-result {
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translate(-50%, -10%);
  width: 100px;
}
@media screen and (min-width: 801px) {
  .parent-match > img.match-result {
    top: -25%;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .monster-match img {
    position: relative;
    top: 30px;
    transform: scale(1.2);
  }
}

.parent-match .monster-match figure {
  margin: auto;
  width: 90%;
  margin-left: 10%;
}
@media screen and (min-width: 1024px) {
  .parent-match .monster-match figure {
    margin: auto;
    width: 80%;
    margin-left: 12%;
  }
}

.left_resultado,
.right_resultado {
  display: none;
}

.left_resultado._active,
.right_resultado._active {
  display: block;
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-adicto-a-las-deudas {
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-adicto-a-las-deudas {
    max-width: 550px;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-comprador-compulsivo {
    max-width: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-comprador-compulsivo {
    max-width: 380px;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-comprador-compulsivo {
    max-width: 380px;
    margin-left: 100px;
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-estafador {
    max-width: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-estafador {
    max-width: 380px;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-estafador {
    max-width: 380px;
    margin-left: 100px;
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-adicto-al-credito {
    max-width: 450px;
    left: 200px;
    margin-top: 200px;
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-adicto-al-credito {
    max-width: 600px;
    width: 600px;
    margin-top: 250px;
    left: 300px;
    position: absolute;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-adicto-al-credito {
    max-width: 600px;
    width: 600px;
    margin-top: 300px;
    left: 500px;
    position: absolute;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-meses-sin-intereses {
    max-width: 290px;
    margin-top: 0px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-meses-sin-intereses {
    max-width: 450px;
    margin-top: 0px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-meses-sin-intereses {
    max-width: 450px;
    margin-top: 0px;
    margin-left: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-imprevistos {
    max-width: 400px;
    width: 400px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-imprevistos {
    max-width: 600px;
    width: 580px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-imprevistos {
    max-width: 600px;
    width: 580px;
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-autosaboteador {
    max-width: 400px;
    left: 200px;
    margin-top: 250px;
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-autosaboteador {
    max-width: 550px;
    width: 600px;
    margin-top: 350px;
    left: 300px;
    position: absolute;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-autosaboteador {
    max-width: 550px;
    width: 600px;
    margin-top: 450px;
    left: 500px;
    position: absolute;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-gastos-hormiga {
    width: 400px;
    max-width: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-gastos-hormiga {
    max-width: 600px;
    width: 600px;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-gastos-hormiga {
    max-width: 600px;
    width: 600px;
    margin-left: 100px;
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .parent-match .textos-match .match-impostor {
    width: 290px;
    max-width: 290px;
  }
}
@media screen and (min-width: 1400px) {
  .parent-match .textos-match .match-impostor {
    max-width: 380px;
    width: 3800px;
  }
}
@media screen and (min-width: 2200px) {
  .parent-match .textos-match .match-impostor {
    max-width: 380px;
    width: 380px;
    margin-left: 100px;
    margin-top: 100px;
  }
}

.tinder-citas {
  background-color: #6561A4;
  min-height: 100vh;
  /* min-height: 820px; */
}
.tinder-citas header {
  margin-top: 20px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.tinder-citas .button-1,
.tinder-citas .button-2 {
  text-transform: uppercase;
}

.tinder-citas .button-2 {
  font-weight: 300;
}

.tinder-citas .nav-icon-menu .eye-icon .eye-open {
  display: block;
}

@media screen and (min-width: 1025px) {
  .tinder-citas .menu-main {
    left: -35px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .tinder-citas .menu-main {
    left: -20%;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .tinder-citas .menu-main {
    left: -50%;
  }
}
@media screen and (max-width: 480px) {
  .tinder-citas .menu-main {
    left: -50%;
  }
}

.tinder-citas.intro-active .intro,
.tinder-citas.intrucciones-active .intrucciones {
  display: flex;
  position: relative;
}

.tinder-citas main .container {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 2200px) {
  .tinder-citas main .container {
    height: auto;
  }
}

.tinder-citas.slider-active {
  background-image: unset;
  background-color: #6561A4;
  overflow-y: hidden;
}

.tinder-citas.slider-active .tinder-slider {
  display: block;
  /* margin-top: 3rem; */
}

.tinder-citas.match-active .tinder-match {
  display: block;
}
@media screen and (min-width: 1024px) {
  .tinder-citas.match-active .tinder-match {
    margin-top: 2rem;
  }
}

.tinder-citas.match-active {
  background-image: url(./../img/Juegos/tinder/mobile/Resultados/background.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: none;
  overflow-y: hidden;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .tinder-citas.match-active {
    background-image: url(./../img/Juegos/tinder/desk/Resultados/bg-resultados.webp);
    background-size: cover;
  }
}
.tinder-citas.match-active main .container {
  height: none;
}

.tinder-citas.slider-active .container {
  width: 100%;
}

.tinder-citas.slider-active .logo {
  opacity: 0;
}

.tinder-citas.intrucciones-active main .container {
  overflow: hidden;
}

.tinder-citas.slider-active .nav-icon-menu {
  left: -21px;
}

.tinder-citas .boton-tinder {
  font-family: "avenir";
  margin: 50px auto;
  font-size: 48px;
  line-height: 58.51px;
  max-width: 461px;
}
@media screen and (max-width: 1024px) {
  .tinder-citas .boton-tinder {
    font-size: 20px;
    line-height: 22px;
    max-width: 175px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .tinder-citas .boton-tinder {
    font-size: 35px;
    line-height: 58.51px;
    max-width: 300px;
  }
}
@media screen and (min-width: 2200px) {
  .tinder-citas .boton-tinder {
    margin: 75px auto;
  }
}

.tinder-citas footer {
  border-top: 1rem solid var(--color2);
}

.tinder-citas .footer-site {
  padding: 5px 0;
  margin-top: 35px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tinder-citas .footer-site {
    margin-top: 45px;
  }
}

.tinder-citas .footer-site {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 800px) {
  .tinder-citas.intrucciones-active {
    background-image: unset;
    background-color: var(--color3);
  }
  .tinder-citas.intrucciones-active .intrucciones {
    flex-direction: column;
  }
  .tinder-citas.intrucciones-active main .container {
    width: 100%;
  }
  .tinder-citas.slider-active {
    background-image: unset;
    background-color: #6561A4;
  }
  .tinder-citas.slider-active .menu {
    padding-right: 2rem;
  }
}
/* @media screen and (max-width: 600px) {
    .tinder-citas.match-active .menu {
        padding-right: 1.5rem;
    }
    .tinder-citas main .container {
        padding-top: 1rem;
    }
    .tinder-citas .footer-site h3 {
        font-size: 35pt;
    }
} */
.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=tinder.css.map */
