/*
! tailwindcss v3.4.5 | 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 {
  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.
*/

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

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

h1,
h2,
h3 {
  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 {
  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.
*/

/*
Add the correct font size in all browsers.
*/

/*
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,
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='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

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

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

/*
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.
*/

/*
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.
*/

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


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


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

/*
Reset default styling for dialogs.
*/

/*
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 {
  cursor: pointer;
}

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

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

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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.top-20 {
  top: 5rem;
}

.top-6 {
  top: 1.5rem;
}

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

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.-mt-52 {
  margin-top: -13rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

.mb-16 {
  margin-bottom: 4rem;
}

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

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.ml-0 {
  margin-left: 0px;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-12 {
  margin-top: 3rem;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

.w-full {
  width: 100%;
}

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

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

.justify-between {
  justify-content: space-between;
}

.gap-4 {
  gap: 1rem;
}

.gap-60 {
  gap: 15rem;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.bg-\[\#020101\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 1 1 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.bg-transparent {
  background-color: transparent;
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.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-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

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

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

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #000;

}

body::-webkit-scrollbar-thumb {
  background-color: #333;
  border: 2px solid #F1E4B2;
  border-radius: 4px;
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav-height {
  height: 100px;
}

.nav-link {
  color: #F1E4B2;

  font-family: "AvertaStd-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mobile-menu {
  background-color: rgba(0, 0, 0, 0.90);
}

.nav-link:hover {
  color: #F1E4B2;

  font-family: "AvertaStd-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#mobile-menu .nav-link {
  display: block;
  color: #F1E4B2;
  text-decoration: none;
  font-family: "AvertaStd-Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 20px;

}

#mobile-menu .nav-link:hover {
  color: #F1E4B2;

  font-family: "Averta ExtraBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#mobile-menu .social-icons a {
  display: inline-block;
  /* Muestra los íconos de redes sociales en línea */
  margin: 0 10px;
  /* Espacio horizontal entre íconos */
  /* Agrega más estilos según sea necesario */
}


.caricon {
  color: #020101;

  font-family: "AvertaStd-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bg-f1e4b2 {
  background-color: #F1E4B2;
  border-radius: 50px;
}

.hover\:border-f1e4b2:hover {
  border-color: #F1E4B2;
  border-radius: 14px;
}

.swiper-pagination-bullet {
  Width: 188px;
  Height: 5px;
  background: #181818;
  opacity: 1;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #EEE0B3
}


.custom-phrase-class {
  font-family: "AvertaStd-Bold";
  color: #EEE0B3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.link-phrase-class {
  font-family: "AvertaStd-Light";
  color: #EEE0B3;
  text-transform: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.link-phrase-class:hover {
  font-weight: bold;
  color: #EEE0B3;
}

.title-ofertas {
  font-family: "AvertaStd-Bold";
  color: #EEE0B3;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subtitle-ofertas {
  color: #EEE0B3;

  font-family: "AvertaStd-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

button.agregar-btn, .agregar-btn {
  display: block;
  border-radius: 2px;
  background: #EEE0B3;
  color: #020101;
  font-family: "AvertaStd-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  width: fit-content;
  height: 38px;
  flex-shrink: 0;
  padding: 8px 16px;
}

button.agregar-btn:hover, .agregar-btn:hover {
  background: #D1C1A1;
  color: #020101;
  cursor: pointer;
}

.grid-productos .product {
  max-width: 100%;
}

.product-n {
  color: #EEE0B3;
  margin-top: 20px;
  font-family: "AvertaStd-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-description {
  color: #EEE0B3;
  font-family: "AvertaStd-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 100px;
}

.price-container {
  margin: 0 2%;
}

.product-price {
  color: #E8AB35;

  font-family: "AvertaStd-Bold";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-previous-price {
  color: #EEE0B3;
  position: relative;
  font-family: "AvertaStd-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}



.product-previous-price::after {
  content: '';
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  border-top: 2px solid #E8AB35;
  transform: translateY(-50%);
}


.agregar-boton {
  border-radius: 2px;
  background: #EEE0B3;
  color: #020101;

  font-family: "AvertaStd-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  width: 180px;
  height: 38px;
  flex-shrink: 0;
}

.agregar-boton:hover {
  background: #D1C1A1;
  cursor: pointer;
}

.product-n1 {
  color: #EEE0B3;

  font-family: "AvertaStd-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin-left: 50px; */
}

.product-description1 {
  color: #EEE0B3;

  font-family: "AvertaStd-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin-left: 50px; */
}

.product-price1 {
  color: #E8AB35;

  font-family: "AvertaStd-Bold";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;

}



.title-carrito {
  color: #EEE0B3;

  font-family: "AvertaStd-Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.billy {
  color: #E8AB35;
  font-family: "AvertaStd-Bold";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subtitle-carrito {
  color: #EEE0B3;
  text-align: center;
  font-family: "AvertaStd-Light";
  font-size: 16px;

  font-weight: 300;
  line-height: normal;

}

.text-custom {
  color: #EEE0B3;
  font-family: "AvertaStd-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.tab-button::before,
.tab-button::after {
  content: '';
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  transition: width 0.3s;
  background-color: #EEE0B3;
}

.tab-button::before {
  left: 0;
  transform: translateX(0%);
}

.tab-button::after {
  right: 0;
  transform: translateX(0%);
}

.tab-button:hover::before {
  left: 50%;
  transform: translateX(-50%);
}

.tab-button:hover::after {
  right: 50%;
  transform: translateX(50%);
}



.text-custom:hover {
  color: #E8AB35;
 background-color: transparent;
  font-family: "AvertaStd-Bold";
}
.text-custom.active {
  color: #E8AB35;
 background-color: transparent;
  font-family: "AvertaStd-Bold";
}


.border-customColor {
  border-color: #EEE0B3;
}




.tab-principal {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  height: 40px;
  border-radius: 2px;

  background-color: #151515;
  color: #E8AB35;
  border-bottom-color: #EEE0B3;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.tab-principal:hover,
.tab-principal.active {
  color: #020101;
  background: #EEE0B3;
}

.tab-principal:not(.active):hover {
  border-color: #EEE0B3;
}

.btn-moreproducts {
  background-color: transparent;
  color: #EEE0B3;
  font-family: "AvertaStd-Light";

}

/* seccion locales */

.locales-section {

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 5%;
  margin-top: 50px;
}

.locales-title {
  color: #EEE0B3;

  font-family: "AvertaStd-Bold";
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;

}

.conoce-title {
  color: #EEE0B3;

  font-family: "AvertaStd-Bold";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.locales-subtitle {
  color: #EEE0B3;

  font-family: "AvertaStd-Light";
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
}

.local {
  color: #EEE0B3;
  font-family: "AvertaStd-Light";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.locale {
  position: relative;
  color: #EEE0B3;
  font-family: "AvertaStd-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-bottom: 5px;
  width: 100%;
}

.locale-wrapper {
  position: relative;
}

.locale::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  height: 1px;
  width: 100%;
  background-color: #EEE0B3;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.locale:hover::after,
.locale:focus-within::after {

  height: 2px;
}

.locales-info-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  padding-right: 20px;
}

.locales-info-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(32%);
  top: 52.5%;
  bottom: 0;
  width: 2px;
  height: 42%;
  background-color: #F1E4B2;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.locale-wrapper:hover~.locales-info-wrapper::after {
  opacity: 1;
}



.locales-details-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}

.details {
  position: absolute;
  top: -30px;
  left: 100%;
  width: 370px;
  background-color: transparent;
  z-index: 100;
  padding: 1em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #EEE0B3;
  font-family: "AvertaStd-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  display: none;
  padding-left: 30px;
}

.h-bold {
  color: #EEE0B3;
  font-family: "AvertaStd-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.details.active {
  display: block;
}

.locale:hover .details,
.locale.active .details {
  display: block;
}

.locales-image {
  flex: 0 0 auto;
  align-self: center;
  margin-left: auto;
  padding-top: 10%;
}

.locales-image img {
  max-width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;


}

.locale-wrapper:hover .details {
  display: block;
}

/* Franquicias */
.gradient-divider {
  margin-top: -100px;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}


.franquicias-derecha {
  padding-top: 110px;
  margin-left: 50px;
}


.franquicias-titulo {
  color: #EEE0B3;
  font-family: "AvertaStd-Bold";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.franquicias-texto {
  color: #EEE0B3;
  font-family: 'AvertaStd-Light';
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
}

.btn-franquicias {
  font-family: 'AvertaStd-Light';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;

  border: 1px solid #EEE0B3;
  width: 350px;
  height: 46px;
  padding: 5px 5px;
  color: #EEE0B3;
  border-radius: 3px;
}


.btn-franquicias:hover {
  background: #D1C1A1;
  color: black;
  cursor: pointer;
}

.btn-conoce {
  font-family: 'AvertaStd-Bold';
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #EEE0B3;
  color: #EEE0B3;
}

.btn-conoce:hover {
  background: #D1C1A1;
  color: black;
  cursor: pointer;
}

.franquicias-titulo-inf {
  color: #EEE0B3;
  font-family: "AvertaStd-Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.franquicias-texto-inf {
  color: #EEE0B3;
  font-family: 'AvertaStd-Light';
  font-size: 16px;
  font-style: normal;
  font-weight: lighter;
  line-height: normal;
}

.titulo-color {
  color: #E8AB35;
}

/* FORM */

.form-input,
.form-textarea {
  border: 2px solid #000;
  padding: 8px 16px;
  margin-bottom: 16px;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #000;
  opacity: 0.6;
}

.trabaja-titulo {
  font-family: "AvertaStd-Bold";
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  color: #080808;

}

.btn-cv {
  font-family: "AvertaStd-Bold";
  font-weight: 400;
  color: #EEE0B3;
  border-radius: 2px;
  background: #383838;
  height: 40px;
  font-size: 16px;
}

.btn-cv:hover {
  background: #D1C1A1;
  color: black;
  cursor: pointer;

}

.elementor-field-group-field_btn_cv{
  justify-content: center;
}
.elementor-field-group-field_btn_cv label {
  font-family: "AvertaStd-Bold";
  font-weight: 400;
  color: #EEE0B3;
  border-radius: 2px;
  background: #383838;
  height: 45px;
  font-size: 16px;
  padding: 15px 40px;
}
.elementor-field-group.elementor-field-type-submit {
    align-items: center !important;
}
.elementor-field-group-field_btn_cv label:hover {
  background: #D1C1A1;
  color: black !important;
  cursor: pointer;

}

.elementor-field-group-field_btn_cv input {
  display: none;
}

.btn-enviar {
  border-radius: 2px;
  background: #080808;
  color: #E8AB35;
  font-family: "AvertaStd-Bold";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 40px;
  font-size: 16px;
}

.btn-enviar:hover {
  background: #D1C1A1;
  color: black;
  cursor: pointer;
}

input,
textarea {
  font-family: "AvertaStd-Light";
  color: #000008;
  outline: none;
  font-style: normal;
  font-weight: 600;
}


::-moz-placeholder {
  color: #000000;
  opacity: 1;
}


::placeholder {
  color: #000000;
  opacity: 1;
}


input:focus,
textarea:focus {
  border-color: #E8AB35;
  outline: none;
}


.btn-cv {
  position: relative;
  overflow: hidden;
}

.btn-cv input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.p-footer {
  color: #FFF;
  font-family: "AvertaStd-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-footer a {
  font-weight: 600;
  font-style: italic;
}

.p-footer a:hover {
  color: #E8AB35;
}

.icons-footer {
  margin-right: 85px;
}

/* INTERNA PRODUCTOS */

.titulo-interna {
  color: #EEE0B3;
  font-family: "AvertaStd-Bold";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.descripcion-interna {
  color: #EEE0B3;
  font-family: "AvertaStd-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.selecciona {
  color: #EEE0B3;
  font-style: italic;
  font-family: "AvertaStd-Light";
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.suma-subtitulo {
  color: #EEE0B3;
  font-style: normal;
  font-family: "AvertaStd-Light";
  font-size: 18px;

  font-weight: 300;
  line-height: normal;
}

.items {
  color: #EEE0B3;
  font-style: italic;
  font-family: "AvertaStd-Light";
  font-size: 18px;

  font-weight: 300;
  line-height: normal;
}

/* Estilo base para el checkbox */
.custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #F1E4B2;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

/* Estilo cuando el checkbox está chequeado */
.custom-checkbox:checked {
  background-color: transparent;
}


.custom-checkbox:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #EEE0B3;
  border-radius: 50%;
}

.fondo-acord {
  background-color: #161616;
}

.rotate-180 {
  transform: rotate(90deg);
}

.suma-titulo {
  color: #EEE0B3;
  font-family: "AvertaStd-Bold";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.desktop-banner {

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 100px 0;

}


.banner-title {
  color: #EEE0B3;

  font-family: 'AvertaStd-Bold';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.banner-titletwo {
  color: #E8AB35;
  font-family: 'AvertaStd-Bold';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.banner-subtitle {
  color: #EEE0B3;
  text-align: center;
  font-family: "AvertaStd-Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-button {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  font-family: "AvertaStd-Light";
  background-color: transparent;
  color: #EEE0B3;
  padding: 8px 25px;
  border-radius: 5px;
  border-color: #EEE0B3;
  border: solid;
}

.banner-button:hover {
  background: #D1C1A1;
  color: black;
  cursor: pointer;
}



@media screen and (min-width: 1024px) {

  /* For desktop */
  .locales-container {
    flex-direction: row;
  }

  .locale-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .locales-image {
    display: block;
    margin-left: auto;
  }

  .f-menu {
    display: none;
  }
}

@media screen and (max-width: 1023px) {

  /* For mobile */
  .locales-section {
    flex-direction: column;
  }

  .locales-info-wrapper {
    flex-direction: column;
  }

  .locales-image {
    display: none;
  }

  .details.active {
    display: block;
  }

  .locale+.details {
    padding-left: 0;
  }

  .details {
    position: static;
    width: auto;
    display: none;
    margin-top: 40px;
  }

  .locale-wrapper {
    display: block;
    width: 100%;
  }
}


@media (min-width: 768px) {
  .social-icons {
    margin-left: 2.5rem;
    gap: 0.5rem;
  }

  .nav-link {
    margin: 4rem;
  }

  .logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }



  .locales-image {
    display: block;
  }

  .locales-details .details {}
}

@media (max-width: 768px) {

  .swiper-pagination {
    bottom: 0;
    display: none;

  }

  .product-img {
    margin-left: -15px !important;
  }



  .product-n {
    margin-left: 50px;
    margin-right: 50px;
  }

  .product-description {
    margin-left: 50px;
    margin-right: 50px;
  }

  .product-price {
    /* margin-left: 50px;
    margin-right: 50px; */
  }

  .title-ofertas {
    font-size: 26px;
    margin-top: 20px;
  }

  .product-n1 {
    margin-left: 30px;
  }

  .product-description1 {
    margin-left: 30px;
  }

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

  .product-previous-price {
    /* margin-left: -20px; */
  }

  /* .agregar-btn {
    margin-left: 70px;
    margin-right: 50px;
  } */

  .agregar-boton {

    margin-right: 0px;
  }

  .locales-info {
    margin-left: 0;
    margin-top: 10px;
  }

  .locales-info-wrapper::after {
    display: none;
  }

  .franquicias-derecha {
    padding-top: 10px;
    margin-left: 0px;
  }

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

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

  .btn-franquicias {

    margin-top: 20px;
  }

  .franquicias-titulo-inf {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .botones {
    gap: 5px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .additional {
    gap: 0;

  }

  .icons-footer {
    margin-right: 0;
  }

  .desktop-banner {
    display: none;
  }

  .logo-nav {
    margin-left: 30px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .swiper-pagination {
    display: none;
  }

  .nav-link {
    font-size: 12px;
    margin-right: 0;
    margin-left: 20px;
  }

  .logo-nav {
    margin-right: 0;
  }

  .container-postbanner {
    gap: 0;

  }

  .custom-phrase-class {
    margin-left: 0;
  }

  .lomo-class {
    display: none;
  }

  .product-description1 {
    margin-left: 0;
  }

  .product-n1 {
    margin-left: 0;
  }

  .product-price1 {
    margin-left: 0;
    margin-right: 10px;
  }

  .agregar-boton {

    width: 160px;
    font-size: 14px;
  }

  .locales-info-wrapper::after {
    left: 40%;

  }

  .details {
    position: static;
    width: auto;
    display: none;
    margin-top: 40px;
  }

  .locale-wrapper {
    display: block;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .locales-image {
    display: none;
  }
}


/* MODAL */

#cart-modal {
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}


#cart-modal.active {
  display: block;
}


.contenido-del-modal {
  display: flex;
  flex-direction: column;
  background: #EEE0B3;
  width: 451px;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  position: absolute;
  top: 5rem;
  right: 1rem;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-top: none;
  z-index: 101;
}

/* Botón para limpiar el carrito */
#clear-cart {
  margin-top: 1rem;
}

#modal-title {
  background-color: #E2C773;
  color: #020101;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-family: 'AvertaStd-Bold';
  font-style: normal;
  font-weight: bold;

}

#continue-button,
#clear-cart {
  padding: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: bold;

}

#continue-button {
  background-color: #E8AB35;
  color: #020101;
}


#cart-modal .cart-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

#cart-modal .cart-item img {
  width: 200px;
  height: auto;
  margin-top: 5px;
  margin-right: 1rem;
}

#cart-modal .cart-item-info {
  flex-grow: 1;
}

#cart-modal .cart-item-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #020101;
  text-align: left;
  font-family: 'AvertaStd-Bold';
}

#cart-modal .cart-item-price {
  font-size: 1rem;
  color: #020101;
  margin-bottom: 0.25rem;
  text-align: left;
  font-weight: bold;
  font-family: 'AvertaStd-Bold';

}

#cart-modal .cart-item-description {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #020101;
  text-align: left;
  font-family: 'AvertaStd-Light';


}

#cart-modal .cart-item-quantity {
  display: flex;
  align-items: center;
}

#cart-modal .quantity-label {
  font-size: 1rem;
  margin-right: 4rem;
  color: #020101;
  font-family: 'AvertaStd-Bold';
  font-style: normal;
  font-weight: 400;
  line-height: normal
}


#cart-modal .cart-item-remove {
  background: none;
  border: none;
  cursor: pointer;
  text-align: end;
  padding: 0.5rem;
}


#cart-modal .quantity-input {
  -webkit-appearance: none !important;
  width: 40px;
  height: auto;
  border-radius: 2px;
  margin-right: 10px;
  background-color: #E2C773 !important;
  text-align: center;
  font-family: 'AvertaStd-Bold';
  padding-right: 20px;
  border: none;
}

