.section-header {
	color: white; 
	background-color: #333300;
}

.nav-name-sty {
	font-family: serif;
}

.carousel {
	max-width: 1000px;
}

.carousel-item {
	aspect-ratio: 4 / 3;
}

.carousel-item img {
  	width: 100%;
  	height: 100%;
  	object-fit: contain;
}

#portada {
	top: 0;
	bottom: auto;
}

@media (max-width: 576px) {
	.fs-sm {
		font-size: 10px;
	}
}