:root {
  --bg-color: #000000;
  --amarillo: #f1b434;
  --gold: #fdb933;
  --blue-cta: #3482f7;
  --blue-cta-hover: #296fd8;
  --box-bg: rgba(20, 20, 20, 0.9);
  --red-hot: #cc0000;
}
body {
  background-color: var(--bg-color);
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
.logo{
  font-size: 85px;
  margin-bottom: 30px;
}

/* Banner de franjas amarillas y negras */
.danger-banner {
  background: repeating-linear-gradient(
      -45deg,
      var(--amarillo),
      var(--amarillo) 20px,
      #222 20px,
      #222 40px
  );
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.danger-banner span {
    background-color: var(--amarillo);
    padding: 14px 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    clip-path: polygon(50px 0%, calc(100% - 50px) 0%, 100% 0px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0px 100%, 0% calc(100% - 50px), 0% 50px);
}

/* Sección principal con fondo de imagen */
.hero-section {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
              url('../img/bg_00.jpg');
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 100px);
  padding: 40px 0;
  display: flex;
  align-items: center;
  color: white;
}

/* Estilos del Countdown */
.countdown-box {
  background-color: var(--amarillo);
  color: var(--bg-color);
  border-radius: 8px;
  padding: 10px;
  font-size: 2.5rem;
  font-weight: 900;
  display: inline-block;
  margin: 0 5px;
  min-width: 80px;
  text-align: center;
  width: 80px;
}

.countdown-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-top: 5px;
  color: #ccc;
}
.bloque_countdown .separador_dos_puntos{
  margin-top: -20px;
}
.fw-black{
  font-weight: 600;;
}

/* Card del Formulario */
.form-card {
  background: white;
  border-radius: 12px;
  padding: 40px;
  color: #333;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  position: relative;
}

.vip-badge {
  background-color: var(--amarillo);
  font-size: 0.6rem;
  padding: 3px 8px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.btn-cta {
  background: var(--blue-cta);
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  transition: 0.3s;
}

.btn-cta:hover {
  background-color: var(--blue-cta-hover);
  color: #fff;
}

.input-email {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  padding: 12px;
}

.acceso-anticipado {
  position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    background-image: url(../img/colgante_bg.png);
    background-size: cover;
    background-position: center;
    width: 95px;
    height: 96px;
    transform: rotate(-10deg);
}
.acceso-anticipado p{
  font-size: 0.7rem;
    text-align: center;
    line-height: 1.1;
    top: 45px;
    position: absolute;
    left: 6px;
    letter-spacing: 0.5px;
}
.acceso-anticipado p span{
  color: var(--amarillo);
    display: block;
    font-size: 18px;
    letter-spacing: 0;
}

#ModalAlerta button.close{
  background-color: var(--red-hot);
    padding: 9px 12px 12px;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    color: #fff;
    border: none;
}
#ModalAlerta h4{
  font-size: 20px;
}
#ModalAlerta .modal-header{
  border-bottom: none;
}
#ModalAlerta .modal-body{

}

