a{
    text-decoration: none;
}
h2#title {
    font-size: 1.1rem;
}


nav.navbar:first-of-type {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px; /* la altura del primer nav */
  z-index: 1030;
  background-color: rgb(33,37,41);
}

nav.navbar:last-of-type {
  position: fixed;
  top: 60px; /* justo debajo del primer nav */
  left: 0;
  right: 0;
  height: 60px; /* la altura del segundo nav */
  z-index: 1020;
  background-color: rgb(33,37,41);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 10px 10px 10px 10px;
    background-color: rgb(33,37,41);
}

body {
  padding-top: 120px; /* suma de ambos navs */
}

iconosRedes .fab {
    font-size: 30pt;
    
}

.btn-primary {
  background-color: #f87f0f;
  border-color: #f87f0f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #d46f0d;
  border-color: #d46f0d;
}


/* Estilos generales */
section#about,
section#galery,
section#services,
section#contact {
  margin-top: 50px;
}


.partnership-highlight {
  background-color: #c7d6e5; /* Fondo gris muy claro */
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.partnership-highlight h1 {
  color: #1a1a1a;
  font-size: 22pt;
  font-weight: 700;
}

.partnership-highlight p {
  color: #333;
  font-size: 1.1rem;
}


/* Estilos solo para pantallas pequeñas (celulares) */
@media (max-width: 700px) {
  section#about,
  section#galery,
  section#services,
  section#contact {
    margin-top: 90px;
  }
}
