@font-face {
	font-family: GALANO-GROTESQUE-BLACK;
	src: url('fonts/GALANO-GROTESQUE-BLACK.OTF');
}

.galano-black {
	font-family: 'GALANO-GROTESQUE-BLACK';
}

@font-face {
	font-family: GALANO-GROTESQUE-BOLD;
	src: url('fonts/GALANO-GROTESQUE-BOLD.OTF');
}

.galano-bold {
	font-family: 'GALANO-GROTESQUE-BOLD';
}

@font-face {
	font-family: GALANO-GROTESQUE-MEDIUM;
	src: url('fonts/GALANO-GROTESQUE-MEDIUM.OTF');
}

.galano-medium {
	font-family: 'GALANO-GROTESQUE-MEDIUM';
}

@font-face {
	font-family: GALANO-GROTESQUE-LIGHT;
	src: url('fonts/GALANO-GROTESQUE-LIGHT.OTF');
}

.galano-light {
	font-family: 'GALANO-GROTESQUE-LIGHT';
}

/*
* Cursor
*/

.cursor-pointer {
	cursor: pointer !important;
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: #ebebeb;
}

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

::-webkit-scrollbar-thumb:hover {
	background: #801736;
}

/*
* Loading 
*/

.loading-overlay {
	background-color: var(--color-custom-primary);
}

.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
	background-color: var(--color-custom-secondary);
}

/*
* Maps
*/

.maps {
	min-height: 450px;
}

/*
* Google
*/

.grecaptcha-badge {
	display: none;
}

/*
* Scroll to top
*/

html .scroll-to-top {
	display: none;
	border-radius: 0;
	bottom: 15px;
	padding: 22px 10px 32px;
	right: 23px;
	line-height: 12px;
	box-shadow: -2px 4px 10px #666;
	border: 2px solid #404040 !important;
	opacity: 1 !important;
}

html .scroll-to-top:hover {
	border: 2px solid #404040;
	color: #404040;
	background: #fff;
}

/*
* Custom background with gradient
*/

.bgGradient {
	background: linear-gradient(90deg, #001c2e 0%, #001c2e 25%, #001c2e 50%, #001c2e 75%, #001c2e 100%);
	background-size: 400% 400%;
	animation: bgAnimated 10s infinite linear;
}

@keyframes bgAnimated {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*
* Titles
*/

.custom-title-icon {
	font-size: 62px;
}

/*
* MFP
*/

.mfp-iframe-scaler iframe {
	border-radius: 8px !important;
}

/*
* Effects
*/

.box-shadow {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

/* ---------------------------------------------------------------------------------------------] */
/*  -------------------------------------------------------------------------------------[ LGPD ] */
/* ---------------------------------------------------------------------------------------------] */

/*
* Cookies
*/

.container-cookie {
	justify-content: center !important;
	align-items: center !important;
}

.row-cookie {
	border-radius: 8px !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
	position: fixed !important;
	bottom: 10px !important;
	background: var(--color-custom-white) !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: 1024px !important;
	border: 5px solid var(--color-custom-primary) !important;
	z-index: 99999 !important;
}

.row-cookie {
	padding: 20px !important;
}

.row-cookie.desktop .col-cookie p {
	margin-bottom: 0 !important;
	line-height: 16px !important;
	color: var(--color-custom-primary) !important;
}

.row-cookie.desktop .col-cookie a {
	color: var(--color-custom-primary) !important;
}

.btn-cookie {
	font-size: 14px !important;
	border-radius: 8px !important;
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary) !important;
	color: var(--color-custom-white) !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 8px !important;
}

.btn-cookie:hover {
	background-color: var(--color-custom-white) !important;
	border-color: var(--color-custom-secondary) !important;
	color: var(--color-custom-secondary) !important;
}

div#popup-termos {
	max-height: 450px;
	top: -35px;
	overflow: auto;
	border-radius: 8px !important;
}

/* ---------------------------------------------------------------------------------------------] */
/*  ---------------------------------------------------------------------------------[ WHATSAPP ] */
/* ---------------------------------------------------------------------------------------------] */

/*
* Whats App - 01
*/

.drop-whatsapp .dropdown-menu {
	margin-right: 25px !important;
	margin-bottom: 25px !important;
}

.btn-whatsapp.dropdown-item {
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 15px 15px;
	box-shadow: 0px 0px 5px rgb(234 234 234 / 50%);
}

.drop-whatsapp.dropstart .dropdown-toggle::before {
	display: none; !important;
}

.drop-whatsapp .dropdown-menu.show {
	background: transparent;
	border: 0px;
}

.drop-whatsapp li {
	background: white;
	margin: 10px 0px;
	border-radius: 5px;
	padding: 0;
}

button.btn-whatsapp {
	position: fixed;
	right: 5%;
	background-color: #25d366;
	display: inline-block;
	padding: 0px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	line-height: 21px;
	height: 80px;
	width: 80px;
	color: var(--color-custom-white) !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 38px;
	bottom: 5%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	border: 2px solid #25d366;
}

button.btn-whatsapp:hover {
	background-color: var(--color-custom-white);
	color: #25d366 !important;
	border: 2px solid #25d366;
}

button.btn-whatsapp svg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	padding: 5px;
}

