@import url("https://use.typekit.net/qxz4uxw.css");

body{
	font-family: proxima-nova, sans-serift;
	font-weight: 300;
	font-style: normal;
    background-color: #f0f0f0;
}

h1,h2,h3,h4,h5,h6{
	font-family: proxima-nova, sans-serift;
	font-weight: 700;
	font-style: normal;
}

#wizard {
	border: initial;
}

.wizard-header{
	background-color: #fff;
	color: #4bb1bc;
}

.wizard-card[data-color="purple"] .moving-tab {
    background-color: #373b89;
}

.wizard-card .moving-tab {
	font-weight: 700;
}

.wizard-navigation {
    background-color: #4bb1bc;
    color: white;
}

.material-icons.special, label.special {
    color: #000 !important;
}

.cl-azul-claro {
    color: #373b89 !important;
}

.logo{
	height: 60px;
}

.cl-fucsia {
    color: #4bb1bc !important;
}

.btn-fucsia {
    background-color: #4bb1bc !important;
}

th {
    color: #4bb1bc !important;
}

.btn-azul-claro {
    background-color: #373b89 !important;
}

.bloque-gente-espera h5{
	margin-bottom: 10px;
	width: 100%;
}

.bloque-tiempo-espera h5{
	margin-bottom: 10px;
	width: 100%;
}

.bloque-gente-espera{
	background-color: #4bb1bc;
	color: white;
	height: 80px;
}

.bloque-tiempo-espera{
	background-color: #373b89;
	color: white;
	height: 80px;
}

.btn-next {
    background-color: #4bb1bc !important;
}

/* CUSTOMIZACION DE ESTILO DATEPICKER */
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left {
    background-color: #373b89 !important;
    color: white !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right {
    background-color: #373b89 !important;
    color: white !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: #373b89!Important;
    color: #fff!Important;
}

.ui-widget-header {
    background-image: initial;
    background-color: #373b89;
    color: #444;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active {
	background: #373b89!Important;
	color: #ffffff;
	border-color: #373b89;
}
/* CUSTOMIZACION DE ESTILO DATEPICKER */