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

.main-header {
  background-color: #6D549E;
}

.menu-content {
  position: fixed;
  z-index: 99;
  width: 100%;
}
.menu-content .container {
  /* 		@include flexbox( center, flex, space-between );
  		padding-top: 20px; */
  width: 100%;
}
.menu-content .nav-icon-menu {
  margin-top: 0px;
  transform: scale(1);
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

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

.logo-pesadilla figure {
  margin: 0 auto;
  margin-top: -1.5rem;
  position: relative;
  width: 80%;
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .logo-pesadilla figure {
    position: relative;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .logo-pesadilla figure {
    position: relative;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .logo-pesadilla figure {
    position: relative;
  }
}
.logo-mide-digital {
  margin-top: -6rem;
  transform: scale(1);
}

.nav-icon-menu {
  margin-top: -6rem;
  transform: scale(1);
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .logo-mide-digital {
    margin-top: -3rem;
  }
  .nav-icon-menu {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .logo-mide-digital {
    margin-top: 0rem;
    transform: scale(0.8);
  }
  .nav-icon-menu {
    margin-top: 0rem;
    transform: scale(0.8);
  }
}
.logo-pesadilla .mobil {
  display: none;
}

@media screen and (max-width: 600px) {
  .logo-pesadilla .desk {
    display: none;
  }
  .logo-pesadilla .mobil {
    display: block;
    transform: scale(0.5);
  }
}
.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;
}

/* section sub-header */
.sub-header .container {
  display: grid;
  width: 100%;
}

.sub-header h3 {
  position: relative;
  z-index: 1;
}

.sub-header h4 {
  font-family: "avenir";
}

.sub-header h3 figure {
  left: -5%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sub-header .bannerHome {
  position: relative;
  background-color: transparent !important;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -4px;
}

.sub-header .bannerHome .dataContainer {
  position: absolute !important;
  background-color: transparent;
  z-index: 20;
  top: 0;
  width: 100%;
}

.sub-header .bannerHome .dataContainer div {
  position: relative;
  width: 100%;
  align-content: center;
  display: flex;
  flex-direction: column;
}

.sub-header .bannerHome .dataContainer div .title {
  position: relative !important;
  margin-top: 9%;
  font-family: "avenir";
  font-size: 99px;
  font-weight: 700;
  line-height: 120.68px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .sub-header .bannerHome .dataContainer div .title {
    margin: auto;
    margin-top: 100px;
    max-width: 400px;
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (min-width: 821px) and (max-width: 1440px) {
  .sub-header .bannerHome .dataContainer div .title {
    margin-top: 6%;
    font-size: 80px;
    line-height: 100px;
  }
}
@media screen and (min-width: 2000px) {
  .sub-header .bannerHome .dataContainer div .title {
    margin-top: 10%;
    font-size: 120px;
    line-height: 140px;
  }
}

.sub-header .bannerHome .dataContainer div .title span {
  color: #E9BD57;
}

.sub-header .bannerHome .dataContainer div .sub-title {
  position: relative !important;
  margin: auto;
  margin-top: 10px;
  font-family: "avenir";
  font-size: 55px;
  line-height: 67.05px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  max-width: 700px;
  border-bottom: 16px solid #65619C;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black; */
}
@media screen and (min-width: 2000px) {
  .sub-header .bannerHome .dataContainer div .sub-title {
    margin-top: 50px;
    font-size: 70px;
    line-height: 80px;
    max-width: 900px;
  }
}
@media screen and (max-width: 820px) {
  .sub-header .bannerHome .dataContainer div .sub-title {
    margin-top: 50px;
    max-width: 300px;
    border-top: 5px solid #65619C;
    font-size: 24px;
    line-height: 45px;
    border-bottom: none;
  }
}

.sub-header .bannerHome .dataContainer div .mide {
  position: absolute !important;
  left: 57px;
  top: 32px;
  max-width: 195px;
}
@media screen and (max-width: 821px) {
  .sub-header .bannerHome .dataContainer div .mide {
    max-width: 80px;
    top: 0px;
    left: 20px;
  }
}

.sub-header .bannerHome .dataContainer div .pesadillas {
  max-width: 180px;
  margin-top: 3%;
}
@media screen and (max-width: 821px) {
  .sub-header .bannerHome .dataContainer div .pesadillas {
    max-width: 80px;
    margin-top: 0px;
  }
}

.sub-header .bannerHome video {
  width: 100%;
  margin: auto;
}

.sub-header .bannerHome .bb {
  background-color: rgba(0, 0, 0, 0);
}

.sub-header .bannerHome .button-1 {
  color: white;
  position: absolute;
  left: 81%;
  bottom: 15%;
  transform: scale(1.2);
}

@media screen and (max-width: 1200px) {
  .sub-header .bannerHome .button-1 {
    left: 79%;
    bottom: 11%;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 800px) {
  .sub-header .bannerHome .button-1 {
    left: 74%;
    bottom: 8%;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 600px) {
  .sub-header .bannerHome .button-1 {
    left: 31%;
    bottom: 5%;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 480px) {
  .sub-header .bannerHome .button-1 {
    left: 27%;
    bottom: 5%;
    transform: scale(0.6);
  }
}
.sub-header .bannerHome img {
  width: 100%;
  margin: auto;
}

.sub-header .bannerHome .mobil {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sub-header .bannerHome .desk {
    display: none;
  }
  .sub-header .bannerHome .mobil {
    display: block;
    margin-top: -3rem;
  }
}
/**

@media screen and (min-width: 1025px) {
	.sub-header .container{
		grid-template-columns: 20% 40% 40%;
		grid-template-rows: 180px 180px;
	}
	.sub-header .sub-header-content{
		grid-column: 1/3;
		grid-row: 1/2;
		padding-left: 5%;
		position: relative;
    	top: 40%;
	}
	.sub-header .sub-header-content .mobil{ display: none; }
	.sub-header .sub-header-content img{
		max-width: 385px;
	}
	.sub-header .sub-header-figure{
		grid-column: 2/4;
		grid-row: 1/3; 
		display: flex;
		justify-content: center;
	}
	.sub-header .sub-header-figure figure{
		position: relative;
		top: -54px;
		left: 133px;
	}
	.sub-header .sub-header-figure img{ width: 570px; }
	.sub-header .sub-header-footer{ display: none; }
	.sub-header h3{
		font-size: 102px;
	    padding-left: 20px;
		line-height: 43px;
		width: 67%;
		max-width: 403px;
	}
	.sub-header h4{
		font-size: 30px;
		margin-bottom: -17px;
	}
	.sub-header h4:nth-of-type(2){
		margin-bottom: 0;
		padding-left: 25px;
		width: 65%;
	}
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
	.sub-header .container{
		grid-template-columns: 20% 40% 40%;
		grid-template-rows: 180px 180px;
	}
	.sub-header .sub-header-content{
		grid-column: 1/3;
		grid-row: 1/2;
		padding-left: 5%;
		position: relative;
		top: 15%; 
	}
	.sub-header .sub-header-content .mobil{ display: none; }
	.sub-header .sub-header-content img{
		max-width: 341px;
		position: relative;
		top: 25px;
	}
	.sub-header .sub-header-figure{
		grid-column: 2/4;
		grid-row: 1/3; 
		display: flex;
		justify-content: end;
	}
	.sub-header .sub-header-figure figure{
		position: relative;
		top: -54px;
	}
	.sub-header h3{
		font-size: 90px;
	    padding-left: 20px;
		line-height: 43px;
		width: 67%;
		max-width: 403px;
	}
	.sub-header h3 figure{
		width: 366px;
	}
	.sub-header h4{
		font-size: 24px;
		margin-bottom: -17px;
	}
	.sub-header h4:nth-of-type(2){
		margin-bottom: 0;
		padding-left: 25px;
		width: 65%;
	}
	.sub-header .sub-header-figure img{ width:560px; }
	.sub-header .sub-header-footer{ display: none; }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
	.sub-header .container{
		grid-template-columns: 20% 40% 40%;
		grid-template-rows: 180px 180px;
	}
	.sub-header .sub-header-content{
		grid-column: 1/3;
		grid-row: 1/2;
		padding-left: 5%;
		position: relative;
		top: 15%; 
	}
	.sub-header .sub-header-content .desk{ display: none; }
	.sub-header .sub-header-content .mobil{ display: block; transform: scale(1.1); }
	.sub-header h3{
		font-size: 70px;
	    padding-left: 20px;
		line-height: 43px;
		margin-bottom: 0;
		max-width: 298px;
	}
	.sub-header h4{
		font-size: 20px;
		margin-bottom: -17px;
	}
	.sub-header h4:nth-of-type(2){
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 25px;
		width: 65%;
	}
	.sub-header .sub-header-figure{
		grid-column: 2/4;
		grid-row: 1/3; 
		display: flex;
		justify-content: end;
		height: 428px;
	}
	.sub-header .sub-header-figure figure{
		position: relative;
		right: -16px;
    	overflow: hidden;
	}
	.sub-header .sub-header-figure img{ 
		position:relative;
		right: -97px;
		width:490px; 
	}
}

*/
@media screen and (min-width: 481px) and (max-width: 820px) {
  .sub-header {
    grid-template-columns: 1fr;
    grid-template-rows: 4rem auto;
    padding-top: 25px;
    overflow: hidden;
  }
  .sub-header .sub-header-content {
    grid-column: 1/2;
    grid-row: 1/2;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 18pt;
    text-align: center;
  }
  .sub-header .sub-header-content .desk {
    display: none;
  }
  .sub-header .sub-header-content h3 {
    font-size: 48pt;
    margin-top: 0;
    line-height: 31px;
  }
  .sub-header .sub-header-content h4 {
    font-size: 18pt;
    margin-bottom: 0;
  }
  .sub-header .sub-header-content h4:nth-of-type(2) {
    width: 60%;
  }
  .sub-header .sub-header-content figure {
    position: absolute;
    left: -18px;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 276px;
  }
  .sub-header .sub-header-figure {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 480px) {
  .sub-header {
    grid-template-columns: 1fr;
    grid-template-rows: 4rem auto;
    padding-top: 2.5rem;
    overflow: hidden;
  }
  .sub-header .sub-header-content {
    grid-column: 1/2;
    grid-row: 1/2;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 18pt;
    text-align: center;
  }
  .sub-header .sub-header-content .desk {
    display: none;
  }
  .sub-header .sub-header-content h4 {
    font-size: 18pt;
    margin-bottom: 0;
  }
  .sub-header .sub-header-content h3 {
    font-size: 48pt;
    margin-top: 0;
    line-height: 31px;
  }
  .sub-header .sub-header-content figure {
    position: absolute;
    left: -18px;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 276px;
  }
  .sub-header .sub-header-figure {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
/*  Galeria */
.grid-colum .item {
  cursor: pointer;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}

.overlay {
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 33px;
}

.overlay span {
  font-family: "avenir";
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .overlay span {
    font-size: 20pt;
  }
}

@media screen and (min-width: 801px) {
  .modal-buttons img {
    width: 65px;
  }
}
@media screen and (max-width: 800px) {
  .modal-buttons img {
    width: 55px;
  }
}

.galeria-header h3 ~ p {
  font-family: "avenir";
}

/*MODAL GALERIA*/
.galeria-modal {
  background-color: #464472;
  bottom: 0;
  height: 100vh;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding-top: 0px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  z-index: 99;
  scroll-behavior: smooth;
}
.galeria-modal .parent_temp {
  display: flex;
  flex-direction: column;
}
.galeria-modal .parent_temp .titulo_temporada {
  color: white;
  text-align: center;
}
.galeria-modal .parent_temp .titulo_temporada h3 {
  font-family: "avenir";
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .galeria-modal .parent_temp .titulo_temporada h3 {
    font-size: 48px;
    line-height: 116.11px;
  }
}
.galeria-modal .parent_temp .titulo_temporada h3 {
  /*             @media screen and (min-width: 481px) and (max-width: 600px) {
                  font-size: 14pt;
                  line-height: 116.11px;
              }
              @media screen and (max-width: 480px) {
                  font-size: 10pt;
                  line-height: 116.11px;
              } */
}
.galeria-modal .header-bg {
  position: absolute;
  top: -15px;
  z-index: 1;
}
.galeria-modal .header-bg.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .galeria-modal .header-bg.desk {
    display: block;
  }
}
.galeria-modal .header-img {
  position: absolute;
  top: -15px;
  z-index: 2;
}
.galeria-modal .header-img.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .galeria-modal .header-img.desk {
    display: block;
  }
}
.galeria-modal .header-img.mobile {
  display: block;
  position: relative;
  margin: auto;
  padding-top: 15px;
}
@media screen and (min-width: 1024px) {
  .galeria-modal .header-img.mobile {
    display: none;
  }
}

.galeria-modal.modal_active {
  visibility: visible;
  opacity: 1;
}

.modal-content header {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
}
@media screen and (min-width: 1024px) {
  .modal-content header {
    padding-top: 22%;
  }
}
@media screen and (min-width: 1920px) {
  .modal-content header {
    padding-top: 20%;
  }
}

.galeria-modal .type-monstruo {
  font-size: 32px;
  font-family: "avenir";
  font-weight: 800;
  line-height: 42px;
}
@media screen and (min-width: 1024px) {
  .galeria-modal .type-monstruo {
    font-size: 85px;
    line-height: 116.11px;
  }
}

.galeria-modal .description {
  font-size: 18pt;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .galeria-modal .description {
    font-size: 14pt;
  }
}
@media screen and (max-width: 480px) {
  .galeria-modal .description {
    font-size: 10pt;
  }
}

.modal-content figure.btn-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 30px;
  width: 25px;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .modal-content figure.btn-close {
    top: 15%;
    width: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content figure.btn-close {
    top: 25%;
  }
}

@media screen and (max-width: 480px) {
  .galeria-modal .button-1,
  .galeria-modal .button-2 {
    padding: 0.5rem 1rem;
  }
}

.galeria-modal .button-1:hover,
.galeria-modal .button-2:hover {
  background-color: white;
}

.modal-pre-footer {
  width: 100%;
}
.modal-pre-footer .pre-footer-img.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .modal-pre-footer .pre-footer-img.desk {
    display: block;
  }
}
.modal-pre-footer .pre-footer-img.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .modal-pre-footer .pre-footer-img.mobile {
    display: none;
  }
}

.modal-footer {
  background-color: #464472;
  color: white;
  margin-top: 0px;
  padding: 50px 0 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .modal-footer {
    padding: 50px 0 40px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1440px) {
  .modal-footer {
    margin-top: -200px;
  }
}
@media screen and (min-width: 2200px) {
  .modal-footer {
    margin-top: -400px;
  }
}
.modal-footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-footer .footer-go-up {
  position: relative;
  margin-top: -100px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .modal-footer .footer-go-up {
    margin-top: -200px;
  }
}
.modal-footer .footer-go-up .desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .modal-footer .footer-go-up .desk {
    display: block;
  }
}
.modal-footer .footer-go-up .mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .modal-footer .footer-go-up .mobile {
    display: none;
  }
}
.modal-footer .footer-go-up img {
  width: 100%;
}
.modal-footer .footer-go-up .subir-modal {
  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) {
  .modal-footer .footer-go-up .subir-modal {
    top: 35%;
    right: 20%;
    font-size: 45px;
    line-height: 54.86px;
  }
}
.modal-footer .logo_pesadillas_footer {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .modal-footer .logo_pesadillas_footer {
    width: 40%;
  }
}
.modal-footer .logo_pesadillas_footer img {
  max-width: 100px;
  margin-left: auto;
  margin-right: 75px;
}
@media screen and (min-width: 1024px) {
  .modal-footer .logo_pesadillas_footer img {
    max-width: 242.9px;
    margin: auto;
    margin-right: 100px;
  }
}

.slides {
  margin: 0 auto;
  padding: 18px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .slides {
    width: 35%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .slides {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .slides {
    width: 73%;
  }
}
.slides .item-count {
  font-size: 20pt;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.modal-buttons {
  align-items: center;
  border: 4px solid white;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-buttons .btn_prev {
  transform: translateX(-22px);
  z-index: 40;
}
.modal-buttons .btn_next {
  transform: translateX(22px);
  z-index: 40;
}

.wrap_video {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  max-width: 1569.2px;
}
.wrap_video iframe {
  height: calc(var(--video) * 50 / 100);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .wrap_video iframe {
    width: 250px;
    height: 450px;
  }
}

.btn_hide {
  pointer-events: none;
  opacity: 0;
}

.slider_contain {
  overflow: hidden;
  position: relative;
}

.slider_contain .slide_inner {
  display: flex;
  gap: 5px;
  padding-bottom: 33px;
  position: relative;
  left: var(--left);
  transition: left 0.7s ease-in-out;
  width: var(--max-content);
}

.slider_contain ul {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}

.slider_contain li {
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  height: 12px;
  width: 12px;
  transition: background-color 0.7s ease;
}

.slider_contain li.active,
.slider_contain li:hover {
  background-color: #f1ab3c;
}

.slider_contain .item {
  width: 100%;
}

.slide_inner .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  color: white;
  font-size: 25pt;
  width: 100%;
}

.galeria .container {
  width: 100%;
}
.galeria .container .galeria-elements {
  position: relative;
  background-color: #65619C;
}
.galeria .container .galeria-elements .galeria-background {
  width: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-background {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header {
    position: absolute;
    top: 50px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-header {
    position: absolute;
    top: 80px;
    width: 100%;
  }
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-1 {
  max-width: 50px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-1 {
    max-width: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-1 {
    max-width: 192.98px;
  }
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-2 {
  max-width: 50px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-2 {
    max-width: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-2 {
    max-width: 156.07px;
  }
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-2.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-2.mobile {
    display: none;
  }
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-2.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-head-img-2.desk {
    display: block;
  }
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title {
  font-family: "avenir";
  color: #FFFFFF;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 350px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title {
    margin-left: 50px;
    margin-right: 50px;
    max-width: unset;
  }
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title .galeria-title {
  text-align: center;
  margin: auto;
  font-weight: 700;
  border-bottom: 8px solid #464472;
  padding-top: 50px;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title .galeria-title {
    font-size: 50px;
    width: 700px;
    border-bottom: 16px solid #464472;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title .galeria-title {
    font-size: 70px;
    width: 950px;
  }
}
.galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title .galeria-description {
  text-align: center;
  font-weight: 500;
  margin: auto;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title .galeria-description {
    font-size: 24px;
    max-width: 650px;
    line-height: 26px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-header .galeria-header-container .galeria-header-title .galeria-description {
    font-size: 30px;
    max-width: 919px;
    line-height: 36.57px;
    margin-top: 10px;
  }
}
.galeria .container .galeria-elements .galeria-slider {
  margin: auto;
  position: relative;
  max-width: 250px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-slider {
    margin-top: -500px;
    max-width: 900px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-slider {
    margin-top: -700px;
    max-width: 1300px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 2200px) {
  .galeria .container .galeria-elements .galeria-slider {
    margin-top: -900px;
    max-width: 1700px;
  }
}
@media screen and (min-width: 900px) {
  .galeria .container .galeria-elements .galeria-slider .galeria-slider-items {
    max-width: 900px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-slider .galeria-slider-items {
    max-width: 1300px;
  }
}
@media screen and (min-width: 2200px) {
  .galeria .container .galeria-elements .galeria-slider .galeria-slider-items {
    max-width: 1700px;
  }
}
.galeria .container .galeria-elements .galeria-slider .galeria-slider-items .monster-item img {
  margin: auto;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-slider .galeria-slider-items .monster-item img {
    max-width: 250px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-slider .galeria-slider-items .monster-item img {
    max-width: 400px;
  }
}
@media screen and (min-width: 2200px) {
  .galeria .container .galeria-elements .galeria-slider .galeria-slider-items .monster-item img {
    max-width: 500px;
  }
}
.galeria .container .galeria-elements .galeria-slider .custom-nav-buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  top: 50%;
}
.galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-prev-button img {
  position: absolute;
  transform: scaleX(-1);
  max-width: 75px;
  left: -60px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-prev-button img {
    max-width: 100px;
    left: -100px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-prev-button img {
    max-width: 152px;
    left: -180px;
  }
}
@media screen and (min-width: 2200px) {
  .galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-prev-button img {
    max-width: 200px;
    left: -250px;
  }
}
.galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-next-button img {
  position: absolute;
  max-width: 75px;
  right: -60px;
}
@media screen and (min-width: 1024px) {
  .galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-next-button img {
    max-width: 100px;
    right: -100px;
  }
}
@media screen and (min-width: 1440px) {
  .galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-next-button img {
    max-width: 152px;
    right: -180px;
  }
}
@media screen and (min-width: 2200px) {
  .galeria .container .galeria-elements .galeria-slider .custom-nav-buttons .custom-next-button img {
    max-width: 200px;
    right: -250px;
  }
}

/*MODAL GALERIA*/
.infografia-modal {
  background-color: #000000;
  bottom: 0;
  height: 100vh;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding-top: 0px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  z-index: 99;
  scroll-behavior: smooth;
}
.infografia-modal .parent_temp {
  display: flex;
  flex-direction: column;
}
.infografia-modal .parent_temp .titulo_temporada {
  color: white;
  text-align: center;
}
.infografia-modal .parent_temp .titulo_temporada h3 {
  font-family: "avenir";
  font-size: 48px;
  font-weight: 800;
  line-height: 116.11px;
  /*             @media screen and (min-width: 481px) and (max-width: 600px) {
                  font-size: 14pt;
                  line-height: 116.11px;
              }
              @media screen and (max-width: 480px) {
                  font-size: 10pt;
                  line-height: 116.11px;
              } */
}
.infografia-modal .header-bg {
  position: absolute;
  top: -15px;
  z-index: 1;
}
.infografia-modal .header-img {
  position: absolute;
  top: -15px;
  z-index: 2;
}

.infografia-modal.modal_active {
  visibility: visible;
  opacity: 1;
}

.infografia-modal .modal-content header {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 1920px) {
  .infografia-modal .modal-content header {
    padding-top: 20px;
  }
}

.infografia-modal .type-monstruo {
  font-size: 85px;
  font-family: "avenir";
  font-weight: 800;
  line-height: 116.11px;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .infografia-modal .type-monstruo {
    font-size: 20pt;
  }
}

.infografia-modal .description {
  font-size: 18pt;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .infografia-modal .description {
    font-size: 14pt;
  }
}
@media screen and (max-width: 480px) {
  .infografia-modal .description {
    font-size: 10pt;
  }
}

.infografia-modal .modal-content figure.btn-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 30px;
  width: 45px;
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  .infografia-modal .modal-content figure.btn-close {
    top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .infografia-modal .modal-content figure.btn-close {
    width: 25px;
  }
}

@media screen and (max-width: 480px) {
  .infografia-modal .button-1,
  .infografia-modal .button-2 {
    padding: 0.5rem 1rem;
  }
}

.infografia-modal .button-1:hover,
.infografia-modal .button-2:hover {
  background-color: white;
}

.modal-pre-footer {
  width: 100%;
}

.infografia-modal .modal-footer {
  background-color: #464472;
  color: white;
  margin-top: 0px;
  padding: 20px 0 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .infografia-modal .modal-footer {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 1400px) {
  .infografia-modal .modal-footer {
    margin-top: 0px;
  }
}
.infografia-modal .modal-footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.infografia-modal .modal-footer .footer-go-up {
  position: relative;
  margin-top: -200px;
  margin-bottom: 10px;
}
.infografia-modal .modal-footer .footer-go-up img {
  width: 100%;
}
.infografia-modal .modal-footer .footer-go-up .subir-modal {
  position: absolute;
  top: 35%;
  right: 20%;
  color: #FFFFFF;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 54.86px;
  text-align: center;
  cursor: pointer;
}
.infografia-modal .modal-footer .logo_pesadillas_footer {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .infografia-modal .modal-footer .logo_pesadillas_footer {
    width: 40%;
  }
}
.infografia-modal .modal-footer .logo_pesadillas_footer img {
  max-width: 100px;
  margin-left: auto;
  margin-right: 75px;
}
@media screen and (min-width: 1024px) {
  .infografia-modal .modal-footer .logo_pesadillas_footer img {
    max-width: 242.9px;
    margin: auto;
    margin-right: 100px;
  }
}

.infografia-modal .slides {
  margin: 0 auto;
  padding: 18px;
  position: relative;
  width: 100%;
  margin: 15% auto;
}
@media screen and (min-width: 1025px) {
  .infografia-modal .slides {
    margin: 0 auto;
    width: 35%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .infografia-modal .slides {
    width: 45%;
  }
}
.infografia-modal .slides .item-count {
  font-size: 20pt;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  display: none;
}

.infografia-modal .modal-buttons {
  align-items: center;
  border: none !important;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .infografia-modal .modal-buttons {
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.infografia-modal .modal-buttons .btn_prev {
  transform: translateX(-300px);
  z-index: 40;
}
@media screen and (max-width: 1200px) {
  .infografia-modal .modal-buttons .btn_prev {
    transform: translateX(-100px);
  }
}
@media screen and (max-width: 1024px) {
  .infografia-modal .modal-buttons .btn_prev {
    transform: translateX(-10px);
  }
}
.infografia-modal .modal-buttons .btn_prev img {
  transform: scaleX(-1);
  width: 151.92px;
}
@media screen and (max-width: 1900px) {
  .infografia-modal .modal-buttons .btn_prev img {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .infografia-modal .modal-buttons .btn_prev img {
    width: 80px;
  }
}
.infografia-modal .modal-buttons .btn_next {
  transform: translateX(300px);
  z-index: 40;
}
@media screen and (max-width: 1200px) {
  .infografia-modal .modal-buttons .btn_next {
    transform: translateX(100px);
  }
}
@media screen and (max-width: 1024px) {
  .infografia-modal .modal-buttons .btn_next {
    transform: translateX(10px);
  }
}
.infografia-modal .modal-buttons .btn_next img {
  width: 151.92px;
}
@media screen and (max-width: 1900px) {
  .infografia-modal .modal-buttons .btn_next img {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .infografia-modal .modal-buttons .btn_next img {
    width: 80px;
  }
}

.infografia-modal .wrap_video {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  max-width: 1569.2px;
}
.infografia-modal .wrap_video iframe {
  height: calc(var(--video) * 50 / 100);
  width: 100%;
}
@media screen and (max-width: 480px) {
  .infografia-modal .wrap_video iframe {
    height: calc(var(--video) * 65 / 100);
  }
}

.infografia-modal .btn_hide {
  pointer-events: none;
  opacity: 0;
}

.infografia-modal .slider_contain {
  overflow: hidden;
  position: relative;
}

.infografia-modal .slider_contain .slide_inner {
  display: flex;
  gap: 5px;
  padding-bottom: 33px;
  position: relative;
  left: var(--left);
  transition: left 0.7s ease-in-out;
  width: var(--max-content);
}

.infografia-modal .slider_contain ul {
  display: none;
  gap: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}

.infografia-modal .slider_contain li {
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  height: 12px;
  width: 12px;
  transition: background-color 0.7s ease;
}

.infografia-modal .slider_contain li.active,
.infografia-modal .slider_contain li:hover {
  background-color: #f1ab3c;
}

.infografia-modal .slider_contain .item {
  width: 100%;
}

.infografia-modal .slide_inner .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  color: white;
  font-size: 25pt;
  width: 100%;
}

.infografia .container {
  width: 100%;
  background: url("./../img/infografias/fondo-infografias.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.infografia .infografia-elements {
  position: relative;
}

.infografia .infografia-header .logo-pesadillas {
  max-width: 70px;
  padding-top: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header .logo-pesadillas {
    max-width: 180px;
    padding-top: 50px;
    padding-left: 50px;
  }
}

.infografia .infografia-header-container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin: auto;
  width: 90%;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header-container {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-header-container {
    margin-top: 100px;
  }
}
.infografia .infografia-header-container .infografia-head-img.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header-container .infografia-head-img.desk {
    display: block;
  }
}
.infografia .infografia-header-container .infografia-head-img.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header-container .infografia-head-img.mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header-container .infografia-head-img {
    max-width: 300px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-header-container .infografia-head-img {
    max-width: 464px;
  }
}
.infografia .infografia-header-container .infografia-header-title {
  font-family: "avenir";
  color: #FFFFFF;
}
.infografia .infografia-header-container .infografia-header-title.desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header-container .infografia-header-title.desk {
    display: block;
  }
}
.infografia .infografia-header-container .infografia-header-title.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header-container .infografia-header-title.mobile {
    display: none;
  }
}
.infografia .infografia-header-container .infografia-header-title .infografia-title {
  margin: auto;
  font-weight: 700;
  font-size: 20px;
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-header-container .infografia-header-title .infografia-title {
    font-size: 30px;
    line-height: 40px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-header-container .infografia-header-title .infografia-title {
    font-size: 48px;
    line-height: 58.51px;
    max-width: 1089px;
  }
}
.infografia .infografia-slider {
  margin: auto;
  position: relative;
  margin-top: 50px;
  max-width: 80%;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider {
    max-width: 1200px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider {
    max-width: 1500px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 2200px) {
  .infografia .infografia-slider {
    max-width: 1900px;
  }
}
.infografia .infografia-slider .infografia-slider-items {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider .infografia-slider-items {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider .infografia-slider-items {
    max-width: 1500px;
  }
}
@media screen and (min-width: 2200px) {
  .infografia .infografia-slider .infografia-slider-items {
    max-width: 1900px;
  }
}
.infografia .infografia-slider .infografia-slider-items .monster-item .infografia-1 {
  object-fit: cover;
  margin: auto;
  cursor: pointer;
  max-width: 100%;
  height: 450px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider .infografia-slider-items .monster-item .infografia-1 {
    max-width: 300px;
    height: 450px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider .infografia-slider-items .monster-item .infografia-1 {
    max-width: 374px;
    height: 582px;
  }
}
@media screen and (min-width: 2200px) {
  .infografia .infografia-slider .infografia-slider-items .monster-item .infografia-1 {
    max-width: 500px;
  }
}
.infografia .infografia-slider .infografia-slider-items .monster-item .monster-title {
  font-family: "avenir";
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider .infografia-slider-items .monster-item .monster-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    height: 90px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider .infografia-slider-items .monster-item .monster-title {
    font-size: 36px;
    line-height: 43.88px;
    margin-top: 30px;
    height: 135px;
  }
}
.infografia .infografia-slider .infografia-slider-items .monster-item .monster-image {
  margin: auto;
  cursor: pointer;
  margin-top: 10px;
  width: 100px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider .infografia-slider-items .monster-item .monster-image {
    margin-top: 15px;
    width: 120px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider .infografia-slider-items .monster-item .monster-image {
    margin-top: 30px !important;
    width: 190.34px;
    margin-bottom: 100px;
  }
}
.infografia .infografia-slider .custom-nav-buttons {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: row;
  bottom: 25%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider .custom-nav-buttons {
    bottom: 20%;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider .custom-nav-buttons {
    bottom: 25%;
    width: 100%;
  }
}
.infografia .infografia-slider .custom-nav-buttons .custom-prev-button img {
  position: absolute;
  transform: scaleX(-1);
  max-width: 100px;
  left: 0px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider .custom-nav-buttons .custom-prev-button img {
    max-width: 100px;
    left: 350px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider .custom-nav-buttons .custom-prev-button img {
    max-width: 152px;
    left: 425px;
  }
}
@media screen and (min-width: 2200px) {
  .infografia .infografia-slider .custom-nav-buttons .custom-prev-button img {
    max-width: 200px;
    left: 550px;
  }
}
.infografia .infografia-slider .custom-nav-buttons .custom-next-button img {
  position: absolute;
  max-width: 100px;
  right: 0px;
}
@media screen and (min-width: 1024px) {
  .infografia .infografia-slider .custom-nav-buttons .custom-next-button img {
    max-width: 100px;
    right: 350px;
  }
}
@media screen and (min-width: 1440px) {
  .infografia .infografia-slider .custom-nav-buttons .custom-next-button img {
    max-width: 152px;
    right: 425px;
  }
}
@media screen and (min-width: 2200px) {
  .infografia .infografia-slider .custom-nav-buttons .custom-next-button img {
    max-width: 200px;
    right: 550px;
  }
}

@media screen and (min-width: 1024px) {
  .dca-winners {
    margin-top: 150px;
  }
}
@media screen and (min-width: 2000px) {
  .dca-winners {
    margin-top: 220px;
  }
}

.dca-winners .container {
  width: 100%;
  background-color: #65619C;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .dca-winners .container {
    background-color: #464472;
  }
}
.dca-winners .container .dca-winner-lines {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dca-winners .container .dca-winner-lines img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .dca-winners .container .dca-winner-lines img {
    width: 32%;
  }
}
.dca-winners .container .dca-winner-lines img {
  margin: auto;
}

.dca-winners .dca-winners-elements.desk {
  display: flex;
  flex-direction: column;
  padding: 75px 0px;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .dca-winners .dca-winners-elements.desk {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 100px 100px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  .dca-winners .dca-winners-elements.desk {
    gap: 100px;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-left {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-left {
    width: 30%;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-left img {
  width: 100%;
  max-width: 450px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-left img {
    max-width: 320px;
  }
}
@media screen and (min-width: 2000px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-left img {
    max-width: 650px;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-center {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-center {
    width: 40%;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-center img {
  width: 100%;
  max-width: 642.05px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-center img {
    max-width: 400px;
  }
}
@media screen and (min-width: 2200px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-center img {
    max-width: 700px;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-right {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-right {
    width: 30%;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-right img {
  width: 100%;
  max-width: 450px;
  margin: auto;
  min-height: 273px;
}
@media screen and (max-width: 1400px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-right img {
    max-width: 320px;
    min-height: 195px;
  }
}
@media screen and (min-width: 2000px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-right img {
    max-width: 650px;
    min-height: 364px;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-description {
  font-family: "avenir";
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  margin: auto;
  margin-top: 50px;
  text-align: justify;
  background-color: #464472;
  padding: 35px;
  border-radius: 60px;
  min-height: 172px;
}
@media screen and (min-width: 1024px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-description {
    background-color: #6560A0;
    min-height: 198px;
  }
}
@media screen and (max-width: 1400px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-description {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    padding: 30px;
    max-width: 350px;
  }
}
@media screen and (min-width: 2200px) {
  .dca-winners .dca-winners-elements.desk .dca-winners-description {
    font-size: 35px;
    line-height: 55px;
    max-width: 950px;
    padding: 50px 50px;
  }
}
.dca-winners .dca-winners-elements.desk .dca-winners-description span {
  font-weight: 400;
  font-style: italic;
}
.dca-winners .dca-winners-elements.mobile {
  padding: 50px 50px;
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .dca-winners .dca-winners-elements.mobile {
    display: none;
  }
}
.dca-winners .dca-winners-elements.mobile .dca-winners-up {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dca-winners .dca-winners-elements.mobile .dca-winners-up img {
  max-width: 45%;
  height: auto;
}
.dca-winners .dca-winners-elements.mobile .dca-winners-down {
  margin-top: 10px;
  width: 100%;
}
.dca-winners .dca-winners-elements.mobile .dca-winners-down img {
  width: 100%;
  margin: auto;
}

.play .container {
  width: 100%;
}
.play .container .item {
  display: flex;
  flex-direction: row;
}
.play .container .item.item_play_1 {
  position: relative;
}
.play .container .item.item_play_1 .desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .play .container .item.item_play_1 .desk {
    display: block;
  }
}
.play .container .item.item_play_1 .mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .play .container .item.item_play_1 .mobile {
    display: none;
  }
}
.play .container .item.item_play_1 .play-title {
  position: absolute;
  top: 15%;
  left: 8%;
  /* transform: scale(0.5); */
  font-family: "avenir";
  font-weight: 700;
  font-size: 68px;
  line-height: 82.89px;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .play .container .item.item_play_1 .play-title {
    font-size: 50px;
    top: 12%;
    left: 5%;
    line-height: 62px;
  }
}
.play .container .item.item_play_1 .button-play {
  position: absolute;
  top: 30%;
  right: 5%;
  transform: scale(0.5);
}
@media screen and (max-width: 1400px) {
  .play .container .item.item_play_1 .button-play {
    top: 20%;
    right: 0;
    transform: scale(0.3);
  }
}
@media screen and (max-width: 1023px) {
  .play .container .item.item_play_1 .button-play {
    top: 35%;
    transform: scale(0.2);
    right: -225px;
  }
}
.play .container .item.item_play_2 {
  position: relative;
  margin-top: -10px;
}
.play .container .item.item_play_2 .desk {
  display: none;
}
@media screen and (min-width: 1024px) {
  .play .container .item.item_play_2 .desk {
    display: block;
  }
}
.play .container .item.item_play_2 .mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .play .container .item.item_play_2 .mobile {
    display: none;
  }
}
.play .container .item.item_play_2 .button-play {
  position: absolute;
  top: 33%;
  right: 16%;
  transform: scale(0.5);
}
@media screen and (max-width: 1600px) {
  .play .container .item.item_play_2 .button-play {
    top: 30%;
    right: 10%;
    transform: scale(0.3);
  }
}
@media screen and (max-width: 1023px) {
  .play .container .item.item_play_2 .button-play {
    top: 25%;
    transform: scale(0.3);
    right: 0px;
  }
}

.banner {
  position: relative;
  background-color: #65619D;
  background-image: url("./../img/banner-home/background.webp");
  padding-bottom: 100px;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .banner {
    background-size: unset;
    padding-bottom: 200px;
  }
}
.banner .container .row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .banner .container .row {
    flex-direction: row;
  }
}
.banner .container .row .item_text {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .banner .container .row .item_text {
    width: 40%;
    z-index: 2;
  }
}
.banner .container .row .item_text img {
  max-width: 60%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .banner .container .row .item_text img {
    max-width: 80%;
    margin-left: auto;
  }
}
.banner .container .row .item_img {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .banner .container .row .item_img {
    width: 60%;
  }
}
.banner .container .row .item_img .desk {
  display: none;
  max-width: 100%;
  margin-left: -120px;
}
@media screen and (min-width: 1024px) {
  .banner .container .row .item_img .desk {
    display: block;
  }
}
.banner .container .row .item_img .mobile {
  margin: auto;
  max-width: 70%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .banner .container .row .item_img .mobile {
    display: none;
  }
}

.what-are-pesadillas {
  background-color: white;
}

.what-are-title {
  background-color: var(--color6);
}

.what-are-row {
  display: grid;
}

@media screen and (min-width: 1025px) {
  .what-are-pesadillas {
    padding-top: 0rem;
    margin-top: 5rem;
  }
  .what-are-row {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 36% 1fr;
    height: 310px;
  }
  .what-are-pesadillas .what-are-title {
    grid-column: 1/4;
    grid-row: 1/2;
    width: 70%;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .what-are-pesadillas .what-are-title img {
    transform: scale(0.8);
  }
  .what-are-pesadillas .what-are-content {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .what-are-pesadillas .what-are-content p {
    font-family: "avenir";
    font-size: 14pt;
    text-align: justify;
  }
  .what-are-pesadillas .what-are-pesadilla-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .what-are-pesadillas .what-are-pesadilla-1 img {
    max-width: unset;
    width: 263px;
    position: relative;
    bottom: 54px;
  }
  .what-are-pesadillas .what-are-pesadilla-2 {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .what-are-pesadillas .what-are-pesadilla-2 img {
    max-width: unset;
    width: 234px;
    position: relative;
    bottom: 51px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .what-are-pesadillas {
    margin-top: 4.5rem;
  }
  .what-are-pesadillas .what-are-row {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 3fr;
    height: 276px;
  }
  .what-are-pesadillas .what-are-title {
    grid-column: 1/4;
    grid-row: 1/2;
    width: 63%;
    margin: 0 auto;
    padding: 1rem 1.5rem;
  }
  .what-are-pesadillas .what-are-content {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .what-are-pesadillas .what-are-content p {
    font-size: 12pt;
    text-align: justify;
  }
  .what-are-pesadillas .what-are-pesadilla-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .what-are-pesadillas .what-are-pesadilla-1 img {
    max-width: unset;
    width: 199px;
  }
  .what-are-pesadillas .what-are-pesadilla-2 {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .what-are-pesadillas .what-are-pesadilla-2 img {
    max-width: unset;
    width: 179px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .what-are-pesadillas {
    margin-top: 0rem;
  }
  .what-are-pesadillas .container {
    margin-left: 0;
  }
  .what-are-pesadillas .what-are-row {
    grid-template-columns: 31% 1fr;
    grid-template-rows: 1rem 5rem 181px;
    height: 267px;
  }
  .what-are-pesadillas .what-are-title {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .what-are-pesadillas .what-are-title img {
    width: 80%;
  }
  .what-are-pesadillas .what-are-content {
    grid-column: 2/3;
    grid-row: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .what-are-pesadillas .what-are-content p {
    font-size: 12pt;
    padding: 0 6%;
    text-align: justify;
  }
  .what-are-pesadillas .what-are-pesadilla-1 {
    grid-column: 1/2;
    grid-row: 2/4;
    display: flex;
    align-items: end;
    position: relative;
    bottom: -20px;
  }
  .what-are-pesadillas .what-are-pesadilla-1 img {
    max-width: unset;
    /*width: 180px;*/
    width: 206px;
  }
  .what-are-pesadilla-2 {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .what-are-pesadillas {
    margin-top: 0rem;
    padding-top: 1rem;
  }
  .what-are-pesadillas .container {
    margin-left: 0;
  }
  .what-are-pesadillas .what-are-row {
    grid-template-columns: 5% 30% 60% 5%;
    grid-template-rows: 4rem auto;
    height: 337px;
  }
  .what-are-pesadillas .what-are-title {
    grid-column: 2/4;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .what-are-pesadillas .what-are-title img {
    width: 80%;
  }
  .what-are-pesadillas .what-are-content {
    grid-column: 3/4;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .what-are-pesadillas .what-are-content p {
    font-size: 12pt;
    padding: 0 6%;
  }
  .what-are-pesadillas .what-are-pesadilla-1 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .what-are-pesadillas .what-are-pesadilla-1 img {
    max-width: 189px;
  }
  .what-are-pesadilla-2 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .what-are-pesadillas {
    margin-top: 0rem;
    padding-top: 1rem;
  }
  .what-are-pesadillas .container {
    margin-left: 0;
  }
  .what-are-pesadillas .what-are-row {
    grid-template-columns: 5% 30% 60% 5%;
    grid-template-rows: 4rem auto;
  }
  .what-are-pesadillas .what-are-title {
    grid-column: 2/4;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .what-are-pesadillas .what-are-title img {
    width: 80%;
  }
  .what-are-pesadillas .what-are-content {
    grid-column: 3/4;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .what-are-pesadillas .what-are-content p {
    font-size: 9pt;
    padding: 0 6%;
  }
  .what-are-pesadillas .what-are-pesadilla-1 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .what-are-pesadillas .what-are-pesadilla-1 img {
    max-width: 100%;
    transform: scale(1.3);
  }
  .what-are-pesadilla-2 {
    display: none;
  }
}
.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=estilos.css.map */