/*
* Whats App - 02
*/

a.btn-whatsapp-one {
	position: fixed;
	right: 5%;
	background-color: #1ebea5;
	display: inline-block;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	line-height: 21px;
	height: 80px;
	width: 80px;
	color: #fff !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 38px;
	bottom: 5%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
}

a.btn-whatsapp-one:hover {
	background-color: #fff;
	color: #1ebea5 !important;
	border: 2px solid #1ebea5;
}

a.btn-whatsapp-one svg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	padding: 5px;
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(7,219,215, 0);
		box-shadow: 0 0 0 20px rgba(7,219,215, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0);
	}
}

/* ----------------------------------------------- */

/*
* Elemento flutuante
*/

.elemento-flutuante {
	position: fixed;
	bottom: 40px;
	right: 40px;
	overflow: hidden !important;
	z-index: 999 !important;
}

.whats-icon {
	background-color: #4fcc5c !important;
	padding: 15px;
	border-radius: 5px;
}

.elemento-flutuante .container-itens {
	position: relative;
	max-height: 0 !important;
	z-index: 80 !important;
	background-color: #e1e0e0c7;
	border-radius: 5px;
	bottom: -5px;
	transition: all .1s;
}

.elemento-flutuante:hover .container-itens {
	max-height: 700px !important;
	transition: all .5s;
}

.elemento-flutuante .whats-icon {
	z-index: 9999 !important;
	position: relative;
}

.btn-custom-whatsapp {
	background-color: #fff !important;
	color: #5bcf67 !important;
	margin: 10px 10px 0 10px;
	border-radius: 5px;
	transition: all .5s;
}

.input-group.btn-custom-whatsapp {
	width: auto !important;
}

.input-group.btn-custom-whatsapp a{
	color: #5bcf67 !important;
}

.input-group.btn-custom-whatsapp .input-group-append {
	pointer-events: none !important;
}

.btn-custom-whatsapp:nth-last-child(1) {
	margin-bottom: 15px;
}

.btn-custom-whatsapp:hover {
	background-color: #dcdcdc !important;
}

.placeholder-white::-webkit-input-placeholder {
	color: #fff !important;
	font-family: koho-light !important;
}

.placeholder-white:-ms-input-placeholder {
	color: #fff !important;
	font-family: koho-light !important;
}

.placeholder-white::placeholder {
	color: #fff !important;
	font-family: koho-light !important;
}

/* ---------------------------------------------------------------------------------------------] */
/*  ----------------------------------------------------------------------------------[ PLUGINS ] */
/* ---------------------------------------------------------------------------------------------] */

/*
* PLUGINS ::: Swal
*/

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden;
	height: 100% !important;
}

body.swal2-height-auto {
	height: 100% !important;
}

.swal2-container {
	padding: 0px !important;
}

html.mobile .swal2-popup {
	width: 100% !important;
	margin: 25px !important;
}

.swal2-popup {
	margin: 20px !important;
	width: calc(50% - 0px) !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.swal2-actions {
	display: flex !important;
	z-index: 1 !important;
	flex-wrap: initial !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

.swal2-html-container {
	font-size: 18px;
	line-height: 20px;
	color: var(--color-custom-dark);
}

#swal2-content.swal2-html-container h1 {
	font-weight: bold;
	font-size: 38px !important;
	color: var(--color-custom-primary);
}

.swal2-confirm, .swal2-cancel {
	border-radius: 4px !important;
	background: initial !important;
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary) var(--color-custom-primary) var(--color-custom-primary) var(--color-custom-primary) !important;
	color: var(--color-custom-white) !important;
	border: 1px solid var(--color-custom-primary) !important;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 275px;
	line-height: 16px;
	font-size: 14px !important;
}

