*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;

  background-color: #fff;

  scroll-behavior: smooth;

  overflow-x: hidden;

}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  overflow: hidden;
  scroll-behavior: smooth;

  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-top-3 {
  top: -0.75rem;
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1155\/678\] {
  aspect-ratio: 1155/678;
}

.h-6 {
  height: 1.5rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-5 {
  width: 1.25rem;
}

.w-\[72\.1875rem\] {
  width: 72.1875rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-none {
  flex: none;
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-items-center {
  justify-items: center;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#9089fc\] {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-base\/7 {
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-30 {
  opacity: 0.3;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  /* 1 */
  /* 2 */
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-80 {
  width: 20rem;
}

.w-full {
  width: 100%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-10 {
  gap: 2.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: black;
  max-width: 100vw;
}

.button-group {
  gap: 1rem;
}

.container-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container-center-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  position: absolute;
  top: -10px;
  left: 50px;
  height: 150px;
  opacity: 1;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-center;
  min-height: 100vh;
  max-height: 1500px;
  color: #fff;
  padding: 4rem 0rem 3rem 0rem;
  background-image: radial-gradient(
      rgba(204, 204, 204) 0.2px,
      transparent 0.2px
    ),
    radial-gradient(rgba(204, 204, 204) 0.5px, transparent 0.5px);
  background-size: 10px 10px;
}

/* Container for particles */

.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* Make particles non-interactive */
  z-index: 2;
}

/* Style for individual particles */

.particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.6);
  animation: particleMovement 12s linear infinite,
    pulseEffect 2s ease-in-out infinite;
  opacity: 0.8;
}

.particle-square {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #d73d8e;
  /* Light cyan color */
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.6);
  animation: particleMovement 10s linear infinite;
  opacity: 0.8;
}

/* Pulse animation to simulate "online" effect */

@keyframes pulseEffect {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* Animation for moving the particles */

@keyframes particleMovement {
  0% {
    transform: translate(0, 0);
    opacity: 0.8;
  }

  25% {
    transform: translate(100px, -100px);
    opacity: 0.5;
  }

  50% {
    transform: translate(200px, 0);
    opacity: 0.2;
  }

  75% {
    transform: translate(100px, 100px);
    opacity: 0.5;
  }

  100% {
    transform: translate(0, 0);
    opacity: 0.8;
  }
}

header h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-top: 3rem;
  text-align: center;
  width: 75%;
  max-width: 990px;
  line-height: 1;
}

header p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 1rem;
  font-weight: 400;
  color: #000;
  width: 60%;
  max-width: 600px;
  text-align: center;
}

/* Keyframes for floating effect */

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  color: #fff;
  overflow: hidden; 
}

main h1 {
  font-weight: 600;
  font-size: 3.5rem;
  margin-top: 0rem;
  padding-top: 3rem;
  text-align: center;
  width: 70%;
  line-height: 4rem;
}

main p {
  font-size: 1.3rem;
  margin-top: 1rem;
  font-weight: 400;
  color: #a7c7e7;
  width: 50%;
  text-align: center;
}

.call-to-action {
  cursor: pointer;
  background-color: #db2777;
  border: none;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  max-width: 350px;
  min-height: 45px;
  margin-top: 30px;
  margin-left: 0;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: relative;
  color: #fff;
  transition: 0.2s transform;
  gap: 10px;
}
.call-to-action-outlined {
  cursor: pointer;
  background-color: transparent;

  border: 1px solid #db2777;
  text-align: center;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 350px;
  min-height: 45px;
  margin-top: 30px;
  margin-left: 0;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: relative;
  color: #fff;
  transition: 0.2s transform;
  gap: 10px;
}

.background-container {
  position: relative;
  width: 100%;
  height: 100vh;
  color: white;
  /* Color del texto */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/code.jpg");
  background-size: cover;
  background-position: center;
}

.background-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/code.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  /* Aplica la opacidad solo a la imagen de fondo */
  z-index: -1;
  /* Coloca la imagen de fondo detrás del contenido */
}

.call-to-action:hover {
  cursor: pointer;
  transform: scale(1.02);
}

