/* */
.pageContainer {
	min-height: 400px;
}


.navbar-custom {
	background-color: #003366; /* Azul oscuro */
}

.spacer-10 {
	min-height: 10px;
}

.spacer-20 {
	min-height: 20px;
}

.spacer-30 {
	min-height: 30px;
}

/** */
textarea.form-control {
  resize: none; /* Evita que el usuario redimensione el textarea */
  border-radius: 8px; /* Bordes más redondeados */
}

#markdown-output {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
	background-color: #f9f9f9;
}

.image-container {
	width: 100%;
	height: 200px; /* Puedes ajustar la altura según tus necesidades */
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-container img {
	height: 100%;
	width: auto;
	object-fit: cover; /* Asegura que las imágenes se ajusten al contenedor */
}

.card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.col-name {
	width: 150px;
}

.col-value {
	width: 150px;
}
