.contenedor_repositorio {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
	gap: 10px;
}

.box_repositorio
{
	width: 400px;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	text-align: justify;
	transition: background-color 0.5s ease;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
  }

.box_repositorio > div
{
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	text-align: justify;
	transition: background-color 0.5s ease;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	width:100%;
	height: 100%;
	overflow: hidden;
	padding: 5px;
}

.box_repositorio h2
{
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	width: 90%;
	font-weight: bold;
}

.box_repositorio h4
{
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	width: 90%;
}

.box_repositorio p,
.box_repositorio ul,
.box_repositorio ol,
.box_repositorio li
{
	color: #fff; /* Color de texto blanco para contraste */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	font-size: 14pt;
	width: 90%;
}

.box_repositorio img {
max-width: 150px; /* Ajusta el ancho máximo de la imagen */
margin-bottom: 10px;
}

.box_repositorio .list1 li {
	font-size: 8pt !important;
}

p.repositorio {
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-indent: 12px;
	margin-bottom: 5px;
	color: #334;
	text-shadow: 3px 3px 3px #cfcfcf;
}
h4.repositorio {
	font-size: 2.6rem;
	line-height: 2.8rem;
	text-indent: 0px;
	margin-bottom: 9px;
	color: #334;
	text-shadow: 3px 3px 3px #cfcfcf;
}

h4.repositorio a {
	text-decoration: none;
	color: unset;
}

h4.repositorio a:hover {
	text-decoration: none;
	color: #668;
}