body {
	margin: 0;
	padding: 0;
	margin-bottom: 90px;
}

a {
	text-decoration: none !important;
}

.swal-footer {
	text-align: center;
}

.bg-natal {
	background: #d4791a;
}

.border-natal {
	background: #d4791a;
}

.bg-bahia {
	background: #a9453b;
}

.border-bahia {
	background: #a9453b;
}

.bg-foz {
	background: #508f8a;
}

.border-foz {
	background: #508f8a;
}

.bg-serrano {
	background: #8a8823;
}

.border-serrano {
	background: #8a8823;
}

.bg-marupiara {
	background: #0197a6;
}

.border-marupiara {
	background: #0197a6;
}

.bg-confins {
	background: #05581f;
}

.border-confins {
	background: #05581f;
}

.bg-dumont {
	background: #ab1e3b;
}

.border-dumont {
	background: #ab1e3b;
}

.btn-color-default:focus,
.btn-outline-color-default:focus {
	box-shadow: none;
}

.btn-color-default,
.btn-color-default:focus,
.btn-color-default:hover {
	color: #ffffff;
	background: #decfb7;
}

.sa-confirm-button-container {
	width: 100%;
}

.swal-button-container {
	margin: 0px !important;
}

.swal-footer {
	margin-top: 0px !important;
}

.btn-outline-color-default,
.btn-outline-color-default:focus,
.btn-outline-color-default:hover {
	color: #decfb7;
	background: #ffffff;
	border: 1px solid #decfb7;
}

.color-default {
	color: #decfb7;
}

.bg-default {
	background: #decfb7;
}

.border-default {
	border-color: #decfb7;
}

.color-grey {
	color: #e8e8e8;
}

.color-grey-strong {
	color: #575756;
}

.black-color {
	color: #000000 !important;
}

.bg-grey {
	background: #cecece;
}

.bg-white2 {
	background: #ffffff;
}

::-webkit-scrollbar-thumb {
	background: #666;
}

.icon-type-service {
	height: 40px;
	object-fit: cover;
}

.height-banner {
	height: 200px;
	object-fit: cover;
}

.height-function {
	height: 51px;
}

.f-10 {
	font-size: 10px !important;
}

.f-12 {
	font-size: 12px !important;
}

.f-14 {
	font-size: 14px !important;
}

.f-15 {
	font-size: 15px !important;
}

.f-16 {
	font-size: 16px !important;
}

.f-18 {
	font-size: 18px !important;
}

.f-36 {
	font-size: 36px !important;
}

.f-10,
.f-12,
.f-14,
.f-15 {
	color: #575757;
}

.mb-6 {
	margin-bottom: 4rem !important;
}

.mt-6 {
	margin-top: 4rem !important;
}

.mb-7 {
	margin-bottom: 5.5rem !important;
}

.pb-7 {
	padding-bottom: 5.5rem !important;
}

.mt-50 {
	margin-top: 50px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-165 {
	margin-top: 165px;
}

.mb-80 {
	margin-bottom: 80px;
}

.material-textfield {
	position: relative;
	margin: 6px 0;
}

.material-textfield label {
	position: absolute;
	font-size: 1rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	color: #decfb7;
	padding: 0 0.3rem;
	transition: 0.1s ease-out;
	transform-origin: left top;
	pointer-events: none;
}

.material-textfield input {
	font-size: 1rem;
	outline: none;
	border: 1px solid #decfb7;
	border-radius: 10px;
	padding: 0.5rem 0.7rem;
	color: #decfb7;
	transition: 0.1s ease-out;
	width: 100%;
}

.material-textfield input:focus {
	border-color: #decfb7;
	outline: none;
}

.material-textfield input:focus + label {
	color: #decfb7;
	top: 0;
	transform: translateY(-50%) scale(0.9);
}

.material-textfield input:not(:placeholder-shown) + label {
	top: -8px;
	transform: translateY(-50%) scale(0.9);
}

/* SELECT INPUT */
.select {
	position: relative;
	width: 100%;
	margin: 6px 0;
}

.select-text {
	position: relative;
	background-color: transparent;
	width: 100%;
	padding: 6.2px 10px 6.2px 10px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #decfb7;
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border: 1px solid #decfb7;
}

/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance: none;
	color: #decfb7;
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #decfb7;
	pointer-events: none;
}

.select-label {
	color: #decfb7;
	background: white;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	padding: 0 5px;
	left: 10px;
	top: 8px;
	transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label,
.select-text:valid ~ .select-label {
	color: #decfb7;
	top: -8px;
	transition: 0.2s ease all;
	font-size: 14px;
}

.select-text:valid:not(focus) ~ .select-label {
	color: #decfb7;
	background: #ffffff;
}

.select-text:valid:focus ~ .select-label {
	color: #decfb7;
}

svg {
	max-width: 75px;
	max-height: 40px;
}

.svg-services {
	text-align: center;
}

.svg-services svg, .svg-services img {
	max-width: 70px;
	max-height: 180px;
}

.hotels-img {
	height: 219px !important;
	object-fit: cover;
	max-width: 512px !important;
}

.svg-type {
	width: 100%;
	height: 40px;
	object-fit: cover;
}

.bar-menu {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
}

.menu-title {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #636363;
}

.border-footer {
	border-right: 1px solid #c4c4c4;
}

.border-banner {
	border-bottom: 1px solid;
}

.background-app {
	/* background: #EAEAEA;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); */
}

.card-function {
	background: #ffffff;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	border-radius: 5px;
}

.swal-button-container,
.swal-button {
	width: 100% !important;
}

.swal-text {
	text-align: center;
}

.border-login {
	border-bottom: solid 1px;
}

.btn-custom {
	border-radius: 10px;
	width: 100%;
}

@media (min-width: 1025px) {
}

.custom-selectpicker .btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	border: none !important;
	outline: none !important;
}

.custom-selectpicker .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: none !important;
}

.custom-selectpicker .btn-light {
	border: none !important;
	padding: 5px 10px 5px 13px;
}

.custom-selectpicker .btn-light:focus,
.btn-light.focus {
	box-shadow: none !important;
}

.custom-selectpicker .bootstrap-select > .dropdown-toggle:after {
	display: none !important;
}

.custom-selectpicker .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	border: none !important;
	outline: none !important;
	outline-offset: revert !important;
}

.custom-selectpicker .dropdown-menu {
	padding: 4px 10px 4px 13px;
	margin: 0px;
	overflow: hidden;
	border: none !important;
	outline: none !important;
	box-shadow: 2px 2px 4px #999;
}

.custom-selectpicker .dropdown-item {
	text-align: center;
	padding: 3px 0px 3px 0px;
	overflow: hidden;
}

.custom-selectpicker .dropdown-item.active,
.dropdown-item:active {
	background: white !important;
}

.custom-selectpicker .bootstrap-select .dropdown-menu.inner {
	border: none !important;
}
