@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
  --principal: #000000;
  --secundary: #ffffff;
  --tertiary: #FF0000;
  --cuaternary: #ff4757;
  --whatsapp: #00bb2d;
  --oro02: #f9db5c;


}

body {
    
    background-color: var(--principal);
    color: var(--secundary);
}

html {
  font-size: 62.5%;
  font-family: 'Hind Siliguri', sans-serif;
  font-display: swap;
}

a:-webkit-any-link {
    color: var(--principal);
    cursor: pointer;
    text-decoration: none;
}

header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin: 1.5em auto;
}

.nombre {
  display: grid;
  justify-items: center;
}

.nombre h2 {
  font-size: 1.6rem;
  text-align: center;
}

.nombre p {
  font-size: 1.8rem;
}

.pagar {
  display: grid;
  align-items: center;
}

.pagar button {
  width: 100px;
  height: 25px;
  border-radius: 8px;
  background-color: var(--oro02);
  color: var(--principal);
  animation: floatAnimation 3s infinite;
}


.unoA {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
  font-size: 2rem;
  text-align: center;
  color: var(--tertiary);
}

.only {
  display: block;
}

.sign {
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
    animation: shine 2s forwards, flicker 3s infinite;
  }
  @keyframes blink {
    0%,
    22%,
    36%,
    75% {
      color: #ffe6ff;
      text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
        -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
        0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
    }
    28%,
    33% {
      color: #FF0000;
      text-shadow: none;
    }
    82%,
    97% {
      color: #FF0000;
      text-shadow: none;
    }
  }
  .flicker {
    animation: shine 2s forwards, blink 3s 2s infinite;
  }
  .fast-flicker {
    animation: shine 2s forwards, blink 10s 1s infinite;
  }
  @keyframes shine {
    0% {
      color: #6b1839;
      text-shadow: none;
    }
    100% {
      color: #ffe6ff;
      text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
        -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
        0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
    }
  }
  @keyframes flicker {
    from {
      opacity: 1;
    }
  
    4% {
      opacity: 0.9;
    }
  
    6% {
      opacity: 0.85;
    }
  
    8% {
      opacity: 0.95;
    }
  
    10% {
      opacity: 0.9;
    }
  
    11% {
      opacity: 0.922;
    }
  
    12% {
      opacity: 0.9;
    }
  
    14% {
      opacity: 0.95;
    }
  
    16% {
      opacity: 0.98;
    }
  
    17% {
      opacity: 0.9;
    }
  
    19% {
      opacity: 0.93;
    }
  
    20% {
      opacity: 0.99;
    }
  
    24% {
      opacity: 1;
    }
  
    26% {
      opacity: 0.94;
    }
  
    28% {
      opacity: 0.98;
    }
  
    37% {
      opacity: 0.93;
    }
  
    38% {
      opacity: 0.5;
    }
  
    39% {
      opacity: 0.96;
    }
  
    42% {
      opacity: 1;
    }
  
    44% {
      opacity: 0.97;
    }
  
    46% {
      opacity: 0.94;
    }
  
    56% {
      opacity: 0.9;
    }
  
    58% {
      opacity: 0.9;
    }
  
    60% {
      opacity: 0.99;
    }
  
    68% {
      opacity: 1;
    }
  
    70% {
      opacity: 0.9;
    }
  
    72% {
      opacity: 0.95;
    }
  
    93% {
      opacity: 0.93;
    }
  
    95% {
      opacity: 0.95;
    }
  
    97% {
      opacity: 0.93;
    }
  
    to {
      opacity: 1;
    }
  }

  .sign {
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
    animation: shine 2s forwards, flicker 3s infinite;
  }
  @keyframes blink {
    0%,
    22%,
    36%,
    75% {
      color: #ffe6ff;
      text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
        -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
        0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
    }
    28%,
    33% {
      color: #FF0000;
      text-shadow: none;
    }
    82%,
    97% {
      color: #FF0000;
      text-shadow: none;
    }
  }
  .flicker {
    animation: shine 2s forwards, blink 3s 2s infinite;
  }
  .fast-flicker {
    animation: shine 2s forwards, blink 10s 1s infinite;
  }
  @keyframes shine {
    0% {
      color: #6b1839;
      text-shadow: none;
    }
    100% {
      color: #ffe6ff;
      text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
        -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
        0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
    }
  }
  @keyframes flicker {
    from {
      opacity: 1;
    }
  
    4% {
      opacity: 0.9;
    }
  
    6% {
      opacity: 0.85;
    }
  
    8% {
      opacity: 0.95;
    }
  
    10% {
      opacity: 0.9;
    }
  
    11% {
      opacity: 0.922;
    }
  
    12% {
      opacity: 0.9;
    }
  
    14% {
      opacity: 0.95;
    }
  
    16% {
      opacity: 0.98;
    }
  
    17% {
      opacity: 0.9;
    }
  
    19% {
      opacity: 0.93;
    }
  
    20% {
      opacity: 0.99;
    }
  
    24% {
      opacity: 1;
    }
  
    26% {
      opacity: 0.94;
    }
  
    28% {
      opacity: 0.98;
    }
  
    37% {
      opacity: 0.93;
    }
  
    38% {
      opacity: 0.5;
    }
  
    39% {
      opacity: 0.96;
    }
  
    42% {
      opacity: 1;
    }
  
    44% {
      opacity: 0.97;
    }
  
    46% {
      opacity: 0.94;
    }
  
    56% {
      opacity: 0.9;
    }
  
    58% {
      opacity: 0.9;
    }
  
    60% {
      opacity: 0.99;
    }
  
    68% {
      opacity: 1;
    }
  
    70% {
      opacity: 0.9;
    }
  
    72% {
      opacity: 0.95;
    }
  
    93% {
      opacity: 0.93;
    }
  
    95% {
      opacity: 0.95;
    }
  
    97% {
      opacity: 0.93;
    }
  
    to {
      opacity: 1;
    }
  }