.swal2-confirm:hover, .swal2-cancel:hover {
	border: 1px solid var(--color-custom-primary) !important;
	background: var(--color-custom-white) !important;
	color: var(--color-custom-primary) !important;
}

.swal2-confirm i.fas.fa-angle-right, .swal2-cancel i.fas.fa-angle-right {
	color: var(--color-custom-white) !important;
	margin-left: 6px;
}

.swal2-confirm:hover i.fas.fa-angle-right, .swal2-cancel:hover i.fas.fa-angle-right {
	color: var(--color-custom-primary) !important;
}

.swal2-container.swal2-backdrop-show {
	background: var(--color-custom-dark);
	z-index: 99999;
}

.swal2-icon.swal2-error {
	border-color: var(--color-custom-primary);
	color: var(--color-custom-primary);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-title {
	font-size: 72px !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid var(--color-custom-primary);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: var(--color-custom-primary);
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: none;
}

.swal2-icon {
	width: 3em;
	height: 3em;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.9em;
	left: .475em;
	width: 1.2em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 1.6em;
	right: 2em;
	width: 1.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.swal2-html-container i.fas.fa-angle-right {
	font-size: 82px;
	margin: 15px;
	color: var(--color-custom-primary);
}

.swal2-html-container h1 {
	margin: 0px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* ---------------------------------------------------------------------------------------------] */
/*  -----------------------------------------------------------------------------------[ HEADER ] */
/* ---------------------------------------------------------------------------------------------] */

/* 
* Menu mobile
*/

.cd-nav-text {
	margin-left: 75px;
	line-height: 15px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	text-align: end;
}

.menu-overlay-with-animation-2 ::after, .menu-overlay-with-animation-2 ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after, .menu-overlay-with-animation-2 ::before {
	content: '';
}

.cd-logo, .cd-nav-trigger {
	position: relative;
	display: inline-block;
}

.cd-logo {
	top: 28px;
	left: 5%;

}
.cd-logo img {
	display: block;
}

.sticky-header-active .cd-nav-trigger {
	height: 71px;
	width: 71px;
	top: 0px;
}

.sticky-header-active #header .header-body {
	background: #14487A;
}

.sticky-header-active .cd-nav-text {
	margin-left: 75px;
	line-height: 15px;
	color: var(--color-custom-white);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -56px;
	text-align: end;
}

.cd-nav-trigger {
	top: 0px;
	right: 0;
	height: 14px;
	width: 70px;
	z-index: 5;
	text-indent: 100%;
	white-space: nowrap;
	transition: 0.3s;
	cursor: pointer;
}

.cd-nav-trigger .cd-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	background-color: var(--color-custom-white);
	z-index: 10;
	height: 3px;
	width: 50px;
}

.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-custom-white);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
	width: 50px;
	left: 0;
	top: -3px;
}

.cd-nav-trigger .cd-icon::after {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
	width: 50px;
	left: 0;
	top: 3px;
}

.cd-nav-trigger::before, .cd-nav-trigger::after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}

.cd-nav-trigger::before {
	background-color: #0000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger::after {
	background-color: #d0ff0100;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
	background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
	background-color: #fff;
}

.cd-nav-trigger.close-nav .cd-icon::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: -3px;
	width: 35px;
	left: 0;
}

.cd-primary-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: var(--color-custom-primary);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	list-style: none;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
	margin: .8em 0;
	text-align: center;
	text-transform: capitalize;
	list-style-type: none !important;
	list-style: none !important;
}

.cd-primary-nav a {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	font-size: 28px;
	color: #fff !important;
}

