.pageCard{
    /*height: 100vh;*/
    height: 100%;
    max-height: 100%;
    /*border: 2px solid red;*/
    background: #fff;
    color: #fff;
}

.pageCard .container{
    max-width: 480px;
    background: var(--overlay) ;
    max-height: 100vh;
    height: 100% !important;
    padding: 0px;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
@media(max-width: 576px){
    .pageCard .container{
        max-width: 100%;
    }
}

.pageCard ::-webkit-scrollbar {
    width: 5px;
}
.pageCard ::-webkit-scrollbar-track {
    background-color: transparent;
}
.pageCard ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 30px;
}

.pageCard .headerCard{
    min-height: 150px;
    position: relative;
    z-index: 1;
    padding: 20px;
}
.headerCard:before{
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    position: absolute;
    z-index: -2 !important;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.headerCard:after{
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: -1!important;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(
            180deg, #716c6c30, var(--overlay) 100%) !important;
}
.headerCard img{
    width: 80px;
}
.headerCard h1{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.headerCard h2{
    font-size: 0.87rem;
}


.pageCard .bodyCard{
    overflow-y:scroll;
    padding: 10px 20px 20px 20px;
}

.bodyCard .resumo{
    font-size: 1rem;
    letter-spacing: -0.4px;
    line-height: 1.4em;
    margin-bottom: 2rem;
}
.bodyCard h2{
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pageCard .footerCard{

}
.botaoCard{
    font-size: 1rem;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #ddd;
    display: block;
    text-align: center;
    font-weight: 600;
}
.botaoCard:hover{
    text-decoration: none;
    color: #fff;
    opacity: 80%;
}
.botaoCard i{
    font-size: 1.2rem;
}
.botaoWhatsapp{
    background: #50BC9C;
}
.botaoContato{
    background: #e74c3c;
}
.botaoCardapio{
    background-color: #f39c12;
}


.pageCard .group-titulo{
    margin-bottom: 2rem;
}
.pageCard .group-contato .button:hover{
    text-decoration: none;
    text-align: center;
}
.pageCard .group-contato .button,
.pageCard .group-contato button{
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
    color: #fff;
    margin-right: 1rem;
    width: 107px;
}
.pageCard .group-contato .card-verdestaque{
    width: 150px !important;
}
.pageCard .group-contato .button i,
.pageCard .group-contato button i{
    height: 57px;
    width: 57px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 57px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 8px;
    color: #fff;
    
}
.pageCard .group-contato .button .contato-nome,
.pageCard .group-contato button .contato-nome {
    font-weight: 700;
    font-size: 0.85rem;

    min-height: 50px;
    line-height: 1.2em !important;
    margin-top: 8px;
}
.pageCard .group-contato .card-vertelefone i{
    background: #eeeeee;
   /* height: 75px;
    width: 75px;
    font-size: 2.26rem;
    line-height: 75px;*/
    color: #18bc9c;
    margin-bottom: 0px !important;
}
.pageCard .group-contato .card-vertelefone .borda{
    border-radius: 50%;
    padding: 5px;
    position: relative;
}
.pageCard .group-contato .card-vertelefone .borda .badge{
    position: absolute;
    top: 0px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border-radius: 50%;
    padding: 0px;
}


.pageCard .group-contato .card-verdestaque i{
    height: 75px;
    width: 75px;
    font-size: 2.26rem;
    line-height: 75px;
    margin-bottom: 0px !important;
}


.pageCard .group-contato .effect {
    border: 1px solid #ffffff;
    /*margin-top: 5px;*/
    margin-top: 0px;
    border-radius: 50%;
    position: absolute;
    height: 75px;
    width: 75px;
}
.pageCard .group-contato .card-adicional .effect{
    margin-top: -1px;
}

.bodyCard .list-group-item{
    background: transparent;
    border-color: rgb(255 255 255 / 14%);
}

.bodyCard hr{
    border-color: rgb(255 255 255 / 14%);
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bodyCard .redes-compl i{
    width: 64px;
    height: 64px;
    border-radius: 8px !important;
    line-height: 60px;
    font-size: 36px;
}