#cart-modal .quantity-input::-webkit-inner-spin-button,
#cart-modal .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  /* Restaura la apariencia de los botones */
  position: absolute;
  right: 0px;
  background-color: #E2C773 !important;
  /* Fondo amarillo para las flechas */
  opacity: 1;
  /* Hace que las flechas sean siempre visibles */
}

#cart-modal .quantity-input::-webkit-inner-spin-button {
  right: 0;
  /* Alinea correctamente el botón */
  height: 100%;

}





/* Botones al final del modal */
#cart-modal .modal-buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}


#cart-modal .modal-button {
  flex-basis: 48%;
}

#cart-modal .cart-item-remove {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.1rem;
}

#cart-modal .remove-icon {
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 768px) {
  #cart-modal .contenido-del-modal {
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
    border-radius: 0;
  }

  #cart-modal .cart-item img {
    width: 200px;
    height: auto;
    margin-top: 5px;
    margin-right: 0 !important;

  }

  #cart-modal .cart-item p {
    font-size: 12px;
  }



}

@media (max-width: 400px) {
  #cart-modal .contenido-del-modal {
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
    border-radius: 0;
  }

  #cart-modal .cart-item img {
    width: 200px;
    height: auto;
    margin-top: 5px;
    margin-right: 5rem;
  }

}


