body {
  /* background: #223; */
  width: 100vw !important;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 4rem;
  padding: 50px;
  text-align: center;
  font-family: "Lobster", cursive;
  -webkit-text-stroke: 0.3px #ffffff;
}

.numerologia-explicacion {
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  /* font-size: 2rem; */
  color: black;
  text-align: center;
  /* padding: 80px; */
  /* padding-left: 200px;
  padding-right: 200px; */
  width: 50%;
  position: relative;
  left: 100px;
  bottom: 20px;
}

.nubes {
  position: absolute;
}
.luna {
  display: flex;
  height: 730px;
  width: 30%;
  justify-content: center;
  align-items: baseline;
}
.element {
  width: 100%;
  height: 100rem;
  /* background: linear-gradient(#ffffff ,#63A7C4, #A6CFBD, #C7B86D);
    border: none */
  /* background-image: url(fondo\ dimensiones.png); */
  background-image: linear-gradient(
    160deg,
    #f4d19b 0%,
    #f4d7f3 43%,
    #f7f6e9 76%,
    #faab78 100%
  );
}

* {
  margin: 0;
  padding: 0;
}
.header {
  display: flex;
  background-color: transparent;
  justify-content: flex-end;
}

.nav-links {
  display: flex;
}
.nav-links a {
  list-style: none;
  font-size: 25px;
  color: #fbcdf2;
  font-family: "Lobster", cursive;
  cursor: pointer;
}
.nav-links a:hover {
  transform: scale(1.1);
  color: #fff;
}
.logo {
  height: 550px;
  width: 100%;
  z-index: 7;
  object-fit: contain;
}
header {
  background-color: rgba(33, 33, 33, 0.9);
  color: #ffffff;
  display: block;
  font: 14px/1.3 Arial, sans-serif;
  height: 50px;
  position: relative;
  z-index: 5;
}
#rainbowTitle {
  font-size: 3rem;
  text-align: center;
  animation: rainbowColor 9s linear infinite;
  background-image: linear-gradient(
    to right,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red,
    violet
  );
  color: transparent;
  z-index: 6;
}

