@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Quicksand:wght@400;500;700&display=swap");

/* Valores por defecto (light theme) */
:root {
  --bg-color: #ffffff;
  --text-color: #000000;
}

/* Dark theme */
html.dark {
  --bg-color: #121212;
  --text-color: #ffffff;
}

/* Estilos globales que usan las variables */
body {
  background-color: var(--bg-color);
  color: var(--text-color);
}

a {
  color: var(--primary-color);
}

.text-white {
  color: var(--text-color);
}

.text-black {
  color: #000;
}

.text-gray-25 {
  color: #FDFDFD !important;
}

.bg-gray-25 {
  background-color: #FDFDFD !important;
}

.border-gray-25 {
  border-color: #FDFDFD !important;
}

.text-gray-50 {
  color: #EAEBEB !important;
}

.bg-gray-50 {
  background-color: #EAEBEB !important;
}

.border-gray-50 {
  border-color: #EAEBEB !important;
}

.text-gray-100 {
  color: #D5D7D8 !important;
}

.bg-gray-100 {
  background-color: #D5D7D8 !important;
}

.border-gray-100 {
  border-color: #D5D7D8 !important;
}

.text-gray-200 {
  color: #C0C2C4 !important;
}

.bg-gray-200 {
  background-color: #C0C2C4 !important;
}

.border-gray-200 {
  border-color: #C0C2C4 !important;
}

.text-gray-300 {
  color: #ABAEB0 !important;
}

.bg-gray-300 {
  background-color: #ABAEB0 !important;
}

.border-gray-300 {
  border-color: #ABAEB0 !important;
}

.text-gray-400 {
  color: #969A9C !important;
}

.bg-gray-400 {
  background-color: #969A9C !important;
}

.border-gray-400 {
  border-color: #969A9C !important;
}

.text-gray-500 {
  color: #828689 !important;
}

.bg-gray-500 {
  background-color: #828689 !important;
}

.border-gray-500 {
  border-color: #828689 !important;
}

.text-gray-600 {
  color: #6D7275 !important;
}

.bg-gray-600 {
  background-color: #6D7275 !important;
}

.border-gray-600 {
  border-color: #6D7275 !important;
}

.text-gray-700 {
  color: #585D61 !important;
}

.bg-gray-700 {
  background-color: #585D61 !important;
}

.border-gray-700 {
  border-color: #585D61 !important;
}

.text-gray-800 {
  color: #43494E !important;
}

.bg-gray-800 {
  background-color: #43494E !important;
}

.border-gray-800 {
  border-color: #43494E !important;
}

.text-gray-900 {
  color: #2E353A !important;
}

.bg-gray-900 {
  background-color: #2E353A !important;
}

.border-gray-900 {
  border-color: #2E353A !important;
}

.text-orange-25 {
  color: #FFFAF5 !important;
}

.bg-orange-25 {
  background-color: #FFFAF5 !important;
}

.border-orange-25 {
  border-color: #FFFAF5 !important;
}

.text-orange-50 {
  color: #FFF6ED !important;
}

.bg-orange-50 {
  background-color: #FFF6ED !important;
}

.border-orange-50 {
  border-color: #FFF6ED !important;
}

.text-orange-100 {
  color: #FFEAD5 !important;
}

.bg-orange-100 {
  background-color: #FFEAD5 !important;
}

.border-orange-100 {
  border-color: #FFEAD5 !important;
}

.text-orange-200 {
  color: #FDDCAB !important;
}

.bg-orange-200 {
  background-color: #FDDCAB !important;
}

.border-orange-200 {
  border-color: #FDDCAB !important;
}

.text-orange-300 {
  color: #FEB273 !important;
}

.bg-orange-300 {
  background-color: #FEB273 !important;
}

.border-orange-300 {
  border-color: #FEB273 !important;
}

.text-orange-400 {
  color: #FD853A !important;
}

.bg-orange-400 {
  background-color: #FD853A !important;
}

.border-orange-400 {
  border-color: #FD853A !important;
}

.text-orange-500 {
  color: #FB6514 !important;
}

.bg-orange-500 {
  background-color: #F26D00 !important;
}

.border-orange-500 {
  border-color: #F26D00 !important;
}

.text-orange-600 {
  color: #F26D00 !important;
}

.bg-orange-600 {
  background-color: #EC4A0A !important;
}

.border-orange-600 {
  border-color: #EC4A0A !important;
}