.mocca {
  height: 320px;
  margin-top: 60px;
  animation: float 3s ease-in-out infinite;
}

.services-a {
  padding: 0rem 4rem;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  background-image: radial-gradient(
      rgba(204, 204, 204) 0.2px,
      transparent 0.2px
    ),
    radial-gradient(rgba(204, 204, 204) 0.5px, transparent 0.5px);
  background-size: 10px 10px;
}

.services-b {
  padding: 4rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  background-image: radial-gradient(
      rgba(204, 204, 204, 0.2) 0.2px,
      transparent 0.2px
    ),
    radial-gradient(rgba(204, 204, 204, 0.2) 0.5px, transparent 0.5px);
  background-size: 10px 10px;
}

.services-b div {
  width: 50%;
  margin: auto 0;
}

.services-a div {
  width: 50%;
  margin: auto 0;
}

.services-a div:first-child h2 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 3px;
}

.services-b div:last-child h2 {
  font-size: 2.7rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 3px;
}

.services-a div:first-child p {
  width: 100%;
  text-align: justify;
  color: #fff;
  line-height: 1.7rem;
}

.services-b div:last-child p {
  width: 100%;
  text-align: justify;
  color: #fff;
  line-height: 1.7rem;
}

.bullet-container {
  margin-top: 40px !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 columnas de igual tamaño */
  grid-template-rows: repeat(2, 1fr);
  /* 2 filas de igual tamaño */
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
}

.bullet {
  border: 2px solid #a7c7e7;
  border-radius: 5px;
  height: 55px;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1rem;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.4s;
  display: none;
}

.bullet:hover {
  background-color: #a7c7e7;
  color: #fff !important;
  border: 1px solid #fff !important;
  transform: scale(1.04);
}

.tech-stack {
  position: relative;
  overflow: hidden;
  min-height: 65vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0rem;
  background-image: radial-gradient(
      rgba(204, 204, 204) 0.2px,
      transparent 0.2px
    ),
    radial-gradient(rgba(204, 204, 204) 0.5px, transparent 0.5px);
  background-size: 10px 10px;
}

.tech-stack-title {
  position: absolute;
  width: 100%;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  color: #000;
}

.tech-stack-title h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #000;
}

.tech-stack-title p {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  line-height: 35px;
}

.tech-stack-logo {
  height: 100px;

  width: auto;
  /* Ajusta el espacio entre logos */
}

.carousel {
  display: flex;
  margin-top: 200px;
  gap: 15rem;
  white-space: nowrap;
}

.track {
  display: flex;
  animation: scroll infinite linear;
}

.team {
  padding: 3rem 0rem;
  min-height: 60vh;
}

.title {
  font-size: 46px;
  font-weight: 600;
}

footer {
  min-height: 60vh;
  padding: 5rem 0rem;
  height: 100%;
  background-image: radial-gradient(
      rgba(204, 204, 204, 0.2) 0.2px,
      transparent 0.2px
    ),
    radial-gradient(rgba(204, 204, 204, 0.2) 0.5px, transparent 0.5px);
  background-size: 10px 10px;
  z-index: 1;
}

.carousel {
  overflow: hidden;
}

.track {
  display: flex;
  gap: 60px;            /* mismo espacio entre logos */
  will-change: transform;
}

.tech-stack-logo {
  flex-shrink: 0;
}

.tech-stack-logo {
  flex-shrink: 0;           /* evita que los logos se compriman */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 60px));
  }
}

/* @keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-14 * 130px - 13 * 4rem)
    ); 
  }
} */

.services-a.mobile {
  display: none;
}

/* CSS for fade-in effect */

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.visible {
  opacity: 1;
}

.team-card img {
  max-width: 120px;
}

