.banner-main {
	background: #000;
	height: auto;
	width: 100%;

}



:focus-visible {
	outline: 3px solid #004085;
	outline-offset: 3px;
}
.entry-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: .5rem;
	padding: 1.25rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.entry-meta {
	font-size: 0.9rem;
	color: #777;
}

.entry-text {
	flex-grow: 1;
}

.form-section {
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 1.5rem;
	border-radius: .5rem;
}

.custom-pagination .page-link {
	color: #444;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	padding: .5rem .75rem;
}

.custom-pagination .page-item:not(.disabled) .page-link:hover {
	background-color: #e6e6e6;
	color: #222;
}

.custom-pagination .page-item.active .page-link {
	background-color: #bfbfbf;
	border-color: #b3b3b3;
	color: #000;
	font-weight: 600;
}


.custom-pagination .page-item.disabled .page-link {
	color: #aaa;
	background-color: #f7f7f7;
	border-color: #e0e0e0;
}

.custom-pagination .page-link:focus-visible {
	outline: 3px solid #5a5a5a;
	outline-offset: 2px;
}

table.lista td:nth-child(1)  {
	min-width: 100px;
}


@media (max-width: 768px) {

  table.responsive-table thead {
    display: none; 
  }

  table.responsive-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    padding: .75rem;
  }

  table.responsive-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0;
    border: none;
  }

  table.responsive-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
    margin-right: 1rem;
  }
}