.categorias{
    width:100%;
    height:100%;
    margin:0 auto;
    text-align:center;
}
.conteudo{
    max-width:800px;
    margin:0 auto;
}
bt{
    display:inline-block;
    background-color:black;
    color:#fff;
    font-size:10px;
    padding:5px;
    /*width:95%;*/
    border:2px solid #fff;
    border-radius:10px;
    margin:8px;
    cursor:pointer;
    max-width:500px;
    text-align:center;
    margin:0 auto;
}
.voltar{
    background-color:black;
    color:#fff;
    border-radius:50%;
    padding:5px;
}
.tabela {
  border-collapse: collapse;
  font-weight: bold;
  margin:0 auto;
}
.tabela th{
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    background-color:#000;
    text-align:center;
}

.tabela td, .tabela th {
    padding:2px;
    text-align: center;
    border-bottom:10px solid #000;
}
.tabela tr:hover {
    background-color: #ddd;
}
tr{
   background-color: #F2F2F2; 
   color:#000;
}
.tabela  a img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}









.BtSalvar{
    color:white;
    margin:0 auto;
    padding:15px;
    background-color:green;
    color:#fff;
    position:fixed;
    bottom:0;
    z-index:1000;
    border-radius:5px;
    width:100%;
    font-weight: 600;
    max-width:800px;
    cursor:pointer;
    font-size:18px;
    box-sizing:border-box;
}

.bg{
    margin:0 auto;
    text-align:center;
    max-width:800px;
    
}
spaceTop{
    display:block;
    height:60px;
    
}
spaceBottom{
    display:block;
    height:120px;
}

card{
    display:block;
    background-color:white;
    border-radius:7px;
    color:black;
    margin:15px auto;
    width:90%;
    padding:10px 0;
    overflow:auto;
}

.input {
    display: none;
}

.input:checked~divmenu {
    opacity: 1;
    visibility: visible;
    
}

divmenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    opacity: 0;
    transition: .25s .1s cubic-bezier(0, 1.07, 0, 1.02);
    visibility: hidden;
    z-index:5;
}
.input:checked~label .menu {
    box-shadow: 0 0 0 130vw #8627bd, 0 0 0 100vh #8627bd;
}

.input:checked~label .hamburguer {
    transform: rotate(45deg);
}

.input:checked~label .hamburguer::before {
    transform: rotate(90deg);
    top: 0;
}

.input:checked~label .hamburguer::after {
    transform: rotate(90deg);
    bottom: 0;
}
legend{
    margin:10px;
}
legend > h4{
    margin:0;
    padding:0;
    color:#fff;
}
form{
    width:100%;
    height:100%;
    overflow:auto;
}


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;
}

.icone{
    display:inline-block;
    margin: 10px auto;
   cursor:pointer;
}
textoicone {
 
    display:block;
    font-size:7px;
    text-align:center;
    cursor:pointer;
}
DetalhesItem img{

    width:90%;
    height:auto;
}
DetalhesItem p{
    font-weight:bold;
    padding:0;
    margin:0;
} 
DetalhesItem span{
    padding-bottom:10px;
}
.IconesCards li a .IconCard {
  width: 35px;
  height: 35px;
  text-align:center;
  cursor:pointer;
}
hr{
    display:block;
}
input[type='file'] {
  display: none
}
.LabelImg{
    display:block;
    background-color: #f00;
    color: #fff;
    padding:10px;
    border-radius:5px;
    cursor:pointer;
    width:90%;
}
/*********************************************/

input[type="checkbox"]{
    cursor:pointer;
    width: 25px;
    height: 25px;
    
    
}
/***************CLIENTES*************/
.CardCliente {
  width: 75%;
  padding: 40px 30px 30px;
  background: #fff;
  border: 5px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 4px;
  transition: all 200ms ease;
  margin:100px auto;
}

.CardCliente:hover {
  box-shadow: 0px 30px 60px -5px rgba(55, 55, 71, 0.3);
  transform: translate3d(0, -5px, 0);
}

.CardCliente BgImg {
  display: block;
  margin-bottom: 10px;
  
}
.CardCliente BgImg a {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 100%;
  margin: -120px auto 0;
  box-shadow: 0 0 0 5px #203B7D;
}
.CardCliente BgImg a img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.CardCliente:hover BgImg a, .CardCliente BgImg a:hover {
  animation: bounceOut 0.4s linear;
  -webkit-animation: bounceOut 0.4s linear;
}
.CardCliente BgImg h1 {
  font-size: 20px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 5px;
  background-color: rgba(0,0,0,.3);
}
.CardCliente BgImg h2 {
  font-size: 14px;
  color: #acacac;
   margin: 0;
  padding:0;
}


/***************PUBLICIDADE*************/
.CardPublicidade {
  width: 75%;
  padding: 40px 30px 30px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  transition: all 200ms ease;
  margin:50px auto;
}

