div.ui-datepicker-header a[class^='ui-datepicker']{
	position: absolute;
	width: 30px;
	height: 28px;
	background-color: #6c7c8d;
	cursor: pointer;
	color: #FFF !important;
	top: 8px;
}

div.ui-datepicker-title{
	font-size: 24px;
	color: #6c7c8d;
	font-weight: 500;
}

div.ui-datepicker-header a[class^='ui-datepicker'] span{
	display: none;
}

div.ui-datepicker-header a.ui-datepicker-prev{
	left: 2.5em;
}
div.ui-datepicker-header a.ui-datepicker-prev:after{
	content: '◀';
}

div.ui-datepicker-header a.ui-datepicker-next{
	right: 2.8em;
}
div.ui-datepicker-header a.ui-datepicker-next:after{
	content: '▶';
}

table.ui-datepicker-calendar{
	width: 100%;
	font-size: 18px;
	margin-bottom: 2rem;
}

table.ui-datepicker-calendar tr{
	height: 50px;
}

table.ui-datepicker-calendar tbody td,table.ui-datepicker-calendar thead th{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14.28571%;
    padding: 0.7em 1em;
    transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.49, 0.9);
    cursor: pointer;
}

table.ui-datepicker-calendar thead th{
	color: #42a298 !important;
}

table.ui-datepicker-calendar tbody td.ui-datepicker-current-day{
	color: #fff !important;
	background-color: #6c7c8d;
}

table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a{
	color: #fff !important;
}

table.ui-datepicker-calendar a.ui-state-default{
	color: #333 !important;
	font-weight: 400;
}









[id^='tooltip']{
	position: fixed !important; 
}

.image-choser{
	cursor: pointer;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.steps-body input:focus, textarea:focus, select:focus{
    outline: none;
}

.bg-disen-row
{
	background-color: #fafafa
}

.steps-header h3{
	font-size: 24px !important;
	margin: 0 !important;
}
.steps-header h3[class^='step'],.steps-header ~ .steps-body section[class^='step']{
	display: none;
}

.steps-header.step_1 span.step_1,
.steps-header.step_2 span.step_2,
.steps-header.step_3 span.step_3{
	font-size: 28px;
}
.steps-header.step_1 h3.step_1,.steps-header.step_1 ~ .steps-body section.step_1,
.steps-header.step_2 h3.step_2,.steps-header.step_2 ~ .steps-body section.step_2,
.steps-header.step_3 h3.step_3,.steps-header.step_3 ~ .steps-body section.step_3{
	display: block;
}

.anillo-forma img{
	max-width: 90px;
}

.steps-body #slider1{
	background-color: #9babbd !important;
	border-radius: 8px;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
	height: 10px;
}



.steps-body input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  background-color: #6c7c8d !important;
}

.steps-body input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  background-color: #6c7c8d !important;
}

.steps-body input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 0;
  background-color: #6c7c8d !important;
}

.steps-body select,.contacto-info{
	width: 100%;
	margin-bottom: 0px;
	background-color: #F4F7F9;
	border: 2px solid #F4F7F9;
	color: #6c7c8d !important;
	padding: 6px 12px;
	height: 45px;
	outline: none;
}

img.forma_moldura{
	opacity: 0.4;
}
img.forma_moldura.active{
	opacity: 1;
}

button.btn-material{
	background: white;
	color: #323c47;
	min-width: 80px;
	text-align: center;
	line-height: 2.2;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #6c7c8d;
	margin: auto; 
}

button.btn-material.active{
	background: #6c7c8d;
	color: white;
	border: 1px solid #6c7c8d;
}


.color_metal{
	    border: 2px solid white;
	    color: #323c47;
	    text-align: center;
	    line-height: 2.2;
	    border-radius: 50%;
	    font-weight: 600;
	    width: 40px;
	    height: 40px;
	    background-size: cover;
	    margin: auto; 
}

.color_metal.active{
	border: 2px solid #6c7c8d;
}

.steps-body label{
	color: #323c47;
	font-size: 16px;
	font-weight: 400;
}

.steps-body label b{
	color: #6C7C8D;
}
.contact-error{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
	color: red;
}










.bg-cita-row{
	overflow: hidden;
	min-height: 120px;
	opacity: 0.4;
	width: 100%;

}

.img-cita{
	opacity: 0.4;
	width: 100%;
}
.bg-cita-row ~ h4{
	position: absolute;
	background: rgba(255,255,255,0.8);
	padding: 5px 70px;
	margin-bottom: 0px !important; 
}

