@font-face {
  font-family: Montserrat;
  src: url(/include/Montserrat-Italic-VariableFont_wght.ttf);
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(/include/Montserrat-VariableFont_wght.ttf);
}


html, body, button {
	/*font-family: Montserrat, Tahoma, sans-serif;*/
	font-family: Helvetica Neue,Helvetica,sans-serif;
}
#active-view {
	position: relative;
}
.h-for-cart {
	height: 60px;
	display:flex;
	align-items:center;
}

#div-menus {
	position: fixed;
	background-color: white;
	bottom:0px;
	padding-right: 1.5rem;
	display:flex;
	padding-bottom:25px;
	width: 100%;
	height: 70px;
	z-index:100;
}
.div-globe {
	/*cursor:pointer;	
	height: 60px;
	border-radius:30px;	
	background-color: white;
*/	
	width: 60px;
	position: relative;
	justify-content:center;
}
#div-cart {		
/*
	opacity:0;	
	visibility:hidden;	
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
	*/
}
/*
#div-profile {
	opacity:0.8;
}
*/
#div-cart.contains {
	/*
	opacity:0.8;
	visibility:visible;
	*/
}
#div-cart-number {
	background-color: transparent;
	width:20px;
	height:20px;
	border-radius:50%;
	/*
	box-shadow:2px 2px 2px #888;
    -moz-box-shadow:2px 2px 2px #888;
    -webkit-box-shadow:2px 2px 2px #888;
	*/
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	bottom: 5px;
	right: 5px;
}
#div-cart-number span {
	color: #444;
	font-size: 0.9rem;
}
.btn {
	font-size:0.9rem;
}

.div-buscador {
	flex: 1;
}
.div-buscador input {
	padding-left: 40px;
}
svg {
/*
	height: 20px;
	width: 20px;
	*/
	color: #000000;
}
.div-buscador-lupa {
	top: calc(50% - 12px);
	left:10px;
	position:absolute;
}
.caja-sucursal {
	flex: 1;
	border: solid 1px #666;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	margin-top: 0.5rem;
	cursor: pointer;	
}
.col-caja {
	overflow: hidden;
	opacity: 1;
	transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, padding 0.5s ease-in-out;
	height: auto;
}
.col-caja.inactive {
	opacity: 0;
	height: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: none; /* Optional: remove border when hidden */
}
.caja-sucursal-banner {
	width:100%;
	display: flex;
	/*max-height:100px;*/
	overflow:hidden;
	font-size:0.9rem;
}
.caja-sucursal-banner-contenido {
	padding: 0.5rem 1rem;
	display: flex;
	flex-direction: column;
}
.caja-sucursal-banner img {
	border-radius: 0.5rem;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	width:100%;
	height:auto;	
}
#div-categorias-servicios {
	display: flex;
}
.categorias-servicios {
	border: solid 1px #BBB;
	border-radius: 0.25rem;
	background-color: #F8F8F8;
	display: flex;
	justify-content:center;
	align-items:center;
	padding: 0.25rem 1rem;
	margin-right: 0.5rem;
	cursor:pointer;
	font-size:0.9rem;
	text-align: center;
	height: 2.5rem;
	min-width: fit-content;
	white-space: nowrap; 
}
@media (max-width: 559px) {
	.categorias-servicios {
		font-size:0.7rem;
	}
}

.categorias-servicios.active {
	background-color: #E0E0E0;
}
.servicio-elegir {
	width:100%;
	border: solid 1px #666;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	margin-top: 0.5rem;
	cursor: pointer;	
	padding:0.25rem 0.5rem;
	font-size:0.9rem;	
}
.no-servicios-elegidos {
	width:100%;
	height: 100px;
	border: solid 1px #666;
	border-radius: 0.25rem;
	display: flex;
	margin-top: 0.5rem;
	font-size:0.9rem;	
}
/*
.descripcion-servicio {
	max-height:50px;
}
.descripcion-servicio.mas-info {
	max-height:auto;
}
*/
.color-gris {
	color: #555;
}
.color-gris-disabled {
	color: #AAA;
}
.div-cal-dias {
	width: 85%;
	font-size: 0.9rem;
}
.cal-dia {
	height: 60px;
	width: 14.28%;	
	/*padding: 0rem 0.25rem;*/
	display: flex;
	flex-direction: column;
	justify-content:center;
}
.cal-dia>div {
	display: flex;
	flex-direction: column;
	justify-content:center;
	height:100%;
	align-items:center;
	cursor:pointer;	
}
.cal-dia.selected>div {
	background-color: #A9989C;
	border-radius: 0.5rem;
	color:white;
}
#back-to-top {
	position:fixed;
	bottom:40px;
	width:40px;
	height:40px;
	border-radius:20px;
	left:50%;
	display:none;
	cursor:pointer;
	background-color: white;
	box-shadow:4px 4px 4px #000;
    -moz-box-shadow:4px 4px 4px #000;
    -webkit-box-shadow:4px 4px 4px #000;
	z-index: 100;
}
.buscador-cliente {
	border-radius: 3rem !important;
}
.contador-servicio-seleccionado {
	width:60px;
	padding: .2rem .75rem;
}
.horario-disponible-elegir {
	border: solid 1px #555;
	border-radius: 0.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 35px;
	color: #555;
	margin-top:0.5rem;
	cursor:pointer;
	font-size:0.8rem;
}
.horario-disponible-elegir.active {
	background-color: #D0CCC3;
	border: solid 0px #555;
/*	color:white;
	*/
}
.font-s1 {
	font-size: 0.9rem;
}
.font-s2 {
	font-size: 0.85rem;
}
.font-s3 {
	font-size: 0.8rem;
}
.form-control:focus { 
	border-color: #CCC;
	box-shadow: 0 0 0 .15rem rgba(160, 160, 160, .15);
}
#section-body {
	padding-top: 0px;
}
.direct-wa-me,.toolbar-icon {
	cursor:pointer;
}
.modal-header {
	border-bottom: 0px !important;
}

.btn-light {
	background-color: #E8E8E8;
}

.btn-oh-confirma {
	background-color: #8FB767;
	color: #ffffff;
}
.btn-oh-confirma:hover,
.btn-oh-confirma:active,
.btn-oh-confirma.show,
.btn-oh-confirma:focus-visible{
	background-color: #88a46b !important;
	color: #ffffff !important;
}

.btn-oh-cancela {
	background-color: #C43A45;
	color: #ffffff;
}
.btn-oh-cancela:hover,
.btn-oh-cancela:active,
.btn-oh-cancela.show,
.btn-oh-cancela:focus-visible{
	background-color: #930a17 !important;
	color: #ffffff !important;
}

.parent-container-md>div {
	min-width: fit-content;
	width: auto;
}