.cd-primary-nav a {
	background: var(--color-custom-secondary);
	width: calc(100% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 15px;
	padding: 15px;
	border-radius: 8px;
}

.cd-primary-nav a:not(.accordion-topo):hover{
	color: #c2c2c2 !important;
	text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
	color: #ffffff;
}

.cd-primary-nav.fade-in {
	visibility: visible;
	opacity: 1;
}

.close-nav .cd-icon::after {
	width: 50px !important;
	top: 0 !important;
	left: 0 !important;
}

.close-nav .cd-icon::before {
	width: 50px !important;
	top: 0 !important;
	left: 0 !important;
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav li {
		margin: 2em 0;
	}

	.cd-primary-nav a {
		font-size: 28px;
		font-size: 1.75rem;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		margin: 2.6em 0;
	}

	.cd-primary-nav a {
		font-size: 32px;
		font-size: 2rem;
	}
}

.cd-overlay-nav, .cd-overlay-content {
	position: fixed;
	top: 28px;
	right: 5%;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(-20px) translateY(20px);
	-moz-transform: translateX(-20px) translateY(20px);
	-ms-transform: translateX(-20px) translateY(20px);
	-o-transform: translateX(-20px) translateY(20px);
	transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, .cd-overlay-content span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
	z-index: 2;
}

.cd-overlay-nav span {
	background-color: var(--color-custom-white);
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: var(--color-custom-white);
}

.cd-content {
	padding: 80px 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
}

.cd-content .cd-intro {
	height: 200px;
	padding-top: 4.6em;
}

.cd-content h1 {
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
}

.cd-content p {
	line-height: 1.5;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}

	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

/*
* Header
*/

#header .header-body {
	background-color: #ffffff !important;
}

#header .header-nav.header-nav-line nav > ul li > a {
	color: #444444 !important;
}

#header .header-nav.header-nav-line nav > ul li:hover > a {
	color: #851736 !important;
}

#header .header-nav.header-nav-line nav > ul li:hover > a:before {
	background-color: #851736 !important;
	margin-top: 23px !important;
}

.sticky-header-active #header .header-body {
	background-color: #ffffff !important;
}

#header .header-nav-main nav > ul > li > a {
	text-transform: initial;
	font-size: 15px !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
	display: none;
}

html.side-panel .side-panel-wrapper {
	z-index: 99999 !important;
}

@media(min-width: 550px) {
	.side-panel-wrapper.conteudo {
		width: 450px !important;
	}
}

.hamburguer-btn .close {
	opacity: 1;
}

.hamburguer-btn .close span {
	width: 23px;
}

.btn-hamburguer {
	cursor: pointer;
}

.btn-hamburguer div {
	width: 30px;
	height: 2px;
	background-color: #851736;
	margin: 5px;
	transition: all .3s;
}

.btn-hamburguer.active div:nth-child(1) {
	transform: rotate(-45deg) translate(-6px, 6px);
}

.btn-hamburguer.active div:nth-child(2) {
	transform: rotate(-45deg) translate(1px, 0px);
}

.btn-hamburguer.active div:nth-child(3) {
	transform: rotate(45deg) translate(-6px, -7px);
}

.btn-hamburguer.footer div {
	background-color: #fff !important;
}

@media(max-width: 1200px) {
	.btn-menu,
	.btn-hamburguer.header {
		height: 50px;
		width: 50px;
		background: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		border-radius: 15px;
	}

	.btn-hamburguer div {
		margin: 2px;
	}
}

.hamburguer-btn .close {
	opacity: 1;
}

.hamburguer-btn .close span {
	width: 23px;
}

.link-hover {
	position: relative;
}

.link-hover:hover {
	color: #7f1735 !important;
}

.link-hover:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: transparent;
}

.link-hover:hover:before {
	background: #7f1735 !important;
}

/*
* Social
*/

.social {
	height: 43px;
	width: 43px;
	background: #7f1735;
	color: #ffffff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 200px;
	margin: 0 5px;
	font-size: 1.50em;
	text-decoration: none !important;
	transition: all .3s;
}

.social:not(.rodape) {
	border: 2px solid #7f1735;
}

.social:not(.rodape):hover {
	background: transparent;
	color: #7f1735 !important;
}

.social.rodape {
	background: #ffffff !important;
	color: #801736 !important;
	border: 2px solid #ffffff;
}

.social.rodape:hover {
	background: #801736 !important;
	color: #fff !important;
}

/*
* Buttons
*/

.btn-fale-conosco {
	background-color: #ffffff !important;
	color: #2e3d86 !important;
	padding: 8px 12px 8px 52px;
	border-radius: 15px;
	position: relative;
	text-decoration: none !important;
}

.btn-fale-conosco:before {
	content: '\f095';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	color: #2e3d86 !important;
	background-color: #ffed00 !important;
	height: 100%;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.50em;
	border-radius: 15px;
}

