a {
	color: unset;
}
a:hover,
a:focus,
a:active {
	color: #222;
	text-decoration: none !important;
}
#page {
	margin-top: 150px;
}

#pedircita {
	font-family: "Montserrat" !important;
	max-width: 100%;
}
#pedircita .wrapper {
	margin: 0 -15px;
}
#pedircita h1 {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
#pedircita h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
}
#pedircita h3 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#pedircita h4 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#pedircita p {
	font-style: normal;
	font-size: 14px;
	font-weight: 300;
}

#pedircita .step {
	min-height: 450px;
}
#pedircita .step > .row {
	margin: auto;
	max-width: 1240px;
	min-height: 450px;
	text-align: center;
    margin-bottom: 30px !important;
}

#pedircita #paso-inicio .col-lg-4 {
    padding: 20px 10px;
}
#pedircita #paso-inicio .col-lg-4 .content {
	background: #fafafa;
	padding: 30px 20px 5px 20px;
}
#pedircita #paso-inicio .col-lg-4.current .content {
	background-color: #ffd100;
}
#pedircita #paso-inicio .col-lg-4 .col-header {
	height: 100px;
}
#pedircita #paso-inicio .col-lg-4 h3 {
	color: #fff;
}
#pedircita #paso-inicio .col-lg-4 .row .col {
	background-color: #c6c6c6;
	height: 140px;
	padding: 15px;
}
#pedircita #paso-inicio .col-lg-4.current .row .col {
	background-color: #8F7811;
}
#pedircita #paso-inicio .col-lg-4.current .row .col.selected {
	background-color: #000;
}

#pedircita .col img,
#pedircita .col-md img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height: 90px;
	width: 100px;
}
#pedircita .col img:hover,
#pedircita .col img:active,
#pedircita .col img:focus,
#pedircita .col-md img:hover,
#pedircita .col-md img:active,
#pedircita .col-md img:focus {
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
#pedircita .col-12 {
	padding-bottom: 15px;
}
#pedircita .col/*,
#pedircita .col-lg-4*/ {
	margin: 10px;
}
#pedircita .col.current,
#pedircita .col-lg-4.current {
	cursor: pointer;
}
#pedircita form .anterior {
	background-color: transparent;
	color: #222;
	cursor: pointer;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
#pedircita form .form-group,
#pedircita form .form-check {
	text-align: left;
}
#pedircita form .form-group {
	border: 0;
	margin: 0;
	padding: 8px 0;
}
#pedircita form .form-group > .form-control {
	border-radius: 0;
	float: none;
	font-family: "Montserrat";
	padding: 12px;
	resize: none;
	width: 100%;
}
#pedircita form .form-group > .form-control:focus {
	/*border: 2px solid #c8c8c8;*/
	box-shadow: 0 0 2px #333;
	/*box-shadow: unset;*/
}
#pedircita form .form-check {
	margin: 12px 0;
}
#pedircita form #paso-mapa {
	/*background-image: url('/img/bg_map.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#pedircita form #paso-mapa section {
	background-color: #fff;*/
	min-height: 450px;
}
#pedircita form #paso-mapa #texto-ayuda {
    border: 1px solid #c9c9c9;
    padding: 20px 50px;
    font-size: 16px;
}
#pedircita form #paso-mapa #mapa-input {
    padding: 20px 0;
}
#pedircita form #paso-mapa .col-lg-4 {
	cursor: auto;
	padding: 20px 10px;
}
#pedircita form #paso-mapa .col-lg-4 > .content {
	background: #ffd100;
	height: 600px;
	max-height: 600px;
	overflow-y: auto;
	padding: 30px 15px;
}
#pedircita form #paso-mapa h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-transform: uppercase;
}
#pedircita form #paso-mapa h4 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
}
#pedircita form #paso-mapa .form-check-label {
	font-size: 15px;
	max-width: 82%;
	padding: 6px 20px;
}
#pedircita form #paso-mapa .form-check-input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #efefef;
	border: 2px solid #222;
	border-radius: 99px;
	float: left;
	height: 30px;
	margin-top: 30px;
	width: 30px;
}
#pedircita form #paso-mapa .form-check-input:checked::after {
	color: #222;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 18px;
	left: 4px;
	position: relative;
}
#pedircita form #paso-mapa #siguiente {
	background-color: #333;
	border: 0;
	border-radius: 0;
	color: #fff;
	display: none;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	padding: 15px 35px;
	text-transform: uppercase;
	width: 100%;
}
input:focus,
input:active,
input:hover {
	box-shadow: none;
}
#pedircita form #paso-mapa #siguiente:focus,
#pedircita form #paso-mapa #siguiente:active,
#pedircita form #paso-mapa #siguiente:hover {
	box-shadow: none;
}

