body {
	font-family: "Montserrat", sans-serif;

}

.text-blue {
	color: #0E264C;
}

.text-orange {
	color: #16a9ff;
}

.bg-blue {
	background-color: #0E264C !important;
	color: white;
}

.bg-blue-light {
	background-color: #16a9ff;
	color: #0E264C;
}

.navbar-light.navbar {
	background-color: transparent;
}

.navbar-light.navbar .nav-item {
	padding: 1px 5px;
	font-size: 14px;
	font-weight: bold;
}

.navbar-light.navbar .nav-link {
	color: #0E264C !important;
}

.navbar-light.navbar .nav-link.active {
	color: #16a9ff !important
}

.navbar-light.navbar .nav-link:hover {
	text-decoration: underline;
}

.caption-banner-home {
	position: absolute;
	top: 40%;
	left: 12px;
	width: 100%;
}

.sticky-top {
	position: absolute;
	width: 100%;
}

.navbar-brand {
	display: block;
}

.navbar-brand img {
	width: 200px;
}

.navbar-light .navbar-toggler {
	background-color: white;
	border: none;
	position: absolute;
	left: 20px;
	top: 35px;
}

.navbar-light.navbar .navbar-nav {
	border-radius: 21px;
}

#booknowNavbar {
	background-color: #16a9ff;
	color: white;
	border-radius: 0px 14px 14px 0px;
	padding: 10px;
	margin-left: -13px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 25px;
}

#language .dropdown-toggle::after {
	display: none;
}

.searchWrapper {
	// background-color: #16a9ff;
	padding: 20px;
	border-radius: 21px;
}

.searchWrapper label {
	font-size: 16px;
	color: white;
	font-weight: 500;
	margin-bottom: 5px;
}

.searchWrapper .form-control {
	border-radius: 21px;
	color: #0E264C;
	background-color: #f4f4f5;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
}

.searchTitle>div {
	flex: 1;
	font-size: 24px;
}

.btn-success:hover,
.btn-success:focus {
	background: #16a9ff;
	border: 1px solid #16a9ff;
}

.btn-success {
	background: #16a9ff;
	border-radius: 21px;
	border: 1px solid #16a9ff;
	width: 100%;
	font-weight: bold;
}

.form-control:disabled,
.form-control[readonly] {
	opacity: .5 !important;
}

.vehicleDescription,
.vehicleDescription ul,
.vehicleDescription li,
.vehicleDescription p {
	font-size: 13px;
	margin-bottom: 0;
}

.detailsService .form-control {
	border-radius: 21px;
	color: #0E264C;
	background-color: #f4f4f5;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
}

.banner-interno {
	padding-top: 120px;
}

.ui-widget.ui-widget-content {
	z-index: 1200;
}

@media(min-width: 768px) {

	.search-home {
		margin-top: -40px;
		z-index: 1;
		position: relative;
	}

	.navbar-light.navbar.sticky-mode,
	.navbar-light.navbar.default-color {
		background-color: transparent;
		box-shadow: 0px 0px 10px black;

	}

	#navbarSupportedContent {
		position: absolute;
		right: 20px;
	}

	.navbar-light.navbar .container {
		position: relative;
	}
}


@media(max-width: 768px) {

	.caption-banner-home h1 {
		font-size: 24px !important;
	}

	.caption-banner-home {
		top: 33%;
		left: 12px;
	}


	.navbar-brand {
		display: inline-block;
		margin: 0 auto;
		position: relative;
	}

	.navbar-brand img {
		width: 160px !important;
		margin-left: 20px;
	}

	.navbar-collapse {
		background-color: white;
		/* box-shadow: 0px 0px 10px black; */
	}

	.navbar-collapse .navbar-nav {
		margin-left: initial !important;
		padding-right: initial !important;
		text-align: center;
	}

	.navbar-nav .nav-link {
		padding-left: 10px !important;
	}

	.head-banner {
		position: initial;
		top: initial;
		padding-top: 92px;
	}

	.searchTitle {
		display: none;
	}

	.searchWrapper {
		padding: 10px 25px;
	}

	.text-md-center {
		text-align: center;
	}

}