.times-new-roman {
	font-family: "Times New Roman", Times, serif !important;
}

/*
* Cursor
*/

.cursor-pointer {
	cursor: pointer !important;
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: #ebebeb;
}

::-webkit-scrollbar-thumb {
	background: #222222;
}

::-webkit-scrollbar-thumb:hover {
	background: #222222;
}

/*
* 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;
}

.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: #25D366;
	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: #25D366 !important;
	border: 2px solid #25D366;
}

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 #25D366cc;
		box-shadow: 0 0 0 0 #25D366cc;
	}

	70% {
		-moz-box-shadow: 0 0 0 20px #07dbd700;
		box-shadow: 0 0 0 20px #07dbd700;
	}

	100% {
		-moz-box-shadow: 0 0 0 0 #07dbd700;
		box-shadow: 0 0 0 0 #07dbd700;
	}
}

@media(max-width: 991px) {
	a.btn-whatsapp-one {
		height: 60px;
		width: 60px;
		font-size: 30px;
	}
}

/*
* Elemento flutuante
*/

.elemento-flutuante {
	position: fixed;
	bottom: 40px;
	right: 40px;
	overflow: hidden !important;
	z-index: 99999 !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: #222222 !important;
}

#header .header-body.custom-header-color {
	background-color: var(--color) !important;
}

#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, 
#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
	display: none !important;
}

.sticky-header-active #header .header-body,
#header.sticky-header-active .header-body {
	background-color: #222222 !important;
	box-shadow: none !important;
	border: none !important;
}

.sticky-header-active #header .header-body.custom-header-color,
#header.sticky-header-active .header-body.custom-header-color {
	background-color: var(--color) !important;
	box-shadow: none !important;
	border: none !important;
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
	border-bottom: 1px solid #ffffff38 !important;
}

#header .header-column {
	flex-grow: initial !important;
}

#header .header-nav-main nav>ul>li>a {
	text-transform: initial;
}

.header-custom-transparent {
	height: 0 !important;
}

.header-custom-transparent:not(.sticky-header-active) > div {
	background-color: transparent !important;
}

@media(min-width: 550px) {
	.side-panel-wrapper.conteudo {
		width: 450px !important;
	}
}

.hamburguer-btn .close {
	opacity: 1;
}

.hamburguer-btn .close span {
	width: 23px;
	background: #000 !important;
}

.btn-hamburguer {
	background: #ffffff !important;
	padding: 14px 0px;
	cursor: pointer;
}

.btn-hamburguer div {
	width: 30px;
	height: 2px;
	background-color: #222222;
	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-color: #00ace5;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.btn-hamburguer div {
		margin: 2px;
	}
}

.link-hover {
	position: relative !important;
}

.link-hover::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000000;
	bottom: -2px;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}

.link-hover:hover::before,
.dropdown:hover .link-hover::before {
	transform-origin: left;
	transform: scaleX(1);
}

.link-hover.white::before {
	background-color: #ffffff;
}

.social-topo,
.social-topo:focus {
	background-color: #288fde !important;
    border: 2px solid #288fde !important;
    color: #ffffff !important;
	width: 35px;
    height: 35px;
    margin: 5px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.social-topo:hover {
	background-color: transparent !important;
	color: #288fde !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	background-color: #00375D;
	left: 0 !important;
    right: 0 !important;
}

#header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, 
#header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu, 
#header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, 
#header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, 
#header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu, 
#header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
	margin-top: -1px !important;
}

#header .header-nav.header-nav-line nav > ul > li.dropdown .dropdown-menu-icone:before {
	content: '\f0d8';
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    top: 49px;
    left: calc(50% - 9px);
    color: #00375D;
	opacity: 0;
	transition: all .2s ease-out;
}

#header .header-nav.header-nav-line nav > ul > li.dropdown:hover .dropdown-menu-icone:before {
	opacity: 1;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	border: 0 !important;
	color: #fff !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
	background-color: #108028;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
	display: none !important;
}

.select-idioma {
	background: transparent !important;
	border: none !important;
}

/*
* Custom loader
*/

