﻿
/* loader */
html.loading .pd-SpashScreen .loader {
    color: #ffffff;
}

/* sombra logo */
.pd-header > .container .pd-header-logo > span .img-box img {
     box-shadow: -6px -2px 20px 0px rgb(0 0 0 / 25%);
}
@media (max-width:768px) {
    html[data-scope="cardapio"] .logo-redondo .pd-m-Header-bar-logo a img {
        box-shadow: -6px -2px 20px 0px rgb(0 0 0 / 25%);
    }
}

html[data-scope="estabelecimentos"] span.pd-title--h6.pd-card--estabelecimento--nome {
    font-size: 23px;
}

html[data-scope="estabelecimentos"]  span.subtitulo_estabelecimento {
    font-size: 15px;
    color: black;
    display: block;
    margin-top: 3px;
}

html[data-scope="estabelecimentos"] span.subtitulo_separador {
    display: none;
}