.anuncio{
    height: 40px;
    display: flex;
    justify-content: center;
    color: white;
    font-family: 'Poppins';
    font-size: 14px;
    align-items: center;
}

.anuncio *{
    margin: 0;
}

.anuncio .anuncio-contenedor{
    white-space: nowrap;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;

}

@media(max-width: 768px){
    .anuncio{
        font-size: 12px;
    }
}