.wpcf7-form {
  text-align: center;
  display: block;
  margin: auto;
}

* {
  font-family: Rubik;
}

@media (max-width: 991px) {
  .nav-toggle:before {
    background-color: #000000!important;
    box-shadow: 0 0.5em 0 0 #0c0c0c, 0 1em 0 0 #000000 !important;
  }
}

.banner-title.wow.fadeInLeft {
  white-space: pre;
}

/* Añade espacio entre el icono de la casita y el texto Inicio */
a[title="Inicio"] i.fa-home {
    margin-right: 10px; /* Puedes aumentar este número si quieres más espacio */
}

/* Separar el icono de hamburguesa del menú y asegurar visibilidad */
.navSidebar-button {
    margin-left: 20px; /* Ajusta este valor para dar más espacio */
    display: inline-block !important; /* Asegura que el contenedor sea visible */
}

.navSidebar-button i.icon-burger-menu {
    display: block !important;
    min-width: 20px;
    min-height: 20px;
}