#pedircita form #paso-mapa div.pull-right {
    float: right;
    height: 75px;
    width: 18%;
    margin: 0;
    text-align: center;
    background-repeat: no-repeat;
}
#pedircita form #paso-mapa div.pull-right span {
	display: block;
	font-weight: 700;
	font-size: 12px;
}
#pedircita form #paso-form .row {
	background: #ffd100;
	padding: 20px;
}
#pedircita form #paso-form .row .btn {
	background-color: #333;
	border: none;
	border-radius: 0;
	display: block;
	float: right;
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
	padding: 15px 50px;
	text-transform: uppercase;
}

#pedircita #otros-servicios {
	background: none;
	margin: auto;
	margin-top: 20px;
	max-width: 1240px;
	padding-bottom: 40px;
	text-align: center;
}
#pedircita #otros-servicios > .col {
	background-color: #f2f2f2;
	border-radius: 25px;
	padding: 10px 20px;
}
#pedircita #otros-servicios > .col img {
	height: 80px;
	margin-bottom: 10px;
	width: 80px;
}
#map {
	height: 600px;
	overflow: visible;
}
.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#input {
	background-color: #fff;
	font-family: "Roboto";
	font-size: 15px;
	font-weight: 300;
	margin-left: 15px;
	padding: 0 12px;
	text-overflow: ellipsis;
	width: 200px;
}
#input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: "Roboto";
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 300;
}
#target {
  width: 345px;
}

#datepicker .ui-datepicker {
	margin: -15px 0 0 0;
	width: 100%;
	border-radius: 0;
	border: 0;
	background-color: #FFFFFF;
	background-image: none;

	font-style: normal;
	font-family: 'Montserrat';  font-weight: normal;
}
#datepicker .ui-datepicker .ui-datepicker-prev.ui-corner-all::after {
	color: #222222;
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 25px;
	position: relative;
	left: 0;
	top: 0;
}
#datepicker .ui-datepicker .ui-datepicker-next.ui-corner-all::after {
	color: #222222;
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 25px;
	position: relative;
	right: 0;
	top: 0;
}
#datepicker .ui-datepicker .ui-datepicker-header .ui-state-hover {
	border: none !important;
	background: none !important;
	color: inherit;
}
#datepicker .ui-datepicker .ui-icon.ui-icon-circle-triangle-w,
#datepicker .ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
	display: none;
}
#datepicker .ui-datepicker .ui-datepicker-header {
	border: 0;
	border-radius: 0;
	background-color: inherit;
	background-image: none;
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
}
#datepicker .ui-datepicker {
	background-image: none;
	background-color: inherit;
	border: none;
	color: #fff;
	margin: 3px;
	padding: 5px;
	text-align: center;
}
#datepicker .ui-datepicker table {
	border: none;
	border-collapse: collapse;
	font-size: 16px;
	margin: 10px 0;
	width: 100%;
}
#datepicker .ui-datepicker table thead {
	display: none;
}
#datepicker .ui-datepicker .ui-state-default {
	background-color: #8f7811;
	background-image: none;
	border: none;
	color: #fff;
	margin: 1px 5px;
	padding: 0 2px;
	text-align: center;
	font-size: 18px;
}
#datepicker .ui-datepicker .ui-state-disabled {
	opacity: 1 !important;
}
#datepicker .ui-datepicker .ui-state-default:hover,
#datepicker .ui-datepicker .ui-state-default:focus,
#datepicker .ui-datepicker .ui-state-default:active,
#datepicker .ui-datepicker .ui-state-default.ui-state-active {
	background-color: #222;
}
#datepicker .ui-datepicker .ui-state-disabled .ui-state-default {
	background-color: rgba(143, 120, 17, 0.50);
}

#timepicker {
	margin: auto;
	text-align: left;
	margin-left:8px;
	/* width: 200px; */
}
#timepicker span {
	display: inline-block;
	float: left;
	font-weight: 700;
	margin-top: 12px;
	width: 20px;
}

#timepicker input[type=radio] + label {
	cursor: pointer;
    font-weight: 500;
    background-color: #8f7811;
    color: #fff;
    text-align: center;
    padding: 6px 4px;
    width: 60px;
    height: 35px;
	margin: 5px;
}
#timepicker input[type=radio]:checked + label {
	background-color: #222;
}
#timepicker input {
    opacity: 0;
    position: absolute;
}

#searchButton {
	background: #ffd100 !important;
	border-radius: 12px;
	border: none;
	color: #333 !important;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	padding: 8px 50px !important;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
}
#addressInput {
	border-radius: 0;
	color: #222;
	display: inline-block;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	margin-right: 20px;
	text-align: center;
	width: 70%;
}

#indicators {
	margin: auto;
	padding: 10px;
	width: 1240px;
}
#indicators nav {
	background-color: #f2f2f2;
}
#indicators nav .nav-item {
	border-radius: 0 !important;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 0;
	text-transform: uppercase;
}
#indicators nav .nav-item.active {
	background-color: #C6C6C6;
}


@media screen and (max-width: 1232px) {
	#page {
    	margin-top: 60px;
    }
	#pedircita .step {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	#addressInput,
	#searchButton {
		margin: 10px 0;
		width: 100%;
	}
}
