html, body, form {
    height: 100%;
    font-family: 'Montserrat';
}

.content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkboxCustom input {
    margin-right: 10px;
    width: 12.8px;
    height: 12.8px;
}

.checkboxCustom label {
    width: calc(100% - 30px);
}

.inicio {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.meio {
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.fim {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.direita {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
}

.esquerda {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.btn-circle.btn-xl {
    width: 45px;
    height: 45px;
    padding: 6px 10px;
    border-radius: 35px;
    line-height: 1.33;
}


.btn-circle.btn-xs {
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 6px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

celula:hover {
    background-color: yellow;
}

.slick-slide {
    margin: 0px 10px;
}

.img-btn-enviar {
    height: 5px;
}

.overlay {
    opacity: 0.5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: #000000;
    box-sizing: border-box;
}

.rowoverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 100%;
    opacity: 0.5;
}

.rowoverlayopaco {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 100%;
}

/** {
    font-size: 13px;
    line-height: 1.2;
}*/

.txtprincipal {
    width: 100%;
    text-align: center;
    padding: 20px;
    text-size-adjust: 100%
}

.ctncenter {
    padding-top: 75px;
}

#imgprincipal {
    margin: 20px 0 !important;
    width: 150px !important;
}

#imgprincipalQlub {
    margin: 50px 0;
    width: 250px !important;
}

.ctnpix {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 20px 20px;
}

.cdpix {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}

@media(min-width:768px) {
    #imgprincipal {
        width: 250px !important;
    }
}

.w-16 {
    width: 16px;
}

.w-20 {
    width: 20px;
}

.w-24 {
    width: 24px;
}

.w-30 {
    width: 30px;
}

.w-32 {
    width: 32px;
}

.w-40 {
    width: 40px;
}

.badge-notify {
    background: red;
    position: relative;
    z-index: 1;
    top: -13px;
    left: 34px;
    width: 20px;
    height: 18px;
    border-radius: 25px;
    text-align: center;
}

.carouselPadrao {
    background-color: transparent;
    border-color: #F9F9F9;
}

.carouselSelecionado {
    background-color: #3F7E47;
    border-color: #3F7E47;
}

.fundoCliente {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    width: 100%;
    height: 100%;
}

.wucFundoCliente {
    color: white !important;
}

.imagemCLiente {
    box-shadow: 0px 0px 0px 4000px rgba(0, 0, 0, 0.5) inset;
}

.imgCupomDetalhe {
    width: 100%;
    height: 250px
}

@media(min-width:768px) {
    .imgCupomDetalhe {
        width: 100%;
        height: 380px
    }
}

.pickgradient {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.50)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    width: 101%;
    border-radius: 15px;
    position: relative;
    height: 200px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 0.3);
}

.cardMaterial {
    border-radius: 15px;
    box-shadow: 0 0px 5.5px rgb(0 0 0 / 0.3);
    margin: 8px 0px 0px 0px;
    height: 115px;
    background-color: white;
}

.cardMaterialCombo {
    border-radius: 15px;
    box-shadow: 0 0px 5.5px rgb(0 0 0 / 0.3);
    margin: 8px 15px 0px 15px;
    height: 115px;
    background-color: white;
}

.imgCardMaterial {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0px !important;
    margin: 0px !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 115px;
}

@media(min-width:768px) {
    .cardMaterial {
        margin: 7px 7px 0px 0px
    }
}


.maxline-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.pkscol-30 {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.pkscol-70 {
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.badge-success {
    border-radius: 8px;
    padding: 3px 12px;
}

.btn {
    border-radius: 10px;
    box-shadow: 0 0px 5.5px rgb(0 0 0 / 0.3);
    height: 50px;
}

.espacamentoHr {
    margin: 8px 0px 8px 0px
}

.fundo-cor-cinza {
    background-color: #F9F9F9;
}

.openCloseStatus {
    background-color: transparent;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    border: none !important;
    outline: none !important;
}

.activeStatus {
    background-color: white;
    border-radius: 5px 5px 0 0;
}

.suspendedStausArea {
    background-color: transparent;
    position: absolute;
    z-index: 100;
    margin-right: 15px;
    display: none;
}

.div-material-favorito {
    width: 100%;
    margin: 0;
}

.div-button-material-favorito {
    height: 160px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 0px 5.5px rgb(0 0 0 / 30%);
    background: white !important;
    width: inherit;
}

.div-material-carrinho {
    width: 100px;
    margin: 0 5px;
}

.gradient-vertical-material-favorito {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 3px 4px rgb(0 0 0 / 0.3);
    position: relative;
    border-radius: 10px;
    height: 160px;
    width: 100%;
    margin-top: -160px;
}

.imagem-material-favorito {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.descricaoMaterialFavoritoLista {
    font-size: 16px;
    line-height: 110%;
    padding: 0px 0 1px 0;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.corVermelhoFavoritoLista {
    color: #FFADAD;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    margin: 0 -2.5px 0 0;
}

.div-button-material-carrinho {
    width: 100px;
    height: 100px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 5.5px rgb(0 0 0 / 30%);
    background: white !important;
}

.imagem-material-carrinho {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.carouselListaProdutosHorizontal {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    .carouselListaProdutosHorizontal::-webkit-scrollbar {
        display: none;
        user-select: none;
    }

.gradient-vertical-produto {
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 3px 4px rgb(0 0 0 / 0.3);
    position: relative;
    border-radius: 5px;
    height: 100px;
    width: 100%;
    margin-top: -100px;
}

.shadow-navbar {
    height: 56px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    background-color: white;
}

.carouselShowFixed {
    opacity: 1 !important;
    padding: 5px 0px;
    height: 40px;
}

.carouselShow {
    padding: 5px 0px;
    height: 40px;
    display: block;
    /*    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
*/
}

.carouselHide {
    padding: 5px 0px;
    height: 40px;
    display: none;
    /*    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

.paddingCardapioSemPromocoes {
    padding-top: 100px !important
}

.corVermelhoPromocaoLista {
    color: #FFADAD;
    font-weight: bold;
    font-size: 10px;
    display: flex;
    align-items: flex-end;
    margin: 0 -2.5px 0 0;
}

.descricaoMaterialPromocaoLista {
    font-size: 9.5px;
    line-height: 110%;
    margin: 0;
    padding: 0px 0 1px 0;
    height: 22px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
}

.bordaPadrao {
    border: 1px solid lightgrey;
}

.bordaSelecionada {
    border: 1px solid green;
}

.padraoTextoCancelado {
    color: red
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}