@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    font-family: Montserrat, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

img {
	width: 100%;
}

.row {
	max-width: 1100px;
	align-content: center;
	padding: 20px;
}

h1 {
    color: #333333;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	padding: 10px;
}


.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;

}

.cuota{
	font-size: 20px;
}

.plazoprimas {
	font-size: 16px;
}


.btn {
	
	background-color: #80B918;
	
}

.btn-primary {
	background-color: #80B918;
	border-radius: 50px;
}

.card-title {
	font-size: 18PX;
	font-weight: 900;
	color: #333333;
	
}
.titulosint {
	
	font-size: 18px;
	color: #80B918;
	font-weight: 700;
	
}

.card-title {
	height: 80px;
}

.card img {
	height: 250px;
}