.luto-flotante {
  position: fixed !important;
  top: 200px !important;
  left: 10px !important;
  width: 100px;
  z-index: 99999;
  pointer-events: none;
}

logo-banner {
    text-align: center;
    padding: 1rem 0;
}

.logo-banner .logo-img {
    max-width: 200px;
    height: auto;
}

/* ===== ESTILOS PARA LOGO CON TEXTO ===== */
.site-title {
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0;
    font-weight: 700;
}

/* Colores y estilos diferenciados */
.site-title .part1 {
    font-family: 'Roboto', sans-serif;
    color: #007BFF; /* Azul */
}

.site-title .part2 {
    font-family: 'Playfair Display', serif;
    color: #333;
}