.btn-blue,
.btn-blue:focus {
	background-color: #2e3d86;
	border: 2px solid #2e3d86;
	color: #fff;
	border-radius: 10px;
	transition: all .3s;
}

.btn-blue:hover {
	background-color: transparent;
	color: #2e3d86;
}

.btn-yellow,
.btn-yellow:focus {
	background-color: #ffed00;
	border: 2px solid #ffed00;
	color: #2e3d86;
	border-radius: 10px;
	width: 35px;
	height: 35px;
	font-size: 28px;
	padding-top: 4px;
	transition: all .3s;
}

.btn-yellow:hover {
	background-color: transparent;
	color: #ffed00;
}

/*Botão owl*/

.btn-purple,
.btn-purple:focus {
	background-color: #5c34ad;
	border: 2px solid #5c34ad;
	color: #fff;
	transition: all .3s;
}

.btn-purple:hover {
	background-color: transparent;
	color: #5c34ad;
}

.btn-blue-owl,
.btn-blue-owl:focus {
	background-color: #2f31ab;
	border: 2px solid #2f31ab;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	transition: all .3s;
}

.btn-blue-owl:hover {
	background-color: transparent;
	color: #2f31ab;
}

.btn-transparent,
.btn-transparent:focus {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	transition: all .3s;
}

.btn-transparent:hover {
	background-color: #ffffff;
	color: #194cef;
}

.btn-wine,
.btn-wine:focus {
	background-color: #7f1735;
	border: 2px solid #7f1735;
	color: #fff;
	transition: all .3s;
}

.btn-wine:hover {
	background-color: transparent;
	color: #7f1735;
}

.btn-light-brown,
.btn-light-brown:focus {
	background-color: #d1ab75;
	border: 2px solid #d1ab75;
	color: #fff;
	transition: all .3s;
}

.btn-light-brown:hover {
	background-color: transparent;
	color: #d1ab75;
}

.btn-white,
.btn-white:focus {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #801736;
	transition: all .3s;
}

.btn-white:hover {
	background-color: transparent;
	color: #ffffff;
}

/*
* Text colors
*/

.text-color-dark-blue {
	color: #252c45 !important;
}

.text-color-wine {
	color: #7f1735 !important;
}

.text-color-blue {
	color: #2e3d86 !important;
}

.text-custom-black {
	color: #444444 !important;
}

.text-color-light-brown {
	color: #d1ab75 !important;
}

/*
* Background
*/

.bg-blue {
	background-color: #2e3d86 !important;
}

.bg-yellow {
	background-color: #ffed00 !important;
}

.bg-light-brown {
	background-color: #d1ab75 !important;
}

.bg-light-orange{
	background-color: #f6e7d5;
}

.bg-wine {
	background-color: #7f1735 !important;
}

.bg-light-gray {
	background-color: #f7f7f7 !important;
}

.bg-parallax {
    width: 100%;
    min-height: 800px;
    background-image: var(--bg);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 2rem;
}

/*
* Outros
*/

.custom-border-radius {
	border-radius: 40px !important;
}

hr {
	background-color: #CCCCCC !important;
}

.py-custom {
	padding-top: 0.4rem!important;
    padding-bottom: 0.7rem!important;
}

/*
* Inicial
*/

.card-institucional:before {
	content: '';
	background: #0000003b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 70px;
}

