.fuente_arba{
	font-family: 'Encode Sans', sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana;
  font-weight: 700;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* text-shadow: 0px 2px 40px rgba(19, 30, 80, 0.52005);*/
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  will-change: color;
}

.fuente_color_arba{
  color: #00AFC3;
}

.fuente_tam_arba{
	font-size: 2.625rem;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.font_size_12_992_1200_important {
		font-size: 12px !important;
	}
	/* 
	.font_size_11_note {
		font-size: 11px;
	}
	
	.font_size_10_note {
		font-size: 10px;
	} */
}

.btn-green {
	color: fff;
	background-color:#347920;
	border-color:#2fdb17;
}

/* --- Tablas modernas para gestión de remitos --- */
.table {
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(44,62,80,0.07);
}
.table thead th {
  background: #566D9B;
  color: #f9f6f6;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #dee2e6;
  vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}
.table-hover tbody tr:hover {
  background-color: #e9ecef;
  transition: background 0.2s;
}
.table td, .table th {
  vertical-align: middle;
  padding: 0.75rem 0.5rem;
}
.badge {
  font-size: 0.95em;
  padding: 0.45em 0.8em;
  border-radius: 0.5em;
  letter-spacing: 0.03em;
}
.badge.bg-danger {
  background: #e74c3c !important;
}
.badge.bg-success {
  background: #27ae60 !important;
}
.badge.bg-secondary {
  background: #7b8a99 !important;
}
/* Responsive para tablas con muchas columnas */
.table-responsive {
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(44,62,80,0.07);
  margin-bottom: 1.5rem;
}

.btn-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.btn-actions .btn {
  border-radius: 0.5rem !important;
}
