@charset "utf-8";
.banner-fec {
  background: linear-gradient(90deg, #017f36 0%, #3aaa35 100%);
  color: #fff;
  border-radius: 24px;
  padding: 22px 5vw 22px 5vw;
  margin: 30px auto 10px auto;
  text-align: center;
  box-shadow: 0 4px 16px rgba(30,96,145,0.15);
  width: 100%;
  max-width: none;
  min-width: 0;
  font-size: 1.1em;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}
.banner-title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 1px 2px 8px #00000033;
  word-break: break-word;
}

@media (max-width: 600px) {
  .banner-fec {
    padding: 12px 2vw 12px 2vw;
    font-size: 0.95em;
    border-radius: 14px;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .banner-title {
    font-size: 1.3rem;
    line-height: 1.15;
    word-break: break-word;
  }
}
.banner-fec {
  background: linear-gradient(180deg, #017f36 0%, #3aaa35 100%);
  color: #fff;
  border-radius: 20px;
  padding: 18px 0 18px 0;
  margin: 30px auto 10px auto;
  text-align: center;
  box-shadow: 0 4px 16px rgba(30,96,145,0.15);
  max-width: 700px;
}
.banner-title {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 1px 2px 8px #00000033;
}
.descripcion-feria {
  color: #222;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 18px;
}
.temporizador-box {
  background: #585857;
  color: #fff;
  border-radius: 18px;
  padding: 25px 70px 18px 70px;
  margin: 0 auto 20px auto;
  min-width: 400px;
  max-width: 800px;
  box-shadow: 0 2px 12px #00000022;
}
.relojtitulo {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.reloj {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.lineareloj {
  border: 0;
  height: 2px;
  background: #ffffff ;
  margin: 0.5rem 0 1rem 0;
}
/* CSS Document */
/* estilos.css */
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: white;
  color: #333;
  font-weight: 600;
}
.row {
  max-width: 1100px;
  align-content: center;
  padding: 10px;
}
img {
  width: 100%;
}
h1 {
  color: #333333;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  padding: 10px;
}
.titulo_producto {
  font-size: 22px;
  font-weight: 700;
  background-color: black;
	color: white;
	padding: 3px;
	border-radius: 50px;
	
}
li {
  text-align: left;
  list-style-image: url("../images/check.png")
}
.col-md-3 {
  padding: 10px;
}
p {
  margin-bottom: 2px; /* Puedes ajustar el valor según tus preferencias */
}
.precioscaja {
  font-size: 23px;
  font-weight: 900;
}
.cuotaquin {
  background-color: #80B918;
  padding: 3px;
  border-radius: 50px;
  color: aliceblue;
  font-weight: 500;
  font-size: 16px;
  max-width: 300px
}
.cuota {
  font-size: 20px;
}
.plazoprimas {
  font-size: 16px;
}
.btn {
  background-color: #80B918;
  border-radius: 50px;
}
.btn-primary {
  background-color: #80B918;
  border-radius: 50px;
}
.card-title {
  font-size: 14px;
  font-weight: 900;
  color: #333333;
}
.titulosint {
  font-size: 18px;
  color: #80B918;
  font-weight: 700;
}
.background {
  background: #058238;
  color: white;
  padding: 5px;
  border-radius: 7px;
}
.descripcion {
  font-size: 12px;
}
.precioregular {
  font-size: 13px;
  font-weight: 600;
}
.preciofec {
  font-size: 20px;
  color: #058238;
  font-weight: 900;
}
.prima {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.cuotaquincenal {
  font-size: 16px;
  border-radius: 50px;
  background-color: #058238;
  padding: 5px;
  color: white;
}
.tasa {
  font-size: 13px;
  font-weight: 600;
}
.Line {
  color: #058238;
}
.col-md-4 {
  padding: 10px;
}
.relojtitulo {
  font-size: 25px;
  font-weight: 900;
  color: white;
}
.reloj {
  font-size: 20px;
  color: white;
  font-weight: 700;
}
.lineareloj {
  color: white;
}
.card-img-top {
  padding: 15px;
}

.card-img-top {
  width: 100%;
  height: 250px; /* altura fija del contenedor */
  object-fit: contain; /* la imagen se ajusta sin deformarse */
  object-position: center; /* centra la imagen */
  background-color: #fff; /* opcional, para rellenar el espacio */
}

