html {
  scroll-padding-top: 80px;
}

body {
  background-color: #333;
}

/* Estilos personalizados */
.header-image {
  height: auto;
}

.header-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #0071d5 !important;
}

a.nav-link {
  color: white !important;
}

.carousel-item {
  height: auto;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section {
  padding: 30px 0;
  min-height: 500px;
  background-color: #fff;
}

.section:nth-child(even) {
  background-color: #f8f9fa;
}

.section h2 {
  margin-bottom: 30px;
  color: #333;
}

.footer {
  background-color: #343a40;
  color: white;
  padding: 40px 0;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #04a7f6;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 1000;
}

.scroll-to-top:hover {
  background-color: #0056b3;
  color: white;
}

.text-primary {
  color: #04a7f6 !important;
}
