﻿
/* Logo maior - DESKTOP */
.pd-header-logo span .img-box {
    width: 200px !important;
}

.pd-title.pd-title--center.pd-title--h3
{
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.pd-title.pd-title--center.pd-title--h3::before {
    color: #ea4f25;
    content: "Escolha a forma de entrega";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo maior - MOBILE */
@media (max-width:768px) {
    html[data-scope="cardapio"] .pd-m-Header-bar-logo {
        width: 150px !important;
        top: 25px !important;
    }
}
