@font-face {
	font-family: ROBOTO-BLACK;
	src: url('fonts/ROBOTO-BLACK.TTF');
}

.roboto-black {
	font-family: 'ROBOTO-BLACK';
}

@font-face {
	font-family: ROBOTO-BOLD;
	src: url('fonts/ROBOTO-BOLD.TTF');
}

.roboto-bold {
	font-family: 'ROBOTO-BOLD';
}

@font-face {
	font-family: ROBOTO-REGULAR;
	src: url('fonts/ROBOTO-REGULAR.TTF');
}

.roboto-regular {
	font-family: 'ROBOTO-REGULAR';
}

@font-face {
	font-family: ROBOTO-MEDIUM;
	src: url('fonts/ROBOTO-MEDIUM.TTF');
}

.roboto-medium {
	font-family: 'ROBOTO-MEDIUM';
}

@font-face {
	font-family: ROBOTO-LIGHT;
	src: url('fonts/ROBOTO-LIGHT.TTF');
}

.roboto-light {
	font-family: 'ROBOTO-LIGHT';
}

.roboto {
	font-family: 'ROBOTO-LIGHT';
}

.roboto strong {
	font-family: 'ROBOTO-BOLD';
}

/*
* Cursor
*/

.cursor-pointer {
	cursor: pointer !important;
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: #ebebeb;
}

::-webkit-scrollbar-thumb {
	background: #003c77;
}

::-webkit-scrollbar-thumb:hover {
	background: #003c77;
}

/*
* 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: #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);
	}
}

/* ---------------------------------------------------------------------------------------------] */
/*  ----------------------------------------------------------------------------------[ 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.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 {
	background-color: #ffffff !important;
}

#header .header-nav-main nav>ul>li>a {
	text-transform: initial;
}

@media(min-width: 550px) {
	.side-panel-wrapper.conteudo {
		width: 450px !important;
	}
}

.hamburguer-btn .close {
	opacity: 1;
}

.hamburguer-btn .close span {
	width: 23px;
}

.btn-hamburguer div {
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	margin: 5px;
	transition: all .3s;
}

.btn-hamburguer:not(.active) div:nth-child(2) {
	width: 25px;
	margin-right: 7px;
}

.btn-hamburguer:not(.active) div:nth-child(3) {
	width: 20px;
	margin-right: 12px;
}

.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;
	}
}

.hamburguer-btn .close {
	opacity: 1;
}

.hamburguer-btn .close span {
	width: 23px;
}

.link-hover {
	position: relative !important;
}

.link-hover::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	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;
}

.input-search {
	width: 240px;
}

@media(min-width: 1200px) {
	.input-search {
		width: 480px;
	}
}

/*
* 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;
}

/*
* Text colors
*/

.text-color-blue {
	color: #0e284d !important;
}

/*
* Background
*/

.bg-light-blue {
	background-color: #00ace5 !important;
}

.bg-dark-blue {
	background-color: #0e284c !important;
}

.bg-blue {
	background-color: #184a8d !important;
}

.bg-blue-2 {
	background-color: #123565 !important;
}

