﻿
html {
    height: 100%;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

header {
    margin-top: 10px;
}

.button-back {
    margin-left: 1rem;
    position: absolute;
    left: -1px;
    color: black;
}

.div-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 3rem;
    border-radius: 10px;
}

.nmStore {
    font-size: 20px;
    color: var(--text-color-primary);
}

.separator {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr auto 1fr;
    margin: 5px 0px;
}

.separator-hr {
    width: 100%;
    border-top: 0.1px solid #999;
    border-bottom: none;
    margin: 0px !important;
}

.separator-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
}
