* {
    font-family: "Lateef", serif;

}

h1, h1 p{
  font-family: "UnifrakturMaguntia", cursive;
  font-style: normal;
  text-shadow: 1px 9px 9px #0d0d0d;
}
header a, header a span {
  font-family: "UnifrakturMaguntia", cursive;
  font-style: normal;
  color: #FBF9D2;
  font-size: 1.5rem;
}

.nav-link-line {
  font-family: inherit;
  margin: 0;
  line-height: 1;
  text-shadow: none;
}

.offers-modal-shell {
  max-height: min(90dvh, 720px);
  height: min(90dvh, 720px);
  display: flex;
  flex-direction: column;
}

.offers-modal-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.offers-list-wrapper {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.offers-list {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.25rem;
  scrollbar-width: none;
}

.offers-list::-webkit-scrollbar {
  display: none;
}
#boton_cont_nav{
  font-family: "UnifrakturMaguntia", cursive;
  font-style: normal;
  color: #202020;
  font-size: 1.5rem;
}
#boton_cont_nav:hover{
  color: #EFECD9;
}



html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 6rem;
}

@media (max-width: 768px) {
  body {
    padding-top: 5.5rem;
  }
}

img {
  max-width: 100%;
}

.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card-actions {
  margin-top: auto;
  padding-top: 0.75rem;
}

.product-card-title,
.product-card-subtitle,
.product-card-list,
.product-card-price,
.product-card-button {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.product-card-title {
  font-size: clamp(1rem, 3vw, 1.6rem);
  line-height: 1.1;
}

.product-card-subtitle {
  font-size: clamp(0.9rem, 2.4vw, 1.2rem);
  line-height: 1.2;
}

.product-card-list {
  font-size: clamp(0.8rem, 2.1vw, 1rem);
  line-height: 1.45;
}

.product-card-price {
  font-size: clamp(1.1rem, 3.4vw, 1.8rem);
  line-height: 1.1;
}

.product-card-button {
  font-size: clamp(0.9rem, 2.2vw, 1.2rem);
  line-height: 1.2;
}

h1 {
  text-align: center;
  margin-block-end: 2.5rem;
}

.stock-ticker {
  font-size: 15px;
  padding-block: 8px;
  overflow: hidden;
  user-select: none;

  --gap: 300px;
  display: flex;
  gap: var(--gap);
}

.stock-ticker ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 30s linear infinite;
}


@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.stock-ticker ul:first-child {
  /* background-color: yellow; */
}

.stock-ticker ul:last-child {
  /* background-color: pink; */
}

.stock-ticker .company {
  font-family: "Lateef", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  text-shadow: 1px 9px 9px #0d0d0d4b;
}

.ahorro{
    text-shadow: 1px 9px 9px #0d0d0d4b;

}
header{
  box-shadow: 0 10px 10px #0000005e;
}




.lateef-extralight {
  font-family: "Lateef", serif;
  font-weight: 200;
  font-style: normal;
}

.lateef-light {
  font-family: "Lateef", serif;
  font-weight: 300;
  font-style: normal;
}

.lateef-regular {
  font-family: "Lateef", serif;
  font-weight: 400;
  font-style: normal;
}

.lateef-medium {
  font-family: "Lateef", serif;
  font-weight: 500;
  font-style: normal;
}

.lateef-semibold {
  font-family: "Lateef", serif;
  font-weight: 600;
  font-style: normal;
}

.lateef-bold {
  font-family: "Lateef", serif;
  font-weight: 700;
  font-style: normal;
}

.lateef-extrabold {
  font-family: "Lateef", serif;
  font-weight: 800;
  font-style: normal;
}


.custom-range {
    appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 9999px;
    outline: none;
}

/* Track */
.custom-range::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 9999px;
}

/* Thumb */
.custom-range::-webkit-slider-thumb {
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFD83E;      /* amarillo */
    border: 2px solid black;
    margin-top: -6px;
    cursor: pointer;
}

.custom-range::-moz-range-track {
    height: 10px;
    background: #710000;
    border-radius: 9999px;
}

.custom-range::-moz-range-progress {
    height: 10px;
    background: #FFD83E;
    border-radius: 9999px;
}

.custom-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFD83E;
    border: 2px solid black;
    cursor: pointer;
}