.card-institucional.full > div {
	position: absolute;
    width: 39%;
    height: 100%;
    top: 0;
    left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-institucional:not(.full) > div {
	position: absolute;
    width: 100%;
    height: 100%;
    bottom: -95px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items: center;
}

.card-institucional img {
	border-bottom-right-radius: 70px;
}

.card-institucional-mobile:before {
	content: '';
	background: #0000003b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 10px;
}

.card-institucional-mobile img {
	height: 300px;
    object-fit: cover;
    object-position: 0 0;
	border-radius: 10px;
}

.card-institucional-mobile > div {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-institucional {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

@media(min-width: 991px) {
	.titulo-a-quem-servimos {
		font-size: 14vw !important;
		white-space: nowrap;
		text-overflow: clip;
		-ms-text-overflow: clip;
		transform: translate(-7vw, -55px);
		line-height: 1 !important;
	}
}

.card-a-quem-servimos img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.card-a-quem-servimos > a > div,
.card-a-quem-servimos div.sem-link {
	background-color: #ffffff;
	border-radius: 25px;
	transition: all .3s;
}

.card-a-quem-servimos:hover > a > div,
.card-a-quem-servimos:hover div.sem-link {
	background: #851736;
	transform: scale(1.05);
}

.card-a-quem-servimos > a > div p,
.card-a-quem-servimos div.sem-link p {
	color: #444444;
	transition: all .3s;
}

.card-a-quem-servimos:hover > a > div p,
.card-a-quem-servimos:hover div.sem-link p {
	color: #ffffff;
}

.card-a-quem-servimos .line {
	height: 4px;
	width: 50%;
	background-color: #d1ab75;
	margin: 10px 2rem 3rem 2rem !important;
}

.owl-carousel.owl-a-quem-servimos .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 10px;
	background: #ffffff;
	transition: all .3s;
}

.owl-carousel.owl-a-quem-servimos .owl-dots .owl-dot.active span,
.owl-carousel.owl-a-quem-servimos .owl-dots .owl-dot:hover span {
	background: #851736;
}

.owl-theme.owl-a-quem-servimos .owl-nav.disabled+.owl-dots {
    margin-top: 75px;
}

/*
* Institucional
*/

@media(min-width: 991px) {
	.titulo-soma-habilidades {
		font-size: 14vw !important;
		white-space: nowrap;
		text-overflow: clip;
		-ms-text-overflow: clip;
		transform: translate(-26vw, -55px);
		line-height: 1 !important;
		letter-spacing: 1px !important;
	}

	.subtitulo-soma-habilidades {
		transform: translateY(-40px);
	}
}

/*
* A quem servimos
*/

.container-titulo-grande {
	position: relative;
	height: 250px;
}

.titulo-grande {
	font-size: 215px !important;
    white-space: nowrap;
	text-overflow: clip;
    transform: translateY(-55px);
    line-height: 1 !important;
    letter-spacing: 1px !important;
    position: absolute;
    top: 0;
    left: 100%;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.owl-carousel.owl-depoimentos .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 10px;
	background: #d1ab75;
	transition: all .3s;
}

.owl-carousel.owl-depoimentos .owl-dots .owl-dot.active span,
.owl-carousel.owl-depoimentos .owl-dots .owl-dot:hover span {
	background: #851736;
}

.owl-theme.owl-depoimentos .owl-nav.disabled+.owl-dots {
    margin-top: 75px;
}

@media(max-width: 991px) {
	.owl-theme.owl-depoimentos .owl-nav.disabled+.owl-dots {
		margin-top: 25px;
	}
}

.img-depoimentos {
	border-bottom-right-radius: 100px;
}

/*
* Expertise em distribuição
*/

.pin-regiao {
	position: absolute;
    top: -20px;
    left: 190px;
    width: 180px;
}

@media(max-width: 1200px) {
	.pin-regiao {
		left: 100px;
	}
}

@media(max-width: 991px) {
	.pin-regiao {
		left: -30px;
	}
}

@media(max-width: 770px) {
	.pin-regiao {
		display: none;
	}
}

.container-informacoes {
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
}

.card-informacoes-expertise > div:nth-child(1) {
	width: 55px;
	position: relative;
}

.card-informacoes-expertise > div:nth-child(1) img {
	position: absolute;
    top: -7px;
    left: -7px;
	padding-right: 10px;
}

.card-informacoes-expertise > div:nth-child(2) {
	width: calc(100% - 55px);
}

/*
* Seja cliente
*/

.img-ecommerce {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	pointer-events: none;
}

@media(max-width: 991px) {
	.img-ecommerce {
		width: 100%;
	}
}

/*
* Casa da gastronomia
*/

.icone-video-gastronomia {
	position: absolute;
	top: calc(50% - 28px);
    left: calc(50% - 28px);
}

/*
* Receita campeã
*/

.owl-carousel.owl-receita-itens .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 10px;
	background: #ffffff;
	transition: all .3s;
}

.owl-carousel.dots-gray .owl-dots .owl-dot span {
	background: #dcdcdc;
}

.owl-carousel.dots-hover-yellow .owl-dots .owl-dot.active span,
.owl-carousel.dots-hover-yellow .owl-dots .owl-dot:hover span {
	background: #d1ab75;
}

.owl-carousel.dots-hover-wine .owl-dots .owl-dot.active span,
.owl-carousel.dots-hover-wine .owl-dots .owl-dot:hover span {
	background: #851736;
}

.owl-theme.owl-receita-itens .owl-nav.disabled+.owl-dots {
    margin-top: 75px;
}

.header-receitas {
	border-bottom-right-radius: 90px;
}

@media(min-width: 991px) {
	.header-receitas {
		border-bottom-right-radius: 150px;
	}
	
	.header-receitas .imagem {
		width: 300px;
		margin-right: 50px;
	}

	.header-receitas .textos {
		width: calc(100% - 350px);
	}
}

/*
* Faça parte
*/

@media(min-width: 991px) {
	.owl-carousel.owl-vagas .owl-stage {
		padding-left: 0 !important;
	}
}

.owl-carousel.owl-vagas .line {
	height: 4px;
	width: 50%;
	background-color: #d1ab75;
	margin: 10px 2rem 2rem 0 !important;
}

#carousel-custom-dots.owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	margin: 5px 10px;
	background: #6b122b;
	border: none;
	border-radius: 100%;
	transition: all .3s;
}