@media screen and (max-width: 1024px) {
  main {
    margin-top: 0;
  }

  header {
    justify-content: center;
  }

  main h1,
  header h1 {
    font-weight: bolder;
    font-size: 2.4rem;
    line-height: 3rem;
    width: 80%;
  }

  header h1 {
    margin-top: 130px;
  }

  main p,
  header p {
    width: 85%;
    font-size: 16px;
  }

  .mocca {
    height: 250px;
    width: auto;
  }

  .bullet-container {
    grid-template-columns: repeat(1, 1fr);
    /* 2 columnas de igual tamaño */
    grid-template-rows: repeat(1, 1fr);
    /* 2 filas de igual tamaño */
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 0px;
  }

  label,
  input,
  .contact-form-subtitle {
    width: 70% !important;
  }

  .team {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-card {
    width: 100% !important;
    margin: 2rem 0rem;
  }

  .tech-stack-title {
    height: 300px;
  }

  .tech-stack-title h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
  }

  .tech-stack-title p {
    font-size: 1rem;
    line-height: 1rem;
    width: 80%;
    margin-top: 15px;
  }

  .tech-stack-logo {
    height: 100px;
  }

  .title {
    font-size: 2rem;
  }

  .services-a,
  .services-b {
    padding: 2rem;
    flex-direction: column;
  }

  .services-a div,
  .services-b div {
    width: 100%;
  }

  .services-a div:first-child h2,
  .services-b div:last-child h2 {
    font-size: 2rem;
  }

  .services-b {
    display: none;
  }

  .services-a.mobile {
    display: block;
  }

  .container-center {
    justify-content: center;
    align-items: center;
  }

  .container-center-left {
    justify-content: center;
    align-items: center;
  }

  .container-center img {
    width: 100%;
    transform: none !important;
  }
}

@media screen and (max-width: 768px) {
    #chart {
    display: none;
  }
  nav > div:first-child {
    padding: 0 12px !important;
  }
  #launch {
    display: none;
  }
  #logo-nav {
    height: 140px !important;
  }
  .figure {
    display: none;
  }
  .button-group {
    flex-direction: column;
    gap: 0;
  }

  main {
    margin-top: 0;
  }

  header {
    justify-content: center;
  }

  main h1,
  header h1 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
    width: 95%;
    font-weight: bolder;
  }

  main p,
  header p {
    width: 85%;
    font-size: 16px;
  }

  .mocca {
    height: 250px;
    width: auto;
  }

  .bullet-container {
    grid-template-columns: repeat(1, 1fr);
    /* 2 columnas de igual tamaño */
    grid-template-rows: repeat(1, 1fr);
    /* 2 filas de igual tamaño */
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 0px;
  }

  label,
  input,
  .contact-form-subtitle {
    width: 100% !important;
  }

  .team {
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-card {
    width: 100% !important;
  }

  .tech-stack-title {
    height: 300px;
  }

  .tech-stack-title h2 {
    font-size: 2rem;
    line-height: 2rem;
    width: 95%;
  }

  .tech-stack-title p {
    font-size: 1rem;
    line-height: 1rem;
    width: 80%;
    margin-top: 15px;
  }

  .tech-stack-logo {
    height: 100px;
  }

  .title {
    font-size: 2rem;
  }

  .services-a,
  .services-b {
    padding: 2rem;
    flex-direction: column;
  }

  .services-a div,
  .services-b div {
    width: 100%;
  }

  .services-a div:first-child h2,
  .services-b div:last-child h2 {
    font-size: 2rem;
  }

  .services-b {
    display: none;
  }

  .services-a.mobile {
    display: block;
  }

  .container-center {
    justify-content: center;
    align-items: center;
  }

  .container-center-left {
    justify-content: center;
    align-items: center;
  }

  .container-center img {
    width: 100%;
    transform: none !important;
  }
}

