@charset "utf-8";
/* 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;
}

