body {
    font-family: Arial, sans-serif;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
}

.carousel-inner img {
    height: 500px;
    object-fit: cover;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bg-light {
    background-color: #f7f7f7;
}

.accordion {
    width: 100%;
}
.carousel-inner img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.nav-link {
  transition: color 0.2s ease-in-out;
}

.nav-link:hover {
  color: #3498db; /* Color de tu preferencia */
}