*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/**RESET PARTICULAS**/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

/**FINAL RESET PARTICULAS**/

.div-vazia-css {
  text-align: center;
  background-color: #fff0f6;
  border: 2px dashed #e91e63;
  color: #c2185b;
  padding: 30px 20px;
  font-size: 16px;
  border-radius: 12px;
  max-width: 500px;
  margin: 40px auto;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(233, 30, 99, 0.05);
}

.carregando {
    position: relative;
}

.carregando::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Fundo branco semi-transparente */
    backdrop-filter: blur(4px); /* Efeito de desfoque */
    z-index: 100;
    border-radius: 10px;
}

.carregando::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #ff69b4; /* Cor rosa, pode ajustar */
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: girar 0.8s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 110;
}

@keyframes girar {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

/* Texto de carregamento */
#preloader-text {
		margin-top: 10px;
    font-size: 18px;
    color: #e91e63;
    display: inline-block;
}

 /* Animação de carregamento */
.spinner {
		display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e91e63;
    border-radius: 50%;
    animation: bounce 0.8s infinite ease-in-out;
    margin-right: 19px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0) scale(1.3, 1); /* Posição inicial */
    }
    50% {
        transform: translateY(-20px) scale(1.1, 0.9); /* Posição elevada */
    }
    80% {
        transform: translateY(0) scale(0.9, 1.1); /* Deformação ao "bater no chão" */
    }
}

/* Ocultar o conteúdo enquanto carrega */
body.loading-page {
    overflow: hidden;
}

html,body{
	height: 100%;
}

body{
	overflow-x: hidden;
}

