.logo-texto {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1;
  #color: #111827;
  text-transform: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.webinstante-banner {
  min-height: 380px;
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;      /* centro vertical */
  justify-content: center;  /* centro horizontal */
  text-align: center;
}
.banner {
  background: rgba(0, 0, 0, 0.45);   /* color translúcido */
  backdrop-filter: blur(6px);        /* efecto cristal (opcional) */
  -webkit-backdrop-filter: blur(6px);
  padding: 32px 36px;
  border-radius: 10px;
  max-width: 560px;
  color: #fff;
}