/* FINALIZAR COMPRA */


.checkout-section {
  max-width: 100%;
  padding: 30px;

  background: transparent;

  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.checkout-form,
.details-section {
  flex: 1;
  min-width: 300px;
}

.checkout-form h2 {

  margin-bottom: 10px;
  color: #EEE0B3;
  font-family: 'AvertaStd-Bold';
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.checkout-form p {
  margin-bottom: 40px;
  color: #EEE0B3;
  font-family: 'AvertaStd-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #EEE0B3;
  font-weight: 700;
  font-size: 20px;
  font-family: 'AvertaStd-Bold';


}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="phone"],
.form-group input[type="phone"]:focus,

.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0px;
  background-color: transparent;
  border: none;
  border-bottom: 0.5px solid #FFFFFF;
  color: #E2C773;
  outline: none;
  font-size: 20px;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="phone"]:focus {
  border-bottom: 2px solid #d4b43f;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: #868484;
  font-style: italic;
  opacity: 1;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #868484;
  font-style: italic;
  opacity: 1;
}

/* Para asegurar compatibilidad con la mayoría de navegadores: */
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: #868484;
  font-style: italic;
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
  color: #868484;
  font-style: italic;
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: #868484;
  font-style: italic;
  opacity: 1;
}

.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  color: #868484;
  font-style: italic;
  opacity: 1;
}