.heart {
    position: relative;
    width: 26px;
    height: 26px;
    margin-left: 18px;
    margin-right: 18px;
    background: var(--tertiary);
    transform: rotate(-45deg);
    box-shadow: #ff4757;
    animation: animate 1.2s linear infinite;
}

@keyframes animate {
    0% {
        transform: rotate(-45deg) scale(1.02);
    }
    80% {
        transform: rotate(-45deg) scale(1.01);
    }
    100% {
        transform: rotate(-45deg) scale(0.92);
    }
}

.heart::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 26px;
    height: 26px;
    background: var(--tertiary);
    border-radius: 50%;
    box-shadow: -10px 10px 90px #ff4757;
}

.heart::after {
    content: "";
    position: absolute;
    right:  -50%;
    width: 26px;
    height: 26px;
    background: var(--tertiary);
    border-radius: 50%;
    box-shadow: 10px 10px 90px #ff4757;
}

.uno {
  width: 100%;
  height: auto;
  display: inline-block;
}

.uno-tittle {
  text-align: center;
  padding: 2em;
}

.uno-tittle1 {
  text-align: center;
  padding: 2em;
}

.uno-tittle1 p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 1em auto;
  padding: 1.5em auto;
}

.uno-tittle p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 1em auto;
}

.uno-tittle_whatsapp {
  width: 4.5rem;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 2em auto;
}

.pulse-button {
  width: 17em;
  height: auto;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: end;
  padding: 0.5em;
  border: none;
  border-radius: 1.5em;
  background-color: var(--whatsapp);
  animation: pulse 2.2s infinite;
  cursor: pointer;
}

.pulse-button > svg {
  width: auto;
  height: 2.5rem;
  position: absolute;
  margin-left: -28px;
  margin-top: -4px;
}

@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

.uno-image {
  padding: 0.5em;
}

.uno-image img {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0.2em auto;
  filter: drop-shadow(0 0 10px #f9db5c);
  transition: transform 0.3s ease-in-out;
  animation: floatAnimation 3s infinite;
}

.imagen-movil {
  display: block;
}

.imagen-escritorio {
  display: none;
}

@keyframes floatAnimation {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0);
  }
}

.dos {
  width: 100%;
  height: auto;
  display: grid;
  justify-items: center;
}

.dos h2 {
  font-size: 2.5rem;
  align-items: center;
}

.dos p {
  font-size: 1.8rem;
  text-align: center;
  margin: 1em auto;
}

.seis {
  width: 90%;
  height: auto;
  display: block;
  margin: 1em auto;
}

.seis h3 {
  font-size: 2rem;
}

.seis p {
  font-size: 2rem;
}


.seis-card {
  width: 80%;
  height: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 3em 1.5em;
  background-color: var(--terciario);
  border-radius: 10px;
  border: none;
  color: var(--secundary);
  position: relative;
  transition-duration: 0.2s;
  background: linear-gradient(0deg, #000, #272727);
}

.seis-card:before, .seis-card:after {
  content: " ";
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px;
  background: linear-gradient(45deg, #efb810, #f9db5c, #b28405, #ffffff, #ffa372, #efb810, #f9db5c, #b28405, #ffffff, #ffa372);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
}

.seis-card {
  max-width: 600px;
  padding: 16px;
  margin: 36px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.uno-image1 {
  padding: 0.5em;
}

.uno-image1 img {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0.2em auto;
  filter: drop-shadow(0 0 10px #f9db5c);
  transition: transform 0.3s ease-in-out;
  animation: floatAnimation 3s infinite;
}

.uno-image1 {
  width: 100%;
  height: auto;
  display: flex;
}

.seis-card1 {
  width: 80%;
  height: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 3em 1.5em;
  background-color: var(--terciario);
  border-radius: 10px;
  border: none;
  color: var(--secundary);
  position: relative;
  transition-duration: 0.2s;
  background: linear-gradient(0deg, #000, #272727);
}

.seis-card1:before, .seis-card1:after {
  content: " ";
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 10px;
  background: linear-gradient(45deg, #efb810, #f9db5c, #b28405, #ffffff, #ffa372, #efb810, #f9db5c, #b28405, #ffffff, #ffa372);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
}

.seis-card1 {
  max-width: 600px;
  padding: 16px;
  margin: 36px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-buttons1 {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 10px;
  right: 5px;
  gap: 5px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.call-button1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 100%;
  border: none;
  background-color: var(--tertiary);
  animation: pulse1 1.8s infinite;
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.5);
}

.call-button1 svg {
  width: 60%;
  height: auto;
}

.chat-button1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  border: none;
  background-color: var(--whatsapp);
  animation: pulse1 1.8s infinite;
  box-shadow: 0 0 18px rgba(0, 187, 45, 0.7);
}

@keyframes pulse1 {
  100% {
    box-shadow: 0 0 0 25px rgba(193,244,246,0);
  }
  0% {
    transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }



