﻿/* links */
a:focus, a:hover {
    color: #333;
}

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

/* bg topo */
.pd-header {
    background-color: #333;
    background: url("https://s3.us-west-2.amazonaws.com/cdn.clientes/nabrazza/upload/nabrazza-assados---loja-02_04102024034134.webp");
    background-position: bottom center;
    background-size: cover;
    border-bottom: none;
    height: 180px;
    margin-bottom: 70px;
    box-shadow: none;
}

@media (max-width:768px) {
    .pd-header {
        background: url("https://s3.us-west-2.amazonaws.com/cdn.clientes/nabrazza/upload/nabrazza-assados---loja-02_04102024034135.webp") center;
        background-size: cover;
    }

    .pd-header > .container .pd-header-logo > span .img-box {
        top: 0 !important;
        z-index: 9;
    }
}

@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%);
    }
}

/* título - selecione um estabelecimento */
.pd-title {
    color: #A40C0F;
}

/* nomes estabelecimentos */
html[data-scope="estabelecimentos"] span.pd-title--h6.pd-card--estabelecimento--nome {
    font-size: 23px;
    color: #A40C0F !important;
}

@media (max-width:768px){
    html[data-scope="estabelecimentos"] span.pd-title--h6.pd-card--estabelecimento--nome {
        font-size: 20px;
    }

    .section-page-content {
        margin-top: 50px;
    }
}

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;
}

/* fechado */
html[data-scope="estabelecimentos"] .section-page .pd-card--estabelecimento .pd-card-fechado::before {
    background: #333;
}

/* horário de funcionamento */
.pd-card--estabelecimento--horario {
    color: #000 ;
}

/* bg footer */
.pd-footer-section-main {
    background-color: #A40C0F;
}

a.pd-footer-list-item.insta span {
    margin: 0 4px !important;
}

.pd-subtitle {
    color: #333;
    font-size: 16px;
}

/* ícones rodapé */
.pd-footer-list .pd-footer-list-item .pd-footer-list-icon {
	background: #A40C0F !important;
    color: #ffffff;
    min-width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    transition: 0.2s all linear;
}

/* cor textos rodapé*/
.pd-footer-list .pd-footer-list-item .pd-footer-list-text {
	color: white;
}

.pd-card--estabelecimento .pd-card--estabelecimento--telefone i {
    color: #A40C0F !important;
}

html[data-scope="estabelecimentos"] .section-page .pd-card--estabelecimento .pd-card--estabelecimento--nome {
    font-size: 20px;
    padding-bottom: 10px;
}

html[data-scope="estabelecimentos"] .section-page .pd-card--estabelecimento .pd-card--estabelecimento--telefone {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

html[data-scope=estabelecimentos] .section-page .pd-card--estabelecimento {
    min-height: 250px;
}

.pd-header>.container .pd-header-logo>span .img-box {
    background: transparent !important;
}

.pd-header>.container .pd-header-logo>span {
    justify-content: center !important;
}

@media (min-width: 1024px) {
    html[data-scope=estabelecimentos] .section-page .pd-card--estabelecimento:hover {
        border-color: #A40C0F !important;
    }
}
.pd-header>.container .pd-header-logo>span .img-box {
    top: 10px;
}

.pd-footer-copy-text {
    color: #fff;
}