.item_horario{
	text-align: center;
	line-height: 2;
	border: 1px solid #6c7c8d91;
	margin: 6px 5px;
	width: calc(50% - 12px);
	background-color: #FFF;
	font-size: 16px;
}

.item_horario.active{
	background: #6c7c8d !important;
	border-color: #6c7c8d !important;
	color: white !important;
}

.appoiment-selecion-seccion{
	display: flex;
	border-radius: 20px;
	overflow: hidden;
}

.appoiment-selecion-seccion input + .option:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: transparent;
	transition: 0.4s;
}

.appoiment-selecion-seccion input:not(:checked) + .option:after{
	background-color: rgba(108, 124, 141, 0.7);
	transition: 0.4s;
}

.steps{
	position: relative;
	overflow: hidden;
}

.steps-bar{
	box-shadow: 1px 1px 4px -1px #6C7C8D;
	border-radius: 10px;
	display: flex;
	text-align: center;
	height: 40px;
	align-items: center;
	position: relative;
	overflow: hidden;
	color: #46495c;
}
.steps-bar label{
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}

.steps-bar label span{
	position: relative;
}

.steps-bar label span:before{
	content: "L";
  position: absolute;
  bottom: 0;
  right: 110%;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 100%;
  background-color: #A3D9A3;
  color: #ffffff;
  font-size: 0.7rem;
  border: 0.05rem solid #ffffff;
  transform: scale(-1, 1) rotate(-35deg);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.steps-bar:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #D85C56;
	width: 33.3%;
	height: 100%;
	z-index: -1;
	transition: 0.4s;
}

.steps-bar:before {
	content: "";
	position: absolute;
	left: 33%;
	right: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #D85C56;
  border-radius: 10px 0 0 10px;
  transition: 0.4s;
}

.steps #step-time:checked ~ .steps-bar:after{
	width: 66.6%;
}
.steps #step-time:checked ~ .steps-bar label.time{
	color: #fff;
}
.steps .steps-bar label:not(.selected) span:before{
	display: none;
}
.steps #step-time:checked ~.steps-bar:before {
	left: 66.2%;	
}

.steps #step-confirmation:checked ~ .steps-bar:after{
	width: 100%;
}
.steps #step-confirmation:checked ~ .steps-bar label.conf,
.steps #step-confirmation:checked ~ .steps-bar label.time{
	color: #fff;
}
.steps #step-confirmation:checked ~.steps-bar:before {
	left: 100%;	
}

.steps-content{
	display: flex;
	justify-content: center;
	transform: translateX(100%);
	transition: transform 0.5s ease;
}

/*.steps-content [class^="step-"]{
	display: none;
}*/

.steps #step-time:checked ~ .steps-content{
	transform: translateX(0%);
}
.steps #step-confirmation:checked ~ .steps-content{
	transform: translateX(-100%);
}

.steps .item_horario{
	width: 100%;
	min-width: 110px;
	border-radius: 10px;
  color: #D85C56;
  padding: 0.3rem 1rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #D85C56;
  box-shadow: 0px 0px 4px -1px #6C7C8D;
  margin: 6px 0px;
}

.steps .item_horario.active, .steps .item_horario:hover:not(:disabled){
	color: #fff;
	background-color: #D85C56 !important;
  border: 1px solid #D85C56 !important;
}

.steps .item_horario:disabled{
	color: #6C7C8D;
	background-color: transparent; !important;
  border: 1px solid #6C7C8D !important;
  cursor: unset !important;
}

.steps .hasDatepicker{
	box-shadow: 0px 0px 6px -1px #6C7C8D;
  border-radius: 10px;
}

.steps table.ui-datepicker-calendar thead th, .steps div.ui-datepicker-title{
	color: #46495c !important;
}


.steps table.ui-datepicker-calendar tbody td.ui-datepicker-current-day{
	color: #fff !important;
  background-color: #D85C56;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.steps div.ui-datepicker-header a[class^="ui-datepicker"]{
	background-color: transparent;
}

.steps div.ui-datepicker-header a.ui-datepicker-prev::after,
.steps div.ui-datepicker-header a.ui-datepicker-next::after
 {
	content: "";
	width: 20px;
	height: 20px;
	border: 4px solid #D85C56;
	display: inline-block;
	margin-top: 7px;
	transform: rotate(45deg);
}
.steps div.ui-datepicker-header a.ui-datepicker-next::after{
	border-left: none;
	border-bottom: none;
}

.steps div.ui-datepicker-header a.ui-datepicker-prev::after {
	border-right: none;
	border-top: none;
}

.mat-v-4 .localitation{
	box-shadow: 0px 0px 6px -1px #6C7C8D;
	border-radius: 10px;
	overflow: hidden;
}