body {
  font-family: "Montserrat", Arial, sans-serif;
  background-color: #f8f9fa;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand img {
  max-height: 60px;
}

.hero {
  background: url("/assets/images/FONDOWEB.JPEG") no-repeat center center/cover;
  height: 650px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-attachment: fixed;
}

.hero .text-overlay {
  background: rgba(60, 60, 60, 0.6);
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hero h1 {
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.hero button {
  padding: 15px 30px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #30c1c2;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero button:hover {
  background-color: #259091;
}

.card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 20px;
}

.footer {
  background-color: #212529;
  color: white;
  padding: 40px 0;
}

.footer h5 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.footer ul li a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.footer ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.map-container {
  height: 400px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.contact-info {
  margin-top: 15px;
}

.social-icons a {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #adb5bd;
  transition: color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
  color: #0056b3;
  transform: scale(1.1);
}

.footer p {
  margin-top: 20px;
  font-size: 1.1rem;
}

li {
  cursor: pointer;
}

.brand {
  background-color: #0056b3;
  height: 600px;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-attachment: fixed;
}