.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;

}

.custom-checkbox-b {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border: 1px solid #EEE0B3;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 10px;

}

.custom-checkbox-b:checked {
  background-color: transparent;
}

.custom-checkbox-b:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #EEE0B3;
  border-radius: 50%;
}

.checkbox-label {
  margin-left: 20px;
  color: #EEE0B3;
  font-size: 20px;
  font-family: 'AvertaStd-Light';
  margin-top: 10px;
  flex-grow: 0;

}

.address-input {
  width: 100%;
}

.form-group .select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;


}

.form-group .payment-icon {
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40px;
}

.form-group .arrow-icon {
  position: absolute;
  right: 10px;
  height: 10px;
  pointer-events: none;
}

.form-group .payment-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  color: #EEE0B3;
  padding: 8px;
  margin-left: 60px;
  width: 100%;
  font-size: 20px;
  cursor: pointer;
  font-style: italic;
  font-family: 'AvertaStd-Light';
  font-weight: 300;
  border: 0.5px solid #EEE0B3;

}



.form-group .payment-select::-ms-expand {
  color: #d4b43f;
  display: none;
}

.form-group .input-coments {
  width: 100%;

}

.arrow-icon-two {
  cursor: pointer;

  transition: transform 0.3s ease;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;


}

.checkbox-wrapper {
  transition: all 0.3s ease;
}