@keyframes rainbowColor {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  14.3% {
    filter: hue-rotate(60deg);
  }
  28.6% {
    filter: hue-rotate(120deg);
  }
  42.9% {
    filter: hue-rotate(180deg);
  }
  57.2% {
    filter: hue-rotate(240deg);
  }
  71.5% {
    filter: hue-rotate(300deg);
  }
  85.8% {
    filter: hue-rotate(360deg);
  }
}
h2 {
  text-align: center;
  font-size: 3rem;
  position: relative;
  padding-top: 30px;
  text-align: center;
  color: black;
  -webkit-text-stroke: 1px #ffffff;
}
header h2 {
  font-size: 22px;
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
  text-align: center;
}
.numeros {
  height: 380px;
}
.numeros4 {
  height: 230px;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-ms-keyframes move-clouds-back {
  from {
    background-position: 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars,
.twinkling,
.clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  display: block;
}

.stars {
  background: #000
    url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top
    center;
  z-index: 0;
  height: 150%;
}

.twinkling {
  background: transparent
    url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat
    top center;
  z-index: 1;

  -moz-animation: move-twink-back 200s linear infinite;
  -ms-animation: move-twink-back 200s linear infinite;
  -o-animation: move-twink-back 200s linear infinite;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
  height: 150%;
}

.clouds {
  background: transparent url(nubes\ espiritu\ de\ maga.png) repeat top center;
  z-index: 3;

  -moz-animation: move-clouds-back 200s linear infinite;
  -ms-animation: move-clouds-back 200s linear infinite;
  -o-animation: move-clouds-back 200s linear infinite;
  -webkit-animation: move-clouds-back 200s linear infinite;
  animation: move-clouds-back 200s linear infinite;
}

.fondo1 {
  margin-top: -500px;
  height: 20rem;
  width: 50%;
}
.foto2 {
  height: 800px;
  position: absolute;
  top: 90%;
}
.div-contenedor {
  display: flex;
  align-items: flex-end;
  padding: 100px;
}
.presentacion {
  color: purple;
  padding: 30px;
}
.presentacion-div {
  padding: 20px;
  /* transform: rotate();
  transform: scale();
  transform: translate(); */
  /* animation: infinite movement; */
}
.letra-parrafos {
  font-size: 1.5rem;
}
.portal {
  width: 50%;
  height: 700px;
}
.slogan {
  color: purple;
  font-size: 1.6rem;
  position: absolute;
  top: 145%;
  left: 60%;
  font-style: italic;
}

.fondo2 {
  height: 45rem;
  /* background-image: url(../assets/fondo\ de\ servicios.png); */
}
.servicios-magicos {
  color: purple;
  font-family: "Lobster", cursive;
  position: absolute;
  top: 230%;
  left: 20%;
  font-size: 3rem;
}
.servicios {
  font-family: "Lobster", cursive;
  font-size: 4rem;
  list-style: none;
  padding-bottom: 40px;
}
.servicios li {
  padding-top: 50px;
}
.piedra-cuarzo {
  position: absolute;
  top: 220%;
  left: 50%;
  height: 345px;
}
.piedra-morada {
  position: absolute;
  top: 245%;
  left: 53%;
  height: 340px;
}

.piedra-verde {
  position: absolute;
  top: 255%;
  left: 70%;
  height: 240px;
}
.piedra-azul {
  position: absolute;
  top: 275%;
  left: 54%;
  height: 220px;
}
.piedra-amarilla {
  position: absolute;
  top: 268%;
  left: 65%;
  height: 230px;
}

.fondo3 {
  height: 45rem;
  width: 110%;
  background-image: url(cielo.png);
}

.main {
  position: absolute;
  z-index: 1000 !important;
  width: 100%;
  height: 400px !important;
}

.inicio1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 710px;
}

.stars,
.clouds,
.twinkling,
.shooting-stars {
  z-index: 2;
}

.inner-video-presentacion {
  /* display: flex; */
  /* padding-top: 400px; */
  /* position: relative;
  z-index: 100;
  min-height: 500px; */
  width: 100%;
}

.div-contenedor2 {
  display: flex;
  align-items: flex-end;
  padding: 100px;
}
.explicacion-tarot {
  padding: 20px;
}
.ojo {
  height: 450px;
}
.cta-numerologia {
  padding-top: 10%;
  background-color: white;
  /* width: 100%; */
  /* position: relative; */
  /* background-image: url(angeles\ editado.png); */
  /* background-size: cover;
  background-attachment: fixed; */
  /* background-image: linear-gradient(160deg, #f7f6e9  0%, #f4d7f3  43%, #ffffff 76%, #f1d9d9 100%); */
  /* height: 60rem; */
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  min-height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: fit-content; */
}

.cta-mensaje {
  font-family: "Lobster", cursive;
  color: white;
}
button {
  width: 450px;
  height: 45px;
}
/* .atardecer-sol {
  width: 100%;
} */

/* @media (max-width: 600px) {
  .fondo3 {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .fondo3 {
    width: 50%;
  }
} */

/* nico */
.main {
  height: 1200px !important;
  z-index: 100;
  bottom: -580px;
}

/* modo compu */
/* .main {
  height: 1200px !important;
  z-index: 100;
  bottom: -580px;
} */

.clouds-rect-g,
.clouds-rect {
  z-index: 100;
  height: 1200px !important;
}
.boton-numerologia {
  font-family: "Libre Baskerville", serif;
  position: relative;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  background-image: linear-gradient(
    to left,
    #ffffff,
    rgb(240, 173, 240),
    #ffffff
  );
  color: black;
  /* position: relative;
  left: 500px; */
  font-size: 1.2rem;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* .boton-numerologia:hover {
  background-position: right;
} */
/* Div de redes sociales */
.follow {
  position: relative;
  color: white;
  font-size: 2rem;
  font-family: "Lobster", cursive;
  text-align: center;
}
.instagram {
  font-size: 2.2rem;
  font-family: "Libre Baskerville", serif;
  /* position: absolute; */
  /* top: 5100px;
  left: 570px; */
}
/* Efecto mariposa */
#container {
  perspective: 600px;
  perspective-origin: -20% 20%;
  width: 850px;
  height: 566px;
  left: 300px;
  top: 0px;
  color: gray;
  margin: 0px auto;
}

#butterfly {
  transform: rotateZ(-30deg) rotate3d(0, 1, 0, 0deg) scale3d(0.5, 0.5, 0.5);
  transform-origin: 51% 50%;
  width: 400px;
  height: 238px;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  right: -100px;
  /* top: 30px;
    left: 50px; */
  /* left, top, right, bottom */
  /*Fly in a loop below*/
  /*animation-name: butterflyani;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;*/
}