.bg-gradient-blue {
	background: rgb(82,204,237);
	background: -moz-radial-gradient(circle, rgba(82,204,237,1) 17%, rgba(3,114,183,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(82,204,237,1) 17%, rgba(3,114,183,1) 100%);
	background: radial-gradient(circle, rgba(82,204,237,1) 17%, rgba(3,114,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52cced",endColorstr="#0372b7",GradientType=1);
}

.bg-yellow {
	background-color: #ffed00 !important;
}

.bg-gray {
	background-color: #f8f8f8 !important;
}

.bg-gray-2 {
	background-color: #f5f5f5 !important;
}

.bg-imagem {
	background-image: var(--bg);
	background-size: cover;
    background-repeat: no-repeat;
}

/*
* 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: #1c5097 !important;
	border: 2px solid #1c5097 !important;
	color: #fff !important;
	transition: all .3s;
}

.btn-blue:not(.no-hover):hover {
	background-color: transparent !important;
	color: #1c5097 !important;
}

.btn-dark-blue,
.btn-dark-blue:focus {
	background-color: #16192a;
	border: 2px solid #16192a;
	color: #fff;
	padding-top: 0.7rem!important;
    padding-bottom: 0.7rem!important;
	transition: all .3s;
}

.btn-dark-blue:hover {
	background-color: transparent;
	color: #16192a;
}

.btn-transparent-blue,
.btn-transparent-blue:focus {
	background-color: transparent;
	border: 1px solid #0e284d;
	color: #0e284d;
	border-radius: 5px;
	transition: all .3s;
}

.btn-transparent-blue:hover {
	background-color: #0e284d;
	color: #ffffff;
}

.btn-transparent-white,
.btn-transparent-white:focus {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 5px;
	transition: all .3s;
}

.btn-transparent-white:hover {
	background-color: #ffffff;
	color: #000000;
}

/*
* Outros
*/

.custom-border-bottom {
	border-bottom: 1px solid #ffffff4f !important;
}

/*Botão owl*/

.btn-purple-owl,
.btn-purple-owl:focus {
	background-color: #5f18a6;
	border: 2px solid #5f18a6;
	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-purple-owl:hover {
	background-color: #fff;
	color: #5f18a6;
}

/*
* Inicial
*/

.owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.owl-theme.owl-categorias-produtos .owl-dots {
	margin-top: 55px !important;
}

.owl-theme.owl-categorias-produtos .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background-color: #f5f5f5;
}

@media(min-width: 991px) {
	.owl-carousel.owl-categorias-produtos .owl-dots .owl-dot span {
		margin: 5px 13px;
	}
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #00ace5;
}

.header-image {
	background-color: #f5f5f5;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px;
}

.header-image img {
	height: 100%;
}

.fix-height {
	flex-grow: 0;
}

.card-blog a {
	border-radius: 15px;
}

.card-blog img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	height: 170px;
    width: 100%;
    object-fit: cover;
}

.divisor {
	height: 3px;
	width: 150px;
	background: #ffffff;
}

.owl-theme.owl-exames .owl-nav.disabled+.owl-dots {
	margin-top: 53px !important;
}

.fix-desktop-alignment {
	margin-bottom: 53px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #0a4c6f !important;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 20px !important;
    height: 20px !important;
	margin: 5px 10px !important;
	background-color: #aaaaaa !important;
}

/*
* Exames
*/

.container-busca {
	background-color: #0e284c;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.container-busca.exames > div:nth-child(1) {
	width: 250px;
}

.container-busca.exames > div:nth-child(2) {
	width: calc(100% - 250px);
	position: relative;
}

@media(max-width: 991px) {
	.container-busca.exames > div {
		width: 100% !important;
	}
}

.container-busca.exames > div:nth-child(2):before {
	content: '\f0dd';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #1b4e94;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding-bottom: 6px;
	pointer-events: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	opacity: 1;
}

/*
* Duvidas
*/

.accordion.accordion-modern-status > .card .card-header a {
	background: #fff !important;
	padding: 23px 80px 23px 30px;
}

.accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed {
	color: #000 !important;
}

.accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
	background: #fff !important;
	color: #000 !important;
}

.accordion.accordion-modern-status > .card .card-header a:after {
	content: '+';
    position: absolute;
    color: #fff;
    font-size: 35px !important;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: 100;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms;
}

.accordion.accordion-modern-status > .card .card-header a:before {
	content: '';
    background: #0e284c;
    width: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

/*
* Unidades
*/

.container-busca.unidades {
	background-color: #0775b7;
}

.container-busca.unidades > div:nth-child(1) {
	width: 415px;
}

.container-busca.unidades > div:nth-child(2) {
	width: calc(100% - 415px);
	position: relative;
}

@media(max-width: 991px) {
	.container-busca.unidades > div {
		width: 100% !important;
	}
}

.container-busca.unidades > div:nth-child(2):before {
	content: '\f0dd';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #1b4e94;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding-bottom: 6px;
	pointer-events: none;
}

.img-unidades {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.btn-change-maps {
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 0.5rem;
	border: 1px solid #00000000;
}

.btn-change-maps.active,
.btn-change-maps:hover {
	border: 1px solid #fff;
}

/*
* Noticias
*/

.btn-paginacao {
	background-color: transparent;
	border: 2px solid #0a4c6f;
	color: #0a4c6f;
	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: #0a4c6f;
	color: #ffffff;
}

/*
* Newsletter
*/

@media(min-width: 991px) {
	.form-newsletter input {
		width: calc(100% - 120px);
	}

	.form-newsletter button {
		width: 120px;
	}
}

@media(max-width: 991px) {

	.form-newsletter input,
	.form-newsletter button {
		width: 100%;
	}
}

.form-newsletter label.error {
	display: none !important;
}

/*
* Contato
*/

.card-rodape-contato > div:nth-child(1) {
	background-color: #0c264c;
	padding: 1.3rem 2rem!important;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.card-rodape-contato > div:nth-child(2) {
	background-color: #f5f5f5;
	padding: 1.5rem 2rem!important;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

::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: 1px solid #e6e6e6 !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-color: #1b4e94 !important;
}

/*
* Resultados
*/

#modalLinksResultados {
	background: rgb(0 0 0 / 60%);
}

.card-header-resultados {
	height: 350px;
	background-image: var(--bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

@media(min-width: 991px) {
	.modal-header-resultados {
		width: 650px !important;
		max-width: 650px !important;
	}
}

.modal-header-resultados .modal-content {
	background: transparent !important;
	border: none !important;
}

.modal-header-resultados button.btn-close {
	position: absolute;
    top: 25px;
    right: 25px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
}