.navbar-default {
    background-color: #000;
    border-color: #1b1f22;
    border-top-color: #1b1f22;
    border-right-color: #1b1f22;
    border-bottom-color: #1b1f22;
    border-left-color: #1b1f22;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1b1f22;
}


/* ===== Páginas legales / contacto ===== */

body.site.sticky-header.is-joomla4 {
  background: #000;
  color: #fff;
}

.navbar.navbar-default.elegant-navbar {
  background: #000;
  border-top: 1px solid #1b1f22;
  border-bottom: 1px solid #1b1f22;
}

.master {
  background: #000;
}

footer {
  background: #000;
  color: #fff;
}

/* ===== Footer layout independiente del template ===== */
#custom-footer {
  margin-top: 60px;
  margin-bottom: 80px;
}

#custom-footer .custom-footer__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

#custom-footer .custom-footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#custom-footer .custom-footer__col {
  flex: 1 1 33.333%;
  min-width: 240px;
  text-align: center;
}

#custom-footer h4 {
  margin: 0 0 15px;
}

#custom-footer a {
  display: block;
  text-decoration: none;
  color: #ffffff !important;

}

#custom-footer a:hover {
  color: #e60023 !important;
}

/* Créditos */
#custom-footer .custom-footer-credits {
  text-align: center;
  color: #ccc;
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

/* Móvil */
@media (max-width: 767px) {
  #custom-footer .custom-footer__col {
    flex: 1 1 100%;
    margin-bottom: 25px;
  }

#custom-footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

#custom-footer a {
    font-size: 16px;
    line-height: 1.8;
  }

#custom-footer .custom-footer-credits {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

/* Color del fondo y borde del área de texto de los artículos y el footer */
.wrap {
    background: #000000;
    border-radius: 3px;
    border: 1px solid #000000;
}

.content:before, .sidebar:before {
    background: #000000;
}

/* Color blanco en títulos en toda la plantilla */
h1, h2, h3, h4, h5, h6, strong {
    color: #ffffff !important;
    font-weight: 700;
}