.lds-roller {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000a1;
}
.lds-roller:not(.show) {
	display: none;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*
* Social
*/

.social {
	height: 43px;
	width: 43px;
	background-color: #ffed00 !important;
	border: 2px solid #ffed00 !important;
	color: #2e3d86 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	margin: 0 5px;
	font-size: 1.50em;
	text-decoration: none !important;
	transition: all .3s;
}

.social:hover {
	background-color: transparent !important;
	color: #ffed00 !important;
}

.social-rodape,
.social-rodape:focus {
	width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #ffc926 !important;
    border: 2px solid #ffc926 !important;
	color: #fff !important;
    font-size: 14px !important;
	transition: all .3s;
}

.social-rodape:hover {
	background-color: transparent !important;
	color: #ffc926 !important;
}

/*
* Text colors
*/

.text-color-blue {
	color: #002647 !important;
}

.text-color-orange {
	color: #dd4b12 !important;
}

.text-color-yellow {
	color: #ffda00 !important;
}

.text-titulo {
	background-color: #805a3f;
	background-image: var(--bg);
	background-size: contain;
	background-clip: text;
    -webkit-background-clip: text;
	color: transparent;
}

/*
* Background
*/

.bg-gradiente {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(21deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-linear-gradient(21deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%);
	background: linear-gradient(21deg, rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#222222",GradientType=1);
}

.bg-gradient-blue {
	background: rgb(0,90,137) !important;
	background: -moz-linear-gradient(335deg, rgba(0,90,137,1) 0%, rgba(0,42,77,1) 100%) !important;
	background: -webkit-linear-gradient(335deg, rgba(0,90,137,1) 0%, rgba(0,42,77,1) 100%) !important;
	background: linear-gradient(335deg, rgba(0,90,137,1) 0%, rgba(0,42,77,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005a89",endColorstr="#002a4d",GradientType=1);
}

.bg-light-gray {
	background-color: #f0f0f0 !important;
}

.bg-dark-gray {
	background-color: #222222 !important;
}

.bg-parallax {
	background-image: var(--img);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.bg-parallax:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000078;
}

.bg-image {
	background-image: var(--img);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-custom {
	background-color: var(--color) !important;
}

/*
* Buttons
*/

.btn-transparent-white,
.btn-transparent-white:focus {
	background-color: transparent !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	transition: all .3s;
}

.btn-transparent-white:hover {
	background-color: #ffffff !important;
	color: #222222 !important;
}

.btn-dark-gray,
.btn-dark-gray:focus {
	background-color: #222222 !important;
	color: #ffffff !important;
	border: 1px solid #222222 !important;
	transition: all .3s;
}

.btn-dark-gray:hover {
	background-color: #ffffff !important;
	color: #222222 !important;
}

/*
* Outros
*/

.custom-border-bottom {
	border-bottom: 1px solid #ffffff4f !important;
}

strong {
	font-weight: 600;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.border-color-gray {
	border-color: #DCDCDC !important;
}

.border-yellow {
	border: 2px solid #ffda00;
}

hr.light {
	background-color: #4a4a4a !important;
}

/*
* Inicial
*/

@media(min-width: 991px) {
	.owl-areas-atuacao .owl-stage {
		padding-left: 0 !important;
	}
}

@media(max-width: 991px) {
	.container-btn-carrossel {
		position: absolute;
        bottom: 40px;
        left: calc(50% - 50px);
        width: 100px;
        z-index: 10;
        justify-content: space-between;
	}
}

.img-equipe {
	height: 380px;
	object-fit: cover;
	object-position: 50% 50%;
}

.bg-equipe:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #222222;
    width: 100%;
    height: var(--height);
}

@media(max-width: 991px) {
	.bg-card-equipe:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 180px;
		background-color: #ffffff;
	}
}

/*
* Institucional
*/

.container-mvv > div > img {
	width: 60px !important;
	object-fit: contain;
	object-position: top;
}

.container-mvv > div > div {
	width: calc(100% - 60px);
}

.container-mvv.dois > div > img,
.container-mvv.tres > div > img {
	object-position: 10px 0px;
}

/*
* Blog
*/

.btn-paginacao {
	background-color: transparent;
	border: 1px solid #222222;
	color: #222222;
	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: #222222;
	color: #ffffff;
}

/*
* Contato
*/

.custom-pointer {
	background-image: linear-gradient(45deg, #0000 50%, #000 50%), linear-gradient(135deg, #000 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;
}

.container-info-contato i {
	width: 35px;
}

.container-info-contato p,
.container-info-contato a {
    width: calc(100% - 35px);
}

@media(max-width: 991px) {
	.container-info-contato i,
	.container-info-contato p,
	.container-info-contato a {
		width: 100% !important;
		text-align: center;
	}
}

/*
* Rodape
*/

#footer form {
	opacity: 1 !important;
}

/*
* Banner - video
*/

.titulo-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000004f;
}

.titulo-video h1 {
	text-shadow: 0px 0px 3px #626262;
}

@media(min-width: 576px) {
	.titulo-video {
		padding: 0 3rem;
	}
}

@media(min-width: 768px) {
	.titulo-video {
		padding: 0 10rem;
	}
}

@media(min-width: 991px) {
	.titulo-video {
		padding: 0 19rem;
	}
}

@media(min-width: 1200px) {
	.titulo-video {
		padding: 0 25rem;
	}
}

@media(min-width: 1400px) {
	.titulo-video {
		padding: 0 34rem;
	}
}