.text-orange-700 {
  color: #C4320A !important;
}

.bg-orange-700 {
  background-color: #C4320A !important;
}

.border-orange-700 {
  border-color: #C4320A !important;
}

.text-orange-800 {
  color: #9C2A10 !important;
}

.bg-orange-800 {
  background-color: #9C2A10 !important;
}

.border-orange-800 {
  border-color: #9C2A10 !important;
}

.text-orange-900 {
  color: #7E2410 !important;
}

.bg-orange-900 {
  background-color: #7E2410 !important;
}

.border-orange-900 {
  border-color: #7E2410 !important;
}

.text-blue-gray-25 {
  color: #FCFCFD !important;
}

.bg-blue-gray-25 {
  background-color: #FCFCFD !important;
}

.border-blue-gray-25 {
  border-color: #FCFCFD !important;
}

.text-blue-gray-50 {
  color: #F8F9FC !important;
}

.bg-blue-gray-50 {
  background-color: #F8F9FC !important;
}

.border-blue-gray-50 {
  border-color: #F8F9FC !important;
}

.text-blue-gray-100 {
  color: #EAECF5 !important;
}

.bg-blue-gray-100 {
  background-color: #EAECF5 !important;
}

.border-blue-gray-100 {
  border-color: #EAECF5 !important;
}

.text-blue-gray-200 {
  color: #D5D9EB !important;
}

.bg-blue-gray-200 {
  background-color: #D5D9EB !important;
}

.border-blue-gray-200 {
  border-color: #D5D9EB !important;
}

.text-blue-gray-300 {
  color: #AFB5D9 !important;
}

.bg-blue-gray-300 {
  background-color: #AFB5D9 !important;
}

.border-blue-gray-300 {
  border-color: #AFB5D9 !important;
}

.text-blue-gray-400 {
  color: #717BBC !important;
}

.bg-blue-gray-400 {
  background-color: #717BBC !important;
}

.border-blue-gray-400 {
  border-color: #717BBC !important;
}

.text-blue-gray-500 {
  color: #4E5BA6 !important;
}

.bg-blue-gray-500 {
  background-color: #4E5BA6 !important;
}

.border-blue-gray-500 {
  border-color: #4E5BA6 !important;
}

.text-blue-gray-600 {
  color: #3E4784 !important;
}

.bg-blue-gray-600 {
  background-color: #3E4784 !important;
}

.border-blue-gray-600 {
  border-color: #3E4784 !important;
}

.text-blue-gray-700 {
  color: #364B9F !important;
}

.bg-blue-gray-700 {
  background-color: #364B9F !important;
}

.border-blue-gray-700 {
  border-color: #364B9F !important;
}

.text-blue-gray-800 {
  color: #293056 !important;
}

.bg-blue-gray-800 {
  background-color: #293056 !important;
}

.border-blue-gray-800 {
  border-color: #293056 !important;
}

.text-blue-gray-900 {
  color: #101323 !important;
}

.bg-blue-gray-900 {
  background-color: #101323 !important;
}

.border-blue-gray-900 {
  border-color: #101323 !important;
}