.CardPublicidade:hover {
 transform: translate3d(0, -5px, 0);
}

.CardPublicidade BgImg {
  display: block;
  margin-bottom: 10px;
  
}
.CardPublicidade BgImg a {
  width: auto;
  height: 150px;
  display: block;
  
}
.CardPublicidade BgImg a img {
  border-radius: 5px;
  width: auto;
  height: 150px;
}
.CardPublicidade:hover BgImg a, .CardPublicidade BgImg a:hover {
  animation: bounceOut 0.4s linear;
  -webkit-animation: bounceOut 0.4s linear;
}
.CardPublicidade BgImg h1 {
  font-size: 20px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 5px;
  background-color: rgba(0,0,0,.3);
}
.CardPublicidade BgImg h2 {
  font-size: 14px;
  color: #acacac;
   margin: 0;
  padding:0;
}

/***************SERVIÇOS***************/

/***************CLIENTES*************/
.CardServico {
  width: 75%;
  padding-bottom: 15px;
  background-color: #fff;
  border: 5px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 4px;
  transition: all 200ms ease;
  margin:0 auto 50px auto;
}

.CardServico:hover {
  box-shadow: 0px 30px 60px -5px rgba(55, 55, 71, 0.3);
  transform: translate3d(0, -5px, 0);
}

.CardServico BgImg a img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.CardServico:hover BgImg a, .CardServico BgImg a:hover {
  animation: bounceOut 0.4s linear;
  -webkit-animation: bounceOut 0.4s linear;
}
.CardServico  h1 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  background-color: rgba(0,0,0,.9);
}
.CardServico BgImg h2 {
  font-size: 14px;
  color: #acacac;
   margin: 0;
  padding:0;
}
/*content*/
.informacoes{
  margin-bottom:15px
}
.informacoes p {
  font-size: 18px;
  font-style: italic;
  color:#203B7D;
  margin:0;
  padding:0;
  margin-top:15px;
}
.informacoes span {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 1.7;
  font-style: italic;
  margin:0;
  padding:0;
  margin-bottom: 30px;
}
.checkServicos{
    text-align:left;
}
/*link social*/
.IconesCards {
  margin: 0;
  padding: 0;
  list-style: none;
  
}
.IconesCards li {
  display: inline-block;
  margin: 0 10px;
}
.IconesCards li a {
  width: 55px;
  height: 55px;
  display: block;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  -moz-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  -o-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  transform-style: preserve-3d;
}
.IconesCards li a .IconCard {
  width: 35px;
  height: 35px;
  margin: 10px auto 0;
  cursor:pointer;
}
.IconesCards li a:hover {
  background: #ddd;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/*animation hover effect*/
@-webkit-keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 4px #fff;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 1px #fff;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 7px #fff;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 4px #fff;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #fff;
    opacity: 1;
  }
}
@keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 6px #fff;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 9px #fff;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 3px #fff;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #fff;
    opacity: 1;
  }
}
/***************PLANOS*******************/
.planos h1{
    background-color:black;
    color:white;
}
.planos cardPlanos{
    display:block;
    background-color:white;
    border-radius:7px;
    color:black;
    margin:15px auto;
    width:90%;
    padding:10px 0;
    overflow:auto;
}
.planos cardPlanos > p{
    display:block;
    font-size:15px;
    text-align:center;
    color:#fff;
    background-color:#203B7D;
    padding:5px;
    margin:5px;
    font-weight: italic;
   
}
.planos cardPlanos > h2{
    color:black;
    margin:0;
    padding:0;
}
.planos preco{
    display:inline;
    font-size:50px;
    font-weight:bold;
    color:black;
}
.planos span{
    display:inline;
    color:#4ee077;
    font-size:20px;
}
.planos botaoPg{
    box-shadow: 1px 1px 0px 0px #305e23;
	background:linear-gradient(to bottom, #44c767 5%, #2b5c11 100%);
	background-color:#44c767;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:8px 0;
	text-decoration:none;
	text-shadow:1px -1px 4px #414a40;
	width:95%;
	margin:10px auto;
}
.planos botaoPg:hover{
    background:linear-gradient(to bottom, #2b5c11 5%, #44c767 100%);
	background-color:#2b5c11;
}
.planos botaoPg:active{
    position:relative;
	top:1px;
}


/***************PLANOS*******************/
/***************FIDELIDADE*************/
/*555*/
.CardFidelidade{
    padding: 10px 30px;
    background: #fff;
    border: 5px solid rgba(255, 255, 255, 0.7);
    text-align: center;
    border-radius: 4px;
    transition: all 200ms ease;
    margin:0 auto;
}
.informacoesFidelidade{
    padding:3px;
    border: 1px solid black;
    border-radius:8px;
    margin:10px;
}
.informacoesFidelidade p {
  font-size: 18px;
  font-style: italic;
  color:#203B7D;
  margin:0;
  padding:0;
 
}
.informacoesFidelidade span {
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  font-style: italic;
  margin:0;
  padding:0;
 
}
.BUTTON_ARI {
   width:80%;
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #FFFFFF;
   font-family: Brush Script MT;
   font-size: 19px;
   font-weight: 200;
   padding: 10px;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTON_ARI:hover {
   border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}
/*link social*/
.IconesCards {
  margin: 0;
  padding: 0;
  list-style: none;
  
}
.IconesCards li {
  display: inline-block;
  margin: 0 10px;
}
.IconesCards li a {
  width: 55px;
  height: 55px;
  display: block;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  -moz-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  -o-transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
  transform-style: preserve-3d;
}
.IconesCards li a .IconCard {
  width: 35px;
  height: 35px;
  margin: 10px auto 0;
  cursor:pointer;
}
.IconesCards li a:hover {
  background: #ddd;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/*animation hover effect*/
@-webkit-keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 4px #fff;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 1px #fff;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 7px #fff;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 4px #fff;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #fff;
    opacity: 1;
  }
}
@keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 6px #fff;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 9px #fff;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 3px #fff;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #fff;
    opacity: 1;
  }
}
/*555*/

