@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: 10px;
}

.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: 16px;
}

.preciofec {
	background-color: #373737;
	color: white;
	font-size: 15px;
	font-weight: 900;
	border-radius: 500px;
	max-width: 160px;
	
}
.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: 20px;
	
	
}

.cardbody {
	padding: 15px;
}

.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
}


.valor {
	
	background-color: #80B918;
	max-width: 180px;
	color: white;
	font-weight: 900;
	font-size: 20px;
	border-radius: 50px;
}
.valorfec {
	font-size: 30px;
	font-weight: 800;
}

.obsequio {
	font-size: 13px;
}

.titulos2 {
	padding: 5px;
	font-size: 20px;
	background-color: #80B918;
	color: white;
	text-align: center;
}


.tabla-eltiempo {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
  
}


table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #007bff;
    color: #fff;
}

th, td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f1f1f1;
}