
.grafica {
	width: 100%;
	color: var(--rojo);
}

p.concepto {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}

p.grande {
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	margin: 0px;
}

p.grande span { font-size: 20px; line-height: 28px; vertical-align: top; margin-right: 3px; }
p.grande sup { font-size: 20px; line-height: 28px; vertical-align: top; }

/*--------------------------------------------------------------
# mapa
--------------------------------------------------------------*/

#mapita {
	width: 100%;
	margin: 0 auto 0;
}

.mapamex {
	width: 100%;
	margin: auto;
	padding: 0px;
}
	.mapamex path {
		fill: var(--marino);
		stroke: var(--blanco);
		stroke-width:1px;
	}
	.mapamex path:hover {
		fill: var(--cielo);
	}

/*--------------------------------------------------------------
# progreso
--------------------------------------------------------------*/

.progreso {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 90px 5fr;
	padding: 0px;
	margin-top: 0px;
}

.progreso-title {
	display: inline-block;
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: var(--gris);
}
.progreso-title a { color:var(--negro); }

.progreso-linea {
	display: inline-block;
	float: right;
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.progreso-bar {
	height: 100%;
	background: var(--cielo);
	display: flex;
	align-items: center;
	transition: width 0.25s;
}

.progreso-text {
	font-size: 12px;
	line-height: 12px;
	margin-left: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: var(--blanco);
	padding: 10px 0px;
}

.progreso-text-2 {
	font-size: 12px;
	line-height: 12px;
	margin-left: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	color: var(--blanco);
	padding: 3px 0px;
}

/*--------------------------------------------------------------
# progreso circulo
--------------------------------------------------------------*/