card > p{
    display:block;
    font-size:18px;
    text-align:center;
    color:#fff;
    background-color:#203B7D;
    padding:5px;
    margin:5px;
    font-weight: bold;
   
}
card > img{
    margin-top:3px;
    height:60px;
    width:60px;
    max-width:50px;
    border-radius:10px;
    border:2px solid #203B7D;
    margin:5px;
    float:center;
}
.imgPerfil{
     margin-top:3px;
    height:60px;
    width:60px;
    max-width:50px;
    border-radius:10px;
    border:3px solid #203B7D;
    margin:5px;
    border-radius:5px;
}

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 span{
    font-size:18px;
}


span{
    display:block;
    
}

.clientes desenho{
    display:block;
    margin:50px auto 0 auto;
    padding:0;
    color:#fff;
    font-size:40px;
}

.clientes hr{
    color:#fff;
    width:100px;
}

.check{
    display:inline-block;
    text-align:left;
    margin:0;
    padding:0;
    width:25px;
    height:25px;
    border-radius:2px;
}
.prof{
    color:black;
    display:inline-block; 
    text-align:left;
    padding:12px;
}

.botao-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));
        /*background: linear-gradient(to bottom,#e52d27 ,#b31217);
        */z-index: 999;
        cursor: pointer;
}
.botao-proximo-ativado p5{
    color:white;
}
.botao-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: linear-gradient(to bottom,#a39a99 ,#443f3f);
        z-index: 999;
}
.botao-proximo-desativado p{
    color:black;
   display:inline-block;
    background-color:black;
    color:#fff;
   font-size:10px;
    padding:5px;
    width:90%;
    border:2px solid green;
    border-radius:10px;
}  
.fidelidade buscar{
    display:inline-block;
    background-color:black;
    color:#fff;
   font-size:10px;
    padding:5px;
    width:90%;
    border:2px solid orange;
    border-radius:10px;
    margin:8px auto;
}
.fidelidade zerar{
    display:inline-block;
    background-color:black;
    color:#fff;
   font-size:10px;
    padding:5px;
    width:90%;
    border:2px solid red;
    border-radius:10px;
    margin:8px auto;
}
.fidelidade pontuar{
    display:inline-block;
    background-color:black;
    color:#F9DF16;
   font-size:10px;
    padding:5px;
    width:80%;
    border:1px solid yellow;
    border-radius:10px;
    margin:8px auto;
}


.fidelidade cardfidelidade{
    display:inline-block;
    word-wrap: break-word;
    width:100%;
    height:100%;
    text-align:100%;
}
.fidelidade hr{
    color:#fff;
    width:100px;
}


.fidelidade obj{
    
    width: 90%;
    max-width:500px;
    text-align:center;
    border-radius:7px;
    border: solid 1px white;
    color:white;
    background-color: rgba(0,0,0,.7);
    height:80px;
    font-weight: bold;
 
}

.cartao{
   /* background: linear-gradient(to top, #ececec , #fff );*/
    background-color:#ececec;
    width: 90%;
    margin: 100px auto;
    color: black;
    font-size: 20px;
    padding:10px;
    border-radius:8px;
    overflow:auto;
    
}
.star{
    margin:5px;
    cursor:pointer;
}
.star-yes{
    color:#f9df16;
    cursor:pointer;
}
/***************FIDELIDADE*************/

/*****************PRODUTOS********************/

.produtos{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: #fff;
    height:100%;
    overflow:auto;
}
.spaceTopProdutos{
    display:block;
    height:60px;
    
}

.headerProdutos{
    position: fixed;
    max-width: 900px;
    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;
}
.headerProdutos > 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;
    
}
.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: 19px;
    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;
}

/****************PRODUTOS***********************/


