﻿/* 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://pd-clientes-all.s3.us-west-2.amazonaws.com/cdn.saborfitthe/upload/sabor-fit-the---congelados_02122024094405.webp');
    background-position: bottom center;
    background-size: cover;
    border-bottom: none;
    height: 200px;
}

@media (min-width: 769px) {
    .pd-header > .container .pd-header-logo > span .img-box a::before {
        content: "";
        position: absolute;
        bottom: -33px;
        right: 0;
        width: 200px;
        height: 23px;
    }
}

@media (max-width:768px) {
    .pd-header {
        background: url("https://pd-clientes-all.s3.us-west-2.amazonaws.com/cdn.saborfitthe/upload/sabor-fit-the---congelados_02122024094406.webp") center;
        background-size: cover;
    }

    .pd-header > .container .pd-header-logo > span .img-box {
        top: 30px !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: #4b5823;
}

/* nomes estabelecimentos */
html[data-scope="estabelecimentos"] span.pd-title--h6.pd-card--estabelecimento--nome {
    font-size: 23px;
    color: #4b5823 !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: #4b5823;
}

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: #4b5823 !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: #4b5823 !important;
}

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

html[data-scope="estabelecimentos"] .section-page .pd-card--estabelecimento .pd-card--estabelecimento--telefone {
    margin: 0 auto;
}

html[data-scope="estabelecimentos"] .section-page .pd-card--estabelecimento button {
    margin: 0 auto;
}

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

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

@media (min-width: 1024px) {
    html[data-scope=estabelecimentos] .section-page .pd-card--estabelecimento:hover {
        border-color: #4b5823 !important;
    }
}

.pd-title.pd-title--center.pd-title--h3 {
    margin-top: 40px;
}

.logo-pd {
    display: flex;
    align-items: center;
    justify-content: end;
}

.pd-header > .container .pd-header-logo > span .img-box img {
    border: 0;
    box-shadow: 0px -1px 31px 0px rgba(0, 0, 0, 0.13);
}