/* Navbar */

nav {
  background: transparent !important; /* Asegura fondo transparente */
  box-shadow: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.brand-logo img.logo-img {
  height: 50px;
  margin-top: 5px;
}

/* Hero Section */

.hero {
  width: 100%;
  min-height: 100vh;
  background: url('../assets/iad-desarrollos-header-min.jpg') center center / cover no-repeat fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px; /* espacio para el nav */
  position: relative;
}

.hero .buttons {
  margin-top: 30px;
}

/* Benefits Section */
.benefits {
  padding: 50px 20px;
}

.benefits i {
  margin-bottom: 15px;
}

/* Ajustes para responsive */
@media only screen and (max-width: 600px) {
  .hero h3, .hero h4 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .brand-logo img.logo-img {
    height: 40px;
  }
}

.destacados {
  margin: 40px 0;
}

.card-title {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.card-content p {
  margin: 0.5em 0;
}

.colorPantone {
  color: #00628C;
}

ul.dropdown-content {
  position: relative; /* Evita que desaparezca el contenido */
}

/* Hero Section */

.fondo {
  width: 100%;
  min-height: 100vh;
  background: url('../assets/img-interior-catchment-section_chica.png') center center / cover no-repeat fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px; /* espacio para el nav */
  position: relative;
}

header, main {
  padding-left: 320px;
}