/* General Styles */
html {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff !important;
  display: flex;
  justify-content: center;
}

.countdown-wrapper,
.countdown-text {
  padding: 0 !important;
}
p {
  margin: 5px 0 !important;
}

a {
  color: #364c67 !important;
  font-family: "acumin-pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
}
.right-reserve {
  color: #364c67 !important;
  font-family: "acumin-pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
/* Section Styles */
div:first-of-type {
  text-align: center;
}

/* Blue Section */
/* Blue Section */
.bg-blue {
  background: #d5edfc;
  text-align: center;
  padding: 20px 20px 30px 20px;
}

.bg-blue-disabled {
  background: #d5edfc;
  text-align: center;
  padding: 20px 20px 30px 20px;
}

/* Barcode Section */
div:nth-of-type(3) {
  text-align: center;
  padding: 15px;
}

/* Footer */
div:last-of-type a {
  display: block;
  margin: 5px 0;
}
/*Texts*/
.title-green {
  color: #009c39;
  text-align: center;
  font-family: "acumin-pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title-red {
  color: #c62121;
  text-align: center;
  font-family: "acumin-pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.subtitle-blue {
  color: #263184;
  text-align: center;
  font-family: "acumin-pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.subtitle-blue-mini {
  color: #263184;
  text-align: center;
  font-family: "acumin-pro";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0px 20px;
}
.text-green {
  color: #009c39;
  text-align: center;
  font-family: "acumin-pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.par-green {
  color: #009c39;
  text-align: center;
  font-family: "acumin-pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
}
.ean {
  color: #000;
  text-align: center;
  font-family: "acumin-pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.date {
  color: #000;
  font-family: "acumin-pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.time {
  color: #000;
  font-family: "acumin-pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-bppulse {
  color: #fff !important;
  font-family: "Acumin Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #00a443 !important;
  border-radius: 10px !important;
  border: 1px solid #00a443 !important;
  padding: 15px 30px !important;
  cursor: pointer;
}
.container-sm {
  width: 100%;
  max-width: 430px !important;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0px !important;
  background-color: #fff;
}
/* Mobile-First Design */
@media (min-width: 1400px) {
  .container-sm {
    max-width: 430px !important;
  }
}
@keyframes countdown {
  from {
    stroke-dasharray: 360;
  }
  to {
    stroke-dasharray: 0;
  }
}

/*NUEVO CSS*/
.card-blue {
  width: 80%;
  height: auto;
  border-radius: 10px;
  background: #000096;

  margin: -30px auto 20px auto; /* 👈 esto hace que suba sobre la imagen */
  z-index: 2;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 16px;
  box-sizing: border-box;
}

/* Texto principal */
.title-card-blue {
  color: #fff;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

/* "por" */
.price-label {
  color: #fff;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0 0 !important;
}

/* precio grande */
.price-value {
  color: #fff;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin: 0 !important;
}

.price-row {
  display: flex;
  align-items: baseline; /* alinea bien el texto pequeño con el grande */
  justify-content: center;
  gap: 6px; /* espacio entre "por" y precio */
}

/* ajustamos márgenes */
.price-label {
  margin: 0 !important;
}

.price-value {
  margin: 0 !important;
}

@media (max-width: 576px) {
  .title-card-blue {
    font-size: 17px;
  }
  .price-value {
    font-size: 30px;
  }
}

.hero-top {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 18px auto;
}

.bg-blue {
  padding: 0 0 30px 0;
}

.bg-blue-disabled {
  padding: 0 0 60px 0;
}

.subtitle-blue,
.title-red {
  padding: 0 20px;
}

.promo-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #c3ffb9;
  border-radius: 0 10px 10px 0;
  padding: 10px 14px;
  width: fit-content;
  margin: 16px 0;
  margin-bottom: 0px;
}

.icon-ray {
  width: 30px;
  height: 44px;
}

.promo-text {
  margin: 0;
  font-family: "Acumin Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: start;
}

.promo-text .green {
  color: #00a443;
}

.promo-text .blue {
  color: #263184;
}

.logo-footer {
  width: 60%;
}
.logo-header {
  width: 80%;
  margin-top: 20px;
}
.container-footer {
  background: #f1f1e9;
  padding-top: 40px;
  margin-top: 10px;
  padding-bottom: 30px;
}
.footer-links {
  display: inline; /* 🔥 clave: evita comportamiento raro de flex */
  font-size: 12px;
  line-height: 1.2; /* controla separación vertical */
  text-align: center;
}

.footer-links a,
.footer-links span {
  margin: 0;
  padding: 0;
}

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