 

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	overflow-x: hidden;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
/* Fix Bootstrap carousel caption positioning for wide banner images */
#carousel-Inicio .carousel-item {
  height: 100vh;
}

#carousel-Inicio .carousel-item img {
  height: 100vh;
  object-fit: cover; /* Keeps image aspect ratio and centers it vertically */
  object-position: center;
}