#carousel-custom-dots.owl-dots .owl-dot.active,
#carousel-custom-dots.owl-dots .owl-dot:hover {
	background: #cda472;
}

.itens-vagas:before {
	content: '\2e';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: -9px;
    left: 0;
    color: #851736;
}

.custom-file-input input {
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	z-index: -1;
}

.custom-file-input {
	width: 100%;
	height: 41px;
	border-radius: var(--bs-border-radius-pill) !important;
	background: #fff;
	padding-right: 180px;
	display: flex;
    align-items: center;
}

.custom-file-input:after {
	content: 'Incluir arquivo';
    background: #976b35;
    color: #fff;
    border-radius: 0 var(--bs-border-radius-pill) var(--bs-border-radius-pill) 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'GALANO-GROTESQUE-BOLD';
    font-size: 1.1em;
    padding-bottom: 6px;
}

/*
* Jornada
*/

.owl-carousel.owl-evolucao .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 10px;
	background: #6b122b;
	transition: all .3s;
}

.owl-carousel.owl-evolucao .owl-dots .owl-dot.active span,
.owl-carousel.owl-evolucao .owl-dots .owl-dot:hover span {
	background: #cda472;
}

.owl-theme.owl-evolucao .owl-nav.disabled+.owl-dots {
    margin-top: 75px;
}

.card-evolucao .ano {
	position: absolute;
    bottom: 6px;
	left: 50px;
}

div[class*="item-evolucao-ano"] > img {
	width: 40px !important;
	opacity: 0;
	transition: all .3s;
}

div[class*="item-evolucao-ano"].active > img {
	color: #d1ab75 !important;
	opacity: 1;
}

div[class*="item-evolucao-ano"] > p {
	color: #ffffff !important;
	transition: all .3s;
}

div[class*="item-evolucao-ano"].active > p {
	color: #d1ab75 !important;
}

/*
* Blog
*/

.btn-paginacao {
	background-color: transparent;
	border: 2px solid #851736;
	color: #851736;
	text-decoration: none !important;
	padding: 0.2rem 0.75rem;
	border-radius: 5px;
	margin: 0 .25rem;
	transition: all .3s;
}

.btn-paginacao:hover,
.btn-paginacao.ativo {
	background-color: #851736;
	color: #ffffff;
}

.icone-gold {
	position: absolute;
    left: -35px;
    bottom: 15px;
    width: 45px;
}

@media(max-width: 991px) {
	.icone-gold {
		display: none;
	}
}

/*
* Contato
*/

::placeholder {
	color: #000 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000 !important;
}

::-ms-input-placeholder {
	color: #000 !important;
}

.form-control {
	background-color: #ffffff !important;
	border: none !important;
	color: #000 !important;
}

.custom-pointer {
	background-image: linear-gradient(45deg, #0000 50%, #6f6f6f 50%), linear-gradient(135deg, #6f6f6f 50%, #0000 50%), linear-gradient(to right, #0000 , #0000 ) !important;
	background-position: calc(100% - 18px) calc(1em + 3px), calc(100% - 13px) calc(1em + 3px), calc(100% - 2.4em) 0.3em !important;
	background-size: 5px 5px, 5px 5px, 1px 2.6em !important;
	background-repeat: no-repeat !important;
}

/*
* Rodape
*/

footer#footer {
	background: #801736 !important;
}