.navbar {
  background-color: #931212;
  padding: 0.4rem 1rem;
  position: relative;
  z-index: 1;
}

.navbar .nav-link {
  padding: 0.3rem 0.6rem;
  font-size: 0.9rem;
  color: white !important;
  text-decoration: none;
}
.navbar .nav-link:hover {
  color: black !important;
}

.titulo {
  text-align: center;
  color: #931212;
}

.textoa {
  color: #931212;
  text-align: justify;
}

.somos img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* Footer */
.liston-negro {
  background-color: rgb(233, 230, 230);
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-link {
  color: #931212;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}

.espacio {
  word-spacing: 5px;
}

/* Tipografía */
.texto {
  color: #931212;
}

.textos {
  color: #931212;
  text-decoration: none;
  margin: 0 5px;
}
.textos:hover {
  text-decoration: underline;
}
.mi-gif {
  width: 100%;
  height: auto;
  max-height: 105px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
  background-color: rgba(76, 77, 70, 0.478);
}

.corporacion {
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'akira', sans-serif;
  color: #931212;
  margin: 20px 0;
}

.textob {
  color: #931212;
}

/* Responsividad */
@media (max-width: 768px) {
  .corporacion {
    font-size: 1.5rem;
  }

  .liston-negro {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .navbar .nav-link {
    font-size: 0.85rem;
    padding: 0.4rem 0.5rem;
  }
}

@media (max-width: 480px) {
  .corporacion {
    font-size: 1.2rem;
  }

  .navbar .nav-link {
    font-size: 0.8rem;
    padding: 0.3rem 0.4rem;
  }
}