canvas{
  display:block;
  vertical-align:bottom;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/** FINAL JS PARTICULAS**/

.flex{
	flex-wrap: wrap;
	display: flex;
}

.container{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 2%;
}

.fixed{
	top: -100px;
}

.menu-fixo{
	position: fixed;
	z-index: 110;
	left: 0;
	width: 100vw;
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid #946054;
	backdrop-filter: blur(10px);
	transition: top 0.5s ease;
}

.background-menu{
	z-index: 7;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 51px;
}

.menu-fixo > .container{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.logo{
	width: 20%;
}

.logo img{
	max-width: 150px;
}

.menu{
	width: 80%;
}

.menu-mobile-nav{
	width: 100%;
}

.menu-desktop{
	display: inline-block;
	text-align: right;
	width: 79%;
}

.menu-desktop ul li{
	display: inline-block;
	margin: 0 5px;
}

.menu-mobile-icone{
	display: none;
	vertical-align: middle;
	margin: 0 10px;
}

.menu-mobile{
	display: none;
}

.menu-mobile-nav{
	text-align: center;
	margin: 10px 0;
	display: none;
}

.menu-mobile-nav li{
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #5d483c;
}

.menu-mobile-nav .btn-chamada {
	margin-top: 15px;
	width: 100%;
}

.menu-mobile-nav .btn-chamada a{
	padding: 15px 10px;
}

.menu-mobile-icone i{
	font-size: 25px;
	display: none;
	cursor: pointer;
	display: inline-block;
	color: #5d483c;
}

.menu ul li a{
	text-decoration: none;
	color: #5d483c;
	font-size: 15px;
	margin: 0 5px;
}

.hover-a-class a:hover{
	color: #a5816c;
}

.hover-a-class a{
	transition: 0.7s;
}

.btn-chamada,.btn-stylo{
	display: inline-block;
}

.btn-chamada a:hover,.btn-stylo a:hover{
  background-color: #d81b60;
  box-shadow: 0px 6px 12px rgba(233, 30, 99, 0.6);
}

.btn-chamada a,.btn-avancar,.btn-concluir,.btn-stylo a{
	transition: 0.7s;
	vertical-align: middle;
	width: 100%;
	padding: 5px 10px;
	background-color: #e91e63;
  border-radius: 30px;
  border: 1px solid #F5B7B1;
  display: inline-block;
  font-size: 14px;
	color: white;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0px 4px 8px rgba(233, 30, 99, 0.4);
}

.bg-header{
	width: 100%;
	max-height: 800px;
	height: 100%;
	position: relative;
	border-bottom: 2px solid hotpink;
	animation: fadeIn 2s ease-in-out forwards;
}

.wraper-bg-header{
	position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.foto-fundo-header{
	width: 100%;
	max-height: 800px;
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	display: none;
}

.foto-fundo-header.ativa {
    opacity: 1;
    z-index: 2;
    display: block;
}

.btn-header{
	animation: fadeInBtn 2s ease-out;
}

.btn-avancar,.btn-concluir{
	z-index: 999;
}

@keyframes fadeInBtn{
	from {
      opacity: 0;
      transform: translateY(80px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


@keyframes fadeIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

.bg-sobre-header{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.texto-header{
	position: absolute;
	z-index: 7;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	width: 100%;
	color: #fff;
  max-width: 80%;
  margin: 0 auto;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.texto-header h1,.texto-header h2{
	color: #373737;
  font-weight: normal;
}

.texto-header h1{
	font-size: 35px;
	line-height: 50px;
	animation: fadeInDown 2s ease-out;
}

@keyframes fadeInDown{
	from{
		opacity: 0;
		transform: translateY(-80px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

.texto-header h2{
	font-size: 23px;
	line-height: 30px;
	padding: 0 2%;
}

.texto-header .btn-chamada,
.btn-chamada-wraper .btn-chamada,
.btn-chamada-wraper .btn-stylo{
	margin-top: 30px;
	width: 98%;
	max-width: 500px;
}

.texto-header .btn-chamada a,
.btn-chamada-wraper .btn-chamada a,
.btn-chamada-wraper button,
.btn-chamada-wraper .btn-stylo a{
	padding: 15px 0;
}

.btn-chamada-wraper{
	text-align: center;
}

.btn-chamada-wraper .btn-chamada{
	margin-top: 0;
}

.arrow{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	z-index: 5;
}

.arrow i{
	animation: subirDescer 3s ease-in-out infinite;
}

@keyframes subirDescer{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-20px);
	}
	100%{
		transform: translateY(0);
	}
}

.arrow i{
	width: 100%;
	height: 100%;
	color: #FF69B4;
	font-size: 50px;
	background-color: white;
	border-radius: 50%;
}

section{
	padding: 45px 0;
	border-bottom: 2px solid hotpink;
}

.sobre{
	overflow: hidden;
}

.sobre,.fundo-box,.depoimentos{
	background-image: url('../img/sobre/fundo-estrelas.png');
	background-position: center;
	background-size: cover;
}

.sobre-box{
	align-items: center;
	padding: 20px 0;
}

.sobre-box:nth-of-type(2){
	flex-direction: row-reverse;
}

.sobre-um,
.sobre-dois,
.facilidades-single,
.servicos-single{
	opacity: 0;
	transform: translateX(-100%);
	transition: all 0.5s ease;
}

.sobre-um{
	transform: translateX(50vw);
}

.sobre-dois{
	transform: translateX(-50vw);;
}

.sobre-um.in-view{
	transform: translateX(0);
	opacity: 1;
}

.sobre-dois.in-view{
	transform: translateX(0);
	opacity: 1;
}

.facilidades-single.up-view{
	transform: translateY(0);
	opacity: 1;
}

.servicos-single.up-view{
	transform: translateY(0);
	opacity: 1;
}

.wraper-mockup{
	text-align: center;
	padding: 20px;
}

.wraper-mockup img{
	max-width: 100%;
	border: 2px solid hotpink;
  border-radius: 15px;
}

.img-sobre,.texto-sobre{
	width: 50%;
	vertical-align: middle;
}

.texto-sobre .txt-p{
	margin: 20px 0;
}

.wraper-h{
	width: 100%;
	text-align: center;
}

.wraper-h h3{
	font-size: 22px;
	color: #333333;
	line-height: 32px;
}

.servicos .wraper-h h3{
	color: whitesmoke;
}

.rosa-span{
	color: #FF69B4;
}

.wraper-h span.line-h{
	width: 150px;
	height: 3px;
	background-color: hotpink;
	display: inline-block;
}

.txt-p{
	font-size: 15px;
	color: #333333;
	line-height: 22px;
}

.txt-facilidade .txt-p{
	color: whitesmoke;
}

.servicos,.contato{
	position: relative;
	width: 100%;
	background-image: url('../img/servicos/fundo-servicos.jpg');
	background-size: cover;
	background-position: center;
}

.bg-sobre-servicos,.bg-sobre-contato{
	background-color: rgba(50, 0, 29, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	backdrop-filter: blur(5px);
}

.servicos .container{
	z-index: 2;
	position: relative;
}

.facilidades{
	padding-bottom: 50px;
}

.flex-facilidade{
	align-items: normal;
	padding-top: 20px;
}

.facilidades-single{
	width: 30%;
	margin: 30px 1.5%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	padding: 20px;
	border: 2px solid #ff69b4;
	transform: translateY(50px);
}

.img-facilidade i{
	border: 1px solid whitesmoke;
	border-radius: 50%;
	color: whitesmoke;
	font-size: 30px;
	padding: 15px;
}

.txt-facilidade{
	margin-top: 10px;
}

.flex-servicos{
	margin: 35px 0;
}

.flex-servicos .servicos-single .txt-p{
	color: white;
}

.servicos-single{
	transform: translateY(50px);
	width: 25%;
	padding: 5px;
	text-align: center;
}

.img-servicos,.txt-servicos{
	text-align: center;
}

.img-servicos img{
	width: 100%;
	max-width: 380px;
	text-align: center;
	border: 2px solid hotpink;
  border-radius: 15px;
}

.txt-servicos .txt-p{
	font-size: 20px;
	margin: 10px 0;
}

.flex-servicos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centraliza se tiver 1 ou mais */
  gap: 20px;
  margin: 35px 0;
}

.servicos-single {
  flex: 1 1 280px; /* cresce, encolhe, base de 280px */
  max-width: 400px;
  padding: 5px;
  text-align: center;
  transform: translateY(50px);
}

.flex-servicos .servicos-single .txt-p {
  color: white;
}

.img-servicos, .txt-servicos {
  text-align: center;
}

.img-servicos img {
  width: 100%;
  max-width: 100%;
  border: 2px solid hotpink;
  border-radius: 15px;
}

.txt-servicos .txt-p {
  font-size: 20px;
  margin: 10px 0;
}


.galeria {
  background: linear-gradient(to bottom, #fff0f5, #ffe3ec);
  padding: 60px 20px;
}

/* SLIDER PRINCIPAL */
.slider-for {
  max-width: 700px;
  width: 100%;
  margin: 25px auto 40px auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.15);
  background: #fff;
  padding: 10px;
}

.slider-for img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #f06292;
  transition: 0.3s ease-in-out;
}

/* MINIATURAS */
.slider-nav {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.wraper-img-nav {
  padding: 4px;
  transition: 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  border: 2px solid transparent;
  cursor: pointer;
}

.slider-nav img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}

.wraper-img-nav:hover {
  transform: scale(1.05);
  border-color: #f06292;
}

.slider-nav .slick-current .wraper-img-nav {
  border-color: #d81b60;
  box-shadow: 0 0 10px rgba(233, 30, 99, 0.3);
}

/* SETAS */
.slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
  background: #f06292;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev i,
.slick-next i {
  color: #fff;
  font-size: 22px;
}

.semana-agenda{
	width: 100%;
}

/***teste agenda***/

.agenda {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}

#calendario {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.semana-container {
  margin-bottom: 20px; /* Espaçamento entre as semanas */
}

.mes-ano {
  font-weight: bold; /* Negrito */
  text-align: center; /* Centraliza o texto */
  margin-bottom: 10px; /* Espaçamento abaixo do parágrafo */
  font-size: 23px;
  color: #342c28;
}

.bloco {
	padding: 0 2%;
  display: flex; /* Exibe os dias em linha */
  gap: 10px;
}

/* Para o container que tem overflow-x */
.bloco {
	display: flex;
	margin-bottom: 10px; /* Espaçamento entre semanas */
  overflow-x: auto; /* ou overflow: auto; para habilitar ambos os scrolls */
  scrollbar-width: thin; /* Define a largura da barra de rolagem para Firefox */
  scrollbar-color: rgba(144, 143, 143, 0.7) #f0f0f0; /* Cor da barra e do fundo */
}

/* Para navegadores WebKit (Chrome, Safari) */
.bloco::-webkit-scrollbar {
  height: 5px; /* Altura da barra de rolagem */
}

.bloco::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 1); /* Cor da barra de rolagem */
  border-radius: 20px; /* Arredondar a barra de rolagem */
}

.bloco::-webkit-scrollbar-track {
  background: transparent; /* Cor de fundo da trilha do scrollbar */
  border-radius: 20px;
}

/* Para ocultar o scrollbar vertical */
.bloco::-webkit-scrollbar:vertical {
  width: 0; /* Ocultar o scrollbar vertical */
}

/* Para o scrollbar horizontal */
.bloco::-webkit-scrollbar:horizontal {
  height: 5px; /* Altura do scrollbar horizontal */
}

/* Para remover as setas laterais */
.bloco::-webkit-scrollbar-button {
  display: none; /* Oculta os botões de rolagem */
}

.mes-ano {
  font-weight: bold; /* Negrito */
  text-align: left; /* Centraliza o texto */
  margin-bottom: 15px; /* Espaçamento abaixo do parágrafo */
}

.mes-ano::first-letter{
	text-transform: uppercase;
}

.dia {
  min-width: 100px; /* Defina uma largura mínima para cada dia */
  min-height: 90px;
  padding: 15px 1% 10px 1%;
  text-align: center;
  border: 1px solid #ebeaeb;
  border-radius: 20px;
  margin-right: 10px; /* Espaçamento entre os dias */
  margin-bottom: 25px;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #333333;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 2px 5px rgba(23, 23, 23, 0.71);
}

.dia-semana{
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.data{
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.dia.desativado {
  background-color: #f0f0f0; /* Cor para dias desativados */
  color: #aaa; /* Cor do texto para dias desativados */
  cursor: not-allowed; /* Muda o cursor para indicar que não pode clicar */
}

.dia.selected {
  background-color: #ff69b4; /* Cor para dia selecionado */
  color: white; /* Cor do texto para o dia selecionado */
}

.dia.desativado .disponibilidade{
	display: none !important;
}

.disponibilidade{
  width: 80%;
  margin: 10px auto 0 auto;
  height: 5px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.disponivel{
	background-color: #3FCB4D;
}

.indisponivel{
	cursor: not-allowed;
	background-color: #FF677D;
}

.horario-indisponivel{
  border: 1px dashed #ccc !important;
  background-color: #f5f5f5 !important;
  color: #999 !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

.valor-especial::before {
  content: "Tarifa Adicional";
  display: inline-block; /* Mantém o conteúdo em linha */
 	background-color: #cd1973;
  color: #fff;
  padding: 5px 2px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}

.valor-especial::after {
  content: ""; /* Cria um span vazio, que você pode estilizar */
  display: none;
  width: 100%;
  height: 2px;
  background-color: #333; /* Linha decorativa */
  margin-top: 4px;
}


/***SERVICO MODAL***/


.box-modal,.modal-agendamento,.modal-box-stylo{
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

.box-modal-wraper{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 15px;
	border: 2px solid rgb(148, 96, 84);
  border-radius: 15px;
  width: 95%;
  padding: 20px 2%;
  margin: 0 auto;
  z-index: 30;
  background-color: white;
  max-width: 600px;
  height: 90%;
}

.close-btn {
   	position: absolute; /* Mantém a posição relativa ao .box-modal-wraper */
    top: -13px; /* Posiciona fora da borda superior */
    right: -10px; /* Posiciona fora da borda direita */
    z-index: 120; /* Garantia que o botão esteja acima de tudo */
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Coloca o botão acima do modal e da tela */
}

.close-btn i {
    color: #ff6f61;
    font-size: 35px;
}

.wraper-modal,
.wraper-login,
.wraper-pagamento,
.login-agendamentos,
.login-form-css{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5px 2%;
	overflow-y: scroll;
	scrollbar-width: thin; /* Define a largura da barra de rolagem para Firefox */
  scrollbar-color: rgba(254, 159, 166, 0.7) #f0f0f0; /* Cor da barra e do fundo */
}

.scroll-personalizado{
	height: 100%;
	padding: 5px 2%;
	overflow-y: scroll;
	scrollbar-width: thin; /* Define a largura da barra de rolagem para Firefox */
  scrollbar-color: rgba(254, 159, 166, 0.7) #f0f0f0; /* Cor da barra e do fundo */
}

/* Para navegadores WebKit (Chrome, Safari) */
.wraper-modal::-webkit-scrollbar {
  height: 5px; /* Altura da barra de rolagem */
}

.scroll-personalizado::-webkit-scrollbar{
	height: 5px;
}

.wraper-modal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 1); /* Cor da barra de rolagem */
  border-radius: 20px; /* Arredondar a barra de rolagem */
}

.scroll-personalizado::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 1);
	border-radius: 20px;
}

.wraper-modal::-webkit-scrollbar-track {
  background: transparent; /* Cor de fundo da trilha do scrollbar */
  border-radius: 20px;
}

.scroll-personalizado::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 20px;
}

/* Para ocultar o scrollbar vertical */
.wraper-modal::-webkit-scrollbar:vertical {
  width: 0; /* Ocultar o scrollbar vertical */
}

.scroll-personalizado::-webkit-scrollbar:vertical {
	width: 0;
}

/* Para o scrollbar horizontal */
.wraper-modal::-webkit-scrollbar:horizontal {
  height: 5px; /* Altura do scrollbar horizontal */
}

.scroll-personalizado::-webkit-scrollbar:horizontal {
	height: 5px;
}

/* Para remover as setas laterais */
.wraper-modal::-webkit-scrollbar-button {
  display: none; /* Oculta os botões de rolagem */
}

.scroll-personalizado::-webkit-scrollbar-button {
	display: none;
}

/***FINAL SERVICO MODAL***/

.info-modal-profissional {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.titulo-modal {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.descricao-modal {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.select-container {
    width: 100%;
    margin-bottom: 15px;
}

select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    cursor: pointer;
    appearance: none;
}

select:focus {
    border-color: #ff69b4;
    outline: none;
}

.box-profissional{
	z-index: 99;
}

.select-profissional {
    background-color: #ff69b4;
    color: #fff;
    font-size: 15px;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
    width: 100%;
}

.select-profissional:hover {
    background-color: #e056a0;
}


.box-quantidade-pessoas{
	padding: 20px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(148, 96, 84, 0.71);
  background-color: white;
  border-radius: 10px;
}

.wraper-quantidade{
	justify-content: center;
	margin: 25px 0;
}

.box-profissional-single{
	margin-bottom: 40px;
}

.btn-escolher-profissional,
.btn-escolher-profissional-agenda {
    background-color: #ff69b4;
	  color: #fff;
	  font-size: 15px;
	  padding: 10px 18px;
	  border:	none;
	  border-radius: 6px;
	  cursor: pointer;
	  transition: 0.3s ease;
	  width: 100%;
}

.btn-escolher-profissional:hover,
.btn-escolher-profissional-agenda:hover {
    background-color: #f0c3d3; /* Um tom levemente mais escuro no hover */
    border-color: #d996a8;
}

.btn-escolher-profissional:active,
.btn-escolher-profissional-agenda:active {
    background-color: #e8b5c5; /* Efeito de clique mais sutil */
    border-color: #d48b9e;
}

.box-servico .mensagem-sem-servicos{
	padding: 2%;
}

.mensagem-sem-servicos {
    text-align: center;
    font-size: 16px;
    color: #ff4d4d;
    background: #fff3f3;
    border: 1px solid #ffcccc;
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mensagem-sem-servicos i {
    font-size: 20px;
    color: #ff4d4d;
}


.box-servico{
	margin: 20px 0;
}

.box-servicos-select {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0 10px 2%;
    border-radius: 8px;
}

.box-servicos-select .txt-p{
	font-size: 18px;
	text-align: left;
	margin: 3px 5px;
	border-bottom: 2px solid #ccc;
	width: 79%;
}

.combo-categoria {
  display: inline-block !important;
  background: linear-gradient(45deg, #ff3c8d, #ff8a00);
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(255, 60, 141, 0.6);
  animation: pulseCombo 1.2s infinite;
}

@keyframes pulseCombo {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 60, 141, 0.6);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 14px rgba(255, 138, 0, 0.9);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 60, 141, 0.6);
  }
}


.txt-servicos{
	cursor: pointer;
  padding: 8px 0;
  border-radius: 5px;
}

.wraper-servicos-selecao{
	border-radius: 15px;
	padding: 30px 0 10px 0;
	margin-top: 40px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(148, 96, 84, 0.71);
  background-color: white;
}

.wraper-servicos-selecao .resumo-servico{
	box-shadow: 0 0 0 0;
}

.wraper-servicos-selecao .wraper-h{
	padding: 0 2%;
}

.dois-cliente,.tres-cliente,.quatro-cliente{
	display: none;
}

.select-box .txt-servicos{
	border: 1px solid #e74696;
}

.wraper-carrinho-single{
	width: 15%;
	display: flex;
	align-items: center;
}

.wraper-carrinho-select{
	width: 50%;
	background-color: #e74696;
	padding: 5px;
	border-radius: 5px;
	max-width: 28px;
	opacity: 1;
	transition: 0.5s ease;
}

.wraper-carrinho-select span{
	font-weight: bold;
	color: white;
}

.info-box {
    position: absolute;
    top: -30px; /* Posição acima do ícone */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 12px;
    color: #333;
    /* Evita quebra de linha */
    z-index: 10;
    width: 90%;
}

.info-box::before {
    content: '';
    position: absolute;
    bottom: -8px; /* Posição da seta */
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.icone-arrow{
	width: 50%;
	align-content: center;
}

.icone-arrow i{
	font-size: 25px;
	align-content: center;
	color: hotpink;
}

.box-de-servicos{
		display: none;
		/*display: flex !important;*/
	  flex-wrap: wrap; /* Permite que as divs quebrem para a próxima linha */
	  justify-content: space-around; /* Alinha os itens de forma equilibrada */
}

.servico-single {
		flex: 1 1 30%; /* Define 3 itens por linha com largura mínima de 30% */    margin: 10px 5px;
    /*padding: 50px 2%;*/
    border: 2px solid #ff69b4;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s ease;
    text-align: center;
    position: relative;
    height: 150px;
    font-size: 14px;
		color: #5d483c;
}

.select-icon{
	position: absolute;
	z-index: 35;
	right: 10px;
	top: 10px;
	font-size: 40px;
  color: #06FC32;
  transition: 0.2s;
}

.over-back-img-servico{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #3430319E;
	border-radius: 18px;
	z-index: 20;
	transition: 0.2s;
}

.selected .over-back-img-servico{
  background-color: #024A0E75;
  color: white !important;
}

.img-servico{
	position: absolute;
	z-index: 10;
	background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.txt-box-servico{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 30;
}

.servico-single input[type="checkbox"],
.single-quantidade input[type="checkbox"] {
    display: none; /* Esconde o checkbox */
}

.checkbox-servico {
    display: none; /* Oculta o checkbox padrão */
}

.servico-single.selected {
    
}

.p-single{
	font-size: 15px;
}

.servico-single .p-single{
	position: absolute;
	left: 50%;
	top: 45%;
	text-align: center;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
	z-index: 30;
	font-size: 17px;
	color: white;
	font-weight: bold;
	padding: 0 2%;
}

.preco-txt{
	display: block;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%,-50%);
  width: 100%;
  background: #e74696;
  padding: 6px;
  color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/****Final testes css******/

.wraper-pagamemnto{
	padding: 20px 2%;
}

.estilo-resumo-servico .selecao-single-topo .txt-p span{
	font-size: 19px;
	font-weight: bold;
}

.estilo-resumo-servico
.duracao{
	width: 4%;
}

.estilo-resumo-servico
.txt-p{
	width: 65%;
}

.estilo-resumo-servico .total-resumo-completo .txt-p{
	width: 70%;
}

.wraper-resumo{
	border: 2px solid #ccc;
	margin: 15px auto;
	padding: 0 0 0 0;
}

.wraper-resumo{
	display: none;
}

.selecao-single,.resumo-endereco{
	overflow: hidden;
}

.overlay-delete{
	 position: absolute;
   top: 0;
   left: 0;
   width: 0; /* Começa sem largura */
   height: 100%;
   background-color: rgba(244, 204, 204, 0.7); /* Suave vermelho translúcido */
   z-index: 1; /* Fica sobre o conteúdo */
   transition: width 0.5s ease, right 0.5s ease; /* Animação suave para preenchimento */
}

.selecao-single.deletando {
    transform: scale(0.95); /* Reduz ligeiramente o tamanho */
    transition: transform 0.5s ease;
}

.selecao-single,.selecao-single-topo,.resumo-endereco{
	padding: 5px 2%;
	border-bottom: 2px solid #ccc;
	align-items: center;
}

.selecao-single-total{
	padding: 5px 2%;
	align-items: center;
}

.wraper-resumo .txt-p{
	border-bottom: 0;
	width: 55%;
	padding-right: 1%;
}

.wraper-resumo .duracao{
	font-size: 17px;
	width: 15%;
}

.wraper-resumo {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.wraper-resumo:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.selecao-single-topo {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.selecao-single,.resumo-endereco {
		background-color: #eee;
    padding: 10px 2%;
    border-bottom: 1px solid #e0e0e0;
}

.selecao-single:last-child {
    border-bottom: none;
}

.selecao-single-total {
    font-weight: bold;
    background-color: #f8f9fa;
    border-top: 2px solid #e0e0e0;
    padding: 15px 10px;
    border-radius: 0 0 8px 8px;
}



.txt-p span,
.duracao span,
.preco-total {
    display: block;
    font-size: 16px;
    color: #555;
}

.color-p {
    color: #007bff;
    font-weight: 500;
}

.p-single {
    font-size: 15px;
    font-weight: 400;
    color: #444;
}

.preco-lixeira .icone-lixeira {
    color: #e74c3c;
    margin-left: 10px;
    cursor: pointer;
    transition: transform 0.2s;
}

.preco-lixeira .icone-lixeira:hover {
    transform: scale(1.1);
}

.preco-single,
.preco-total {
    font-size: 18px;
    font-weight: 600;
    color: #28a745;
}

.fa-cart-shopping {
    margin-left: 8px;
    color: #007bff;
}

.fa-clock {
    margin-right: 5px;
    color: #555;
}

.clock-cinza{
		color: #ddd;
}

.horario-necess{
	text-align: center;
	margin: 20px;
	background-color: #f9f9f9; /* Fundo claro para contraste */
  border: 2px solid #ff6394; /* Borda rosa para destaque */
  border-radius: 8px; /* Cantos arredondados */
  padding: 10px 15px; /* Espaçamento interno */
  margin: 15px 0; /* Espaçamento externo */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.css-tempo-selecionado{
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin: 10px 0;
	padding: 0 0;
}

.horario-necess .color-p {
    font-size: 16px; /* Aumenta o tamanho do texto */
    font-weight: bold; /* Deixa o texto em negrito */
    color: #333; /* Cor do texto */
}

.wraper-resumo .preco-lixeira{
	width: 25%;
}

span.preco-single{
	color: #292828;
	font-size: 18px;
}

.preco-lixeira i{
	float: right;
	font-size: 19px;
	color: darkred;
	cursor: pointer;
}

.selecao-single-topo .preco-lixeira i{
	color: seagreen;
}

.selecao-single-total .txt-p, .preco-total, .selecao-single-topo .txt-p{
	font-weight: bold;
	color: black;
	font-size: 20px;
}

.selecao-single-total .preco-single,.preco-total{
	font-size: 20px;
}

.selecao-single-total > .txt-p{
	width: ;
}

.selecao-single-total .duracao i,
.horario-necess i{
	color: #d692b4;
}

span.tempo-estimado,
span.tempo-selecionado{
		font-size: 18px; /* Destaque para o tempo */
    font-weight: bold; /* Negrito para destaque */
    color: #333; 
}

.horario-necess i{
	color: #ff6394; /* Cor do ícone combinando com a borda */
  font-size: 18px; /* Tamanho do ícone */
}

.wraper-horarios{
	margin-top: 35px;
	margin-bottom: 30px;
}

.border-box-model{
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(148, 96, 84, 0.71);
  background-color: white;
  border-radius: 15px;
  padding: 25px;
}

.horarios-periodo {
    width: 80%;
    max-width: 250px;
    margin: 25px auto;
    background-color: #d692b4;
    display: flex; /* Define o contêiner como flexível */
    justify-content: space-between; /* Espaçamento igual entre os itens */
    align-items: center; /* Alinha os itens verticalmente ao centro */
    padding: 2px;
    border-radius: 5px;
}

.horarios-periodo div {
    cursor: pointer;
    flex: 0 0 20%; /* Define a largura das divs filhas como 20% */
    text-align: center; /* Centraliza o texto dentro das divs */
    padding: 5px 15px;
    border-radius: 5px;
}

.horarios-periodo .select-periodo {
    background-color: white;
}

.color-p {
    color: #292828;
}

.horario-single {
		position: relative;
    display: flex; 
    overflow-x: auto; /* Habilita a rolagem horizontal */
    white-space: nowrap; /* Impede a quebra de linha */
    padding: 10px 0; /* Adiciona um espaço acima e abaixo da rolagem */
    scrollbar-width: thin; /* Define a largura da barra de rolagem para Firefox */
  	scrollbar-color: rgba(254, 159, 166, 0.7) #fff; /* Cor da barra e do fundo */
}

/* Para navegadores WebKit (Chrome, Safari) */
.horario-single::-webkit-scrollbar {
  height: 5px; /* Altura da barra de rolagem */
}

.horario-single::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 1); /* Cor da barra de rolagem */
  border-radius: 20px; /* Arredondar a barra de rolagem */
}

.horario-single::-webkit-scrollbar-track {
  background: transparent; /* Cor de fundo da trilha do scrollbar */
  border-radius: 20px;
}

/* Para ocultar o scrollbar vertical */
.horario-single::-webkit-scrollbar:vertical {
  width: 0; /* Ocultar o scrollbar vertical */
}

/* Para o scrollbar horizontal */
.horario-single::-webkit-scrollbar:horizontal {
  height: 5px; /* Altura do scrollbar horizontal */
}

/* Para remover as setas laterais */
.horario-single::-webkit-scrollbar-button {
  display: none; /* Oculta os botões de rolagem */
}

.horario-manha,
.horario-tarde,
.horario-noite {
    display: flex;
}

.horarios ,.single-quantidade{
    margin: 0 10px; /* Espaçamento entre os horários */
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #292828;
    cursor: pointer;
}

.horarios.horario-select,.single-quantidade.nmr-clientes-select,.single-quantidade.qnt-clientes-select{
	background-color: #ff69b4;
	color: white;
	transition: 0.3s;
}

.single-quantidade.qnt-clientes-select .color-p{
	color: white;
	font-weight: bold;
}

.flex-horarios .btn-chamada-wraper{
	margin-top: 20px;
}

.flex-horarios .btn-chamada a{
	cursor: pointer;
}

.horario-noite .horarios{
	background-color: #cd1973;
	font-weight: bold;
}

.msg-tarifa{
  text-align: center;
  margin: 15px 0;
  display: none;
}

.msg-tarifa p{
	display: inline-block;
	background-color: #cd1973;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
}

.btn-avancar-1{
	margin-top: 20px;
}

.notificacao-fixa,.notificacao-fixa-agendamento{
	display: none;
  position: fixed;
  left: 10px;
  top: 10px;
}

/* CSS global — adicione ao seu stylesheet */
.notification-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%; 
  background-color: rgba(255,255,255,0.8);
  border-radius: 0 0 12px 12px;  /* arredonda só as quinas de baixo */
  box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
}
[js-sucess-modal-agenda-servicos],
[js-error-modal-agenda-servicos],
[js-atencao-modal-agenda-servicos] {
  position: relative; /* já deve ser, mas só pra garantir */
  overflow: hidden;   /* impedindo a barra vazar fora */
}

.error,.sucess, .atencao, .notification-modal{
	width: 80%;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	border-radius: 15px;
	position: fixed;
	left: 15px;
	top: 15px;
	max-width: 450px;
	display: none;
	z-index: 300;
}

.js-box-pagamento-pix{
	z-index: 290;
}

.notificacao-fixa,.notificacao-fixa-agendamento{
  position: static;
  max-width: none;
  width: 100%;
  margin-top: 15px;
}

.error p,.notification--error p{
	background-color: #c74e4ede;
	border: 2px solid #de1414;
}

.sucess p,.notification--success p{
	background-color: #51a851d9;
  border: 2px solid #4ae24a;
}

.atencao p{
	background-color: rgba(255, 152, 0, 0.85);   /* laranja suave */
  border: 2px solid #FB8C00;   
}

.error p,.sucess p,.atencao p, .notificacao-fixa p,.notificacao-fixa-agendamento p{
	padding: 10px 5px;
	color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
}


/*
.wraper-login{
	padding: 20px 0;
}

.wraper-login form{
	margin: 20px 0;
}

.wraper-login fieldset{
	border-radius: 5px;
	border: 2px solid #ccc;
}

.wraper-login legend{
	margin-left: 15px;
	font-size: 18px;
}*/

.wraper-login,
.wraper-modal,
.login-agendamentos,
.login-form-css{
	transition: 0.5s;
}

.centro-position{
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.form-telefone-login, 
.form-informacoes-cliente,
.form-recuperar-login,
.resumo-servico,
.payment-summary,
.box-perfil-historico,
.css-form-editar,
.form-selecionar-profissional-css,
.form-telefone-login-depoimento  {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(148, 96, 84, 0.71);;
  border-radius: 8px;
  /*transition: transform 0.2s ease;*/
}

.upsells-historico-wrapper {
  margin-top: 10px;
  padding: 10px;
  background: #fff7f7;
  border-left: 4px solid #f48fb1;
  border-radius: 6px;
}

.titulo-upsell-historico {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #d81b60;
}

.item-upsell-historico {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
  color: #444;
}

.nome-upsell {
  font-weight: 500;
}

.valor-upsell {
  font-weight: bold;
}


.form-selecionar-profissional-css{
	width: 95%;
}

.css-form-editar{
	margin: 0 0;
}

.form-telefone-login:hover, .form-informacoes-cliente:hover {
  /*transform: scale(1.02);*/
}

.wraper-login fieldset ,
.login-agendamentos fieldset,
.css-form-editar fieldset,
.login-form-css fieldset{
  border: none;
  margin-bottom: 15px;
}

.wraper-login legend,
.login-agendamentos legend,
.css-form-editar legend,
.login-form-css legend{
  font-size: 1.2em;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

legend.codigo-info {
    
}

legend.codigo-info .codigo-dica {
    display: block;
    font-size: 12px;
    color: #555;
    margin-top: 7px;
    font-style: italic;
}

.form-telefone-login,
.form-recuperar-login,
.form-telefone-login-depoimento {
	position: relative;
	left: 50%;
	top: 42%;
	transform: translate(-50%,-50%);
}

.form-informacoes-cliente{
	display: none;
}

.wraper-form-single {
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}

/* Input básico e estilo de placeholder flutuante */
.wraper-login input[type="text"],
.wraper-login input[type="number"],
.wraper-login input[type="email"],
.wraper-login input[type="submit"],
.wraper-login input[type="password"],
.wraper-login select,
.login-agendamentos input[type="text"],
.login-agendamentos input[type="submit"],
.login-agendamentos select,
.login-agendamentos textarea,
.css-form-editar input[type="text"],
.css-form-editar input[type="email"],
.css-form-editar input[type="submit"],
.css-form-editar input[type="password"],
.css-form-editar select,
.css-form-editar textarea,
.login-form-css input[type="text"],
.login-form-css input[type="number"],
.login-form-css input[type="email"],
.login-form-css input[type="submit"],
.login-form-css input[type="password"]{
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease;
  background: transparent;
  font-size: 1em;
}

.wraper-login input[type="text"]:focus,
.wraper-login input[type="number"]:focus,
.wraper-login input[type="email"]:focus,
.wraper-login input[type="password"]:focus,
.wraper-login select:focus,
.login-agendamentos input[type="text"]:focus,
.login-agendamentos select:focus,
.login-agendamentos textarea:focus,
.css-form-editar input[type="text"]:focus,
.css-form-editar input[type="email"]:focus,
.css-form-editar select:focus,
.css-form-editar textarea:focus,
.login-form-css input[type="text"]:focus,
.login-form-css input[type="password"]:focus{
  border-color: #333333;
}

.wraper-login input[type="submit"],
.login-agendamentos input[type="submit"],
.css-form-editar input[type="submit"],
.login-form-css input[type=submit] {
  cursor: pointer;
  background-color: #e91e63;
  color: #fff;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.wraper-login input[type="submit"]:hover,
.login-agendamentos input[type="submit"]:hover,
.css-form-editar input[type="submit"]:hover,
.login-form-css ínput[type="submit"]:hover {
  border: 1px solid #FF69B4;
  background-color: #F5B7B1;
}

/* Placeholder flutuante */
.wraper-form-single input[type="text"]::placeholder,
.wraper-form-single textarea::placeholder,
.wraper-form-single input[type="email"]::placeholder,
.wraper-form-single input[type="password"]::placeholder,
.css-form-editar input[type="text"]::placeholder,
.css-form-editar input[type="email"]::placeholder {
  color: transparent;
}

.senha-css input{
	 width: 100%;
   padding: 10px 40px 10px 10px;
}

/* Ícone para alternar visibilidade */
.toggle-password,
.toggle-password-depoimento {
    position: absolute;
    top: 62%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

/* Estilo para o wrapper do campo de upload */
.wraper-form-single.file-css {
    align-items: flex-start;
    margin-bottom: 20px;
}

.flex-file{
		display: flex;
		flex-direction: row;
		align-items: center;
}

.image-preview{
	width: 60px;
}

#file-name,.file-name-edit{
	width: calc(100% - 70px);
	padding: 0 2%;
}

/* Estilo para o label */
.wraper-form-single.file-css label {
    margin-bottom: 8px;
}

/* Estilo para o contêiner do preview */
.image-preview {
    width: 60px;
    height: 60px;
    border: 2px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
    background-color: #f9f9f9;
}

/* Estilo para a imagem */
.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Esconde o input file padrão */
#foto-cadastro {
    display: none;
}

/* Estilo para o texto "Nenhum arquivo selecionado" */
#file-name,.file-name-edit {
    font-size: 14px;
    color: #777;
    cursor: pointer;
}


.wraper-form-single label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  color: #aaa;
  font-size: 0.9em;
  pointer-events: none;
  transition: 0.2s;
}

.wraper-form-single input[type="text"]:focus + label,
.wraper-form-single input[type="text"]:not(:placeholder-shown) + label,
.wraper-form-single textarea:focus + label,
.wraper-form-single textarea:not(:placeholder-shown) + label,
.wraper-form-single input[type="email"]:focus + label,
.wraper-form-single input[type="email"]:not(:placeholder-shown) + label,
.wraper-form-single input[type="password"]:focus + label,
.wraper-form-single input[type="password"]:not(:placeholder-shown) + label  {
  top: -10px;
  left: 10px;
  font-size: 0.75em;
  color: #333333;
}

.wraper-form-single textarea{
	height: 150px;
	resize: none;
}

.form-login-senha-agenda{
	display: none;
}

.checkbox-login-lembrar{
	float: left;
}

.btn-esqueci-senha{
	float: right;
}

.btn-esqueci-senha a{
	font-size: 0.9em;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

.checkbox-login-lembrar span{
	font-size: 0.9em;
	color: #333;
}

/* Estilização de <select> */
.wraper-login select {
  appearance: none;
  padding-right: 30px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="%236200ea" d="M5 6l-3.5-4h7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  color: #333;
}

/* Título de seção */
.wraper-login .txt-p,
.login-form-css .txt-p {
  font-size: 1em;
  color: #292828;
  font-weight: bold;
  margin: 15px 0 5px;
}

.perfil-cliente {
    position: fixed;
    display: inline-block;
    text-align: left;
    z-index: 9;
    right: 30px;
    top: 5px;
}

.wraper-perfil{
	display: inline-block;
}

.perfil-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.perfil-box:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.foto-perfil {
	  text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2e8b57; /* Cor chamativa da borda */
}

.foto-perfil i{
	font-size: 25px;
	color: #555;
	margin-top: 7px;
}

.foto-perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nome-cliente {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.menu-dropdown {
		display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    z-index: 10;
}

.menu-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-dropdown li {
    border-bottom: 1px solid #f0f0f0;
}

.menu-dropdown li:last-child {
    border-bottom: none;
}

.menu-dropdown li a {
		cursor: pointer;
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease-in-out;
}

.menu-dropdown li a:hover {
    background-color: #f9f9f9;
}

/* Menu ativo */
.menu-dropdown.active {
    transform: scaleY(1);
}

.box-perfil-slide{
	display: none;
}

.box-perfil-slide{
	border-radius: 15px;
	position: fixed;
  right: 30px;
  top: 80px;
  width: 90%;
  z-index: 9;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  overflow-y: scroll;
  border: 1px solid #a17369;
  height: 400px;
	scrollbar-width: thin; /* Define a largura da barra de rolagem para Firefox */
  scrollbar-color: rgba(144, 143, 143, 0.7) #f0f0f0; /* Cor da barra e do fundo */
}

.box-editar-dados{
	height: 450px;
}

.box-historico{
	padding: 20px;
}

/* Para navegadores WebKit (Chrome, Safari) */
.box-perfil-slide::-webkit-scrollbar {
  height: 5px; /* Altura da barra de rolagem */
}

.box-perfil-slide::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 1); /* Cor da barra de rolagem */
  border-radius: 20px; /* Arredondar a barra de rolagem */
}

.box-perfil-slide::-webkit-scrollbar-track {
  background: transparent; /* Cor de fundo da trilha do scrollbar */
  border-radius: 20px;
}

/* Para ocultar o scrollbar vertical */
.box-perfil-slide::-webkit-scrollbar:vertical {
  width: 0; /* Ocultar o scrollbar vertical */
}

/* Para o scrollbar horizontal */
.box-perfil-slide::-webkit-scrollbar:horizontal {
  height: 5px; /* Altura do scrollbar horizontal */
}

/* Para remover as setas laterais */
.box-perfil-slide::-webkit-scrollbar-button {
  display: none; /* Oculta os botões de rolagem */
}


.historico-cliente h2, .historico-credito h2 {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 4px solid #3498db; /* Azul destaque */
    padding-bottom: 10px;
}

.lista-historico, .wraper-item-historico {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    min-height: 50px;
    background-color: #f9f9f9;
    padding: 20px;
    width: 100%;
}

/* 1) Garanta que o wrapper (.box-agendados.agrupado) seja positioned para o pseudo-element */
.box-agendados.agrupado {
  position: relative;
}

/* 2) Desative o gradiente nos itens internos */
.box-agendados.agrupado .item-historico-agendado:before {
  display: none !important;
}

.box-agendados.agrupado .item-historico-agendado {
  width: 90%;             /* ajusta para caber melhor dentro do wrapper */
  max-width: 800px;       /* opcional: limite máximo de largura */
  margin: 10px auto;         /* centraliza horizontalmente */
}

.box-servicos-agendados .acoes-agendamento{
	display: none;
}

.box-servicos-agendados .btn-pagar-novamente-agenda{
	display: block;
}

.box-agendados.agrupado .acoes-agendamento{
	margin: 20px 5%;
}

/* 2) Garante que o flex interno continue alinhando corretamente */
.box-agendados.agrupado .item-historico-agendado {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* 3) Aplique a faixa colorida só no wrapper pai */
.box-agendados.agrupado:before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 7px;               /* largura da faixa – ajuste se quiser mais discreto */
  height: 100%;
  background: linear-gradient(180deg, #27ae60, #2980b9, #c0392b);
  border-radius: 10px 0 0 10px;
}

/* 4) Se precisar de um destaque leve extra, combine com borda fina */
.box-agendados.agrupado {
  border: 1px solid #e0e0e0;  /* borda suave ao redor da box inteira */
  border-radius: 10px;        /* mantém seu raio existente */
  margin: 15px 0;
}

.sem-historico {
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;  /* Fundo claro */
    border: 2px dashed #e0e0e0; /* Borda estilo dashed */
    border-radius: 8px;
    margin: 20px auto;
    max-width: 600px;  /* Limita a largura para centralizar melhor */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sutil sombra para destaque */
}

.sem-historico i {
    font-size: 4rem; /* Tamanho do ícone */
    color: #aaa;
    margin-bottom: 15px;
}

.sem-historico h3 {
    font-size: 1.8rem;
    margin: 10px 0;
    color: #333;
}

.sem-historico p {
    font-size: 1rem;
    color: #666;
}

.item-historico {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    gap: 15px;
}

.item-historico:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.data-horario-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.data-servico {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    background: #eee;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 80%;
}

/* Horário do serviço (fica abaixo da data) */
.horario-servico {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    background: #ddd;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin-top: 5px;
}

/* Detalhes do serviço (60% do espaço) */
.detalhes-servico {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Texto dentro dos detalhes */
.detalhes-servico p {
    margin: 5px 0;
    font-size: 16px;
    color: #555;
}

.detalhes-servico p strong {
    color: #222;
    font-weight: bold;
}

/* Estilização do status */
.detalhes-servico p:nth-child(2) {
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 20px;
    color: white;
    display: inline-block;
    text-align: center;
    width: fit-content;
}

/* Cores para Status */
.detalhes-servico p.style-concluido {
    background-color: #27ae60; /* Verde vibrante */
    box-shadow: 0 3px 8px rgba(39, 174, 96, 0.5);
}

.detalhes-servico p.style-agendado {
    background-color: #2980b9; /* Azul vibrante */
    box-shadow: 0 3px 8px rgba(41, 128, 185, 0.5);
}

.detalhes-servico p.style-aguardando {
		background-color: orangered;
  	color: white !!important;
  	box-shadow:0 3px 8px rgba(41, 128, 185, 0.5);
}

.detalhes-servico p.style-cancelado {
    background-color: #c0392b; /* Vermelho vibrante */
    box-shadow: 0 3px 8px rgba(192, 57, 43, 0.5);
}

/* Gradiente decorativo para o item */
.item-historico:before
,.item-historico-agendado:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, #27ae60, #2980b9, #c0392b);
    border-radius: 4px 0 0 4px;
}

.item-historico:hover:before,
,.item-historico-agendado:hover:before {
    filter: brightness(1.2);
}


.item-historico-agendado {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  gap: 15px;
}

.item-historico-agendado:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.data-horario-agendado {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.data-servico-agendado {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  background: #eee;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 80%;
}

.horario-servico-agendado {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  background: #ddd;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 80%;
  margin-top: 5px;
}

.detalhes-servico-agendado {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}

.detalhes-servico-agendado p {
  margin: 5px 0;
  font-size: 16px;
  color: #555;
}

.detalhes-servico-agendado p strong {
  color: #222;
  font-weight: bold;
}

.detalhes-servico-agendado .status-agendado{
	color: white;
}

.status-agendado {
  background-color: #2980b9;
  box-shadow: 0 3px 8px rgba(41, 128, 185, 0.5);
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 20px;
  color: white;
  display: inline-block;
  text-align: center;
  width: fit-content;
}

/* Botão cancelar (discreto) */
.btn-cancelar-agendamento {
  background: transparent;
  border: none;
  color: #c0392b;
  font-size: 13px;
  margin-top: 8px;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.btn-cancelar-agendamento:hover {
  color: #e74c3c;
}

/* Ícone de informação */
.icone-info {
  display: inline-block;
  color: #888;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
}

.icone-info:hover {
  color: #555;
}

/* Tooltip */
.tooltip-cancelamento {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 57, 43, 0.95);  /* cor de alerta (vermelho) com leve transparência */
  border-radius: 10px;
  padding: 0 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  z-index: 10;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.item-historico-agendado {
  position: relative; /* necessário para a sobreposição funcionar */
  overflow: hidden;
  margin: 15px 0;
}

.tooltip-cancelamento p {
  font-size: 13px;
  color: white;
  text-align: center;
  line-height: 1.4;
}

/* Quando ativado, o overlay desliza para baixo e fica visível */
.item-historico-agendado.show-tooltip .tooltip-cancelamento {
  transform: translateY(0);
  opacity: 1;
}

.botoes-confirmacao {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-continuar-cancelamento {
  background: #c0392b;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.btn-fechar-tooltip {
  background: transparent;
  border: 1px solid #ccc;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}


.carousel-historico-agendamentos {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.card-historico-agendamento {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.card-historico-agendamento {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  width: 280px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.card-historico-agendamento {
  width: 280px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.card-historico-agendamento:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.header-agendamento {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.data-hora-historico {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.data-historico,
.hora-historico {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.status-concluido,
.status-cancelado,
.status-agendado,
.status-aguardando {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.status-concluido {
  background-color: #2ecc71;
}

.status-cancelado {
  background-color: #e74c3c;
  color: white !important;
}

.status-agendado {
  background-color: #FF9800;
  color: white !!important;
}

.status-aguardando {
	background-color: orangered;
	color: white !important;
}

.status-motivo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* alinhado à direita como o status já era */
  gap: 5px;
}

.status-motivo-wrapper p {
  margin: 0;
  font-size: 12px;
  color: #555;
  text-align: right;
}

.motivo-cancelamento-css {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #555;
  text-align: left;
  line-height: 1.4;
}


.btn-pagar-novamente-pix {
  background-color: #FB8C00; /* Orange 600, destaca bem */
  color: #FFFFFF;
  border: none;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  cursor: pointer;
}
.btn-pagar-novamente:hover {
  background-color: #EF6C00; /* Orange 800 */
}

.body-agendamento {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.servico-historico {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0;
}

.status-concluido,
.status-cancelado,
.status-agendado {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 12px;
  color: #fff !important;
}

.status-concluido {
  background-color: #2ecc71;
}

.status-cancelado {
  background-color: #e74c3c;
}

.status-agendado {
  background-color: #3498db;
}

.body-agendamento .servico {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

/* Container do botão para centralizar */
.editar-agendamentos-container {
    text-align: center;
    margin: 20px 0 20px 0;
}

/* Botão estilizado */
.btn-editar-agendamentos {
    background: #ffffff; /* Fundo branco discreto */
    color: #333; /* Texto escuro para boa leitura */
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #e60073; /* Borda rosa elegante */
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    outline: none;
    display: inline-block;
}

/* Efeito ao passar o mouse */
.btn-editar-agendamentos:hover {
    background: #e60073; /* Fundo rosa ao passar o mouse */
    color: #ffffff; /* Texto branco para contraste */
    border-color: #e60073;
    box-shadow: 0 4px 10px rgba(230, 0, 115, 0.3);
}

/************Opções de pagamento stylo 1************/

.wraper-pagamento{
	padding: 60px 2% 25px 2%;
}

.wraper-pagamento .wraper-resumo{
	margin: 30px auto;
}

.payment-summary {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.pagamento-agenda, .box-pagamento {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Título do pagamento */
.payment-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  line-height: 25px;
}

/* Opções de pagamento */
.payment-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

/* Cartões de pagamento */
.payment-card {
  position: relative;
  padding: 15px;
  background: #f4f6f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.payment-card {
  flex: 1 1 240px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-card:hover {
  border-color: #e60073;
  background-color: #f9e8ef;
  box-shadow: 0 6px 12px rgba(230, 0, 115, 0.2);
}

.payment-card input[type="radio"] {
  display: none;
}

.payment-card .card-info {
  margin: 5px 0;
}

.payment-card .icon {
  font-size: 2.4em;
  color: #555;
  transition: color 0.3s ease;
  display: inline-block;
  margin: 0 5px;
}

.payment-card .method-name {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* Descrição de pagamento */
.payment-description {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Quando o botão tiver a classe .selecionado */
.payment-card.selecionado .icon {
  color: #e60073;
}

.payment-card.selecionado .method-name {
  color: #e60073;
}

.confirm-btn,.btn-confirm-pagamento > .btn-chamada a,
.btn-edit-servico a,.btn-edit-click a{
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.71);
}

.btn-confirm-pagamento:hover ,.btn-edit-servico:hover,.btn-edit-click a{
  box-shadow: 0 6px 18px rgba(213, 0, 49, 0);
}

.editar-servico-btn > .btn-edit-servico a,.btn-edit-click a{
	margin: 5px 0 15px 0;
  background-color: #6200ea;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(98, 0, 234, 0.4);
}

#sessao-agenda{
	padding: 20px 0;
	min-height: 500px;
	position: relative;
}

.wraper-escolha-profissional{
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

/*
.btn-edit-click a{
	display: inline-block;
  max-width: 600px;
  width: 100%;
  color: white;
  text-align: center;
  padding: 15px 0;
}
*/

.meus-agendamentos{
	max-width: 800px;
	margin: 40px auto;
	text-align: left;
	padding: 0 2%;
}

.meus-agendamentos .btn-chamada-wraper{
	text-align: left;
}

.login-agendamentos .btn-chamada{
	width: 100%;
}

.login-agendamentos .btn-chamada a{
	font-size: 1em;
	text-transform: none;
	border-radius: 4px;
}

.btn-cancelar-agendamento .btn-chamada a{
	font-size: 1.2em;
}

.box-flex{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	align-content: center;
}

.single-box{
	width: 30%;
}

.depoimentos-box{
	margin-top: 30px;
}

.nenhum-depoimento {
  background-color: #fff0f5; /* rosinha claro */
  border: 2px dashed #ff69b4; /* rosa pink em borda tracejada */
  color: #c71585; /* rosa escuro para texto */
  padding: 20px;
  margin: 30px auto;
  max-width: 600px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 4px 10px rgba(255, 105, 180, 0.1);
  animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
/*
.single-depoimento{
	margin: 15px 1.5%;
	background: #fff;
  border: 1px solid #f3d0e3;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
 	padding: 0 2% 20px 2%;
}

.img-depoimento{
	padding: 20px 2%;
}

.img-depoimento img{
	width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #d63384;
  object-fit: cover;
}

.texto-depoimento{
	font-size: 1rem;
  color: #555;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.nome-depoimento{
	font-size: 1.2rem;
  color: #d63384;
  font-weight: 600;
  margin: 0;
}

.papel-depoimento{
	font-size: 0.9rem;
  color: #777;
}
*/

.single-depoimento {
  margin: 15px;
  background: #fff;
  border: 2px solid #f3d0e3;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 369px !important;
}

.single-depoimento:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.img-depoimento {
  padding: 15px 0;
}

.img-depoimento img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid #d63384;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.single-depoimento:hover .img-depoimento img {
  transform: scale(1.1);
}

.texto-depoimento {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.8rem;
  font-style: italic;
  line-height: 1.4;
}

.nome-depoimento {
  font-size: 1.2rem;
  color: #d63384;
  font-weight: 700;
  margin-top: 10px;
}

.papel-depoimento {
  font-size: 0.9rem;
  color: #777;
  font-weight: 500;
  margin-top: 5px;
}

.wraper-depoimento {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Estilização das dots do Slick apenas para o slide de depoimentos */
.depoimentos-js-slide .slick-dots {
  text-align: center;
  padding-top: 15px;
}

.depoimentos-js-slide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.depoimentos-js-slide .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f3d0e3;
  border: 2px solid #d63384;
  transition: all 0.3s ease;
}

.depoimentos-js-slide .slick-dots li.slick-active button {
  background: #d63384;
  border-color: #b22667;
  transform: scale(1.3);
}


.btn-depoimento{
	margin: 40px auto 0 auto;
}


/*****ESTILO DEPOIMENTO CLIENTE******/


.meus-depoimentos {
  margin-bottom: 30px;
  margin-top: 60px;
}

.depoimento {
  border: 1px solid #ffb6c1;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}

.cliente-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box-superior{
	width: 100%;
	display: inline-block;
}

.papel-cliente {
	display: inline-block;
	width: 57%;
	vertical-align: middle;
  font-size: 0.9em;
  color: #ff69b4;
}

.texto-depoimento {
  font-size: 1em;
  line-height: 1.4;
  color: #333;
}

.status-depoi{
	width: 35%;
	display: inline-block;
	vertical-align: middle;
}

.status-depoimento {
  font-size: 0.85em;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: bold;
}

.status-depoimento.aprovado {
  background-color: #d4edda;
  color: #155724;
}

.status-depoimento.aguardando {
  background-color: #fff3cd;
  color: #856404;
}

.btn-editar-depoimento {
  background-color: #ffe0ec;
  color: #d63384;
  border: 1px solid #d63384;
  padding: 6px 12px;
  font-size: 0.9em;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.btn-editar-depoimento:hover {
  background-color: #d63384;
  color: #fff;
}

.sem-depoimentos {
  text-align: center;
  color: #888;
  padding: 30px;
}

.sem-depoimentos i {
  font-size: 2em;
  display: block;
  margin-bottom: 10px;
}

.enviar-depoimentos {
  padding: 20px;
}

.cliente-logado {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.foto-logado {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.nome-logado {
  font-weight: bold;
  font-size: 1.1em;
  color: #ff1493;
}

.form-depoimento-css {
  display: flex;
  flex-direction: column;
}

.form-depoimento-css label {
  margin: 10px 0 5px;
  font-weight: 500;
}

.form-depoimento-css textarea,
.form-depoimento-css select {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  resize: vertical;
}

.estilo-textearea{
	resize: none !important;
	outline: none;
  transition: border-color 0.3s ease;
}

.textarea-alerta {
  border-color: #e67e22 !important; /* laranja */
}

.textarea-limite {
  border-color: #e74c3c !important; /* vermelho */
}

.form-depoimento-css button {
  margin-top: 15px;
  padding: 10px;
  border: none;
  background-color: #ff69b4;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-depoimento-css button:hover {
  background-color: #ff1493;
}

/*******FINAL ESTILO DEPOIMENTO CLIENTE********/

.color-white{
	color: white !!important;
}

.contato{
	background-image: url('../img/contato/fundo.jpg');
}

.bg-sobre-contato{
	/*background-color: #faebffe3;*/
	background: linear-gradient(135deg, rgba(255, 232, 243, 0.8), rgba(255, 105, 180, 0.66));
	backdrop-filter: none;
}

.contato .container{
	position: relative;
	z-index: 5;
}


/**************/




.faq-container-css {
  padding: 40px 20px;
  background: #fff0f7;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
}

.faq-lista-css {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 0;
}

.faq-box-css {
  background-color: #fff;
  border: 1px solid #f1c3d8;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.04);
}

.faq-toggle-css {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #cd1973;
  font-weight: bold;
}

.faq-icon-css {
  transition: transform 0.3s ease;
}

.faq-box-css.active .faq-icon-css {
  transform: rotate(180deg);
}

.faq-resposta-css {
  padding: 0 20px 16px;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  display: none;
}

.faq-box-css.active .faq-resposta-css {
  display: block;
}

.faq-pergunta-css{
	text-align: left;
}

.contact-container {
  max-width: 600px;
  text-align: center;
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 30px auto 0 auto;
}

.contact-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

/* Título e descrição */
.contact-title {
  font-size: 24px;
  color: #d63384;
  margin-bottom: 0.5rem;
}

.contact-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}

/* Cards de contato */
.contact-cards {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-card {
  background: linear-gradient(135deg, #f8f8f8, #fff);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  flex: 1;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 2rem;
  color: #d63384;
  margin-bottom: 0.5rem;
}

.contact-card p {
  font-size: 1rem;
  color: #333;
  margin: 0.5rem 0;
}

.contact-card a {
  color: #d63384;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}

.contact-card a:hover {
  text-decoration: underline;
}

/* Nota final */
.contact-note {
  font-size: 1rem;
  font-style: italic;
  color: #888;
  margin-top: 1.5rem;
}

/* Estilo do Rodapé */
.footer {
  background: linear-gradient(135deg, #000, #70063c);
  color: #333;
  padding: 35px 2% 15px 2%;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1.5rem;
}

.footer-brand {
  flex: 1;
  text-align: center;
}

.footer-brand h3 {
  font-size: 1.8rem;
  color: #d63384;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 1rem;
  color: #fff;
}

.footer-links {
  flex: 1;
  text-align: center;
}

.footer-links h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #d63384;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 0.5rem 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.footer-links a:hover {
  color: #d63384;
}

.footer-social {
  flex: 1;
  text-align: center;
}

.footer-social h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #d63384;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-icon {
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icon:hover {
  color: #d63384;
}

/* Rodapé Inferior */
.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #fff;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.footer-info-seguranca {
  padding: 40px 0;
}

.seguranca-box-css-footer {
  text-align: center;
}

.titulo-seguranca-css-footer {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
}

.titulo-seguranca-css-footer i {
  color: #28a745;
  margin-left: 8px;
}

.brazoes-lista-css-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.brazao-css-footer {
  background: transparent; /* Agora é transparente */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Borda levinha */
  border-radius: 10px;
  padding: 20px 15px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.brazao-css-footer:hover {
  transform: translateY(-5px);
  border-color: #fff; /* Borda fica branca no hover */
  box-shadow: 0px 8px 20px rgba(255, 255, 255, 0.1);
}

.brazao-css-footer i {
  font-size: 26px;
  margin-bottom: 10px;
}

/* Cores diferentes nos ícones */
.brazao-css-footer:nth-child(1) i { color: #28a745; } /* SSL - verde */
.brazao-css-footer:nth-child(2) i { color: #007bff; } /* Hash - azul */
.brazao-css-footer:nth-child(3) i { color: #6f42c1; } /* Hospedagem - roxo */
.brazao-css-footer:nth-child(4) i { color: #fd7e14; } /* Proteção - laranja */

.brazao-css-footer p {
  font-size: 14px;
  color: #ccc;
  margin-top: 8px;
  line-height: 1.4;
}


/* Estilo para o container principal */

.box-credito-css {
    background: linear-gradient(135deg, #f5f5f5, #ffffff); /* Fundo suave com degradê */
    border: 2px solid #dcdcdc; /* Borda destacada e neutra */
    border-radius: 12px; /* Cantos arredondados */
    margin: 20px 0; /* Espaçamento externo */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Sombra sutil para destaque */
    font-family: 'Roboto', sans-serif; /* Fonte moderna e elegante */
    color: #444; /* Cor do texto neutra e suave */
}

/* Topo do box */
.box-credito-css .selecao-single-topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 2%;
    border-bottom: 1px solid #e0e0e0; /* Linha divisória elegante */
    margin-bottom: 15px;
}

.box-credito-css .selecao-single-topo span {
    font-size: 14px;
    font-weight: bold;
    color: #555; /* Texto com boa legibilidade */
    text-transform: uppercase; /* Letras em caixa alta para destaque */
}

/* Estilo dos itens */
.box-credito-css .selecao-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 2%;
    border-bottom: 1px solid #f0f0f0; /* Divisão clara entre os itens */
}

.box-credito-css .selecao-single:last-child {
    border-bottom: none; /* Remove linha no último item */
}

.box-credito-css .selecao-single span {
    font-size: 16px;
    font-weight: 500;
    color: #333; /* Cor neutra padrão */
}

/* Estilo dos textos */
.box-credito-css .txt-p span {
    color: #2c7a7b; /* Verde azulado para créditos disponíveis */
    font-weight: bold;
}

.box-credito-css .txt-p{
	width: 40%;
}

.box-credito-css .duracao{
	width: 18%;
}

.box-credito-css .preco-lixeira{
	width: 24%;
}

.box-credito-css .duracao span {
    color: #1a202c; /* Preto suave para o serviço atual */
    font-style: italic; /* Destaque com itálico */
}

.box-credito-css .preco-lixeira span {
    color: #e53e3e; /* Vermelho elegante para total descontado */
    font-weight: bold;
}

/* Estilização do contêiner principal */
.estilo-cupons-servico {
    background: #f9f9f9; /* Fundo suave */
    border: 1px solid #ddd; /* Borda sutil */
    border-radius: 8px; /* Bordas arredondadas */
    margin: 20px auto; /* Centralização */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra leve */
}

/* Cabeçalho da seção de cupons */
.estilo-cupons-servico .selecao-single-topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.estilo-cupons-servico .txt-p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.estilo-cupons-servico .color-p {
    color: #ff4081; /* Cor destaque */
}

/* Ícone do cupom */
.estilo-cupons-servico .preco-lixeira i {
    font-size: 1.4rem;
    color: #ff4081;
}

/* Estilização do formulário */
.estilo-cupons-servico .css-form-cupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.estilo-cupons-servico .form-cupom input[type="text"],.detalhe-alergias-textarea {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    outline: none;
    transition: border 0.3s ease;
}

.estilo-cupons-servico .form-cupom input[type="text"]:focus {
    border-color: #ff4081;
    box-shadow: 0 0 5px rgba(255, 64, 129, 0.5);
}

.estilo-cupons-servico .form-cupom input[type="submit"] {
    background: #ff4081;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.estilo-cupons-servico .form-cupom input[type="submit"]:hover {
    background: #d83470;
}

/* Estilização da seção de cupons aplicados */
.estilo-cupons-servico .cupom_selecionados {
    margin-top: 20px;
    border-top: 2px solid #e0e0e0;
    padding-top: 15px;
}

/* Cada cupom aplicado */
.estilo-cupons-servico .resumo-cupom-css {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.estilo-cupons-servico .resumo-cupom-css:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.estilo-cupons-servico .resumo-cupom-css .txt-p{
	width: 50%;
}

.estilo-cupons-servico .resumo-cupom-css .duracao{
	width: 20%;
}

/* Barra vermelha lateral para destaque */
.estilo-cupons-servico .overlay-delete-css {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: rgba(244, 204, 204, 0.7);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* Texto do cupom */
.estilo-cupons-servico .txt-p .p-single {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

/* Descrição do desconto */
.estilo-cupons-servico .duracao .color-p {
    font-size: 1rem;
    color: #666;
}

/* Valor do desconto e ícone de lixeira */
.estilo-cupons-servico .preco-lixeira {
    display: flex;
    align-items: center;
    gap: 10px;
}

.estilo-cupons-servico .preco-lixeira .preco-single {
    font-size: 1.2rem;
    font-weight: bold;
    color: #27ae60;
}

.estilo-cupons-servico .preco-lixeira .icone-lixeira-css {
    font-size: 1.4rem;
    color: #ff3d3d;
    cursor: pointer;
    transition: color 0.3s ease;
}

.estilo-cupons-servico .preco-lixeira .icone-lixeira-css:hover {
    color: #d83434;
}

.resumo-servico-js .preco-lixeira .icone-lixeira{
	display: none;
}

/******HISTORIDO AGENDAMENTOS******/

.historico-agendamentos-realizados-css{
	height: auto;
}

.wraper-div-tamanho{
	margin-top: 45px;
	height: calc(100% - 70px);
}

.lista-historico-agendados{
	margin: 20px 0;
}

.lista-historico {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

.card-historico-credito {
  background: linear-gradient(135deg, #ffffff, #f0f4f8);
  border-left: 6px solid #007bff; /* padrão, será sobrescrito */
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
  margin: 30px 0;
}

.card-historico-credito:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Bordas coloridas por status */
.card-historico-credito.ativo {
  border-left-color: #28a745; /* verde */
}

.card-historico-credito.expirado {
  border-left-color: #dc3545; /* vermelho */
}

.card-historico-credito.aguardando {
  border-left-color: orangered; /* amarelo */
}

.card-historico-credito.usado {
  border-left-color: #17a2b8; /* azul claro */
}


.card-historico-credito:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.card-topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.badge-status {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-status.ativo {
  background-color: #d1f5d3;
  color: #22863a;
}

.badge-status.expirado {
  background-color: #fddede;
  color: #c62828;
}

.badge-status.aguardando {
  background-color: #fff3cd;
  color: #856404;
}

.badge-status.usado {
  background-color: #d1ecf1;
  color: #0c5460;
}

.card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.valor-credito, .saldo-restante {
  text-align: center;
}

.valor-original, .valor-saldo {
  font-size: 22px;
  font-weight: 600;
  display: block;
  color: #333;
}

.card-footer {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.flex-servicos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  margin-top: 40px;
}

.servicos-single {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  transition: transform 0.3s ease;
}

.servicos-single:hover {
  transform: translateY(-6px);
}

.servicos-single a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.img-servicos img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #d96aa7;
  border-radius: 18px 18px 0 0;
}

.txt-servicos,
.txt-facilidade {
  padding: 20px;
  text-align: center;
}

.txt-servicos .txt-p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.txt-facilidade .txt-p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #f0f0f0;
}

.servicos-single .txt-facilidade{
	margin-top: 0;
	padding: 0;
}

/*
.pix-modal-container {
  
}
.pix-modal-box {
  
}
@keyframes slideIn {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pix-close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border: 2px solid #ff69b4;
  color: #ff69b4;
  font-size: 22px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}
.pix-close-btn:hover {
  background: #ff69b4;
  color: #fff;
}
.pix-header h2 {
  font-size: 22px;
  color: #d63384;
  margin-bottom: 8px;
  text-align: center;
}
.pix-header p {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.pix-total-box {
  background: #ffe0f0;
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.pix-total-box strong {
  display: block;
  font-size: 24px;
  color: #d63384;
  margin-top: 5px;
}
.pix-qr-section {
  text-align: center;
  margin-bottom: 25px;
}
.pix-qr-image img {
  max-width: 220px;
  width: 100%;
  height: auto;
  border: 2px solid #ff69b4;
  border-radius: 12px;
  margin-bottom: 10px;
}
.pix-codigo {
  margin-bottom: 25px;
}
.pix-codigo label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}
#pix-copia-cola {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  resize: none;
  font-size: 14px;
  color: #444;
  background: #f9f9f9;
}
.pix-codigo button {
  margin-top: 10px;
  width: 100%;
  padding: 12px;
  background: #ff69b4;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s ease;
}
.pix-codigo button:hover {
  background: #e60073;
}
.pix-resumo h3 {
  font-size: 18px;
  color: #d63384;
  margin-bottom: 10px;
  text-align: center;
}
#pix-resumo-dinamico {
  background: #fef6fa;
  padding: 15px;
  border: 1px dashed #d63384;
  border-radius: 10px;
  max-height: 160px;
  overflow-y: auto;
  font-size: 14px;
  color: #444;
}
.pix-finalizar {
  margin-top: 25px;
}
.btn-confirmar-pix {
  width: 100%;
  padding: 14px;
  background: #d63384;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-confirmar-pix:hover {
  background: #b61c6c;
}
*/




/* Fundo escuro semi-transparente */
.pix-modal-container {
  
}

/* Caixa principal do modal */
.pix-modal-box {

}

/* Botão de fechar */
.pix-close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border: 2px solid #e89ab8;
  color: #e89ab8;
  font-size: 22px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.pix-close-btn:hover {
  background: #e89ab8;
  color: #fff;
}

/* Cabeçalho */
.pix-header h2 {
  font-size: 24px;
  color: #d63384;
  margin-bottom: 8px;
  text-align: center;
}

.pix-header p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

/* Total a pagar */
.pix-total-box {
  background: #f0f0f0;
  padding: 14px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #444;
  border-left: 5px solid #d4af37;
}

.pix-total-box strong {
  display: block;
  font-size: 26px;
  color: #d63384;
  margin-top: 4px;
}

/* QR Code */
.pix-qr-section {
  text-align: center;
  margin-bottom: 20px;
}

.pix-qr-image{
	margin: 15px 0;
}

.pix-qr-image img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #d4af37;
  background-color: #fff;
  padding: 8px;
}

/* Copia e Cola */
.pix-codigo {
  margin-top: 20px;
}

.pix-codigo label {
  display: block;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

.pix-copia-cola-css {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  background: #fdfdfd;
  color: #444;
  border-radius: 10px;
  font-size: 13px;
  resize: none;
}

.pix-codigo button {
  margin-top: 10px;
  width: 100%;
  background: #e89ab8;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.pix-codigo button:hover {
  background: #cc7a9c;
}

/* Resumo dos serviços */
.pix-resumo h3 {
  font-size: 17px;
  color: #d63384;
  margin: 24px 0 12px;
  text-align: center;
}

.pix-resumo-dinamico-css {
  background: #fff9fb;
  padding: 14px;
  border-radius: 12px;
  border: 1px dashed #e89ab8;
  max-height: 160px;
  overflow-y: auto;
  font-size: 14px;
  color: #444;
}

/* Botão de confirmar */
.pix-finalizar {
  margin-top: 24px;
}

.btn-confirmar-pix {
  width: 100%;
  padding: 14px;
  background: #d63384;
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-confirmar-pix:hover {
  background: #b21d6c;
}

.item-servico {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #e8c2d8;
  font-size: 14px;
}

.item-servico.adicional {
  font-style: italic;
  color: #8c5584;
}

/* ==============================
   Estilos para Termos de Uso e
   Política de Privacidade
   ============================== */

/* Container principal */
.wraper-termos {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ffffff;
  color: #333333;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
}

/* Títulos principais */
.wraper-termos > h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #d6336c; /* rosa/nude para dar destaque */
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 0.5rem;
}

/* Subtítulos */
.wraper-termos h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #444444;
}

/* Parágrafos */
.wraper-termos p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* Listas */
.wraper-termos ul {
  margin: 0 0 1rem 1.5rem;
  list-style-type: disc;
}

.wraper-termos ul li {
  margin-bottom: 0.5rem;
}

/* Negrito em listas */
.wraper-termos ul li strong {
  font-weight: 600;
}

/* Links (se houver) */
.wraper-termos a {
  color: #d6336c;
  text-decoration: none;
  border-bottom: 1px dashed #d6336c;
}

.wraper-termos a:hover {
  text-decoration: underline;
}

/* Espaçamento final */
.wraper-termos > h2:last-of-type {
  margin-bottom: 1.5rem;
}

.wraper-termos h3:last-of-type,
.wraper-termos p:last-of-type {
  margin-bottom: 2rem;
}

/* ==============================
   Botão "Voltar" nos Termos de Uso
   ============================== */

/* Container do botão */
.wraper-btn-voltar-termos {
  text-align: center;
  margin: 2rem 0;
}

/* Estilo do botão */
.btn-voltar-termos {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #d6336c;    /* Tom principal (rosa) */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  text-decoration: none;
}

/* Hover e foco */
.btn-voltar-termos:hover,
.btn-voltar-termos:focus {
  background-color: rgba(214, 51, 108, 0.9);
  outline: none;
  transform: translateY(-1px);
}

/* Ativo (pressionado) */
.btn-voltar-termos:active {
  background-color: rgba(214, 51, 108, 0.8);
  transform: translateY(0);
}

/* Container do bloco */
#bloco-alergias {
  background-color: #fff5f9;
  border: 1px solid #f8bfd8;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Labels e checkboxes */
#bloco-alergias label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: left;
}

#bloco-alergias input[type="checkbox"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  accent-color: #e91e63; /* cor principal rosada */
}

/* Área de detalhe */
.detalhe-alergias {
  margin-top: 12px;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.detalhe-alergias[style*="display: block"] {
  /* Quando o JS exibir, podemos controlar altura mínima */
  max-height: 200px;
}

.detalhe-alergias-textarea{
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 80px;
	resize: none;
}

/* Botão de registrar */
.btn-registrar-alergia {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #e91e63;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-registrar-alergia :hover {
  background-color: #d81b60;
}

/* Container de aviso */
.box-aviso-pagamento.aviso-js {
  background-color: #fff5f9;       /* rosa bem claro */
  border: 1px solid #f8bfd8;       /* borda rosada suave */
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 20px;                 /* iniciar escondido, exibir via JS quando necessário */
}

/* Texto dentro do aviso */
.aviso-texto {
  margin: 0;
  font-size: 14px;                  /* texto em tom de rosa escuro */
  line-height: 1.4;
}

.seguranca-box-css {
  text-align: center;
  margin: 20px 0;
}

.titulo-seguranca-css {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #444;
}

.brazoes-lista-css {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.brazao-css {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px 10px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s;
}

.brazao-css:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.brazao-icon-box-css {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.brazao-css i {
  font-size: 20px;
}

/* Cores por tipo */
.brazao-css:nth-child(1) i { color: #28a745; } /* SSL - verde */
.brazao-css:nth-child(2) i { color: #007bff; } /* Hash - azul */
.brazao-css:nth-child(3) i { color: #6f42c1; } /* Hospedagem - roxo */
.brazao-css:nth-child(4) i { color: #fd7e14; } /* Sem dados sensíveis - laranja */

.brazao-css p {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
}

.wraper-resumo {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.resumo-header {
    text-align: center;
    margin: 20px 0;
}

.resumo-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.resumo-detalhado {
    width: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.resumo-detalhado ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.resumo-detalhado ul:last-child {
    border-bottom: none;
}

.resumo-detalhado li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 15px;
    color: #555;
}

.resumo-detalhado li strong {
    font-weight: 600;
    color: #333;
}

.resumo-final-total {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.resumo-final-total strong {
    font-size: 22px;
}

.btn-voltar-agenda-wraper {
    text-align: center;
    margin-top: 25px;
}

.btn-voltar-agenda-wraper-btn {
    display: inline-block;
}

.btn-voltar-do-resumo {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-voltar-do-resumo:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #111;
}

.info-tipo-transacao {
  background-color: #f2f2f2;
  border-left: 4px solid #4caf50;
  padding: 10px;
	font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
  border-radius: 4px;
}

.page-manutenção {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Fundo com imagem e blur */
.bg-sobre-page-manutenção {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/header/fundo-header.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(8px) brightness(0.8);
  background-color: rgba(204, 162, 176, 0.3);
  background-blend-mode: overlay;
  z-index: 1;
}


/* Caixa central */
.container-manutencao-css {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 90%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  padding: 2rem;
  border-radius: 16px;
  border: 2px solid #d6336c;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  text-align: center;
}

/* Título */
.titulo-manutencao-css {
  font-size: 2.5rem;
  color: #d6336c;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* Mensagem */
.mensagem-manutencao-css {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Aviso de agendamentos */
.aviso-agendamento-css {
  font-size: 1rem;
  background-color: #ffe3ec;
  border-left: 4px solid #d6336c;
  padding: 1rem;
  margin-bottom: 1.5rem;
  color: #444;
  line-height: 1.6;
  border-radius: 8px;
}

/* Contato WhatsApp */
.contato-whatsapp-css {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.contato-whatsapp-css a {
  color: #25d366;
  text-decoration: none;
  font-weight: bold;
}

.contato-whatsapp-css a:hover {
  text-decoration: underline;
}


.box-upsel-css {
  margin-top: 32px;
  padding: 24px;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

/* Cabeçalho do upsell */
.titulo-upsel-css .resumo-header h3 {
  font-size: 17px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 20px;
}

/* Container dos cards */
.cards-upsell-wrapper-css {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Card visual */
.card-upsell-css {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-left: 4px solid #d63384;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 10px rgba(214, 51, 132, 0.04);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.card-upsell-css:hover {
  box-shadow: 0 6px 18px rgba(214, 51, 132, 0.08);
  transform: translateY(-2px);
}

/* Coluna com nome e descrição */
.card-upsell-servico-css {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 16px;
}

.nome-upsell-css {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.valor-promocional-css {
  font-size: 15px;
  font-weight: 500;
  color: #d63384;
  margin-top: 4px;
}

/* Botão */
.btn-selecionar-upsell-css,.btn-upsell-remover {
  background: linear-gradient(45deg, #c800ff, #ff007a);
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(200, 0, 255, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  width: 160px;
  margin-top: 10px;
}

.btn-selecionar-upsell-css:hover {
  background: linear-gradient(45deg, #9d00cc, #e6006d);
  box-shadow: 0 6px 16px rgba(200, 0, 255, 0.5);
  transform: translateY(-2px);
}

/* Estado alternativo: botão para remover */
.btn-upsell-remover {
  background: linear-gradient(45deg, #555, #333) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4) !important;
}

.btn-upsell-remover:hover {
  background: linear-gradient(45deg, #444, #111) !important;
}

/* Selecionado visual */
.card-upsell-css.selecionado-upsell {
  border-color: #a61c5d;
  background-color: #fdf3f7;
}

.aviso-em-breve{
	background-color: #bb2424;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: bold;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block !important;
}

/* ================================
   Nossa Equipe – estilo principal
   ================================ */

/* Paleta e tokens */
:root {
  --rosa-50: #fff5f8;
  --rosa-100: #ffe7ef;
  --rosa-200: #ffc9d9;
  --rosa-300: #ffa2be;
  --rosa-400: #ff7aa6;
  --rosa-500: #ff5c95;   /* primária */
  --rosa-600: #e44f86;   /* hover */
  --rosa-700: #bf3f6e;   /* ativo */
  --acinzentado-100: #f7f7f8;
  --acinzentado-200: #eeeef0;
  --acinzentado-300: #dddddf;
  --texto-primario: #2b2b2f;
  --texto-secundario: #5b5b63;
  --card-bg: #ffffff;
  --sombra: 0 12px 35px rgba(255, 92, 149, 0.15);
  --sombra-soft: 0 8px 24px rgba(0, 0, 0, 0.08);
  --radius-2xl: 20px;
  --radius-xl: 14px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  --trans: 220ms ease;
}

/* Section base */
.nossa-equipe-css {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--rosa-50), #fff 35%, #fff);
}

.nossa-equipe-css .bg-sobre-equipe {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 80% 10%, rgba(255, 122, 166, 0.12), transparent 60%),
    radial-gradient(50% 40% at 10% 0%, rgba(255, 201, 217, 0.18), transparent 60%);
  z-index: 0;
}

.equipe-container-css {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Cabeçalho */
.header-equipe-css {
  text-align: center;
  margin-bottom: 28px;
}

.titulo-equipe-css {
  font-size: clamp(1.6rem, 1.25rem + 1.2vw, 2.25rem);
  line-height: 1.15;
  color: var(--texto-primario);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.subtitulo-equipe-css {
  color: var(--texto-secundario);
  font-size: clamp(0.95rem, 0.9rem + 0.3vw, 1.05rem);
  margin-top: 15px;
}

/* Filtros (botões de categoria) */
.filtros-equipe-css {
  display: flex;
  justify-content: center;
  margin: 22px 0 26px;
}

.filtro-categorias-wrap-css {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.btn-categoria-css {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--acinzentado-300);
  background: #fff;
  color: var(--texto-primario);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform var(--trans), box-shadow var(--trans), background var(--trans), border-color var(--trans);
  box-shadow: 0 2px 0 rgba(0,0,0,0.02);
  cursor: pointer;
}

.btn-categoria-css:hover {
  border-color: var(--rosa-300);
  box-shadow: 0 8px 20px rgba(255, 92, 149, 0.12);
  transform: translateY(-1px);
  background: linear-gradient(180deg, #fff, var(--rosa-100));
}

.btn-categoria-css:focus-visible {
  outline: 3px solid rgba(255, 122, 166, 0.35);
  outline-offset: 2px;
}

.btn-categoria-css.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(180deg, var(--rosa-500), var(--rosa-600));
  box-shadow: var(--sombra);
}

/* Lista & cards (um embaixo do outro) */
.lista-profissionais-css {
  display: grid;
  grid-template-columns: 1fr; /* sempre 1 coluna */
  gap: 18px;
}

.card-profissional-css {
  display: grid;
  grid-template-columns: 130px 1fr; /* foto / conteúdo */
  gap: 18px;
  background: var(--card-bg);
  border: 1px solid var(--acinzentado-200);
  border-radius: var(--radius-2xl);
  padding: 18px;
  box-shadow: var(--sombra-soft);
  transition: transform var(--trans), box-shadow var(--trans), border-color var(--trans);
}

.card-profissional-css:hover {
  transform: translateY(-2px);
  border-color: var(--rosa-200);
  box-shadow: 0 14px 30px rgba(255, 92, 149, 0.12);
}

/* Foto */
.foto-profissional-css {
  width: 100%;
  height: 130px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--acinzentado-100);
}

.img-profissional-css {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Conteúdo */
.conteudo-profissional-css {
  display: grid;
  align-content: start;
  gap: 8px;
}

.nome-profissional-css {
  margin: 2px 0 0;
  color: var(--texto-primario);
  font-size: clamp(1.05rem, 1rem + 0.4vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.especialidade-profissional-css {
  margin: 0;
  color: var(--rosa-700);
  font-weight: 700;
  font-size: 0.98rem;
}

.descricao-profissional-css {
  margin-top: 6px;
  color: var(--texto-secundario);
  line-height: 1.55;
  font-size: 0.98rem;
}

/* Ações */
.acoes-profissional-css {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-agendar-css {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, var(--rosa-500), var(--rosa-600));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: var(--sombra);
  transition: transform var(--trans), box-shadow var(--trans), filter var(--trans);
  border: none;
}

.btn-agendar-css:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(255, 92, 149, 0.25);
  filter: brightness(1.02);
}

.btn-agendar-css:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

/* Estado de carregamento */
.carregando-equipe-css {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px dashed var(--acinzentado-300);
  border-radius: var(--radius-lg);
  padding: 10px 14px;
  margin: 14px 0;
}

.spinner-equipe-css {
  width: 18px;
  height: 18px;
  border: 3px solid var(--acinzentado-300);
  border-top-color: var(--rosa-500);
  border-radius: 50%;
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.texto-carregando-css {
  color: var(--texto-secundario);
  font-weight: 600;
}

/* Estado vazio */
.estado-vazio-equipe-css {
  margin: 14px auto 0 auto;
  background: var(--acinzentado-100);
  border: 1px dashed var(--acinzentado-300);
  color: var(--texto-secundario);
  padding: 14px;
  border-radius: var(--radius-lg);
  text-align: center;
  font-weight: 600;
}

/* ================================
   Responsividade
   ================================ */

/* <= 1024px */
@media screen and (max-width: 1024px) {
  .card-profissional-css {
    grid-template-columns: 120px 1fr;
    padding: 16px;
  }
  .foto-profissional-css { height: 120px; }
}

/* <= 768px */
@media screen and (max-width: 768px) {
  .filtro-categorias-wrap-css {
    gap: 8px;
  }
  .btn-categoria-css {
    padding: 9px 14px;
    font-size: 0.92rem;
  }
  .card-profissional-css {
    grid-template-columns: 100%;
    padding: 16px;
  }
  .foto-profissional-css {
    height: auto;
    border-radius: var(--radius-2xl);
  }
}


/* Prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .btn-categoria-css,
  .card-profissional-css,
  .btn-agendar-css {
    transition: none;
  }
  .spinner-equipe-css { animation: none; }
}


@media screen and (max-width: 1070px){
	.menu{
		text-align: right;
	}
	.menu-mobile-nav{
		text-align: center;
	}
	.menu-mobile-icone{
		display: inline-block;
	}
	.menu-desktop{
		display: none;
	}
	.menu-mobile{
		display: block;
	}
}

@media screen and (max-width: 890px){
	.sobre .flex{
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.sobre-box:nth-of-type(2){
		flex-direction: column;
	}
	.img-sobre,.texto-sobre{
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.flex-facilidade{
		flex-direction: column;
		align-content: center;
	}
	.facilidades-single{
		width: 100%;
		max-width: 300px;
	}
	.txt-facilidade{
	  margin-top: 20px;
	}
	.servicos-single{
		width: 100%;
		padding: 0 0 30px 0;
	}
}

@media screen and (max-width: 768px){
	.servico-single {
      flex: 1 1 45%; /* Em telas menores, define 2 itens por linha */
  }
  .box-flex{
		flex-direction: column;
		align-items: center;
	}

	.single-box{
		width: 80%;
		max-width: 350px;
	}

	.single-depoimento{
		width: 100%;
	}

	.txt-p span,
  .duracao span,
  .preco-single {
      font-size: 14px;
  }

  .selecao-single{
  	text-align: center;
  }

  .selecao-single .txt-p,
  .selecao-single .duracao,
  .selecao-single .preco-lixeira{
  	width: 100%;
  	margin: 5px 0;
  	text-align: center;
  }

  .selecao-single-topo .txt-p,
  .selecao-single-topo .preco-lixeira,
  .selecao-single-topo .duracao,
  .selecao-single-total .txt-p,
  .selecao-single-total .preco-lixeira,
  .selecao-single-total .duracao{
  	width: 30%;
  }

  .estilo-resumo-servico .preco-lixeira{
  	width: 27%;
  }

  .estilo-resumo-servico .total-resumo-completo .txt-p{
		width: 60%;
	}

  .estilo-cupons-servico .resumo-cupom-css .txt-p{
  	width: 100%;
  }

  .estilo-cupons-servico .resumo-cupom-css .duracao{
  	width: 50%;
  }

  .estilo-cupons-servico .resumo-cupom-css .preco-lixeira{
  	width: 50%;
  }

  .estilo-cupons-servico .resumo-cupom-css .preco-lixeira i{
  	margin-left: 0;
  }

  .box-credito-css .selecao-single {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px; /* Espaçamento entre os elementos no mobile */
  }

  .box-credito-css .selecao-single-topo {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .box-credito-css .txt-p,
  .box-credito-css .duracao,
  .box-credito-css .preco-lixeira{
		width: 100%;
		text-align: center;
	}

  .preco-lixeira .icone-lixeira{
  	display: block;
  }

  .selecao-single .duracao,
  .selecao-single .preco-lixeira,
  .box-tarifa-especial .txt-p,
  .box-tarifa-especial .preco-lixeira{
  	width: 47%;
  	margin: 0 auto;
  }

  span.preco-single{
  	font-size: 15px;
  }

  .servico-single-total .duracao span{
  	font-size: 18px;
  }

  .box-tarifa-especial .duracao{
  	width: 6%;
  }

  .item-historico {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px;
      gap: 10px;
  }

  .data-horario-container {
      width: 100%;
      text-align: center;
  }

  .detalhes-servico {
  		align-items: center;
      width: 100%;
      text-align: center;
  }

  .box-perfil-slide{
  	width: 98%;
  	right: 1%;
  }

  .slider-for img {
    height: 280px;
  }

  .slick-prev, .slick-next {
    display: none !important;
  }

  .slider-nav img {
    width: 80px;
    height: 60px;
  }

}

@media screen and (max-width: 670px){

	.slider-for img{
		height: 320px;
	}

	.card-upsell-css{
		flex-wrap: wrap;
  	text-align: center;
  	flex-direction: column;
  	margin-top: 10px;
	}

}

@media screen and (max-width: 580px){

	.menu-dropdown li a{
			font-size: 15px;
			padding: 20px 15px;
	}

	.estilo-cupons-servico {
      
  }

  .estilo-cupons-servico .css-form-cupon {
      flex-direction: column;
      gap: 15px;
  }

  .estilo-cupons-servico .form-cupom input[type="text"],
  .estilo-cupons-servico .form-cupom input[type="submit"] {
      width: 100%;
      margin: 5px 0;
  }

  .estilo-cupons-servico .resumo-cupom-css {
      flex-direction: column;
      text-align: center;
  }

	.contact-cards {
		flex-direction: column;
	}
	.contact-card{
		margin: 10px 0;
	}

	.footer-container{
		flex-direction: column;
		align-items: center;
	}

	.footer-links{
		margin: 15px 0;
	}

	.estilo-resumo-servico .selecao-single-topo .txt-p{
		width: 60%;
	}

	.estilo-resumo-servico .selecao-single-topo .duracao{
		width: 0%;
	}

	.estilo-resumo-servico .selecao-single-topo .preco-lixeira{
		width: 20%;
	}

	.status-depoi{
		width: 100%;
	}

	.papel-cliente{
		width: 100%;
		margin-top: 15px;
	}

	.item-historico-agendado{
		flex-wrap: wrap;
	}

	.data-horario-agendado,.detalhes-servico-agendado{
		width: 100%;
		align-items: center;
	}

	 .wraper-termos {
	    padding: 1rem;
	  }
	  .wraper-termos > h2 {
	    font-size: 1.5rem;
	  }
	  .wraper-termos h3 {
	    font-size: 1.1rem;
	  }
	  .wraper-termos p,
	  .wraper-termos ul li {
	    font-size: 0.95rem;
	  }

	  .slider-for img{
			height: 300px;
		}

		.container-manutencao-css {
	    padding: 1rem;
	  }
	  .titulo-manutencao-css {
	    font-size: 2rem;
	  }

	  .nossa-equipe-css { padding: 52px 0 62px; }
  .btn-categoria-css { padding: 8px 12px; font-size: 0.9rem; }
  .acoes-profissional-css { gap: 8px; }
  .btn-agendar-css { width: 100%; padding: 12px 14px; }

}

@media screen and (max-width: 480px){
	.servico-single {
      flex: 1 1 100%; /* Em telas muito pequenas, define 1 item por linha */
  }

  .single-quantidade{
  		margin: 0 8px;
  }

  .horarios-periodo{
  		width: 90%;
  }

  .wraper-form-single{
  		margin-top: 30px;
  }

  .wraper-login input[type="text"],
	.wraper-login input[type="number"],
	.wraper-login input[type="email"],
	.wraper-login input[type="submit"],
	.wraper-login input[type="password"],
	.wraper-login select,
	.login-agendamentos input[type="text"],
	.login-agendamentos input[type="submit"],
	.login-agendamentos select,
	.login-agendamentos textarea,
	.css-form-editar input[type="text"],
	.css-form-editar input[type="email"],
	.css-form-editar input[type="submit"],
	.css-form-editar input[type="password"],
	.css-form-editar select,
	.css-form-editar textarea,
	.login-form-css input{
			padding: 18px;
			font-size: 1.1em;
	}

	.pix-modal-box {
    padding: 20px 15px;
  }

  .pix-qr-image img {
    max-width: 180px;
  }

  .slider-for img{
		height: 250px;
	}

}

@media screen and (max-width: 440px) {
	.slider-for img{
		height: 220px;
	}
}