@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    font-family: Montserrat, sans-serif;
    background-color: #f0f0f0;
    color: #333;
}

.row {
	max-width: 1100px;
	align-content: center;
	padding: 20px;
}

.titulos {
	font-size: 28px;
	font-weight: 800;
	color: #80B918;
	
}
.incluye {
	background-color: #ff0033;
	color: white;
	max-width: 120px;
	border-radius: 50px;
	padding: 2px;
	font-weight: 700
}	
.precioregular {
	font-size: 14px;
}

.preciofec {
	background-color: #b11c5a;
	color: white;
	font-size: 18px;
	font-weight: 900;
	border-radius: 50px;
}
.titulocarta {
	font-size: 19px;
	font-weight: 900;
	color: #4d4d4d;
}

.btn {
	background-color: #80B918;
	border-radius: 50px;
}


.card {
	border-radius: 20px;
	background-color: #F0F0F0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.51);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.51);
}

.card-img-top {
	padding: 5px;
	width: 100%;
	
}

.cardbody {
	padding: 5px;
}

.card-text {
	font-size: 12px;
}

.subtitulos {
	
	font-size: 20px;
	font-weight: 600;
	color: #80B918;
	padding: 10px;	
}

.parrafo1 {
	text-align: justify;
	font-size: 15px;
	font-weight: 500;
}

.parrafo2 {
	text-align: justify;
	font-size: 15px;
	font-weight: 500;
}

.check {
	width: 15px
}

.footertext {
	
	color: white;
	font-weight: 600
}