@media screen and (max-width: 480px) {
    #chart {
    display: none;
  }
  nav > div:first-child {
    padding: 0 4px !important;
  }
  #launch {
    display: none;
  }


  #logo-nav {
    height: 140px !important;
  }
  .figure {
    display: none;
  }
  .button-group {
    flex-direction: column;
    gap: 0;
  }

  .logo {
    top: -30px;
    left: 15px;
  }

  .services-a.mobile {
    display: block;
  }

  main {
    min-height: 100vh;
    height: 100%;
    padding-top: 0;
    margin-top: 0;
  }

  header {
    padding-top: 0rem;
    justify-content: center;
  }

  main h1,
  header h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    padding-top: 0;
    width: 95%;
    font-weight: bolder;
  }

  main p,
  header p {
    width: 85%;
    font-size: 16px;
  }

  .mocca {
    height: 220px;
    width: auto;
    padding-top: 2rem;
  }

  .services-a,
  .services-b {
    padding: 2rem;
    flex-direction: column;
  }

  .services-a div,
  .services-b div {
    width: 100%;
  }

  .services-a div:first-child h2,
  .services-b div:last-child h2 {
    line-height: 2.2rem;
    font-size: 2rem;
  }

  .services-a div:first-child p,
  .services-b div:last-child p {
    line-height: 1.5rem;
  }

  .bullet-container {
    margin-top: 20px !important;
    grid-template-columns: repeat(1, 1fr);
    /* 2 columnas de igual tamaño */
    grid-template-rows: repeat(1, 1fr);
    /* 2 filas de igual tamaño */
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 0px;
  }

  .container-center {
    justify-content: center;
    align-items: center;
  }

  .container-center-left {
    justify-content: center;
    align-items: center;
  }

  .container-center img {
    margin-top: 20px;
    width: 100%;
    transform: none !important;
  }

  .services-b {
    display: none;
  }

  .tech-stack-title {
    height: 300px;
  }

  .tech-stack-title h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: 85%;
  }

  .tech-stack-title p {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    width: 70%;
    margin-top: 15px;
  }

  .tech-stack-logo {
    height: 100px;
  }

  .title {
    font-size: 1.8rem;
  }

  .team {
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-card {
    width: 70% !important;
    margin-bottom: 30px;
  }

  .team-card img {
    width: 50%;
  }

  label,
  input,
  .contact-form-subtitle {
    width: 100% !important;
  }

  .subtitle {
    width: 85%;
    font-size: 16px;
    line-height: 22px;
  }

  footer {
    min-height: 80vh;
    height: 80%;
    padding: 2rem !important;
  }

  footer p {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
    #chart {
    display: none;
  }
  #launch {
    display: none;
  }
  #logo-nav {
    height: 140px !important;
  }
  nav > div:first-child {
    padding: 0 4px !important;
  }
  .figure {
    display: none;
  }
  .button-group {
    flex-direction: column;
    gap: 0;
  }

  .logo {
    top: -10px;
    left: 20px;
  }

  .services-a.mobile {
    display: block;
  }

  main {
    min-height: 100vh;
    height: 100%;
  }

  header {
    justify-content: center;
    max-height: 100%;
  }

  main h1,
  header h1 {
    font-size: 2.3rem;
    line-height: 3rem;
    padding-top: 6rem;
    width: 90%;
    font-weight: bolder;
  }

  main p,
  header p {
    width: 85%;
    font-size: 16px;
  }

  .mocca {
    height: 220px;
    width: auto;
    padding-top: 2rem;
  }

  .services-a,
  .services-b {
    padding: 2rem;
    flex-direction: column;
  }

  .services-a div,
  .services-b div {
    width: 100%;
  }

  .services-a div:first-child h2,
  .services-b div:last-child h2 {
    line-height: 2.2rem;
    font-size: 2rem;
  }

  .services-a div:first-child p,
  .services-b div:last-child p {
    line-height: 1.5rem;
  }

  .bullet-container {
    margin-top: 20px !important;
    grid-template-columns: repeat(1, 1fr);
    /* 2 columnas de igual tamaño */
    grid-template-rows: repeat(1, 1fr);
    /* 2 filas de igual tamaño */
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 0px;
  }

  .container-center {
    justify-content: center;
    align-items: center;
  }

  .container-center-left {
    justify-content: center;
    align-items: center;
  }

  .container-center img {
    margin-top: 20px;
    width: 100%;
    transform: none !important;
  }

  .services-b {
    display: none;
  }

  .tech-stack-title {
    height: 300px;
  }

  .tech-stack-title h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: 85%;
  }

  .tech-stack-title p {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    width: 70%;
    margin-top: 15px;
  }

  .tech-stack-logo {
    height: 100px;
  }

  .title {
    font-size: 1.8rem;
  }

  .team {
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-card {
    width: 70% !important;
    margin-bottom: 30px;
  }

  .team-card img {
    width: 50%;
  }

  label,
  input,
  .contact-form-subtitle {
    width: 100% !important;
  }

  .subtitle {
    width: 85%;
    font-size: 16px;
    line-height: 22px;
  }

  footer {
    min-height: 80vh;
    height: 80%;
    padding: 2rem !important;
  }

  footer p {
    text-align: center;
  }
}

