:root{
	
    --cor-texto:#fff ;
	--cor-card:#6d0606 ;
	--cor-icones:#f2bd0f ;
	--fonte-primaria:'Fredoka One', cursive;
	--fonte-secundaria:'Raleway', cursive;
	/*--fonte-primaria:'Bungee', cursive;
	--fonte-primaria:'Great Vibes', cursive;
	--fonte-primaria:'Raleway', cursive;*/
}
html, body{  
    margin: 0 auto;  
    padding: 0;
    border: 0; 
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    background-color: #000;
    width: 100%;
    height:100%;
    overflow: auto;
    text-align:center;
    
}
#app{
    height: 100%;
    width:100%;
    padding: 0;
    margin: 0;
    background-position: center;
    background-size: cover;
   box-sizing: border-box;
  overflow-x: hidden;
}
@font-face {
    font-family: 'fonte';
    src: url('../fontes/alexbrush-regular-webfont.woff2') format('woff2'),
         url('../fontes/alexbrush-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fonte2';
    src: url('../fontes/kaushanscript-regular-webfont.woff2') format('woff2'),
         url('../fontes/kaushanscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fonte3';
    src: url('../fontes/edo-webfont.woff2') format('woff2'),
         url('../fontes/edo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'fonte4';
    src: url('../fontes/avara-webfont.woff2') format('woff2'),
         url('../fontes/avara-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
*{
    font-family: 'fonte4';
}
h1{
    color:#fff;
    font-family: 'fonte3';
    background-color:black;
}
.logojsa{
    width:80px;
    height:auto;
    margin:0 auto;
    
}
/*

*:focus{
    outline: 0;
}
html,body,#app{
    height: 100%;
    width:100%;
    padding: 0;
    margin: 0;
   box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
 
:target {
  scroll-margin-top: .8em;
}
a{
    text-decoration: none;
    transition: opacity 0.2s ease;
}
a:visited {
    color:  inherit;
    text-decoration: none;
}
 a:hover{
    opacity: 0.7;
    
  }
a:focus{
    outline: 0;
    
}

.btInstalacao {
  
    background-color:#fff;
    color:#000;
    border-radius:8px;
    box-sizing: border-box;
    display :none;
    padding:10px;
    width:80%;
    font-weight:bold;
    text-overflow: auto;
    text-align:center;
    margin: 10px auto;
    cursor:pointer;
   
 
 
}
.CardInicio{
position: relative;              
top: 50%; 
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width:90%;
max-width: 380px;
background-image:linear-gradient(to top, #D8D8D8,#fff );    

border-radius: 5px 5px;
text-align: center;
padding: 60px 10px 5px 10px;
}
.CardInicio p {
    margin:5px 0;
}
.imgInicio{
    position: absolute;              
    top: 0%; 
    left: 50%;
    transform: translate(-50%, -50%);
    height:150px;
    
}
.botaoAcessar{
    
    position: relative;
    overflow: hidden;   
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    width: 100%;
    color: white;
  
    border-radius: 5px 5px;
    text-align: center;
    font-size: 1.75rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    cursor:pointer;
}
.botaoAcessar:before {
    animation: mymove 3s;
    animation-iteration-count: infinite;
		content: "";
		position: absolute;
		top: -70px;
		left: -80px;
		height: 200px;
		width: 30px;
		background: rgba(255, 255, 255, .1);
		transform: rotate(20deg);
		cursor:pointer;
}
@keyframes mymove {
  
   0% {
    left: -80px;
  }
  25% {
    left: 400px;
    transition: all .5s;
  }
  100% {
    left: 400px;
    transition: all .5s;
  }
}  

.ModalHorariosFuncionamento{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
legend{
    margin:10px;
}
.tabelaHorarios {
  border-collapse: collapse;
  font-weight: bold;
  margin:0 auto;
  border:1px solid black;
  background-color:#000;
  
}

.horario{
    margin-top:5px;
}

btModal{
    
    display:inline-block;
    background-color:black;
    color:#fff;
    width:80%;
    border:2px solid #fff;
    border-radius:10px;
    margin:8px auto;
    cursor:pointer;
    text-align:center;
    font-weight: bold; 
    padding:8px;
   
}
btModal > p{
    display:block;
    text-align:center;
    font-weight: 500; 
    color:#fff;
    margin:0;
    padding:0;
}


input[type='file'] {
  display: none
}
.BtSalvar{
    width:100%;
    color:white;
    margin:0 auto;
    padding:15px;
    background-color:green;
    color:#fff;
    position:fixed;
    bottom:0;
    z-index:1000;
    border-radius:2px;
    font-weight: 600;
    cursor:pointer;
    font-size:18px;
}
/* Estilo padrão do ícone */
.fechar{
    position:absolute;
    right:10px;
    top:15px;
    z-index:10;
    cursor:pointer;
    color:red;
}
.fechar :hover{
    color:black; 
}
/*
.pedir{
    position:relative;
    float:right;
    bottom:25px;
    right:15px;
}
.zoomImg{
    margin:0 auto;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,.9);
    overflow:auto;
    display:none;
    z-index:1001;
}
.zoomImg img{
    width:100%;
    height:auto;
    position:relative;
    top:50%;
    transform: translate(0 , -50%);
}

.campoObrigatorio{
    color:red;
    font-size:10px;
}
.campoOpicional{
    color:gray;
    font-size:10px;
}
.voltar{
 
    position:absolute;
    left:5%;
    top:17px;
    z-index:10;
    cursor:pointer;
}
.preto{
    color:#000;
}

/**********************INÍCIO******************
.banner{
    display:inline-block;
    max-width:728px;
    width:100%;
    height:90px;
    color:white;
    position:fixed;
    bottom:0;
    left:50%;
    transform: translate(-50%, 0);
    cursor:pointer;
}
.imgInicio{
    position: absolute;              
    top: 0%; 
    left: 50%;
    transform: translate(-50%, -50%);
    height:150px;
}
.CardInicio{
position: relative;              
top: 50%; 
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width:90%;
max-width: 380px;
background-image:linear-gradient(to top, #D8D8D8,#fff );    

border-radius: 5px 5px;
text-align: center;
padding: 60px 10px 5px 10px;
}
.NomeEstabelecimento{
    display:block;
    font-size:20px;
    font-weight: bold;
    padding:0;
    margin:0;
}

 
@keyframes mymove {
  
   0% {
    left: -80px;
  }
  25% {
    left: 400px;
    transition: all .5s;
  }
  100% {
    left: 400px;
    transition: all .5s;
  }
}  
.botao{
    
    position: relative;
    overflow: hidden;   
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    width: 100%;
    color: white;
  
    border-radius: 5px 5px;
    text-align: center;
    font-size: 1.75rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    cursor:pointer;
}

.botao:before {
    animation: mymove 3s;
    animation-iteration-count: infinite;
		content: "";
		position: absolute;
		top: -70px;
		left: -80px;
		height: 200px;
		width: 30px;
		background: rgba(255, 255, 255, .1);
		transform: rotate(20deg);
}
.statusFuncionamento {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin-top:30px;
    background-color:transparent;
}
.statusFuncionamento-fechado {
    color: #ad1616;
    border: 1px solid #ad1616;
}
.statusFuncionamento-aberto {
    color: #36b902;
    border: 1px solid #36b902;
}
.statusFuncionamento-almoco {
    color: #c18626;
    border: 1px solid #c18626;
}
btModal{
    
    display:inline-block;
    background-color:black;
    color:#fff;
    width:80%;
    border:2px solid #fff;
    border-radius:10px;
    margin:8px auto;
    cursor:pointer;
    text-align:center;
    font-weight: bold; 
    padding:8px;
   
}
btModal > p{
    display:block;
    text-align:center;
    font-weight: 500; 
    color:#fff;
    margin:0;
    padding:0;
    
    
}




h3{
    margin:0;
    padding:0;
}

.resumoPedido{
    color:#fff;
  
}
.icones{
    color:var(--cor-icones);
}

/*.rodape-jl{
   
    position:fixed;
    bottom:0;
    left:50%;
    width: 90%;
    transform: translate(-50% , 0);
    margin: 10px auto 0 auto;
    color: black;
    font-size: 20px;
    padding:10px;
    background-color: rgb(125, 125, 125,.5);
}*/
/*
footer{
   
    width: 100%;
    margin: 10px auto 0 auto;
    color: black;
    font-size: 20px;
    padding:10px;
    background-color: black;
}
.rodape-jl button{
   
    display:block;
    margin:10px auto;
    background-color:red;
    color:white;
    border-radius:8px;
    padding:8px;
    
}
.rodape-jl p{
    font-size:15px;
    font-weight: italic;
    color:#ccc;
    margin:0;
    padding:0;
}



/********************CARDÁPIO*******************

.cardapio{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: rgba(0,0,0,.6);
    height:100%;
    overflow:auto;
    
}
.headerCardapio{
    max-width:500px;
    position: fixed;
    width: 100%;
    color: white;
    top: 0;
    z-index:10;
    background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4) 49%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4));
        cursor: pointer;
}
.headerCardapio > div{
    background-color:white;
    -webkit-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    color:black;
    font-weight: bold;
    padding-top: 3px;
    
}
.cardsCardapio{
    width: 95%;
    margin: 10px auto;
    color: white;
    font-size: 20px;    
    cursor:pointer;
    border-radius:3px;
     background-image: linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.1) 10%);
     text-align:center;
}
.svgCardapio{
    height:50px;
    width: 50px;
    padding-top: 5px;
}
.spanCardapio {
    display:block;
    padding-top:5px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}


/*********************CARRINHO******************

descricao{
     font-weight: normal;  
     display:inline-block;
     color: black;
}
b{
   font-weight: bold;
   color: black;
}
.carrinho{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: #000;
    height:100%;
    overflow:auto;
}


.float{
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
    bottom: 10px;
    right: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    z-index:2;
}
.float:active{
 color: #555;
}

.cardsCarrinho{
    max-width: 500px;
    width: 90%;
    background-color:white;
    margin: 12px auto;
    text-align:left;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 5px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    position: relative;
    overflow: hidden;
}
.maismenos{
    display:inline-block;
    width:100%;
    text-align:center;
    margin-bottom:15px;
}
.mais{
    display:inline-block;
    background-color:#EFEFEF;
    width:60px;
    padding: 5px 10px;
    border-radius:5px;
    margin:0 8px;
    cursor:pointer;
}
n{
    display:inline-block;
    font-size:25px;
    font-weight: italic;
}
.menos{
    display:inline-block;
    cursor:pointer;
    background-color:#EFEFEF;
    width:60px;
    padding: 5px 10px;
    border-radius:5px;
    margin:0 5px;
}
.fa-times-circle{
    color:#B31217;
    position:absolute;
    top:0;
    right:0;
}
.precoCarrinho{
    font-size: 15px;
    font-weight: bold;
    color:#8E1124;
    text-align:right;
    display:block;
}
.perguntaCarrinho{
    font-size: 9px;
    font-weight: italic;
    color:#aaa;
    text-align:left;
    display:block;
}
.obs{
    text-align:center;
    width:100%;
    display:inline-block;
    margin:0 auto;
}
.inputWithIcon input {
  padding:8px 8px 8px 25px;
  padding-left: 25px;
  width: 94%;
  max-width:430px;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px auto;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s;
}
.inputWithIcon {
  position: relative;
  max-width:430px;
  margin:0 auto;
}

.inputWithIcon input:focus + .icon {
  color: dodgerBlue;
}
.inputWithIcon.inputIconBg.icon {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}
.inputWithIcon.inputIconBg input:focus + .icon {
  color: #fff;
  background-color: dodgerBlue;
}
.inputWithIcon input {
  padding-left: 25px;
}
.inputWithIcon {
  position: relative;
  max-width:430px;
  margin:0 auto;
}

.inputWithIcon input:focus + .icon {
  color: dodgerBlue;
}
.inputWithIcon.inputIconBg.icon {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}
.inputWithIcon.inputIconBg input:focus + .icon {
  color: #fff;
  background-color: dodgerBlue;
}
.btFecharPedido{
    position:fixed;
    bottom:0;
    z-index:1000;
    padding:12px 0;
    width:100%;
    color:white;
    margin:10px auto;
    background-color:green;
    cursor:pointer;
    max-width:510px;
}
.btComprarMais{
    position:fixed;
    bottom:55px;
    z-index:1000;
    padding:12px 0;
    width:100%;
    color:white;
    margin:10px auto;
    background-color:green;
    cursor:pointer;
    max-width:510px;
}
.bt{
    padding:12px;
    width:90%;
    color:white;
    margin:10px auto;
    background-color:green;
    cursor:pointer;
}
.bt span{
    font-size:18px;
    display:block;
}
strong{
    color:red;
}
.negrito{
    font-weight: bold;
}
.subtotal{
    font-size: 15px;
    font-weight: bold;
    color:black;
    text-align:center;
    color:#8E1124;
}
.linha hr{
    padding: 0;
    margin:0;
    border: none;
    color: #fff;
    text-align: center;
    display:inline-block;
    width:40%;
    max-width: 500px;
}
.total{
    background-color:#fff;
    color:#000;
}
.icon{
  position: absolute;
  left: 2px;
  top: 8px;
  padding: 9px 10px;
  color: #aaa;
  transition: 0.3s;
}
.botaoSair{
   
    position:relative;
    left:10px;
    top:25px;
    z-index:10;
    cursor:pointer;
    margin:0 auto;
    text-align:left;
    max-width:500px;
   
}
.botaoSair > .fa-arrow-alt-circle-left{
    padding-left:10px;
    
}
.botaoSair p{
    font-size:10px;
    margin:0;
    padding:0;
}
.BtSalvar{
    padding:12px;
    width:90%;
    color:white;
    margin:0 auto;
    padding:15px;
    background-color:green;
    color:#fff;
    position:fixed;
    bottom:0;
    z-index:1000;
    border-radius:5px;
    width:90%;
    font-weight: 600;
    max-width:450px;
    cursor:pointer;
    font-size:18px;
}

versao{
    position: fixed;
    left:10px;
    height: auto;
    bottom: 0;
}
versao > p{
    display:block; 
    color:black;
    text-align:left;
    opacity:0.5;
}
.vermelho{
    color:red;
}
.branco{
    color:#fff;
}
spaceTop{
    display:block;
    height:60px;

    
}
spaceBottom{
    display:block;
    height:120px;
}
spaceTopItemCardapio{
    display:block;
    height:65px;
}
cardVideos {
  display:block;
  width: 98%;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  margin:0 auto 50px auto;
  height:350px;
}

.bg{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    height:100%;
    overflow:auto;
}
.CardsMenu{
    width:100%;
    height:100%;
    overflow:scroll;
}
cards{
    margin:85px auto;
    display:inline-block;
    word-wrap: break-word;
    width:100%;
    
}
card{
    display:block;
    background-color:white;
    border-radius:7px;
    color:black;
    margin:15px auto;
    width:90%;
    padding:10px 0;
    overflow:auto;
}
card > p{
    display:block;
    font-size:18px;
    text-align:center;
    color:#fff;
    background-color:#000;
    padding:5px;
    margin:5px;
    font-weight: bold;
   
}
card > img{
    margin-top:3px;
    height:60px;
    width:60px;
    max-width:50px;
    border-radius:10px;
    border:5px solid #203B7D;
    margin:5px;
    float:left;
}
h5{
    font-size:13px;
    text-align:center;
    color:white;
    margin:0;
    padding:0;
}

card > h2{
    display:block;
    text-align:left;
    word-wrap: break-word;
    background-color:#000;
    height:60px;
    color:white;
}


card > label{
    display:inline-block;
   font-size:15px;
    color:#555;
    padding:0;
    margin:0;
}
bt{
    display:inline-block;
    background-color:black;
    color:#fff;
   font-size:10px;
    padding:5px;
    width:80%;
    border:2px solid #fff;
    border-radius:10px;
    margin:8px auto;
}

input[type="checkbox"]{
    cursor:pointer;
    width: 25px;
    height: 25px;
    
    
}/*
*/
/***************LOGIN*****************

.login{
    
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: rgba(0,0,0,.3);
   
    
}
.subcard{
    background-color: rgba(225,225,225,.5);
    margin:5px;
    border-radius:3px;
    padding:8px;
}
input{
    width:90%;
    margin-bottom:10px;
    padding:2px;
    text-align:center;
}
.login p1{
    font-size:18px;
    color:white;
}
.login p2{
    
    margin:0;
    padding:0; 
    font-size:18px;
    font-weight: bold;
    margin-bottom:5px;
    color:white;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
hr{
    width:40%;
    display:inline-block;
}
.login span{
    display:block;
    font-weight: bold;
}
.login p{
    background-color: rgba(0,0,0,.5);
    margin:0;
    padding:0; 
    font-size:18px;
    font-weight: bold;
    margin-bottom:5px;
    color:white;
}
.login img{
    margin:5px auto;
    padding:0;
    width:150px;
    
}
.cards{
    width: 95%;
    margin: 10px auto;
    color: white;
    font-size: 20px;    
    cursor:pointer;
    border-radius:3px;
    padding:5px;
}
/***************LOGIN*****************/
/***************PERFIL*****************

.perfil{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: rgba(225,225,225,.3);
    
    overflow:auto;
    padding:0;
    height:100%;
}
.perfil form{
    
    overflow:auto;
    
}

.perfil h2{
    padding:10px;
    margin-top:5px;
    color:white;
    background-color:black;
}

.perfil card{
    display:block;
    margin:10px;
    border-radius:4px;
    background-color:#fff;
    overflow:auto;
}
.perfil p{
    margin:0;
    padding:0; 
    font-size:18px;
    font-weight: bold;
    margin-bottom:5px;
    color:#fff;
    background-color:black;
}
.custom-file{
    background-color: none;
    width: 90%;
    height: 30px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.custom-file > span{
    font-family: Tahoma, Arial;
    font-size: 15px;
    display: block;
    padding: 5px 0 0 5px;
}
.custom-file input[type="file"]{
    cursor:pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.custom-file:after{
    content: 'Inserir Nova Imagem';
    width: 90%;
    height: 30px;
    color: #fff;
    background-color: #f00;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-family: Tahmoa, Arial;
    margin-bottom:5px;
}
label{
    color:white;
}

/***************PERFIL*****************

.botaoAgenda-proximo-ativado{
        color: #fff;
        font-size: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height:50px;
        line-height:50px;
        padding: 5px 5px;
        text-align: center!important;
        background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
        z-index: 999;
        cursor: pointer;
}


.botaoAgenda-proximo-ativado p5{
    color:white;
}

.botaoAgenda-proximo-desativado{
        
        font-size: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height:50px;
        line-height:50px;
        padding: 5px 5px;
        text-align: center!important;
        background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
       
        
        z-index: 999;
}
.botaoAgenda-proximo-desativado p5{
    color:black;
}


calend{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.calendar
{
    background-color: white;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
    box-sizing: border-box;
}

.calendar .dropdown
{
    display: none;
    position: absolute;
    background-color: #009688;
    color: #fff;
    text-align: center;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius:5px;
    width: 160px;
    z-index: 2000;
    margin:10px;
    box-sizing: border-box;
}

.calendar .dropdown .dropdown-item
{
    cursor:pointer;
    opacity: .7;
    transition: .5s opacity;
    box-sizing: border-box;
}

.calendar .dropdown .dropdown-item:hover
{
    opacity: 1;
    box-sizing: border-box;
}

.calendar .years
{
    display:none;
    box-sizing: border-box;
}

.calendar .title
{
    text-align:center;
    font-size:20pt;
    box-sizing: border-box;
}

.calendar .calendar-btn
{
    float: left;
    background-color: #009688;
    color: white;
    border-radius:5px;
    text-align: center;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: 20%;
    cursor: pointer;
    transition: .5s background-color;
    margin:5px;
    box-sizing: border-box;
}

.calendar .calendar-btn:hover{
  
}

.calendar .year-btn
{
    float:center;
    box-sizing: border-box;
}

.calendar .calendar-dates .days .day 
{
    float:left;
    width: 12%;
    margin: 1%;
    padding: 1%;
    font-size:13pt;
    text-align:center;
    border-radius: 10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
}

.calendar .calendar-dates .days .day.blank
{
    background-color: white;
    border:none;
    box-sizing: border-box;
}

.calendar .calendar-dates .days .day.selected
{
   
    color: black;
    cursor:pointer;
    
    box-sizing: border-box;
    
}

.calendar .calendar-dates .days .day.selected:hover
{
    opacity: 1;
    background-color:#000;
    color:#fff;
    box-sizing: border-box;
    
}

.calendar .calendar-dates .days .day.label
{
    height: 40px;
    background-color: white;
    color: black;
    border:none;
    font-weight:bold;
    box-sizing: border-box;
}

.clear{
    clear:both;
}

@media only screen and (max-width: 960px) {
    .calendar{
        width: 100%;
        margin: 0px;
        margin: 0px;
        box-sizing: border-box;
        position: relative;
        left: 0px;
    }
}

/****************AGENDA*************

.agenda{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: rgba(0,0,0,.4);
    height:100%;
    overflow:auto;
}
.agenda agenda{
    display:block;
    border:2px #000 solid;
    border-radius:7px;
    margin:5px;
    background-color:white;
}
.agenda data {
    display:block;
    border-radius: 7px 7px 0 0;
    width:100%;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:15px;
    font-weight: bold; 
    background-color:#000;
    margin:0 auto;
}

.agenda h4{
    color:white;
    background-color:purple;
    padding:5px;
    margin:0 5px;
    border-radius:5px;
}
.agenda desenho{
    display:block;
    margin: 0 auto;
    padding:0;
    color:#fff;
    font-size:40px;
}
.agenda cardagenda{
    display:inline-block;
    word-wrap: break-word;
    width:100%;
    height:100%;
    text-align:100%;
    padding:50px 0;
}
.agenda hr{
    color:#fff;
    width:100px;
}

.agenda p {
    display:block;
    text-align:left;
    font-size:18px;
    padding:3px 0;
    margin:5px;
}

.agenda bt{
    display:block;
    text-align:center;
    font-weight: bold; 
    color:#fff;
    font-size:18px;
    padding:8px;
    margin:10px 5px;
}
.bgverde{
    background-color:#0f6d14;
}
.bgazul{
    background-color:#27246e;
}
.bgvermelho{
    background-color:#d0063a;
}
.bgroxo{
    background-color:#850196;
}

/****agenda vertical******
.agenda spaaceTop{
    display:block;
    height:50px;
}
.divCalendar{
    height:17px;
    position:absolute;
    top:22px;
    width:100%;
    z-index:9;
}
.filtroCalendar{
    position:absolute;
    left:10%;
    top:70px;
    z-index:10;
    cursor:pointer;
    color:#fff;
}
.filtroCalendarlabel{
    position:absolute;
    left:9%;
    top:105px;
    z-index:10;
    cursor:pointer;
    color:#fff;
}


/*bg*
.agenda__month {
  position: relative;
  padding-bottom: 65px;
}
/*linha*
.agenda__month:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 71px;
  background: #fff;
  z-index: 0;
}
/*ano*
.agenda__month__title {
  position: relative;
  width: 120px;
  height: 120px;
  padding: 5px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  background: #fff;
  border-radius: 50%;
  font-weight: bold;
  text-transform: uppercase;
}
.agenda__item__date {
  position: relative;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 29px;
  display: block;
  line-height: 64px;
  background: #009688;
  color: #fff;
  font-size: 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
 
}
.agenda dia{
    font-size:8px;
}
.agenda status{
    display:block;
    text-align:center;
    background-color:black;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
}
.agenda titulo{
    display:inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding:0;
    margin:10px;
    
}
.agenda p1{
    display:block;
    color:#555;
    padding:0;
    margin:0;
    padding-left:10px;
}

/*ano texto*
.agenda__month__title time {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.6rem;
  
}
.agenda__list {
  list-style: none;
  margin: 0;
  padding:0 15px ;
  position: relative;
  
}
.agenda__list li + li {
  margin-top: 4rem;
  
}
.agenda__item__detail:before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: calc(1% - 0.6rem);
  
}
/*hora*
.agenda__item__detail .horaires {
  /*flex-basis: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #009688;
  width:auto;
  padding:5px;
 
 
}
.agenda__item__detail .desc {
  padding:0;
  text-align: left;
  width:100%;
  /*background-color:blue;/*****************
 }
 .agenda__item__detail {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  background: #fff;
  width:100%;
  /*background-color:red;/*********************
 
}
.agenda btCancelar{
    display:block;
    background-color:#a2291c;
    text-align:center;
    color:#fff;
    padding:5px;
    margin:5px;
    border-radius:3px;
    cursor:pointer;
}
.agenda btReagendar{
    display:block;
    background-color:#eb640a;
    text-align:center;
    color:#fff;
    padding:5px;
    margin:5px;
    border-radius:3px;
    cursor:pointer;
}
/****************NOVO AGENDAMENTO*************
.novoagendamento{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    overflow:auto;
    box-sizing: border-box;
    
}
.novoagendamento card{
    display:block;
    margin:10px;
    border-radius:4px;
    background-color:#fff;
}
.novoagendamento t{
    display:block;
    color:black;
    font-weight: bold;
}
.agenda h3{
    color:white;
    margin:0;
    padding:0;
    
}


.CardTitulo{
    
    max-width: 700px;
    width: 100%;
    color:#fff;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 10px;
    border-radius: 1px; 
    margin:0px auto;
    margin-bottom:5px;
}
.CardTitulo CardTitulo{
    display:block;
    font-size: 24px;
    font-weight: bold;
    width: 90%;
  
    background-image: radial-gradient(rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
   color:#fff;
    text-align:center;
    border-radius:2px;
}



CardTitulo{
    font-size: 19px;
    font-weight: bold;
    color: black;
}
.cardsClicado  CardTitulo{
    font-size: 19px;
    font-weight: bold;
    color: white;
}
CardSubtitulo{
    margin-left:35px;
    padding-right:40px;
    display:block;
    font-size: 16px;
    color: black;
}
.cardsClicado CardSubtitulo{
    margin-left:35px;
    display:block;
    font-size: 16px;
    color: white;
}
CardSubtitulo2{
    margin-left:100px;
    display:block;
    font-size: 13px;
    color: red;
}
.cardsClicado CardSubtitulo2{
    margin-left:35px;
    display:block;
    font-size: 13px;
    color: white;
}
.cardsClicado  h1{
    color: white;
}

/*****************PRODUTOS********************

.svg{
    width:70px;
    height:70px;
    position:relative;
    background-size: cover;
    float:left;
    transform: translate(10% , 0%);
    border-radius:8px;
    margin-right:5px;
}

.imgCatategoriasProdutos{
   
    width:50px;
    height:50px;
    position:relative;
    background-size: cover;
    float:left;
    transform: translate(10% , 0%);
    border-radius:8px;
    margin-right:5px;
   
}
.CardsCatategoriasProdutos{
    word-wrap: break-word;
    overflow:hidden;
    width: 100%;
    background-color:white;
    margin: 0px auto;
    text-align:left;
    border-bottom: 1px solid #ccc;
    padding: 10px 6px;
    cursor: pointer;
    border-radius: 1px; 
}
.CardsCatategoriasProdutos-clicado{
   transition: .2s;
    max-width: 700px;
    width: 100%;
    color:#fff;
    text-align: left;
    border-bottom: 1px solid #000;
    border-top: 1px solid #fff;
    padding: 20px 6px 20px 20px;
    cursor: pointer;
    border-radius: 1px; 
    -webkit-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    -moz-box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    box-shadow: 3px 10px 5px -5px rgba(0,0,0,0.69);
    margin:0px auto;
    margin-bottom:5px;
   background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
}
 categoriaProdutos{
    display:block;
    font-size: 32px;
    font-weight:500;
    color: black;
}
.CardsCatategoriasProdutos  categoria{
    color: white;
}
infoCatProdutos{
    font-size: 13px;
    color: black;
    padding:0;
    margin:0;
}
.CardsCatategoriasProdutos  infoCat{
    color: white;
}
cardsProdutos2{
    width:auto;
    cursor: pointer;
}
cardsProdutos2 img{
    max-height:150px;
    margin:0;
    padding:0;
    margin-top:40px;
    
} 
produto{
    display:block;
    font-size: 25px;
    font-weight: bold;
    color: black;
    text-align:center;
    padding:0;
    margin:0;
}
info{
    font-size: 14px;
    display:block;
    padding:0;
    margin:0;
}
.desconto{
    display:inline-block;
    background-color:#FF6464;
    font-size:16px;
    color:white;
    border-radius:10%;
    width:auto;
    padding:0 5px;
    font-weight: bold;
}
.red{
    color:black;
    font-weight: bold;
}
strike{
    color:gray;
}
.preco{
    
}
a{
    text-decoration:none;
    color:transparent;
}

.num{
    position: fixed;
    bottom: 45px;
    right: 6px;
    background-color: white;
    border: solid 1px black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    z-index:3;
}


.preco{
    font-size:25px;
}


.bt_comprar{
    padding:10px 50px;
    border-radius:10px;
    color:white;
    display:inline-block;
    cursor:pointer;
    margin-bottom:15px;
}
.adicionado{
    background-color:#607d8b;
}
.fa-check-circle{
    color:#fff;
}
.buscar{
    position:fixed;
    bottom:0;
    width:100%;
    border-radius:5px;
    padding:5px;
    max-width:500px;
}
.fa-search{
    color:#fff;
}
.InputSearch{
    display:inline-block;
    width:85%;
    text-align:center;
    padding:8px;
    background-color:#fff;
    border-radius:5px;
}
PontosFidelidade{
  margin:0;
  padding:0; 
  font-size:18px;
  font-weight: bold;
  margin-bottom:5px;
  color:black;
}
.personalizada2{
    width:90%;
    margin:0px auto 5px auto;
    color:black;
    border: 2px solid #007509;
    max-width:430px;
    background-color:#fff;
}
.personalizada{
    width:90%;
    margin:0px auto 5px auto;
    color:black;
    border: 2px solid #e52d27;
    max-width:430px;
    background-color:#fff;
}
verde{
    color:#007509;
}
.selectBairros {
  width: 94%;
  max-width:430px;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px auto;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  background-color:#fff;
}
input:focus,select:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}
.produtos p{
  margin:0;
  padding:0; 
  font-size:18px;
  font-weight: bold;
  margin-bottom:5px;
  color:black;
}

.botaoLoja-proximo-ativado{
        color: #fff;
        font-size: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height:50px;
        line-height:50px;
        padding: 5px 5px;
        text-align: center!important;
        background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4), rgba(255,255,255,0), rgba(255,255,255,.4));
        z-index: 999;
        cursor: pointer;
}
.botaoLoja-proximo-ativado p{
    color:white;
}
.botaoLoja-proximo-desativado{
        
        color: #fff;
        font-size: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height:50px;
        line-height:50px;
        padding: 5px 5px;
        text-align: center!important;
        background-color:#443f3f;
        z-index: 999;
}
.botaoLoja-proximo-desativado p{
    color:black;
}

/****************FINAL***********************
resumo{
  display:block;
  font-size:18px;
  color:#595959;
  background-color:#fff;
}
totalApagar{
  margin:0;
  padding:0; 
  font-size:18px;
  font-weight: bold;
  margin-bottom:5px;
  color:black;
}
.cupom {
    display:inline-block;
    
}
.cupom input{
    
    width:50%;
    margin:15px;
}
.cupom span{
    background: linear-gradient(to bottom,#e52d27 ,#b31217);
    color:white;
    width:50%;
    border-radius:10px;
    padding:10px;
}
.pointer{
    cursor:pointer;
}
CampoDesconto{
  width: 94%;
  max-width:430px;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px auto;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}

input:focus,select:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.bt-pg{
    position: relative;
    border-radius: 6px 2px 2px 6px;
    margin: 15px auto;
    padding:20px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background-color: #fafafa;
    cursor: pointer;
    border-left: 5px solid #595959;
    width:90%;
    text-align:left;
    max-width:500px;
    height:30px;
}
.bt-pg:hover{
    
    background-color: #D8D8D8;
    
}
.icon-pg{
  position: absolute;
  left: 2px;
  top:  11px;
  padding: 9px 10px;
  color: #595959;
  transition: 0.3s;
}
.bt-pg span{
    color:#595959;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 50px;
    line-height:30px;
}
a{
    text-decoration:none;
    color:transparent;
}
.confirmar{
    position: fixed;
    bottom:5px;
    left:0;
    right:0;
    border-radius: 6px 2px 2px 6px;
    margin: 0 auto;
    padding:20px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    text-decoration: none;
    background: linear-gradient(to bottom,#25d366 ,#10bb4f);
    cursor: pointer;
    text-align:center;
    height:30px;
    line-height:30px;
    width:90%;
    color:white;
    font-weight: bold;
   
}
.info{
    border-radius: 6px;
    border:1px solid green;
    margin: 15px auto;
    padding:20px 5px;
    background-color:white;
    text-align:center;
    width:90%;
    max-width:500px;
    color:green;
 }
 @keyframes glowing {
  0% { box-shadow: 0 0 -10px #10BB4F; }
  50% { box-shadow: 0 0 15px #0abb4b; }
  100% { box-shadow: 0 0 -10px #10BB4F; }
}

.anim {
  animation: glowing 2s infinite;
}
/*****************GALERIA************

.galeria{
    margin:0 auto;
    text-align:center;
    max-width:500px;
   background-color: rgba(0,0,0,.4);
    height:100%;
    overflow:auto;
}
.galeria cardpastas{
    display:block;
}
.galeria p {
    color:black;
    font-size:15px;
    font-weight: bold; 
    padding:0;
    margin:5px;
}
.galeria icon{
    display:inline-block;
    background-color:black;
    color:white;
    padding:10px;
    border-radius:8px;
}
.galeria pasta{
    cursor:pointer;
    display:inline-block;
    position:relative;
    float:center;
    margin:5px;
    padding:5px;
    word-wrap: break-word;
}
.galeria bg{
    cursor:pointer;
    display:inline-block;
    background-color:#fff;
    position:relative;
    float:center;
    color:white;
    margin:5px;
    width:120px;
    height:120px;
    border-radius:8px;
    padding:10px;
    box-sizing: border-box;
    word-wrap: break-word;
}
.galeria img{
    max-width:100px;
    max-height:100px;
}
.galeria p{
    color:#fff;
}

.rodape{
    overflow-x: auto;
    position: fixed;
    max-width:500px;
    width: 100%;
    height: auto;
    color: white;
    bottom: 0;
  
   background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4) 49%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4));
    text-align:center;
    padding:8px 0;
}
.rodape div{
    font-size:13px;
    color:white;
    display:inline-block;
    padding:0 12px;
    width:auto;
    cursor:pointer;
}
.rodape span{
    display:block;
    padding-top:5px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}
/***************FIDELIDADE*************

.fidelidade{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    height:90%;
    overflow:auto;
    width:100%;
}

.obj{
    background-color:rgba(0,0,0,.7);
    width: 90%;
    max-width:500px;
    margin: 0 auto;
    padding:5px;
    text-align:center;
    border-radius:7px;
    border: solid 1px white;
    color:#fff;
    margin-bottom:5px; 
    font-weight: bold;
    
}

.cartao{
    
    margin:0 auto;  
    background-color:#ececec;
    width: 90%;
    
    color: black;
    font-size: 20px;
    padding:10px;
    border-radius:8px;
    overflow:auto;
    
}
.star{
    margin:5px;
    cursor:pointer;
}
.star-yes{
    color:#f9df16;
    cursor:pointer;
}
/***************SERVIÇOS*************

.servicos{
    margin:0 auto;
    text-align:center;
    max-width:500px;
  
    height:100%;
    overflow:auto;
}
.servicos desenho{
    display:block;
    margin:0 auto;
    padding:0;
    color:#fff;
    font-size:35px;
}
.servicos cardservicos{
    display:inline-block;
    word-wrap: break-word;
    width:85%;
    margin-top:100px;
    background-color:#282828;
}
.servicos hr{
    color:#fff;
    width:100px;
}
.servicos p {
    display:block;
    text-align:center;
    color:white;
    font-size:19px;
    font-weight: bold; 
    padding:3px 0;
    margin:5px;
}
.servicos servico{
    display:block;
    border:2px #fff solid;
    border-radius:7px;
    margin:5px;
}
/***************PROFISSIONAIS*********
.profissionais{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    height:100%;
    overflow:auto;
}
.CardProfissional {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  margin: 20px auto;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
  
}

.CardProfissional * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.CardProfissional .profile-image {
  display: inline-block;
  width: 80%;
  z-index: 1;
  position: relative;
  padding: 10px;
  
}

.CardProfissional .profile-image img {
  max-width: 100%;
  vertical-align: top;
}

.CardProfissional figcaption {
  width: 100%;
  background-color: #F2F2F2;
  color: #555;
  padding: 105px 25px 25px;
  margin-top: -100px;
  display: inline-block;
}

.CardProfissional h3,
.CardProfissional h4,
.CardProfissional p {
  margin:  0;
  }

.CardProfissional h3 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: 'Playfair Display', Arial, sans-serif;
  margin-bottom:50px;
  
}

.CardProfissional h4 {
  color: #555;
  font-weight: 600;
  letter-spacing: 2px;
  margin:15px 0 5px 0;
}

.CardProfissional p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.meuspedidos {
    
    border:1px solid gray;
    border-radius:5px;
    padding:5px;
}
.meuspedidos h5{
    color:#fff;
    text-align:left;
    
}
.meuspedidos h4{
    color:#fff;
    text-align:center;
    margin:1px;
    padding:1px;
    font-weight:bold;
}
.meuspedidos p{
    color:#fff;
    text-align:left;
    
}
.meuspedidos span{
    color:green;
    text-align:left;
    
}
.meuspedidos button{
    background-color:#fff;
    color:#000;
    padding:5px;
    margin:3px auto;
    display:block;
    font-weight:bold;
    border-radius:5px;
    cursor:pointer;
    
}




/*


.main-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
    
}
.btn {
    background-color:var(--cor-card);
    color:var(--cor-texto);
    border: none;
    padding: 15px 30px;
    margin: 10px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 300px;
}

.btn:hover {
    background-color: #e55b00;
}

@media (min-width: 600px) {
    .btn {
        font-size: 1.5em;
        padding: 20px 40px;
    }
}
footer{
    position: fixed;
    left:0;
    right:0;
    height: 35px;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    margin:0;
    padding:0;
    color:#fff;
    text-align:center;
    
}

.modal_novo_pedido{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center; 
}
.modal_novo_pedido .option {
    display: flex;
    align-items: center;
    justify-content:center;
    width:auto;
    min-width:150px;
    color:black;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.option:hover {
    background-color: #f5f5f5;
}

.icon {
    height: 24px;
    margin-right: 10px;
}
.s-ion-icon{
    height: 35px;
    padding: 5px;
}