.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-thq-btn-elm {
  background-color: #7fbce5;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}

.footer-wrapper {
  display: block;
  width: 100%;
  background-color: #1a1a1a;  /*Esto le dará el color oscuro */
  clear: both; /* Evita que se suba si hay elementos flotantes */
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-footer-nav-link-elm3 {
  text-decoration: none;
}
 
.footer-thq-footer-nav-link-elm5 {
  text-decoration: none;
}
 
.footer-thq-btn-elm {
  text-decoration: none;
  background-color: #7fbce5;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.contacto-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.contacto-thq-hero-title-elm2 {
  color: var(--color-surface);
}
 
.contacto-thq-hero-subtitle-elm2 {
  color: var(--color-surface);
}
 
.contacto-container6 {
  display: none;
}
 
.contacto-container7 {
  display: contents;
}
