body{	
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
font-size: 0.875rem !important;
}
header{	
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
	.btn {
		font-size: 0.875rem !important;
	}
}
footer{	
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
	.btn {
			font-size: 0.875rem !important;
		}
}
@media only screen and (min-width: 767.99px) {
	.logoecal {
		width: 30%;
	}
	#modular{
		margin-left: 35%;
		margin-right: 35%;
	}
	img.logo {
		width: 100px; height: 100px; object-fit: cover;
		clip-path: inset(0px 0px 0px 0 round 50%);
	}
	img.prof {
		width: 60px; height: 60px; object-fit: cover;
		clip-path: inset(0px 0px 0px 0 round 50%);
	}
	.blocotop{
		margin-top:15%;
	}
	.blocofooter{
		margin-top:12%;
	}
	.agendini{
		margin-top:5%;
	}
	.instrucao{
		padding-left: 5%;
		padding-top: 3%;
		padding-bottom: 2%;
	}
	#nome, #email, #fone, #empresa {
		width: 100%;
		background-color: #d9d9d9;
	}
}
@media only screen and (max-width: 767.98px) {
	.logoecal {
		width: 80%;
	}
	#modular{
		margin-left: 0;
		margin-right: 0;
	}
	img.logo {
		width: 70px; height: 70px; object-fit: cover;
		clip-path: inset(0px 0px 0px 0 round 50%);
	}
	img.prof {
		width: 60px; height: 60px; object-fit: cover;
		clip-path: inset(0px 0px 0px 0 round 50%);
	}
	.blocotop{
		margin-top:15%;
	}
	.blocofooter{
		margin-top:20%;
	}
	.agendini{
		margin-top:15%;
	}
	.instrucao{
		padding-left: 5%;
		padding-top: 8%;
		padding-bottom: 2%;
	}
	#myBtn{
		display:none !important;
		opacity: 0;
		z-index: 0;
	}
}
.content-header{
	display:none;
}
.main-header.navbar.navbar-expand.navbar-yellow.navbar-dark.border-bottom-0{
	display:none !important;
}
.main-footer{
	display:none !important;
}	
	
.textoprof{
	white-space: nowrap;
	font-size: 11px;
	color: #595858;
}
.sombra {
 filter: drop-shadow(rgba(0, 0, 0, 0.24) 0px 3px 8px);
}
.row {
    --bs-gutter-x: 0px !important;
}
.slogan {
  overflow: hidden;
  text-overflow: ellipsis;
  //white-space: nowrap;
  display: block;
  width: 100%;
  min-width: 1px;
  margin-top: -7px;
}

header {
	background-color: #212529;
	//height: 10%;
}

.espacovert{
	margin-top:3%;
	margin-bottom:2%;
	margin-left:2%;
	margin-right:2%;
}

.option{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	//display: flex;
	border-bottom: 1.5px solid #ccc;
	width: 100%;
	transition: 0.2s all;
}
.descricao{
	padding: 5px;
	display: inline;
}

.check{
	height: 20px;
	width: 20px;
	border: 1px solid #000;
	border-radius: 20px;
	margin-right: 20px;
	transition: 0.2s all;
}

.option.selected .check{
	background-color: #212529;
}
.option.selected{
	background-color: cyan !important;
}

.optionunid.selected .check{
	background-color: #212529;
}
.optionunid.selected{
	background-color: cyan !important;
}

.optionday.selected .check{
	background-image: linear-gradient(cyan, white);
	//background-color: #212529;
}
.optionday.selected{
	background-image: linear-gradient(cyan, white);
}
.optionhour.selected .check{
	background-color: #212529;
	color: black;
}
.optionhour.selected{
	background-color: cyan;
	color: black;
}
.selecthour{
	gap: 10px;
}

#proxBtn {
	font-size: 18px;
	border: none;
	outline: none;
	opacity: 0.8;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 40px 0px 0px 40px;
}
#proxBtn:hover {
	background-color: #555;
}
#horario {
	display: none;
}
#prox1 {
	display: none;
}
#prox2 {
	display: none;
}
#cancelaBtn{
	display: none;
}
#final {
	display: none;
}
#servicos{
	font-size: 12px;
	color: white;
	padding-top:8px;
	padding-right:10px;
}
#btnHorarios, #btnlocal, #btnface, #btninsta, #btnwhats{
	background-color:transparent;
	color: gray !important;
	border:0;
	
}

#modalhorarios {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  max-width: 90vw;
  width: fit-content;
  max-height: 90vh;
  height: auto;
  padding: 1.3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#modalenderecos {
	display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  max-width: 90vw;
  width: fit-content;
  max-height: 90vh;
  height: auto;
  padding: 1.3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.hidden {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10;
}

#ew-modal-dialog{
  display: none;
}

#horario{
	font-size: 12px;
	color: cyan;
	padding-top:8px;
	padding-right:10px;
}

#confirmaBtn {
	font-size: 18px;
	border: none;
	outline: none;
	opacity: 0.8;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 40px 0px 0px 40px;
}
#confirmaBtn:hover {
	background-color: #555;
}

.escalaBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	border: none;
	outline: none;
	opacity: 0.8;
	color: white;
	background-color:gray;
	padding: 7px;
	border-radius: 10px 10px 10px 10px;
	max-width:33%;
	min-width:calc(33% - 20px / 3);
}
.nenhumHorario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: none;
	outline: none;
	opacity: 0.8;
	color: gray;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.escalaBtn:hover {
	background-color: cyan;
}

#confirma {
	display: none;
}
#confirma a{
	color: black !important;
	font-weight: 700;
}
#servicos{
	font-size: 12px;
	color: cyan;
	padding-top:8px;
	padding-right:5px;
}
.diacompleto {
	visibility:hidden;
	max-height: 0;
}
.dayweek {
	font-size: 12px;
	color: #282828;	
}
.day {
	font-size: 24px;
	color: #282828;
	font-weight: 300;
}
.month {
	font-size: 12px;
	color: #282828;	
}
.dia1, .dia2, .dia3, .dia4, .dia5, .dia6{
	background-image: linear-gradient(lightgray, white);
	border-left: 1px solid gray;
}

.dia7{
	background-image: linear-gradient(lightgray, white);
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
.selectday{
	flex-wrap:nowrap;
}
.titulosemana{
	background-color: lightgrey;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
}
.optionday {
    cursor: pointer;	
}

.optionday * {
    pointer-events: none;
}
.optionday:hover {
    background-image: linear-gradient(orange, white);
	
}
