﻿/* 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://cdn.prefirodelivery.com/topfrango/assets/imagens/cover.jpg');
    background-position: bottom center;
    background-size: contain;
    border-bottom: none;
    height: 180px;
}

@media (max-width:768px) {
    .pd-header {
        background: url("https://cdn.prefirodelivery.com/topfrango/assets/imagens/cover-mobile.jpg") center;
        background-size: cover;
        height: 180px;
    }

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

    .logo-pd {
        justify-content: center !important;
    }
}

.pd-header > .container .pd-header-logo > span .img-box img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@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: #db3c11;
}

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

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: #db3c11 !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: #db3c11 !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;
}

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

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