.my-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
  gap: 0.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  min-height: 48px;
  font-family: 'QuickSand', sans-serif;
}
.my-button.xlarge {
  font-size: 1.125rem;
  padding: 1rem 2rem;
}
.my-button.with-icon svg, .my-button.with-icon i {
  font-size: 1.25rem;
}
.my-button.primary {
  background-color: #364B9F;
  color: white;
}
.my-button.primary:hover {
  background-color: #F26D00;
}
.my-button.primary:active {
  background-color: #C4320A;
}
.my-button.primary:disabled {
  background-color: #ABAEB0;
  color: white;
  cursor: not-allowed;
}
.my-button.secondary {
  background-color: transparent;
  border: 1.5px solid #364B9F;
  color: #364B9F;
}
.my-button.secondary:hover {
  color: #F26D00;
  border-color: #F26D00;
}
.my-button.secondary:active {
  background-color: #FFF6ED;
}
.my-button.secondary:disabled {
  background-color: #EAEBEB;
  color: #ABAEB0;
  border-color: #ABAEB0;
}
.my-button.tertiary {
  background-color: #EAECF5;
  color: #363F72;
}
.my-button.tertiary:hover {
  background-color: #FFEAD5;
  color: #EC4A0A;
}
.my-button.tertiary:active {
  background-color: #FFF6ED;
  color: #EC4A0A;
}
.my-button.tertiary:disabled {
  background-color: #D5D7D8;
  color: #ABAEB0;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

.heading-primary {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

.heading-secondary {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

.label {
  font-family: "Quicksand", sans-serif;
  font-size: 0.875rem;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
}
.input-wrapper label {
  font-size: 0.875rem;
  color: #2E353A;
  margin-bottom: 0.25rem;
}
.input-wrapper .input-container {
  position: relative;
}
.input-wrapper .input-container .input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #828689;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.input-wrapper .input-container .input-status-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #F04438;
  width: 20px;
  height: 20px;
}
.input-wrapper .input-container .input-field {
  height: 48px;
  padding: 0 2.5rem 0 2.75rem;
  width: 100%;
  border: 1px solid #ABAEB0;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 1rem;
  font-family: inherit;
  color: #2E353A;
  transition: all 0.2s ease;
}
.input-wrapper .input-container .input-field::placeholder {
  color: #828689;
}
.input-wrapper .input-container .input-field:hover, .input-wrapper .input-container .input-field:focus {
  border-color: #FEB273;
  box-shadow: 0 0 0 3px rgba(254, 178, 115, 0.2);
  outline: none;
}
.input-wrapper .input-container .input-field:hover + .input-icon, .input-wrapper .input-container .input-field:focus + .input-icon {
  color: #FD853A;
}
.input-wrapper .input-container .input-field.error {
  border-color: #F04438;
  box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.2);
}
.input-wrapper .input-container .input-field.error + .input-icon {
  color: #F04438;
}
.input-wrapper .input-container .input-field.error ~ .input-status-icon {
  display: block;
}
.input-wrapper .error-message {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #F04438;
  display: none;
}
.input-wrapper .error-message.visible {
  display: block;
}

.input-underline {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "DM Sans", sans-serif;
}
.input-underline label {
  font-size: 0.875rem;
  color: #2E353A;
  margin-bottom: 0.25rem;
}
.input-underline input {
  border: none;
  border-bottom: 1px solid #ABAEB0;
  font-size: 1rem;
  padding: 0.5rem 0;
  background: transparent;
  color: #2E353A;
  font-family: inherit;
}
.input-underline input::placeholder {
  color: #828689;
}
.input-underline input:hover {
  border-bottom-color: #828689;
}
.input-underline input:focus {
  border-bottom-color: #FD853A;
  outline: none;
}
.input-underline input.error {
  border-bottom-color: #F04438;
}
.input-underline .error-message {
  font-size: 0.75rem;
  color: #F04438;
  margin-top: 0.25rem;
}

.select-wrapper {
  position: relative;
  font-family: "DM Sans", sans-serif;
}
.select-wrapper label {
  display: block;
  font-size: 0.875rem;
  color: #2E353A;
  margin-bottom: 0.25rem;
}
.select-wrapper .select-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  pointer-events: none;
  color: #828689;
}
.select-wrapper select.select-field {
  height: 48px;
  width: 100%;
  padding: 0 2.5rem 0 3rem;
  border: 1px solid #ABAEB0;
  border-radius: 0.5rem;
  background-color: white;
  font-size: 1rem;
  font-family: inherit;
  appearance: none;
  background: none;
}
.select-wrapper select.select-field:hover {
  border-color: #828689;
}
.select-wrapper select.select-field:focus {
  border-color: #FD853A;
  box-shadow: 0 0 0 1px #FD853A;
  outline: none;
}
.select-wrapper select.select-field.error {
  border-color: #F04438;
  box-shadow: 0 0 0 1px #F04438;
}
.select-wrapper select.select-field::placeholder {
  color: #828689;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 55%;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  mask-image: url("./assets/icons/chevron-down.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: transform 0.2s ease;
  pointer-events: none;
}
.select-wrapper.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.select-wrapper .error-message {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #F04438;
}

.my-alert {
  padding: 1rem;
  border-radius: 0.5rem;
  color: white;
  margin-bottom: 1rem;
}
.my-alert.success {
  background-color: #52c41a;
}
.my-alert.error {
  background-color: #f5222d;
}

.my-card {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: black;
  transition: background-color 0.3s;
}

.radius-card {
  border-radius: 1.5rem;
}