.label-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.expandable-label {
  cursor: pointer;
  margin-right: 10px;
}

.payment-select option:hover {
  background-color: #000;
  /* Intenta establecer un fondo oscuro */
  color: #fff;
  /* Texto en color blanco */
}




/* SECCION DERECHA CARRITO FINAL */

.details-section {
  background-color: #EEE0B3;
  padding-top: 0% 0px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  width: 100%;
}

.details-section h2 {
  color: #020101;
  font-family: 'AvertaStd-Bold';
  font-weight: 700;
  margin-bottom: 22px;
  background-color: #E2C773;
  padding: 15px;
}

.details-section #order-items-list {
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 10px;
}

.details-section .order-summary p,
.details-section .order-summary h3 {
  color: #020101;
  margin-bottom: 10px;
  margin-left: 30px;
}

.details-mobile {
  display: none;
}

.details-section .order-summary h3 {
  font-weight: bold;
}

.details-section .order-summary span {
  font-weight: bold;
}

.details-section .total-pago {
  color: #020101;
  font-family: 'AvertaStd-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0px;
  text-align: end;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;

}

.order-summary {
  position: relative;
  padding: 20px 0;

}

/* .order-summary::before,
.order-summary::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  height: 1px;

  background: linear-gradient(to right, #000 0%, #ffda5f 50%, #404040 100%);
} */

