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

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

/* bg topo */
.pd-header {
    background-color: #007a02;
    border-bottom: none;
    background-position: center bottom;
}

.pd-header > .container .pd-header-logo > span .img-box {
    width: calc(17% - 10px) !important;
    height:180px;
}

@media (max-width:768px) {
    .pd-header {
    }

    .pd-header > .container .pd-header-logo > span .img-box {
        width: 125px !important;
        height: 180px;
    }

    .pd-header > .container .pd-header-logo > span .img-box {
        top: -30px;
    }
}

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

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

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

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

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: #007a02;
}

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

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

/* a.pd-footer-list-item.instagram {
    display: flex;
    gap: 10px;
    align-items: center;
} */

/* ícones rodapé */
.pd-footer-list .pd-footer-list-item .pd-footer-list-icon {
	background: #007a02 !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: #007a02 !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: 12px;
}

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-card--estabelecimento {
    position: relative;
}

.tag-new {
    position: absolute;
    top: 0;
    left: 0;
    background: #007a02;
    padding: 5px 20px;
    border-radius: 3px 0 3px 0;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.pd-header > .container .pd-header-logo > span .img-box img {
    border-radius: 50%;
    box-shadow: none;
    border: 2px solid #fff;
}

.pd-card--estabelecimento--horario {
    color: #007a02;   
}

.pd-card--estabelecimento:hover {
    border-color: #007a02 !important;
}