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

	/* altura topo menor
	.pd-header {
		height: 180px;
	} */

	/* ícone menu cardápio */
	.pd-header-nav li:nth-child(1) a.pd-header-cardapio-link i:nth-child(1) {
	    display:none;
	}
	.pd-header-nav li:nth-child(1) a.pd-header-cardapio-link span::before {
	    font-family: 'Material Icons';
	    font-weight: 400;
	    font-style: normal;
	    font-size: 24px;
	    display: inline-block;
	    line-height: 1;
	    text-transform: none;
	    letter-spacing: normal;
	    word-wrap: normal;
	    white-space: nowrap;
	    direction: ltr;
	    -webkit-font-smoothing: antialiased;
	    text-rendering: optimizeLegibility;
	    -moz-osx-font-smoothing: grayscale;
	    font-feature-settings: 'liga';
	    content:'local_bar';
	    color: #3f3f95;
	    margin-right:5px;
	}
	.pd-header-nav li:nth-child(1) a.pd-header-cardapio-link span {
	    display: flex;
	    align-items: center;
	}

	/* Logo sem fundo e sombra */
	@media (max-width: 767px) {
	    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
	        width: 190px;
	        top: 15px;
	    }
	    .pd-m-Header-bar-logo {
	        top: 0;
	        background: transparent !important;
	    }
	    .pd-m-Header-bar-logo a {
	    	box-shadow: none !important;
	    }
	}
	@media (min-width:769px){
		.pd-header .pd-header-logo .img-box {
			background: transparent;
		}
		.pd-header > .container .pd-header-logo > span .img-box {
			top: -14px;
			width: 260px !important;
	    }
	}

	/* MOBILE - Logo sem fundo */
	@media (max-width:768px) {
	    html[data-scope=cardapio] .pd-m-Header-bar-logo {
	        background: none !important;
	        top: 28px !important;
	    }
	    html[data-scope=cardapio] .pd-m-Header-bar-logo a {
	         box-shadow: none !important;
	    }
	}