/* .order-summary::before {
  top: 0;
}

.order-summary::after {
  bottom: 0;
} */

/* ITEMS QUE LUEGO VAN A ASER DINAMICOS */
.item-container {
  display: flex;
  align-items: center;
  background-color: transparent;
  margin-top: -30px;

}

.item-image img {
  width: 100%;
  height: auto;
  min-width: 250px;
  margin: auto;
  display: block;

}

.item-details {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.item-details h3 {
  color: #020101;
  margin-bottom: 5px;
  font-family: 'AvertaStd-Bold';
  font-weight: 500;
}

.item-details .price {
  color: #020101;
  font-family: 'AvertaStd-Bold';
  font-weight: 500;
  margin-bottom: 5px;
}

.item-details .description {
  color: #020101;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'AvertaStd-Light';
}

.item-details .item-extras p {
  color: #020101;
  margin-bottom: 5px;
  font-family: 'AvertaStd-Light';
  font-weight: 600;

}

.item-details .item-extras p span {
  font-weight: bold;
  margin-left: 10px;
  font-family: 'AvertaStd-Bold';
}

.item-details .quantity {
  color: #020101;
  font-weight: 400;
  font-family: 'AvertaStd-Light';
}

/* BOTON ENVIAR WHATS */


.button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 35px;
}