.wing {
  transform: rotateX(30deg) translate3d(-200px, 0px, 0px)
    rotate3d(0, 1, 0, 160deg);
  transform-origin: top right;
  position: absolute;
  left: 200px;
  top: 0px;
  width: 200px;
  height: 238px;
  background: url(http://blueskyyogaohio.com/wp-content/themes/Chameleon/images/butterfly.png)
    no-repeat;
  animation-name: rightwingani;
  animation-duration: 0.6s;
  animation-delay: 2s;
  /* animation-iteration-count: 4; */
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

#butterfly .left {
  transform: rotateX(30deg) rotate3d(0, 1, 0, 0deg);
  animation-name: leftwingani;
  left: 0px;
  top: 0px;
}

@keyframes rightwingani {
  from {
    transform: rotateX(30deg) translate3d(-200px, 0px, 0px)
      rotate3d(0, 1, 0, 160deg);
  }
  50% {
    transform: rotateX(30deg) translate3d(-200px, 0px, 0px)
      rotate3d(0, 1, 0, 100deg);
  }
  to {
    transform: rotateX(30deg) translate3d(-200px, 0px, 0px)
      rotate3d(0, 1, 0, 160deg);
  }
}

@keyframes leftwingani {
  from {
    transform: rotateX(30deg) rotate3d(0, 1, 0, 0deg);
  }
  50% {
    transform: rotateX(30deg) rotate3d(0, 1, 0, 80deg);
  }
  to {
    transform: rotateX(30deg) rotate3d(0, 1, 0, 00deg);
  }
}

/*Fly in a loop keyframes below*/
/*@keyframes butterflyani {
    from {
      transform: rotate3d(0, 1, 0, 0deg) scale3d(0.5, 0.5, 0.5) translate3d(-300px, 350px, 0px);
    }
    25% {
      transform: rotate3d(0, 1, 0, -90deg) scale3d(0.5, 0.5, 0.5) translate3d(-300px, 350px, 0px);
    }
    50% {
      transform: rotate3d(0, 1, 0, -180deg) scale3d(0.5, 0.5, 0.5) translate3d(-300px, 350px, 0px);
    }
    75% {
      transform: rotate3d(0, 1, 0, -270deg) scale3d(0.5, 0.5, 0.5) translate3d(-300px, 350px, 0px);
    }
    to{
      transform: rotate3d(0, 1, 0, -360deg) scale3d(0.5, 0.5, 0.5) translate3d(-300px, 350px, 0px);
    }
  }*/

a:not(footer > *) {
  width: 67%;
  font-size: 5.5em;
  font-family: Arial;
  text-align: right;
  color: teal;
  letter-spacing: -2px;
  position: relative;
  top: -70%;
  left: -9%;
  display: block;
  line-height: 1.1em;
  text-decoration: none;
}

.boton-mensaje-angelical {
  width: fit-content;
  position: static;
}

.redes {
  text-align: right;
  justify-content: center;
}

:root {
  --background-dark: #2d3548;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.hero-section {
  top: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(
    160deg,
    #dbc4f0 0%,
    #faf3f0 43%,
    #f7f6e9 76%,
    #faab78 100%
  );
  min-height: 100%;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media (min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  position: relative;
  top: 50px;
  list-style: none;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  transform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.card__content {
  padding: var(--spacing-l);
  position: absolute;
  top: 100px;
  /* Mover Texto */
}

.card__category {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}
:root {
  --purple: rgb(123, 31, 162);
  --violet: rgb(103, 58, 183);
  --pink: rgb(244, 143, 177);
}
.card__heading {
  font-family: "Lobster", cursive;
  align-items: center;
  text-align: center;
  color: var(--text-lighter);
  font-size: 1.7rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;

  /* aca va el efecto de las letras */
  animation: background-pan 3s linear infinite;
  /* background: linear-gradient(
      to right,
      var(--purple),
      var(--violet),
      var(--pink),
      var(--purple)
    ); */
  background: linear-gradient(
    to right,
    #febeff,
    #ffffff,
    rgb(245, 182, 119),
    #febeff
  );

  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
  /* white-space: nowrap; */
}

@keyframes background-pan {
  from {
    background-position: 0% center;
  }

  to {
    background-position: -200% center;
  }
}

.instagram-logo {
  width: 50px;
}
.instagram-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* texto aparece */
@keyframes smoke {
  0% {
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    transform: rotate(45deg) translateY(-200px);
    opacity: 0;
    filter: blur(20px);
  }
}

.activate-text-appear {
  display: inline-block;
  vertical-align: middle;
  transition: all linear 0.3s;
  animation: smoke 2s reverse forwards;
  /* cambiar el tiempo de animation */
}

/* Efecto energias expansion */
/* body {
  background: #000;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 500px;
  z-index: 100;
} */

.ondas {
  display: flex;
  justify-content: center;
  /* height: fit-content; */
  /* min-height: 1000px; */
  width: 100%;
  overflow-x: hidden;
  /* background-color: white; */
  align-items: center;
  position: relative;
  overflow-y: hidden;
}

.ondas-titulo {
  font-family: "Lobster", cursive;
  position: absolute;
  top: 20px;
  z-index: 10;
}

.rings .ring {
  position: absolute;
  animation: rotate 5000ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite
    alternate;
  left: 200px;
  transform-style: preserve-3d;
}
.rings {
  width: 100%;
}
.rings .ring .ring_inner {
  border-radius: 100%;
}
.rings .ring:nth-child(1) .ring_inner {
  width: 0px;
  height: 0px;
  border: 2px solid #1effff;
  animation: wave 3000ms 0ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(2) .ring_inner {
  width: 15px;
  height: 15px;
  border: 2px solid #1ef5fd;
  animation: wave 3000ms 50ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(3) .ring_inner {
  width: 30px;
  height: 30px;
  border: 2px solid #1eebfb;
  animation: wave 3000ms 100ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(4) .ring_inner {
  width: 45px;
  height: 45px;
  border: 2px solid #1ee1f9;
  animation: wave 3000ms 150ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(5) .ring_inner {
  width: 60px;
  height: 60px;
  border: 2px solid #1ed7f7;
  animation: wave 3000ms 200ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(6) .ring_inner {
  width: 75px;
  height: 75px;
  border: 2px solid #1ecdf5;
  animation: wave 3000ms 250ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(7) .ring_inner {
  width: 90px;
  height: 90px;
  border: 2px solid #1ec3f3;
  animation: wave 3000ms 300ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(8) .ring_inner {
  width: 105px;
  height: 105px;
  border: 2px solid #1eb9f1;
  animation: wave 3000ms 350ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(9) .ring_inner {
  width: 120px;
  height: 120px;
  border: 2px solid #1eafef;
  animation: wave 3000ms 400ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(10) .ring_inner {
  width: 135px;
  height: 135px;
  border: 2px solid #1ea5ed;
  animation: wave 3000ms 450ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(11) .ring_inner {
  width: 150px;
  height: 150px;
  border: 2px solid #1e9beb;
  animation: wave 3000ms 500ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(12) .ring_inner {
  width: 165px;
  height: 165px;
  border: 2px solid #1e91e9;
  animation: wave 3000ms 550ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(13) .ring_inner {
  width: 180px;
  height: 180px;
  border: 2px solid #1e87e7;
  animation: wave 3000ms 600ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(14) .ring_inner {
  width: 195px;
  height: 195px;
  border: 2px solid #1e7de5;
  animation: wave 3000ms 650ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(15) .ring_inner {
  width: 210px;
  height: 210px;
  border: 2px solid #1e73e3;
  animation: wave 3000ms 700ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(16) .ring_inner {
  width: 225px;
  height: 225px;
  border: 2px solid #1e69e1;
  animation: wave 3000ms 750ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(17) .ring_inner {
  width: 240px;
  height: 240px;
  border: 2px solid #1e5fdf;
  animation: wave 3000ms 800ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(18) .ring_inner {
  width: 255px;
  height: 255px;
  border: 2px solid #1e55dd;
  animation: wave 3000ms 850ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(19) .ring_inner {
  width: 270px;
  height: 270px;
  border: 2px solid #1e4bdb;
  animation: wave 3000ms 900ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(20) .ring_inner {
  width: 285px;
  height: 285px;
  border: 2px solid #1e41d9;
  animation: wave 3000ms 950ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(21) .ring_inner {
  width: 300px;
  height: 300px;
  border: 2px solid #1e37d7;
  animation: wave 3000ms 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(22) .ring_inner {
  width: 315px;
  height: 315px;
  border: 2px solid #1e2dd5;
  animation: wave 3000ms 1050ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(23) .ring_inner {
  width: 330px;
  height: 330px;
  border: 2px solid #1e23d3;
  animation: wave 3000ms 1100ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(24) .ring_inner {
  width: 345px;
  height: 345px;
  border: 2px solid #1e19d1;
  animation: wave 3000ms 1150ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(25) .ring_inner {
  width: 360px;
  height: 360px;
  border: 2px solid #1e0fcf;
  animation: wave 3000ms 1200ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(26) .ring_inner {
  width: 375px;
  height: 375px;
  border: 2px solid #1e05cd;
  animation: wave 3000ms 1250ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(27) .ring_inner {
  width: 390px;
  height: 390px;
  border: 2px solid #1e00cb;
  animation: wave 3000ms 1300ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(28) .ring_inner {
  width: 405px;
  height: 405px;
  border: 2px solid #1e00c9;
  animation: wave 3000ms 1350ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(29) .ring_inner {
  width: 420px;
  height: 420px;
  border: 2px solid #1e00c7;
  animation: wave 3000ms 1400ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(30) .ring_inner {
  width: 435px;
  height: 435px;
  border: 2px solid #1e00c5;
  animation: wave 3000ms 1450ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}
.rings .ring:nth-child(31) .ring_inner {
  width: 450px;
  height: 450px;
  border: 2px solid #1e00c3;
  animation: wave 3000ms 1500ms cubic-bezier(0.545, 0.08, 0.52, 0.975) infinite;
  filter: blur(15px) brightness(400%);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateX(65deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(80deg);
  }
}
@keyframes wave {
  0% {
    transform: translateZ(0px);
  }
  8% {
    transform: translateZ(-60px);
  }
  20% {
    transform: translateZ(40px);
  }
  30% {
    transform: translateZ(-20px);
  }
  50% {
    transform: translateZ(10px);
  }
  80% {
    transform: translateZ(-5px);
  }
  100% {
    transform: translateZ(2px);
  }
}

/* luna realista */
@keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-moz-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
@-webkit-keyframes move-background {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(1000px, 0px, 0px);
  }
}
/* .contenedor-luna {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} */

.estrellas-luna {
  background: black
    url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 0;
}

/* .noche-luna {
  width: 10000px;
  height: 100%;
  background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat;
  background-size: 1000px 1000px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -moz-animation: move-background 70s linear infinite;
  -ms-animation: move-background 70s linear infinite;
  -o-animation: move-background 70s linear infinite;
  -webkit-animation: move-background 70s linear infinite;
  animation: move-background 70s linear infinite;
} */

.nubes-luna {
  opacity: 45%;
  width: 30% !important;
  height: 100%;
  background: transparent
    url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png")
    repeat;
  /* background-size: 1000px 1000px; */
  /* position: absolute; */
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  -moz-animation: move-background 150s linear infinite;
  -ms-animation: move-background 150s linear infinite;
  -o-animation: move-background 150s linear infinite;
  -webkit-animation: move-background 150s linear infinite;
  animation: move-background 150s linear infinite;
}

.luna-foto {
  top: 10px;
  height: 25vh;
  width: 30vw;
  position: absolute;
  z-index: 3;
  right: -70px;
  object-fit: contain;
}

.oceano-celeste {
  position: absolute;
  z-index: -100;
  height: 100%;
  width: 100%;
}

.img-redes {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: fit-content;
  min-height: 800px;
}

.follow {
  margin-top: 10%;
}

.video-content {
  margin-top: 30%;
  display: flex;
  justify-content: center;
}

.cupula {
  position: absolute;
  z-index: -10;
  height: 100%;
}

.overlay-cupula,
.oceano-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 10;
}

.oceano-overlay {
  opacity: 0.1;
}

.cupula-content {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 700px;
}

.oceano-content {
  position: relative;
  z-index: 20;
}

.video-presentacion-mobile {
  display: none;
}

.angel1 {
  width: 270px;
  /* display: none; */
  /* animation: bounce 3s infinite;
  animation-delay: 2s; */
  /* opacity: 0; */
}
.angel2 {
  width: 230px;
  position: relative;
  bottom: -150px;
  animation: bounce 3s infinite;
}
.angel3 {
  width: 200px;
  align-self: flex-start;
}
@media (min-width: 510px) {
  .nav-links a {
    width: fit-content;
    padding: 10px 20px;
  }
  .card-grid:hover > .card:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  .inicio1 {
    height: 1100px;
  }

  .main {
    bottom: -650px;
  }

  .logo {
    position: relative;
    bottom: 200px;
  }
}
@media (max-width: 500px) {
  .gato {
    display: none;
  }

  .angel2 {
    bottom: -300px;
  }

  .angel3 {
    visibility: hidden;
  }

  .estructura {
    top: 200px;
    height: 110vh !important;
  }

  .anchor-boton-numerologia {
    top: 230px !important;
  }

  .boton-numerologia {
    left: 5%;
    position: absolute;
    width: 80%;
    padding-bottom: 45px !important;
  }

  .boton-mensaje-angelical {
    width: fit-content;
    position: static;
    padding: 10px 20px !important;
    margin-top: 120px;
    width: 50%;
    text-align: center;
    margin-right: 100px;
  }

  .main {
    display: none;
  }
  .inicio1 {
    height: 90vh; /*500px */
  }

  /* .twinkling {
    height: 100%;
  }
  .stars {
    height: 100%;
  } */

  .twinkling,
  .stars,
  .clouds {
    height: 100vh !important;
  }

  .video-presentacion {
    padding-top: 140px;
  }
  .video-presentacion-mobile {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    top: 35px;
  }
  .inner-video-presentacion {
    display: none;
  }
  .servicios {
    position: relative;
    top: 60px;
  }
  .nav-links a {
    padding: 10px 5px;
  }
  .nav-links {
    display: flex;
  }
  .numerologia-anchor {
    /* width: max-content; */
    width: max-content;
    text-align: center;
    margin-left: 15px;
  }

  .cupula-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 700px;
  }
  .paises {
    font-size: 1.4rem !important;
    word-spacing: 0.2rem;
  }
}

.numerologia-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  height: 150px;
}

.oceano-celeste,
.cupula {
  object-fit: cover;
}
.gato {
  position: relative;
  height: 80vh;
  top: 8vh;
  object-fit: contain;
}
.anchor-boton-numerologia {
  position: absolute;
  left: 80px;
  top: 100px;
}

.burbuja {
  position: absolute;
  /* top: 10px;
  left: 220px; */
  height: 100px;
  top: 200px;
}

.estructura {
  position: relative;
  height: 140vh;
  left: -200px;
}
/* w=1440px x h=779px */

/* w=1920px x 959px */

@media (max-width: 800px) {
  .gato {
    left: 0;
  }
}

/* */
:root {
  --hue: 291;
  --hue-complimentary1: 321;
  --hue-complimentary2: 351;
  --dark-color: hsl(var(--hue), 100%, 9%);
  --light-color: hsl(var(--hue), 95%, 98%);
  --base: hsl(var(--hue), 95%, 50%);
  --complimentary1: hsl(var(--hue-complimentary1), 95%, 50%);
  --complimentary2: hsl(var(--hue-complimentary2), 95%, 50%);

  --font-family: "Poppins", system-ui;

  --bg-gradient: linear-gradient(
    to bottom,
    hsl(var(--hue), 95%, 99%),
    hsl(var(--hue), 95%, 84%)
  );
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
  max-width: 1920px;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  font-family: var(--font-family);
  color: var(--dark-color);
  background: var(--bg-gradient);
} */

.redes-sociales {
  max-width: 1920px;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  font-family: var(--font-family);
  color: var(--dark-color);
  background: var(--bg-gradient);
  position: relative;
}

.orb-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

strong {
  font-weight: 600;
}

.overlay {
  width: 100%;
  max-width: 1140px;
  max-height: 640px;
  padding: 8rem 6rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.375);
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.125);
  position: relative;
  z-index: 10;
}

/* .overlay__inner {
  max-width: 12rem;
} */

.overlay__title {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
  font-family: "Libre Baskerville", serif;
}

.text-gradient {
  background: linear-gradient(45deg, var(--base) 25%, var(--complimentary2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.overlay__description {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 3rem;
}

.overlay__btns {
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.overlay__btn {
  width: 50%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--light-color);
  background: var(--dark-color);
  border: none;
  border-radius: 0.5rem;
  transition: transform 150ms ease;
  outline-color: hsl(var(--hue), 95%, 50%);
}

.overlay__btn:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.overlay__btn--transparent {
  background: transparent;
  color: var(--dark-color);
  border: 2px solid var(--dark-color);
  border-width: 2px;
  margin-right: 0.75rem;
}

.overlay__btn-emoji {
  margin-left: 0.375rem;
}

/* a {
  text-decoration: none;
  color: var(--dark-color);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Not too many browser support this yet but it's good to add! */
@media (prefers-contrast: high) {
  .orb-canvas {
    display: none;
  }
}

@media only screen and (max-width: 1140px) {
  .overlay {
    padding: 8rem 4rem;
  }
}

@media only screen and (max-width: 840px) {
  .overlay {
    padding: 4rem;
    height: auto;
  }

  .overlay__title {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }

  .overlay__description {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .instagram {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .overlay {
    padding: 1.5rem;
  }

  .numerologia-explicacion {
    display: none;
  }

  .overlay__btns {
    flex-wrap: wrap;
  }

  .overlay__btn {
    width: 100%;
    font-size: 0.75rem;
    margin-right: 0;
  }

  .overlay__btn:first-child {
    margin-bottom: 1rem;
  }

  footer > a {
    font-size: 1.3rem !important;
    /* padding: 50px; */
    text-align: center;
    font-family: "Lobster", cursive;
    -webkit-text-stroke: 0.3px #ffffff;
  }
}

.anchor-instagram {
  display: flex;
  gap: 20px;
  margin: 0 auto;
}

#angeles-group-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-5%);
    /* animation-timing-function: cubic-bezier(0.8, 0, 1, 1); */
  }
  50% {
    transform: translateY(0);
    /* animation-timing-function: cubic-bezier(0, 0, 0.2, 1); */
  }
}

.paises {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Lobster", cursive;
  color: black;
}
footer {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  background-color: #ffffff20;
}

footer > a {
  font-size: 1.8rem;
  /* padding: 50px; */
  text-align: center;
  font-family: "Lobster", cursive;
  -webkit-text-stroke: 0.3px #ffffff;
  color: purple;
}

@media (min-width: 1500px) {
  .main {
    display: none;
  }

  .inicio1 {
    height: 800px;
  }

  .logo {
    bottom: 0;
  }
}
