/* Reemplazar texto del título por imagen */
.wp-block-site-title a {
    display: block;
    width: 220px;      /* Ajusta el tamaño del logo */
    height: 65px;      /* Ajusta el tamaño del logo */
    background-image: url("https://prueba.jabutec.com.do/wp-content/uploads/2025/12/LOGO-Evolucion-1320x379.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

/* Centrado para headers con logo centrado */
.wp-block-site-title {
    display: flex !important;
    justify-content: center !important;
}