@media (prefers-color-scheme: dark) {
  .my-card {
    background-color: #1f1f1f;
    color: white;
  }
}

.dark .my-card {
  background-color: #1f1f1f;
  color: white;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: white;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}
.navbar .nav-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.navbar .nav-left .logo {
  display: flex;
  align-items: center;
}
.navbar .nav-left .logo img {
  height: 32px;
}
.navbar .nav-left .nav-links {
  display: flex;
  gap: 1.5rem;
}
.navbar .nav-left .nav-links a {
  color: #2E353A;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  position: relative;
}
.navbar .nav-left .nav-links a:hover {
  color: #FB6514;
}
.navbar .nav-left .nav-links .nav-item.has-mega-menu {
  position: relative;
}
.navbar .nav-left .nav-links .nav-item.has-mega-menu .mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 1.5rem;
  min-width: 600px;
}
.navbar .nav-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.navbar .nav-right a {
  color: #585D61;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
.navbar .nav-right .cta {
  background-color: #3E4784;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
}
.navbar .nav-right .cta:hover {
  background-color: #363F72;
}

.mega-menu .menu-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
}
.mega-menu .menu-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.mega-menu .menu-item p {
  font-size: 0.875rem;
  color: #6D7275;
  margin: 0;
}

.mega-menu {
  display: none;
}

.mega-menu.show {
  display: flex !important;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background-color: #FDE9CC;
}

.icon, .icon-pagination-previous, .icon-pagination-next, .icon-credit-card, .icon-community, .icon-laptop, .icon-leaf, .icon-suitcase, .icon-shirt, .icon-tag, .icon-star, .icon-small-shop, .icon-simple-cart, .icon-shop, .icon-shop-four-tiles, .icon-rocket, .icon-quote-message, .icon-pizza-slice, .icon-piggy-bank, .icon-lock, .icon-layout, .icon-hand-card, .icon-gift, .icon-gasoline, .icon-error, .icon-dollar-circle, .icon-credit-cards, .icon-city {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.icon-city {
  mask-image: url("./assets/icons/city.svg");
}

.icon-credit-cards {
  mask-image: url("./assets/icons/credit-cards.svg");
}

.icon-dollar-circle {
  mask-image: url("./assets/icons/dollar-circle.svg");
}

.icon-error {
  mask-image: url("./assets/icons/error.svg");
}

.icon-gasoline {
  mask-image: url("./assets/icons/gas-tank-droplet.svg");
}

.icon-gift {
  mask-image: url("./assets/icons/gift.svg");
}

.icon-hand-card {
  mask-image: url("./assets/icons/hand-card.svg");
}

.icon-layout {
  mask-image: url("./assets/icons/layout.svg");
}

.icon-lock {
  mask-image: url("./assets/icons/lock.svg");
}

.icon-piggy-bank {
  mask-image: url("./assets/icons/piggy-bank.svg");
}

.icon-pizza-slice {
  mask-image: url("./assets/icons/pizza-slice.svg");
}

.icon-quote-message {
  mask-image: url("./assets/icons/quote-message.svg");
}

.icon-rocket {
  mask-image: url("./assets/icons/rocket.svg");
}

.icon-shop-four-tiles {
  mask-image: url("./assets/icons/shop-four-tiles.svg");
}

.icon-shop {
  mask-image: url("./assets/icons/shop.svg");
}

.icon-simple-cart {
  mask-image: url("./assets/icons/simple-cart.svg");
}

.icon-small-shop {
  mask-image: url("./assets/icons/small-shop.svg");
}

.icon-star {
  mask-image: url("./assets/icons/star.svg");
}

.icon-tag {
  mask-image: url("./assets/icons/tag.svg");
}

.icon-shirt {
  mask-image: url("./assets/icons/shirt.svg");
}

.icon-suitcase {
  mask-image: url("./assets/icons/suitcase.svg");
}

.icon-leaf {
  mask-image: url("./assets/icons/leaf.svg");
}

.icon-laptop {
  mask-image: url("./assets/icons/laptop.svg");
}

.icon-community {
  mask-image: url("./assets/icons/community.svg");
}

.icon-credit-card {
  mask-image: url("./assets/icons/credit-card.svg");
}

.icon-pagination-next {
  mask-image: url("./assets/icons/pagination-button.svg");
}

.icon-pagination-previous {
  mask-image: url("./assets/icons/pagination-button.svg");
  transform: rotate(180deg);
}

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