@media screen and (max-width: 415px) {
    #chart {
    display: none;
  }
  #launch {
    display: none;
  }
  #logo-nav {
    height: 140px !important;
  }

  nav > div:first-child {
    padding: 0 4px !important;
  }
  .figure {
    display: none;
  }
  .button-group {
    flex-direction: column;
    gap: 0;
  }

  .logo {
    top: -10px;
    left: 20px;
  }

  .services-a.mobile {
    display: block;
  }

  main {
    min-height: 100vh;
    height: 100%;
  }

  header {
    justify-content: start;
    max-height: 100%;
  }

  main h1,
  header h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding-top: 6rem;
    width: 90%;
    font-weight: bolder;
    margin-top: 2rem;
  }

  main p,
  header p {
    width: 85%;
    font-size: 16px;
  }

  .mocca {
    height: 220px;
    width: auto;
    padding-top: 2rem;
  }

  .services-a,
  .services-b {
    padding: 2rem;
    flex-direction: column;
  }

  .services-a div,
  .services-b div {
    width: 100%;
  }

  .services-a div:first-child h2,
  .services-b div:last-child h2 {
    line-height: 2.2rem;
    font-size: 2rem;
  }

  .services-a div:first-child p,
  .services-b div:last-child p {
    line-height: 1.5rem;
  }

  .bullet-container {
    margin-top: 20px !important;
    grid-template-columns: repeat(1, 1fr);
    /* 2 columnas de igual tamaño */
    grid-template-rows: repeat(1, 1fr);
    /* 2 filas de igual tamaño */
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 0px;
  }

  .container-center {
    justify-content: center;
    align-items: center;
  }

  .container-center-left {
    justify-content: center;
    align-items: center;
  }

  .container-center img {
    margin-top: 20px;
    width: 100%;
    transform: none !important;
  }

  .services-b {
    display: none;
  }

  .tech-stack-title {
    height: 300px;
  }

  .tech-stack-title h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: 85%;
  }

  .tech-stack-title p {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    width: 70%;
    margin-top: 15px;
  }

  .tech-stack-logo {
    height: 100px;
  }

  .title {
    font-size: 1.8rem;
  }

  .team {
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-card {
    width: 70% !important;
    margin-bottom: 30px;
  }

  .team-card img {
    width: 50%;
  }

  label,
  input,
  .contact-form-subtitle {
    width: 100% !important;
  }

  .subtitle {
    width: 85%;
    font-size: 16px;
    line-height: 22px;
  }

  footer {
    min-height: 80vh;
    height: 80%;
    padding: 2rem !important;
  }

  footer p {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  #chart {
    display: none;
  }
  nav > div:first-child {
    padding: 0 4px !important;
  }
  .figure {
    display: none
  }
  .button-group {
    flex-direction: column;
    gap: 0;
  }

  .logo {
    top: -10px;
    left: 20px;
  }

  .services-a.mobile {
    display: block;
  }

  main {
    min-height: 100vh;
    height: 100%;
  }

  header {
    padding: 10rem 0 5rem 0;
    justify-content: start;
    max-height: 100%;
  }

  main h1,
  header h1 {
    font-weight: bolder;
    font-size: 2.1rem;
    line-height: 3rem;
    padding-top: 0;
    width: 94%;
  }

  main p,
  header p {
    width: 85%;
    font-size: 16px;
  }

  .mocca {
    height: 220px;
    width: auto;
    padding-top: 2rem;
  }

  .services-a,
  .services-b {
    padding: 2rem;
    flex-direction: column;
  }

  .services-a div,
  .services-b div {
    width: 100%;
  }

  .services-a div:first-child h2,
  .services-b div:last-child h2 {
    line-height: 2.2rem;
    font-size: 2rem;
  }

  .services-a div:first-child p,
  .services-b div:last-child p {
    line-height: 1.5rem;
  }

  .bullet-container {
    margin-top: 20px !important;
    grid-template-columns: repeat(1, 1fr);
    /* 2 columnas de igual tamaño */
    grid-template-rows: repeat(1, 1fr);
    /* 2 filas de igual tamaño */
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 0px;
  }

  .container-center {
    justify-content: center;
    align-items: center;
  }

  .container-center-left {
    justify-content: center;
    align-items: center;
  }

  .container-center img {
    margin-top: 20px;
    width: 100%;
    transform: none !important;
  }

  .services-b {
    display: none;
  }

  .tech-stack-title {
    height: 300px;
  }

  .tech-stack-title h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: 85%;
  }

  .tech-stack-title p {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    width: 70%;
    margin-top: 15px;
  }

  .tech-stack-logo {
    height: 100px;
  }

  .title {
    font-size: 1.8rem;
  }

  .team {
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-card {
    width: 70% !important;
    margin-bottom: 30px;
  }

  .team-card img {
    width: 50%;
  }

  label,
  input,
  .contact-form-subtitle {
    width: 100% !important;
  }

  .subtitle {
    width: 85%;
    font-size: 16px;
    line-height: 22px;
  }

  footer {
    min-height: 80vh;
    height: 80%;
    padding: 2rem !important;
  }

  footer p {
    text-align: center;
  }
}

