.testing-banner {
    width: 100%;
    background-color: #0b1f3a; /* azul marino */
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 9999;
}
