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: #e4e4e4;
    width: 100%;
    height:100%;
    overflow: hidden;
    /*max-width:5000px;*/
    text-align:center;
}
.app{
    width:100%;
    height:100%;
    background-position: center;
    background-size: cover;
    overflow: auto;
}
.fa-arrow-left{
    position:absolute;
    left:3px;
    top:3px;
    z-index:100;
    cursor:pointer;
    color:white;
    background-color:black;
    padding:10px;
    border-radius:10px;
}


input{
    width:90%;
    margin-bottom:10px;
    padding:2px;
    text-align:center;
    background-color:white;
}
input[type="checkbox"]{
    cursor:pointer;
    width: 25px;
    height: 25px;
}

input[type="color"]{
    
    width:50px;
    height:50px;
    border-radius:50%;
    
}
input[type="email"],input[type="text"],input[type="password"]{
    
    width:85%;
    
}
input[type='file'] {
    display: none
  }
textarea{
    min-width: 85%;
    min-height: 200px;
}
versao{
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    left:0;
    
}
versao > p{
    display:block; 
    text-align:left;
    opacity:0.5;
}
.BtSalvar{
    color:white;
    margin:0 auto;
    padding:15px;
    background-color:green;
    color:#fff;
    border-radius:5px;
    width:100%;
    font-weight: 600;
    max-width:800px;
    cursor:pointer;
    font-size:18px;
    box-sizing:border-box;
}
spaceTop{
    display:block;
    height:60px;
    
}
spaceBottom{
    display:block;
    height:120px;
}
/*

bt{
    font-size:13px;
    display:inline-block;
    width:auto;
    padding:5px;
    cursor:pointer;
 
}


h1{
    display:block;
    color:white;
    background-color: rgba(0,0,0,.3);
   
}

.linha{
    background-color:#635d5d;
    display: flex;
    margin:5px;
    padding: 4px;
}
.linha-fidelidade{
    background-color:#ddd;
    display: flex;
    margin:5px;
    padding: 4px;
}
.linha-fidelidade p {
    
}
.sublinha{
    background-color:#ddd;
    display: flex;
    margin:5px;
    padding: 4px;
}




.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;
 
}




.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;
}


 /*







.preto{
    color:black;
}

.verde{
    color:green;
}
.azul{
    color:blue;
}
.branco{
    color:#fff;
}
.laranja{
    color:orange;
}
.amarelo{
    color:#f9df16;
}


.menu {
    background: #8627bd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 #8627bd, 0 0 0 0 #8627bd;
    transition: box-shadow 1.1s cubic-bezier(.19, 1, .22, 1);
    z-index:5;
}

.menu:hover {
    box-shadow: 0 0 0 8px #8627bd, 0 0 0 8px #8627bd;
}

.hamburguer {
    position: relative;
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    transition: .5s ease-in-out;
}

.hamburguer::before,
.hamburguer::after {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s ease-in-out;
}

.hamburguer::before {
    top: -10px;
}

.hamburguer::after {
    bottom: -10px;
}


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;
}ow: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;
}





.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:hover {
  background: #ddd;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
DetalhesItem img{

    width:90%;
    height:auto;
}
DetalhesItem p{
    font-weight:bold;
    padding:0;
    margin:0;
} 
DetalhesItem span{
    padding-bottom:10px;
}

.red{
    color:#98042a;
}
hr{
    display:block;
}





.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;
}



.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;
}


.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;
}

.checkServicos{
    text-align:left;
}

.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:hover {
  background: #ddd;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

@-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 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;
}

.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;
}
/

@-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;
  }
}


.imgPerfil{
     margin-top:3px;
    height:60px;
    width:60px;
    max-width:50px;
    border-radius:10px;
    border:3px solid #203B7D;
    margin:5px;
    border-radius:5px;
}




.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));
        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;
}  

.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;
}

.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;
}










h4{
    margin:0;
    padding:0;
    color:orange;
}
h5{
    font-size:13px;
    text-align:center;
    color:#DEDAD8;
    margin:0;
    padding:0;
}



.fa-star{
    color:#f4e21f;
    position:absolute;
    left:20%;
    top:50%;
    transform: translate(-50% , 40%);
}

.galeria{
    margin:0 auto;
    text-align:center;
    max-width:500px;

    height:100%;
    overflow:auto;
}
.galeria cardpastas{
    display:block;
}
.galeria p {
    color:black;
    font-size:15px;
    font-weight: bold; 
    padding:0;
    margin:5px;
    color:white;
}
.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;
}
.zoomImg{
    margin:0 auto;
    text-align:center;
    max-width:500px;
    background-color: rgba(0,0,0,.4);
    height:100%;
    overflow:auto;
}
.zoomImg img{
    width:100%;
    height:auto;
    position:relative;
    top:50%;
    transform: translate(0 , -50%);
}


.novoagendamento{
    margin-bottom:100px;
    margin:0 auto;
    text-align:center;
    max-width:500px;
    height:100%;
    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;
}
.novoagendamento > .objetivo{
    display:block;
    background-color:#fff;
    font-weight: bold;
}
.objetivo span{
    display:inline;
    color:black;
    font-weight: bold;
}
.label-bol {
    background: #b31217;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 80%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border: 10px solid #fff;
    transition: border .3s ease;
    transition: .3s;
}
.label-bol-clicado {
    
    background: #b31217;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 80%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    border: 10px solid #fff;
    transition: border .3s ease;
    transition: .3s;
    border-color: #fff;
    border-width: 3px;
    margin: 0 10 0 0;
}
.cardsNaoClicado{
    box-sizing: border-box;
    word-wrap: break-word;
    overflow:hidden;
    width: 90%;
    background-color:white;
    margin: 0px auto;
    text-align:left;
    border-bottom: 1px solid #ccc;
    padding: 20px 6px;
    cursor: pointer;
    border-radius: 1px; 
    max-width: 490px;
}
.cardsClicado{
    transition: .2s;
    max-width: 490px;
    box-sizing: border-box;
    width: 90%;
    color:#fff;
    text-align: left;
    cursor: pointer;
    margin:0px auto;
    border-radius: 1px; 
    border-top: 1px solid #fff;
    -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);
    border-bottom: 1px solid #000;
    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));
    padding: 20px 6px;
   
}
.botao-proximo-ativado{
        color: #fff;
        font-size: 20px;
        position: fixed;
        bottom: 0;
        left: auto;
        width: 98%;
        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: 3;
        cursor: pointer;
        max-width: 500px;
}
.botao-proximo-ativado p5{
    color:white;
}
.botao-proximo-desativado{
        max-width: 500px;
        color: #fff;
        font-size: 20px;
        position: fixed;
        bottom: 0;
        left: auto;
        width: 98%;
        height:50px;
        line-height:50px;
        padding: 5px 5px;
        text-align: center!important;
        background: linear-gradient(to bottom,#a39a99 ,#443f3f);
        z-index: 3;
}
.botao-proximo-desativado p5{
    color:black;
    
}
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;
}


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 .year-btn
{
    float:center;
    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:hover
{
    opacity: 1;
    background-color:#009688;
    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;
    }
}