/*DURANTE*/
.durante{
  align-items: unset;
}
.hero-section-durante {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
              url('../img/bg_00.jpg');
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 250px);
  padding: 40px 0;
  display: flex;
  color: white;
}
.durante .logo{
  font-size: 55px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
}
.durante .head_cont{
  height: 100%;
    text-align: center;
}
.durante .head_h1{
  width: 50%;
    margin: 0px auto 20px;
    font-size: 53px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
.durante .head_p{
  font-size: 30px;
  color: var(--amarillo);
}
.durante .bloque_countdown{
  width: 35%;
    margin: 0px auto;
    text-align: center;
    justify-content: space-between;
}

.tienda{
  background-color: #f5f5f5;
    padding: 20px 0;
}
.tienda h2{
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 30px;
}
.tienda h2 svg{
  margin-right: 10px;
  color: var(--red-hot);
}
.tienda ul{
  list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tienda ul li{
  width: 33%;
  position: relative;
  border: 1px solid #ebe5e5;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #cccccc9c;
  padding: 15px;
  margin-bottom: 20px;
  margin-right: 0.5%;
  background-color: #fff;
}
.tienda ul li:last-child{
  margin-right: 0%;
}
.tienda ul li a.link_detalle_producto, .tienda ul li a.link_detalle_producto:hover{
  background-color: transparent;
}
.tienda ul.combos_regulares li{
  width: 19.5%;
  margin-right: 0.5%;
}
.tienda ul li .cucarda{
  position: absolute;
    background-image: url(../img/fire_bg.png);
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 140px;
    right: 10px;
    top: -30px;
}
.tienda ul li .cucarda span{
  position: absolute;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    top: 78px;
    left: 15px;
}
.tienda ul li .cucarda small{
  display: block;
    position: absolute;
    top: 27px;
    text-transform: uppercase;
    font-size: 20px;
    left: 10px;
}
.tienda ul li img{
  width: 90%;
    display: block;
    margin: 0px auto 15px;
}
.tienda ul li h3{
  font-weight: 400;
    font-size: 23px;
    margin: 0;
}
.tienda ul li .precio_lista{
  margin: 0;
    text-decoration: line-through;
    font-size: 17px;
}
.tienda ul li .precio_oferta_hot{
  color: #111;
    margin: 0 0 10px 0px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 40px;
    line-height: 35px;
}
.tienda ul li .precio_oferta_hot m{
  display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: -10px;
}
.tienda ul li .precio_envio{
  color: #10ab5b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #10ab5b1f;
    padding: 5px;
}
.tienda ul li .precio_envio svg{
  margin-right: 5px;
}
.tienda ul li .subtitulo{
  font-size: 14px;
    margin-bottom: 5px;
    text-transform: lowercase;
}
.tienda ul li a{
  background-color: var(--blue-cta);
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px;
  font-size: 17px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 1px;
}
.tienda ul li a:hover{
  background-color: var(--blue-cta-hover);
}
.tienda ul li h5{
  font-size: 14px;
    color: #bbb;
    margin: 7px 0 0;
}
.tienda ul li h6{
  font-size: 22px;
    color: #111;
    margin: 0px;
    display: block;
    margin-bottom: 10px;
}
.tienda ul li h6 m{
  display: block;
}
ul.combos_regulares li h3{
  font-weight: 400;
    font-size: 17px;
}
.col-mi-carrito {
  float: right;
  width: 100px;
  height: 80px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.col-mi-carrito .icon-icono_carro_compra{
  font-size: 25px;
  font-weight: 800;
}
.col-mi-carrito .cantidad{
  position: absolute;
    top: 15px;
    right: 25px;
}
/*FIN DURANTE*/

@media (max-width: 768px) {
  .countdown-box { 
    font-size: 1.5rem; 
    min-width: 60px;
    width: auto;
  }
  .d-flex {
    justify-content: space-between;
  }
  .hero-section { 
    text-align: center; 
  }
  .danger-banner span {
    padding: 14px 40px
  }
  .logo {
    font-size: 50px;
    text-align: left;
  }
  .display-3{
    font-size: 25px;
  }
  .lead {
    font-size: 1rem;
  }
  .bloque_form_precompra {
    padding: 10px;
    text-align: left;
  }
  .bloque_form_precompra .fw-bold {
    text-align: left;
  }
  .acceso-anticipado {
    top: 10px;
    right: 20px;
    width: 85px;
    height: 87px;
  }
  .acceso-anticipado p {
    font-size: 0.6rem;
    top: 42px;
    left: 4px;
  }
  .acceso-anticipado p span {
    font-size: 17px;
  }
  .acceso-anticipado .form-label {
    font-weight: 100 !important;
    font-size: 11px;
    margin-left: 10px;
  }
  .durante .head_h1 {
    width: 100%;
    font-size: 33px;
    line-height: 35px;
    margin-top: 70px;
  }
  .durante .head_p {
    font-size: 23px;
  }
  .durante .bloque_countdown {
    width: 90%;
  }
  .danger-banner span {
    padding: 14px 60px;
    line-height: 12px;
    text-align: center;
  }
  .tienda ul li {
    width: 100%;
  }
  .tienda ul.combos_regulares li{
    width: 48.5%;
    margin-right: 1.5%;
    box-shadow: 0px 0px 5px #cccccc;
  }
  .tienda ul li h6 {
    margin-bottom: 5px;
  }
  .tienda ul.combos_regulares li .precio_envio {
    font-size: 11px;
    padding: 5px 2px;
    margin: 5px auto;
  }
  .tienda ul li a {
    padding: 8px 0px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .durante .logo {
    font-size: 45px;
    margin-bottom: auto;
    text-align: left;
    top: 0;
    padding: 8px;
  }
}
