/* Estilos para el banner personalizado */
.custom-demo-banner {
    position: relative;
    width: 100%;
    background: #00A19A;
    height: 50px;
}

.custom-demo-banner .banner-background {
    position: relative;
    width: 100%;
    height: 50px;
}

.custom-demo-banner .banner-text {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
