@charset "utf-8";
/* CSS Document */


/* estilos.css */
body {
    font-family: "Montserrat", sans-serif;
    background-color: #f0f0f0;
    color: #333;
	font-weight: 500;
}

.row {
	max-width: 1100px;
	padding: 30px;
}

.T1 {
	background-color: #DEE2E6;
	color: #333333;
	font-size: 25px;
	font-weight: 900;
	padding: 10px;
}

.cont {
	padding: 10px;
}

.card-title{
	background-color: #80B918;
	padding: 8px;
	font-size: 17px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	color: white;
	font-weight: 700
}

.card-text {
	text-align: left;
	padding: 10px;
}

.btn {
	background-color: #80B918;
	border-radius: 50px;
}

/*estilos tabla*/

.table-container {
    overflow-x: auto;
	font-weight: 600
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

th, td {
    padding: 12px 15px;
    border: 1px solid #ddd;background-color: #80B918; color: aliceblue
}

th {
    background-color: #80B918;
    color: #ffffff;
    text-transform: uppercase;
}

/* Colores por categoría */
.cat-a {
    background-color: #333333;
	text-align: center;
	color: aliceblue;/* Azul claro */
}

.cat-b {
    background-color: #4d4d4d;
	text-align: center;
	color: aliceblue;/* Amarillo claro */
}

.cat-c {
    background-color: #666666;
	text-align: center;
	color: aliceblue;/* Naranja claro */
}

tr:nth-child(even) {
    background-color: #f3f3f3;
}

tr:hover {
    background-color: #f1f1f1;
}

.titulos-tabla {
	
}

/*estilos tabla*/

.tabla-tarifas {
	font-size: 14px;
}



.t_cam {
	background-color: #80B918;
	padding: 5px;
	max-width: 850px;
	color: aliceblue;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}

.incluye {

	-webkit-box-shadow: 0px 0px 5px 0px rgb(0, 15, 4);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0, 15, 4);
	box-shadow: 0px 0px 5px 0px rgb(1, 20, 6);

}

.incluye h3 {
	
	font-size: 18px;
	background-color: #333;
	max-width: 90px;
	color: white;
	padding: 10px;
	border-radius: 50px;
}

.incluye ul {
	font-size: 14px;
}

.recomendaciones {

	text-align: left;
}

.recomendaciones h3 {


	font-size: 18px;
	background-color: #333;
	max-width: 190px;
	color: white;
	padding: 10px;
	border-radius: 50px;

}

.recomendaciones ul {
	font-size: 14px;
}