@charset "UTF-8";
:root {
  --principal: #070605;
  --secundario: #f2f2f2;
  --blanco: #FFF;
  --footercolor: #b3b3b3;
  --fuentePrincipal: "Fortune Teller DEMO";
}

/******************************Globales******************************/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  min-width: 350px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 1.2rem;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
a,
p {
  font-family: var(--fuentePrincipal);
  color: var(--blanco);
  margin: 0;
  padding: 0;
}

main {
  background-color: #002B0F;
}

body {
  overflow-x: hidden;
  background-color: #E8E8E8;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

p {
  margin: 0;
  font-family: "Montserrat";
  font-size: 2.2rem !important;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.navbar {
  padding: 0 !important;
}

.click {
  cursor: pointer;
}

.bg-invisible {
  background-color: transparent !important;
}

@font-face {
  font-family: "Roboto Light";
  src: url("../../../build/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "EastmanTrial Light";
  src: url("../../../build/fonts/EastmanTrial-Light.otf") format("opentype");
}
@font-face {
  font-family: "EastmanTrial Extrabold";
  src: url("../../../build/fonts/EastmanTrial-Extrabold.otf") format("opentype");
  /* Puedes agregar más formatos según sea necesario (e.g., woff2, o svg) */
}
@font-face {
  font-family: "Fortune Teller DEMO";
  src: url("../../../build/fonts/FortuneTellerDEMO-Regular.otf") format("opentype");
  /* Puedes agregar más formatos según sea necesario (e.g., woff2, o svg) */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.header__container {
  width: 100%;
}

.header__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  z-index: 1000;
  transition: top 0.3s ease, opacity 0.3s ease;
  top: 0;
  background-color: white;
}
@media (min-width: 768px) {
  .header__wrapper .header__img__container {
    margin-top: inherit;
  }
}
.header__wrapper .header__img__container img {
  height: 100px;
}
.header__wrapper .header__contact__container a {
  text-decoration: none;
  color: white;
  background-color: #F5B53D;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  border-radius: 50px;
}

.portada__container {
  width: 100%;
  height: 100dvh;
}

.portada__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;
  pointer-events: none;
  position: relative;
  background-color: #010101;
}
.portada__wrapper .video__container {
  width: 100%;
  overflow: hidden;
}
.portada__wrapper .video-portada {
  width: 100%;
  height: 100dvh;
  display: none;
}
@media (min-width: 992px) {
  .portada__wrapper .video-portada {
    transform: inherit;
    height: auto;
    display: block;
    height: 110dvh;
  }
}
@media (min-width: 1200px) {
  .portada__wrapper .video-portada {
    height: 100dvh;
  }
}
.portada__wrapper img {
  position: absolute;
  width: 100%;
  bottom: -8%;
  z-index: 3;
  max-width: 450px;
}
@media (min-width: 1200px) {
  .portada__wrapper img {
    bottom: -20%;
    width: 50%;
    max-width: unset;
  }
}
@media (min-width: 1441px) {
  .portada__wrapper img {
    width: 40%;
  }
}
.portada__wrapper .video-portada--movil {
  width: 100%;
  height: 100dvh;
  display: block;
}
@media (min-width: 992px) {
  .portada__wrapper .video-portada--movil {
    transform: inherit;
    height: auto;
    display: none;
  }
}
.portada__wrapper .div__container__title {
  overflow: hidden;
  z-index: 4;
}
.portada__wrapper .div__container__title .title__container {
  transform: rotate(-5deg);
}
.portada__wrapper .div__container__title .title__container h3 {
  font-size: clamp(9rem, 10vw, 20rem);
  text-align: center;
  color: white;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .portada__wrapper .div__container__title .title__container h3 {
    line-height: 18rem;
  }
}
.portada__wrapper .div__container__title .title__container h3 span {
  display: block;
}

.header__wrapper.hidden {
  top: -150px; /* Ajusta según la altura de tu navbar */
  opacity: 0; /* Hacer que desaparezca */
}

.jaguar_vid__container {
  width: 100%;
  position: relative;
  overflow: visible;
  background-image: url(../../img/estructura/fondo-1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .jaguar_vid__container {
    padding-bottom: 17rem;
  }
}
.jaguar_vid__container img {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -25rem;
  height: 100%;
}
.jaguar_vid__container .vid__text {
  text-align: justify;
  margin-top: 5rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  padding: 0 1rem;
  position: relative;
  z-index: 3;
  text-align-last: center;
}
@media (min-width: 768px) {
  .jaguar_vid__container .vid__text {
    margin: 5rem 15% 0 15%;
    padding-top: 0rem;
  }
}
@media (min-width: 992px) {
  .jaguar_vid__container .vid__text {
    margin-top: 15rem;
  }
}
@media (min-width: 1200px) {
  .jaguar_vid__container .vid__text {
    padding-top: 15rem;
    font-size: 2.4rem;
    margin: 5rem 14% 0 14%;
  }
}
@media (min-width: 1441px) {
  .jaguar_vid__container .vid__text {
    margin: 5rem 14% 0 14%;
  }
}
.jaguar_vid__container .vid__text span {
  text-align: center;
}
.jaguar_vid__container .vid__video__section {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .jaguar_vid__container .vid__video__section {
    flex-direction: row;
    align-items: center;
  }
}
.jaguar_vid__container .vid__video__section .vid__video {
  background-color: white;
  padding: 1rem 1rem 5rem 1rem;
  position: relative;
}
.jaguar_vid__container .vid__video__section .vid__video iframe {
  width: 350px;
  height: 400px;
}
@media (min-width: 480px) {
  .jaguar_vid__container .vid__video__section .vid__video iframe {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .jaguar_vid__container .vid__video__section .vid__video iframe {
    width: 600px;
  }
}
.jaguar_vid__container .vid__video__section .vid__video img {
  position: absolute;
  top: 30%;
  left: -13rem;
  z-index: -1;
  width: 250px;
  height: 250px;
  transform: rotate(-25deg);
}
.jaguar_vid__container .vid__video__section .vid__texto {
  font-size: 1.9rem;
  overflow-y: scroll;
  transform: scaleX(-1);
  border-radius: 50px;
  padding: 1rem 1rem;
  height: 300px;
  margin-bottom: 2rem;
  /* Fondo de la barra de desplazamiento */
  /* La barra de desplazamiento en sí */
  /* Cuando pasas el mouse sobre la barra */
}
@media (min-width: 480px) {
  .jaguar_vid__container .vid__video__section .vid__texto {
    margin: 0 10%;
  }
}
@media (min-width: 1200px) {
  .jaguar_vid__container .vid__video__section .vid__texto {
    width: 450px;
    padding: 1rem 5rem;
    margin: 0 0;
  }
}
.jaguar_vid__container .vid__video__section .vid__texto * {
  transform: scaleX(-1);
}
.jaguar_vid__container .vid__video__section .vid__texto p span {
  display: block;
  font-size: 3rem;
  color: #F5B53D;
  font-weight: 800;
  transform: scaleX(1);
}
.jaguar_vid__container .vid__video__section .vid__texto::-webkit-scrollbar {
  width: 10px; /* Ancho de la barra */
}
.jaguar_vid__container .vid__video__section .vid__texto::-webkit-scrollbar-track {
  background: #05230E; /* Color del fondo */
  border-radius: 10px;
}
.jaguar_vid__container .vid__video__section .vid__texto::-webkit-scrollbar-thumb {
  background: #F5B53D; /* Color de la barra */
  border-radius: 10px; /* Bordes redondeados */
  min-height: 200px;
}
.jaguar_vid__container .vid__video__section .vid__texto::-webkit-scrollbar-thumb:hover {
  background: #F5B53D;
}

.save_container {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-top: 5rem;
  background-image: url(../../img/estructura/fondo-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30dvh;
}
.save_container .save__img__container {
  position: absolute;
  height: 120dvh;
  width: 100%;
  transform: translateY(-20rem);
  z-index: 1;
}
.save_container .save__img__container img {
  height: 100%;
  width: 100%;
}
.save_container .sav__wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #F5B53D;
  padding: 1rem;
  overflow: hidden;
}
.save_container .sav__wrapper h3 {
  font-size: clamp(5rem, 7vw, 10rem);
}
.save_container .sav__wrapper .sav__text {
  text-align: justify;
  text-align-last: center;
  margin-top: 4rem;
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
}
@media (min-width: 768px) {
  .save_container .sav__wrapper .sav__text {
    margin: 0 10%;
    margin-top: 4rem;
  }
}
.save_container .sav__wrapper .sav_text--bg {
  margin-top: 5rem;
  background-color: #F5B53D;
  color: black;
  font-weight: 500;
  padding: 1rem;
}
@media (min-width: 480px) {
  .save_container .sav__wrapper .sav_text--bg {
    outline: 30px solid #F5B53D;
    padding: 1rem;
  }
}
.save_container .save__circles__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: center;
  align-items: center;
  gap: 10rem;
  position: relative;
  z-index: 10;
  margin-top: 8rem;
  justify-items: center;
  padding: 1rem;
  margin-bottom: 15dvh;
}
@media (min-width: 768px) {
  .save_container .save__circles__container {
    grid-template-columns: repeat(3, 180px);
    gap: 10rem;
    justify-content: center;
    justify-items: center;
  }
}
@media (min-width: 1441px) {
  .save_container .save__circles__container {
    gap: 15rem;
  }
}
.save_container .save__circles__container .circle__item {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: aura 2s ease-out infinite;
}
.save_container .save__circles__container .circle__item img {
  width: 100%;
}

.save__map__container {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.save__map__container .map__huella {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0;
  animation: huella-animacion 8s forwards infinite;
  z-index: 10;
}
.save__map__container .map__huella:nth-child(1) {
  opacity: 1;
  left: 55dvw;
  top: 0%;
  animation-delay: 0s;
}
.save__map__container .map__huella:nth-child(2) {
  left: 55dvw;
  top: 7%;
  animation-delay: 1s;
}
.save__map__container .map__huella:nth-child(3) {
  left: 55dvw;
  top: 14%;
  animation-delay: 2s;
}
.save__map__container .map__huella:nth-child(4) {
  left: 55dvw;
  top: 21%;
  animation-delay: 3s;
}
.save__map__container .map__huella:nth-child(5) {
  left: 55dvw;
  top: 28%;
  animation-delay: 4s;
}
.save__map__container .map__huella:nth-child(6) {
  display: none;
  margin-right: 1rem;
  right: 28%;
  top: 35%;
  animation-delay: 4.5s;
}
.save__map__container .map__huella:nth-child(7) {
  display: none;
  right: 26%;
  top: 42%;
  animation-delay: 5s;
}
.save__map__container .map__huella:nth-child(8) {
  display: none;
  right: 30%;
  top: 49%;
  animation-delay: 5.5s;
}
.save__map__container .map__huella:nth-child(9) {
  display: none;
  right: 27%;
  top: 56%;
  animation-delay: 6s;
}
@media (min-width: 768px) {
  .save__map__container .map__huella:nth-child(1) {
    opacity: 1;
    top: 0%;
    animation-delay: 0s;
  }
  .save__map__container .map__huella:nth-child(2) {
    top: 7%;
    animation-delay: 1s;
  }
  .save__map__container .map__huella:nth-child(3) {
    top: 14%;
    animation-delay: 2s;
  }
  .save__map__container .map__huella:nth-child(4) {
    top: 21%;
    animation-delay: 3s;
  }
  .save__map__container .map__huella:nth-child(5) {
    top: 28%;
    animation-delay: 4s;
  }
  .save__map__container .map__huella:nth-child(6) {
    top: 35%;
    animation-delay: 4.5s;
  }
  .save__map__container .map__huella:nth-child(7) {
    display: none;
    right: 26%;
    top: 42%;
    animation-delay: 5s;
  }
  .save__map__container .map__huella:nth-child(8) {
    display: none;
    right: 30%;
    top: 49%;
    animation-delay: 5.5s;
  }
  .save__map__container .map__huella:nth-child(9) {
    display: none;
    right: 27%;
    top: 56%;
    animation-delay: 6s;
  }
}
@media (min-width: 1200px) {
  .save__map__container .map__huella:nth-child(1) {
    left: 70dvw;
    display: block;
    top: -20%;
    opacity: 1;
    animation-delay: 0s;
  }
  .save__map__container .map__huella:nth-child(2) {
    left: 73dvw;
    display: block;
    top: -8%;
    animation-delay: 1s;
  }
  .save__map__container .map__huella:nth-child(3) {
    left: 69dvw;
    display: block;
    top: 2%;
    animation-delay: 2s;
  }
  .save__map__container .map__huella:nth-child(4) {
    left: 72dvw;
    display: block;
    top: 12%;
    animation-delay: 3s;
  }
  .save__map__container .map__huella:nth-child(5) {
    left: 68dvw;
    display: block;
    top: 20%;
    animation-delay: 4s;
  }
  .save__map__container .map__huella:nth-child(6) {
    left: 70dvw;
    display: block;
    top: 30%;
    animation-delay: 4.5s;
  }
  .save__map__container .map__huella:nth-child(7) {
    left: 65dvw;
    display: block;
    top: 38%;
    animation-delay: 5s;
  }
  .save__map__container .map__huella:nth-child(8) {
    left: 67dvw;
    display: block;
    top: 49%;
    animation-delay: 5.5s;
  }
  .save__map__container .map__huella:nth-child(9) {
    left: 65dvw;
    display: block;
    top: 56%;
    animation-delay: 6s;
  }
}
.save__map__container .map__meseta__text {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  margin-top: 3rem;
  color: #F5B53D;
  z-index: 2;
}
@media (min-width: 1200px) {
  .save__map__container .map__meseta__text {
    left: 58%;
    margin-left: 5rem;
    top: 40dvh;
    margin-top: 5rem;
    font-size: 2rem;
  }
}
.save__map__container .map__map {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1200px) {
  .save__map__container .map__map {
    position: absolute;
    max-width: inherit;
    max-width: 600px;
    left: 46%;
  }
}
.save__map__container .map__circle {
  width: 30px;
  height: 30px;
  background-color: #D38A16;
  position: absolute;
  top: 37%;
  left: 50%;
  border-radius: 50%;
  animation: aura-map 1s ease-out infinite;
  margin-left: 4rem;
}
@media (min-width: 1200px) {
  .save__map__container .map__circle {
    top: 40dvh;
    margin-left: 30rem;
    z-index: 2;
  }
}
.save__map__container .map__text {
  font-size: 1.9rem;
  overflow-y: scroll;
  padding: 2rem 2rem 2rem 2rem;
  height: 300px;
  background-color: #F5B53D;
  text-align: justify;
  border-right: #F5B53D 10px solid;
  position: relative;
  /* Fondo de la barra de desplazamiento */
  /* La barra de desplazamiento en sí */
  /* Cuando pasas el mouse sobre la barra */
}
@media (min-width: 480px) {
  .save__map__container .map__text {
    border-right: #F5B53D 30px solid;
    margin: 0 10%;
  }
}
@media (min-width: 1200px) {
  .save__map__container .map__text {
    width: 600px;
    padding: 2.5rem 5rem;
    margin: 0 0;
    height: 450px;
  }
}
.save__map__container .map__text p {
  color: black;
  font-weight: 600;
}
.save__map__container .map__text p span {
  font-size: 2.4rem;
  color: #F5B53D;
  font-weight: 800;
  transform: scaleX(1);
  font-style: italic;
}
.save__map__container .map__text::-webkit-scrollbar {
  width: 10px; /* Ancho de la barra */
  margin-right: 5px;
}
.save__map__container .map__text::-webkit-scrollbar-track {
  background: #D38A16; /* Color del fondo */
  border-radius: 10px;
  margin-block: 50px;
}
.save__map__container .map__text::-webkit-scrollbar-thumb {
  background: #191919;
  border-radius: 10px;
}
.map__container__hoja {
  position: relative;
}
@media (min-width: 1200px) {
  .map__container__hoja {
    transform: translateX(-25rem);
  }
}
.map__container__hoja .map__hoja {
  position: absolute;
  width: 90px;
  right: 0;
  top: 0;
  transform: translate(50%, -50%) rotate(-10deg);
  z-index: 2;
  display: none;
}
@media (min-width: 1200px) {
  .map__container__hoja .map__hoja {
    display: block;
  }
}

.save__gallery__button {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat";
  position: relative;
  display: flex;
  left: 0;
  bottom: -6rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 1200px) {
  .save__gallery__button {
    justify-content: start;
  }
}
.save__gallery__button p {
  color: #F5B53D;
  margin: unset;
}
.save__gallery__button img {
  width: 40px;
  border-radius: 50%;
  animation: aura-map 1s ease-out infinite;
  padding: 0.5rem;
  background-color: #D38A16;
  cursor: pointer;
}
.save__gallery__button img:active {
  transform: scale(0.9);
}

@keyframes aura {
  0% {
    box-shadow: 0 0 0px 8px #C18727; /* Primer nivel */
  }
  25% {
    box-shadow: 0 0 0px 16px #7A6924; /* Segundo nivel */
  }
  50% {
    box-shadow: 0 0 0px 24px #464f17; /* Tercer nivel */
  }
  75% {
    box-shadow: 0 0 0px 32px #C18727; /* Cuarto nivel */
  }
  100% {
    box-shadow: 0 0 0px 45px #7A6924; /* Último nivel */
  }
}
@keyframes aura-map {
  0% {
    box-shadow: 0 0 0px 3px #F5CA7B; /* Primer nivel */
  }
  25% {
    box-shadow: 0 0 0px 6px #F5CA7B; /* Segundo nivel */
  }
  50% {
    box-shadow: 0 0 0px 9px #F5CA7B; /* Tercer nivel */
  }
  75% {
    box-shadow: 0 0 0px 12px #FADDA3; /* Cuarto nivel */
  }
  100% {
    box-shadow: 0 0 0px 15px #FADDA3; /* Último nivel */
  }
}
@keyframes huella-animacion {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
.preservation__container {
  position: relative;
  z-index: 0;
}
.preservation__container .preservation__img__container {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -35rem;
}
@media (min-width: 1200px) {
  .preservation__container .preservation__img__container {
    top: -70dvh;
  }
}
.preservation__container .preservation__img__container img {
  height: 100dvh;
  width: 100%;
}
@media (min-width: 1200px) {
  .preservation__container .preservation__img__container img {
    height: 100%;
  }
}

.manguito__container {
  width: 100%;
  margin-top: 20dvh;
  position: relative;
  z-index: 10;
}

.manguito__wrapper .manguito__contenedor {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1200px) {
  .manguito__wrapper .manguito__contenedor {
    flex-direction: row;
    gap: 20rem;
    padding: 3rem 0;
  }
}
.manguito__wrapper .manguito__contenedor .manguito__img {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.manguito__wrapper .manguito__contenedor .manguito__img img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
@media (min-width: 1200px) {
  .manguito__wrapper .manguito__contenedor .manguito__img img {
    width: 140%;
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .manguito__wrapper .manguito__contenedor .manguito__img {
    width: 400px;
    height: 500px;
    min-width: 350px;
  }
}
.manguito__wrapper .manguito__contenedor .manguito__text {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .manguito__wrapper .manguito__contenedor .manguito__text {
    width: 600px;
  }
}
.manguito__wrapper .manguito__contenedor .manguito__text p {
  font-size: 2rem;
  font-weight: 500;
  width: 70%;
  display: block;
  margin: 2rem auto;
}
.manguito__wrapper .manguito__contenedor .manguito__text .manguito__text__title {
  font-size: clamp(2.5rem, 5vw, 5rem);
  color: #F5B53D;
}
.manguito__wrapper .manguito__contenedor .manguito__text .text__join {
  background-color: #F5B53D;
  color: black;
  font-family: "Fortune Teller DEMO";
  font-size: clamp(2rem, 5vw, 3.5rem);
  display: inline-block;
  padding: 1rem;
}
.manguito__wrapper .manguito__contenedor .manguito__text .text__join span {
  display: block;
  font-size: 2rem;
}

.manguito__circle {
  width: 40px;
  height: 40px;
  background-color: #D38A16;
  border-radius: 50%;
  animation: aura-map 0.5s ease-out infinite;
  position: absolute;
  /* Usa % en vez de `dvw` para que fluya con el `.manguito__img` */
  left: 50%; /* Centra el círculo dentro del contenedor */
  top: 10rem;
  transform: translateX(-270%); /* Ajusta la posición exacta */
}
@media (min-width: 1200px) {
  .manguito__circle {
    top: 20%;
    z-index: 2;
    left: 65%; /* Ajusta según la posición deseada en laptop */
  }
}

.logo__container {
  width: 100%;
}

.logo__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 5rem;
  background-image: url(../../landings/savethejaguar/img/Fondo-7.png);
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .logo__wrapper {
    padding: 5rem 15%;
    flex-direction: row;
    gap: inherit;
  }
}
.logo__wrapper .wrapper__x {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 700;
}
.logo__wrapper .logo__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .logo__wrapper .logo__item {
    justify-content: center;
  }
}
.logo__wrapper .logo__item img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 992px) {
  .logo__wrapper .logo__item img {
    max-width: 400px;
  }
}
@media (min-width: 1441px) {
  .logo__wrapper .logo__item img {
    max-width: 500px;
  }
}

.modal {
  display: none; /* Esconde el modal por defecto */
  position: fixed;
  z-index: 1; /* Asegura que el modal esté encima de otros elementos */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semitransparente */
}

/* El contenido del modal */
.modal-content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  text-align: center;
  background-color: transparent !important;
}

/* El botón para cerrar el modal */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.jaguar__importance {
  background-image: url(../../img/estructura/fondo-4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1200px) {
  .jaguar__importance {
    margin-top: 8rem;
    background-image: inherit;
  }
}
.jaguar__importance .huella {
  position: absolute;
  width: 50px;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .jaguar__importance .huella {
    visibility: visible;
  }
}
.jaguar__importance .huella:nth-child(1) {
  left: 5%;
  bottom: 20%;
  transform: rotate(-10deg);
}
.jaguar__importance .huella:nth-child(2) {
  left: 2%;
  bottom: 13%;
  transform: rotate(-5deg);
}
.jaguar__importance .huella:nth-child(3) {
  left: 12%;
  bottom: 13%;
  transform: rotate(-30deg);
}
.jaguar__importance .huella:nth-child(4) {
  left: 7%;
  bottom: 5%;
  transform: rotate(-40deg);
}
.jaguar__importance .huella:nth-child(5) {
  left: 15%;
  bottom: 4%;
  transform: rotate(-45deg);
}
.jaguar__importance .huella:nth-child(6) {
  left: 22%;
  bottom: 6%;
  transform: rotate(-45deg);
}
.jaguar__importance .huella:nth-child(7) {
  left: 20%;
  bottom: 0%;
  transform: rotate(-45deg);
}

.jaguar__importance__wrapper {
  position: relative;
  overflow: hidden;
}
.jaguar__importance__wrapper .importance__title {
  text-align: center;
  width: 100%;
  color: #F5B53D;
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__title {
    padding: 0 37%;
  }
}
.jaguar__importance__wrapper .importance__title h3 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 5rem;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__title h3 {
    margin-bottom: 0;
    padding: 0;
  }
}
.jaguar__importance__wrapper .importance__jaguar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .jaguar__importance__wrapper .importance__jaguar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .jaguar__importance__wrapper .importance__jaguar {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar {
    gap: 5rem;
  }
}
.jaguar__importance__wrapper .importance__jaguar img {
  max-width: 350px;
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar img {
    max-width: 300px;
  }
}
@media (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar img {
    max-width: 350px;
  }
}
.jaguar__importance__wrapper .importance__jaguar .umbrella {
  position: relative;
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .umbrella::after {
    content: "";
    position: absolute;
    background-color: white;
    z-index: 10;
    top: 30%;
    left: 30%;
    height: 2px;
    width: 300px;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .umbrella::after {
    top: 30%;
    left: 30%;
    height: 2px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .umbrella::before {
    content: "";
    position: absolute;
    background-color: white;
    z-index: 10;
    top: 30%;
    right: -30%;
    width: 2px;
    height: 180px;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .umbrella::before {
    top: 30%;
    right: -30%;
    width: 2px;
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .umbrella .bolita {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    bottom: -10%;
    right: -32%;
  }
}
.jaguar__importance__wrapper .importance__jaguar .importance__2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 8rem;
}
@media (min-width: 768px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 {
    flex-direction: column;
  }
}
.jaguar__importance__wrapper .importance__jaguar .importance__2 .key {
  position: relative;
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .key::after {
    content: "";
    position: absolute;
    background-color: white;
    z-index: 10;
    top: 30%;
    left: -11%;
    height: 2px;
    width: 250px;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .key::after {
    top: 30%;
    left: -22%;
    height: 2px;
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .key::before {
    content: "";
    position: absolute;
    background-color: white;
    z-index: 10;
    top: 30%;
    left: -11%;
    width: 2px;
    height: 130px;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .key::before {
    top: 30%;
    left: -22%;
    width: 2px;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .key .bolita {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    bottom: 15%;
    left: -13%;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .key .bolita {
    bottom: 12%;
    left: -24%;
  }
}
.jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator {
  position: relative;
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator::after {
    content: "";
    position: absolute;
    background-color: white;
    z-index: 10;
    top: 30%;
    left: 0%;
    height: 2px;
    width: 220px;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator::after {
    top: 30%;
    left: 0%;
    height: 2px;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator::before {
    content: "";
    position: absolute;
    background-color: white;
    z-index: 10;
    top: -13%;
    left: 0%;
    width: 2px;
    height: 125px;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator::before {
    top: -7.5%;
    left: 0%;
    width: 2px;
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator .palito {
    position: absolute;
    background-color: white;
    z-index: 10;
    top: -13%;
    left: -60%;
    height: 2px;
    width: 180px;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator .palito {
    top: -8%;
    left: -70%;
    height: 2px;
    width: 247px;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator .bolita {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -15%;
    left: -65%;
  }
}
@media (min-width: 1200px) and (min-width: 1441px) {
  .jaguar__importance__wrapper .importance__jaguar .importance__2 .indicator .bolita {
    top: -10%;
    left: -72%;
  }
}
@media (min-width: 1200px) {
  .jaguar__importance__wrapper .importance__jaguar .jaguar__img {
    max-width: 600px;
  }
}

.galeria-titulo {
  margin-top: 13rem;
  margin-bottom: 5rem;
  text-align: center;
  color: white;
  font-size: 5rem;
}

.my-slider {
  cursor: grab;
}
.my-slider:active {
  cursor: grabbing;
}
.my-slider .tns-item {
  display: flex;
  justify-content: center;
}
.my-slider .tns-item img {
  height: 500px;
}

.tns-nav-active {
  background-color: #f6b53e !important;
  transform: scale(1.2);
  /* Establece un zoom del 20% */
  transition: transform 0.3s ease;
}

.tns-inner {
  position: relative;
}

.contenedor-galeria {
  position: relative;
  background-image: url(../../img/estructura/fondo-4.png);
  background-position: top;
  background-size: cover;
}
.contenedor-galeria .tns-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: absolute;
  top: 550px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  justify-content: center;
}
@media (min-width: 1441px) {
  .contenedor-galeria .tns-nav {
    top: 550px;
  }
}
.contenedor-galeria .tns-nav button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: #010703;
}
.contenedor-galeria .tns-controls {
  position: absolute;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  top: 490px;
  z-index: 2;
}
@media (min-width: 768px) {
  .contenedor-galeria .tns-controls {
    bottom: -2.5rem;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .contenedor-galeria .tns-controls {
    bottom: -2.5rem;
  }
}
.contenedor-galeria .tns-controls button {
  padding: 1rem 1rem;
  background-color: #f6b53e;
  border-radius: 40%;
  border: none;
  font-size: 1.2rem;
  font-weight: 900;
}
.contenedor-galeria .tns-controls button:hover {
  background-color: rgb(196.8217821782, 130.5346534653, 9.1782178218);
}
.contenedor-galeria .tns-controls button:active {
  transform: translateY(2px);
}
.contenedor-galeria .tns-controls button:nth-child(2) {
  margin-left: 1rem;
}

.boss-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  gap: 1rem;
  position: relative;
  z-index: 100000;
}
.boss-gallery img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .boss-gallery {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1441px) {
  .boss-gallery {
    display: grid;
    grid-template-areas: "foto1 foto1 foto1 foto2 foto2 foto2 foto3 foto3" "foto1 foto1 foto1 foto2 foto2 foto2 foto3 foto3" "foto4 foto4 foto5 foto5 foto5 foto5 foto3 foto3" "foto4 foto4 foto5 foto5 foto5 foto5 foto6 foto6" "foto4 foto4 foto5 foto5 foto5 foto5 foto6 foto6";
    margin: 0 10%;
    grid-template-rows: repeat(5, 170px);
    grid-template-columns: repeat(6, 1fr);
    gap: 0.8rem;
    align-items: unset;
  }
  .boss-gallery .boss-1 {
    grid-area: foto1;
  }
  .boss-gallery .boss-2 {
    grid-area: foto2;
  }
  .boss-gallery .boss-3 {
    grid-area: foto3;
    min-width: 429px;
  }
  .boss-gallery .boss-4 {
    grid-area: foto4;
    min-width: 289px;
  }
  .boss-gallery .boss-5 {
    grid-area: foto5;
    min-width: 580px;
  }
  .boss-gallery .boss-6 {
    grid-area: foto6;
  }
  .boss-gallery img {
    width: 100%;
    height: 100%;
    max-width: unset;
    transition: transform 0.3s ease;
  }
}

/*┌───────────────────────────────────────────── ∘°Modal de galeria°∘ ─────────────────────────────────────────────┐*/
.boss-gallery img:hover {
  transform: scale(1.02);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.5s ease;
}

.overlay-content {
  max-width: 90%;
  max-height: 90%;
  z-index: 1000;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.modal1 {
  display: none;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  border: 1px solid #888;
  text-align: center;
  position: relative;
  z-index: 1000;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal-content1 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .modal-content1 img {
    width: fit-content;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .modal-content1 img {
    max-width: inherit;
  }
}
.modal-content1 .modal__button {
  position: absolute;
  right: 2rem; /* Un poco de espacio para que no quede pegado a la esquina */
  top: 3rem;
  background-color: rgb(229, 21, 21);
  border-radius: 16px;
  width: 30px;
  height: 30px;
  z-index: 1001; /* Asegúrate de que esté por encima del contenido */
  border: none;
  font-weight: 900;
  font-size: 1.6rem;
  color: white;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .modal-content1 .modal__button {
    right: 5rem;
  }
}

.close-btn1 {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.close-btn1:hover,
.close-btn1:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-size: 1.6rem;
    padding: 3rem 0;
  }
}
.footer .modificarlogo {
  min-width: 200px;
  max-width: 200px;
}
@media (min-width: 1200px) {
  .footer .modificarlogo {
    min-width: 240px;
    max-width: 200px;
  }
}
.footer .footer-txt {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .footer .footer-txt {
    margin-top: unset;
    text-align: start;
  }
}
.footer .footer-txt span {
  margin-left: 1rem;
  font-weight: 700;
}

.footer-derecha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .footer-derecha {
    width: unset;
  }
}
.footer-derecha p {
  font-size: 2rem;
  margin: 0;
  font-style: italic;
}
.footer-derecha .logo-grupo {
  width: 50%;
  max-width: 350px;
  min-width: 300px;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .footer-derecha .logo-grupo {
    width: 90%;
  }
}

.div-iconos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 150px;
  filter: invert(1);
}
.div-iconos a {
  width: 50px;
  height: 50px;
}

.contacto {
  display: flex;
  align-items: center;
  border: solid 3px white;
  font-size: 1.6rem;
}
.contacto input {
  background-color: transparent;
  border: none;
}
.contacto input::placeholder {
  color: white;
  padding-left: 1rem;
}
.contacto p {
  margin: 0;
  font-size: 1.7rem;
}
.contacto .contacto-btn {
  background-color: #FFC84D;
  height: 100%;
  padding: 0.2rem;
  border-left: solid 3px white;
}

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