.whatsapp-button {
  background-color: #E8AB35;
  color: #020101;
  border: none;
  padding: 6px 20px;
  border-radius: 2px;
  font-size: 15px;
  font-family: 'AvertaStd-Bold';
  font-weight: bold;
  cursor: pointer;

  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background: #D1C1A1;
  color: black;
  cursor: pointer;
}

.title-mobile {
  display: none;
}

@media (max-width: 768px) {
  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: block;
    text-align: center;
  }

  .details-section {
    width: 100%;
    min-width: none;
  }

  .checkout-form,
  .details-section {
    flex-basis: 100%;
  }

  .details-mobile {

    color: #020101;
    font-family: 'AvertaStd-Bold';
    font-weight: 700;
    margin-bottom: 22px;
    background-color: #E2C773;
    padding: 15px;
  }

  .checkout-form {
    order: 2;
    /* Ordena segundo el formulario */
  }

  .details-section {
    order: 1;
    /* Ordena primero la sección de detalles */
  }


  .checkout-section {
    width: 100%;
    padding: 10px;

    margin-left: 0px;
    flex-direction: column;

  }

  .checkout-form h2 {
    font-size: 34px;
    text-align: center;
  }

  .checkout-form p {
    text-align: center;
  }

  .form-group .select-wrapper {
    margin-bottom: 5px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form-group .payment-select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    color: #EEE0B3;
    padding: 8px;
    margin-left: 50px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    font-style: italic;
    font-family: 'AvertaStd-Light';
    font-weight: 300;
    border: 0.5px solid #EEE0B3;

  }

  .checkbox-label {
    margin-left: 10px;
    color: #EEE0B3;
    font-size: 18px;
    font-family: 'AvertaStd-Light';
    margin-bottom: 0px;
    flex-grow: 0;

  }

  .address-input {
    margin-left: 10px;
    font-size: 18px;
  }

  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="text"]:focus,
  .form-group input[type="email"]:focus,
  .form-group input[type="phone"],
  .form-group input[type="phone"]:focus,

  .form-group textarea,
  .form-group select {
    width: 100%;
    padding: 0px;
    background-color: transparent;
    border: none;
    border-bottom: 0.5px solid #FFFFFF;
    color: #E2C773;
    outline: none;
    font-size: 18px;
  }

  .form-group .input-coments {
    margin-top: 20px;
    font-size: 16px !important;
  }

  .button-container {
    justify-content: center;
    margin-right: 0;
  }

  .item-container {
    flex-direction: column;
    margin-top: 0;
    align-items: start;
  }



  .item-image img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin: auto;
    display: block;

  }

  .item-details {
    margin-bottom: 30px;
    width: 100%;
    padding-left: 0;
  }

  .details-section .total-pago {
    text-align: center;
    margin-right: 0;
  }

}


@media screen and (max-height: 600px) {
  .swiper-pagination {
    display: none;
  }
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #020102;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#preloader img {
  max-width: 100%;
  width: 110px;
  max-height: auto;
  margin: 10px;
  justify-content: center;

}

.hide-preloader {
  display: none !important
}

.loading-bar-container {
  width: 200px;
  height: 18px;
  background-color: #020102;
  border: 3px solid #E1D5A7;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.loading-bar {
  width: 0%;
  height: 100%;
  background-color: #E1D5A7;
  border-radius: 7px;
  transition: width 5s linear;

}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

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

#preloader-img {
  animation: pulse 2s infinite ease-in-out;
}

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

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

  .sm\:space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

@media (min-width: 768px) {

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

@media (min-width: 1024px) {

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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