@media screen and (min-width: 1500px) {
  .mocca {
    height: 420px;
  }
}

.soft {
  margin-top: 2rem !important;
}

#alert {
  transition: 0.5s;
  transform: translateX(-1200px);
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-red-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.placeholder\:text-red-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}

.chat {
  transition: 0.5s;
  background-color: transparent;
}

.chat:hover {
  transform: scale(1.05);
}

@media (max-width: 640px) {
  .chat-text {
    display: none;
  }
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-red-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.placeholder\:text-red-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.hover\:ring-indigo-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-500:focus-visible {
  outline-color: #6366f1;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

@media (min-width: 640px) {
  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl\/8 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.testimonial {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .testimonial {
    transform: scale(1.5);
    margin-top: 100px;
    padding-top: 100px;
  }
  .testimonial:first-child {
    margin-top: 10px;
    padding-top: 10px;
  }
}

/* Contenedor principal: siempre 2 filas, columnas automáticas */
.icon-grid {
  display: grid;
  grid-template-rows: repeat(1, 55px); /* 2 filas de 100px de alto */
  grid-auto-flow: column; /* “Rellena” columnas automáticamente */
  gap: 0px; /* Espacio entre tarjetas */
  margin-top: 50px;
  max-width: 100%;
}

/* Cada tarjeta individual */
.icon-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 52px; /* Ancho fijo para mantener forma cuadrada */
  height: 52px; /* Alto fijo para mantener forma cuadrada */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* Efecto hover sobre cada tarjeta */
.icon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Ícono centrado dentro de la tarjeta */
.icon-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.impact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #a73f8e, #d73d8e);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
}

.replacement-highlight {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  display: flex;
}

.replaced-apps {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: rgba(99, 102, 241, 0.1);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  margin: 0 auto;
  width: fit-content;
  margin-top: 1rem;
}

.app-name {
  background: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #a73f8e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin: 0rem 0rem -2rem 0rem;
}

.feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.card-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}

.feature-card:hover .card-icon {
  background: linear-gradient(135deg, #a73f8e, #d73d8e);
  border-color: #d73d8e;
  transform: rotate(5deg);
}

.feature-card:hover .card-icon svg {
  color: white;
}

.card-icon svg {
  width: 32px;
  height: 32px;
  color: #d73d8e;
  transition: all 0.3s ease;
}

.replacement-tag {
  background: linear-gradient(135deg, #a73f8e, #d73d8e);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.card-description {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.card-benefit {
  background: rgba(16, 185, 129, 0.1);
  color: #a73f8e;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  border-left: 3px solid #a73f8e;
}

@media (max-width: 768px) {
  .metrics-heading {
    font-size: 2.2rem;
  }

  .cards-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .feature-card {
    padding: 2rem;
  }

  .metrics-container {
    padding: 0 1rem;
  }

  .replaced-apps {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.video-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

video {
  width: 100%;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
  margin-left: 8px;
}

.navbar-button {
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.navbar-button:hover {
  transform: scale(1.1);
}

nav {
  box-shadow: 0 4px 15px rgba(233, 78, 119, 0.4);
  max-width: 100vw !important;
  overflow: hidden;
}

.ttitle {
  margin-bottom: 20px;
  background: linear-gradient(135deg, #e91e63, #9c27b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}


/* Ocultar el canvas 3D en móviles */
@media (max-width: 1024px) {
  #bg {
    display: none;
  }
  
  /* Asegurar que el contenido ocupe todo el ancho cuando el canvas está oculto */
  .header-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}

/* Estilos para móviles */
@media (max-width: 767px) {
  header {
    padding: 20px 15px !important;
    text-align: center;
    
  }



  .w-1\/2 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 5px !important;
  }

  h1 {
    font-size: 35px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
  }

  p {
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .call-to-action {
    width: 100% !important;
    max-width: 280px !important;
    margin: 5px 0 !important;
  }

  /* Ajustes para los logos */
  .flex > div {
    align-items: center;
    gap: 15px;
  }



  /* Ajustar el padding del contenedor principal */
  header > div {
    padding: 0 10px !important;
  }
}


.particles-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Para que esté detrás del contenido */
  pointer-events: none; /* Para que no interfiera con los clics */
}

.particle, 
.particle-square, 
.particle-icon {
  position: absolute;
  pointer-events: none;
  will-change: transform; /* Mejora el rendimiento de la animación */
}

.metrics-section {
  background: #000000;
  /* Fondo negro sólido en lugar del gradiente */
  padding: 0rem 2rem 2rem 4rem;
  position: relative;
  overflow: hidden;
}

/* Opcional: Si quieres mantener el patrón de puntos sobre el fondo negro */
.metrics-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(204, 204, 204) 0.2px,
      transparent 0.2px),
    radial-gradient(rgba(204, 204, 204) 0.5px, transparent 0.5px);
  /* Usar el mismo patrón que el header */
  background-size: 10px 10px;
  /* Mismo tamaño que el header */
  z-index: 1;
  pointer-events: none;
}

.metrics-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.metrics-heading {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 3rem;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.metric-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(233, 78, 119, 0.2);
  border-color: rgba(233, 78, 119, 0.3);
}

.metric-icon {
  background: linear-gradient(135deg, #e94e77, #a73f8e);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
}

.metric-value {
  font-size: 3rem;
  font-weight: 800;
  color: #d73d8e;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.metric-label {
  font-size: 1.1rem;
  color: #000;
  font-weight: 500;
}

.metrics-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 2rem;
  border: 1px dotted #ccc
}

.metrics-description {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.metrics-button {
  background: linear-gradient(90deg, #e94e77, #d73d8e);
  color: white;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2rem 1.2rem;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 78, 119, 0.4);
}

.metrics-button-white {
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2rem 1.2rem;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 78, 119, 0.4);
  margin: 0 auto;
}

.metrics-button-outlined {
  background: transparent;
  color: #d73d8e;
  border: 1px solid #d73d8e !important;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2rem 1.2rem;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.metrics-button-outlined:hover,
.metrics-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(233, 78, 119, 0.6);
}

@media (max-width: 768px) {
  .metrics-heading {
    font-size: 2rem;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .metrics-cta {
    padding: 1.5rem;
  }

  .metrics-description {
    font-size: 1rem;
  }
}


.page {
  overflow-x: hidden;
}