.tm-topbar {
    align-items: center;
    background: var(--topbar-color);
    display: flex;
    height: 8rem;
    justify-content: space-between;
}

.tm-topbar_content {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    margin: 0 2rem;
}

.tm-topbar_logo {
    max-height: 6rem;
    width: auto;
}

.tm-topbar_product {
    align-items: center;
    color: #FFF;
    display: flex;
}

.tm-topbar_product_invitado {
    border-right: 1px solid #fff;
    display: block;
    height: 3.5rem;
    padding: 0 1.5rem 0 0;
}

.tm-topbar_product_title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 2.5rem;
    margin: 0;
    padding: 0 0 0 1.5rem;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .tm-topbar {
        height: 6rem;
    }

    .tm-topbar_logo {
        max-height: 4rem;
    }

    .tm-topbar_product_invitado {
        height: 2.5rem;
    }

    .tm-topbar_product_title {
        font-size: 2rem;
        line-height: 3rem;
    }
}
