.banners-desktop .owl-carousel .owl-nav,
.banners-mobile .owl-carousel .owl-nav {
	width: calc(100% - 23px);
}
.banners-desktop .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next, 
.banners-desktop .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev,
.banners-mobile .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-next, 
.banners-mobile .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1).nav-with-transparency .owl-nav .owl-prev {
	background-color: #262a2f !important;
}

.scroll-to-top {
	display: none !important;
}

#map {
	min-height: 370px;
}

/*
* Input
*/

::-webkit-input-placeholder {
	color: #000000 !important;
}

:-ms-input-placeholder {
	color: #000000 !important;
}

::placeholder {
	color: #000000 !important;
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}

::-webkit-scrollbar-thumb {
	background: var(--color-custom-secondary);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-custom-tertiary);
}

/*
* 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;
}

/*
* Swal
*/

.swal2-container {
	padding: 0px !important;
}

.swal2-popup {
	border-radius: 0px !important;
}

.swal2-actions {
	display: flex !important;
	z-index: 1 !important;
	flex-wrap: initial !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

div#swal2-content {
	font-size: 20px;
	line-height: 20px;
	color: #454A60;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
	border: 0 !important;
	border-radius: 0 !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) !important;
	color: #FFF !important;
	border: 1px solid var(--color-custom-primary) !important;
}

.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover {
	border: 1px solid var(--color-custom-primary)  !important;
	background: #0000 !important;
	color: var(--color-custom-primary)  !important;
}

.swal2-styled.swal2-confirm i,
.swal2-styled.swal2-cancel i {
	color: #FFF !important;
	margin-left: 6px;
}

.swal2-styled.swal2-confirm:hover i,
.swal2-styled.swal2-cancel:hover i {
	color: var(--color-custom-secondary) !important;
}

.swal2-container.swal2-backdrop-show {
	background: rgba(0, 0, 0, 0.72);
	z-index: 99999;
}

.swal2-icon.swal2-error {
	border-color: var(--color-custom-primary);
	color: var(--color-custom-primary);
}

.break-line {
	width: min-intrinsic !important;
	width: -webkit-min-content !important;
	width: -moz-min-content !important;
	width: min-content !important;
	-ms-grid-columns: min-content !important;
}

.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);
}

div#swal2-content i {
	font-size: 82px;
	margin: 15px;
	color: var(--color-custom-primary);
}

div#swal2-content h1 {
	margin: 0px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*
* Whats App
*/

a.btn-whatsapp {
	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:hover {
	background-color: #fff;
	color: #1ebea5 !important;
	border: 2px solid #1ebea5;
}

a.btn-whatsapp 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);
	}
}

/*
* Cookies
*/

.container-cookie {
	display: none;
	justify-content: center !important;
	align-items: center !important;
}

.row-cookie {
	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: 9999999 !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-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !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;
}

/*
* Google
*/

.grecaptcha-badge {
	display: none;
}

/*
* Scroll to top
*/

html .scroll-to-top {
	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;
}

/* 
* Menu mobile
*/

.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;
}

.cd-nav-trigger {
	top: 0;
	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;
	width: 18px;
	height: 3px;
	background-color: #FFF;
	z-index: 10;
	width: 35px;
}

.cd-nav-trigger .cd-icon::before, 
.cd-nav-trigger .cd-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	-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: 35px;
	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: 35px;
	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: #093861;
	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: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;
}

@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: #F8B037;
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: #F8B037;
}

.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;
	}
}

.menu-overlay-with-animation-2:before {
	background-color: #0000;
	content: '';
	height: 63px;
	width: 65px;
	position: absolute;
	border-radius: 100%;
	top: -21px;
	right: 3px;
}

.menu-overlay-with-animation-2 .card {
	background-color: #093A64 !important;
	border-color: #093A64 !important;
}

/*
* Text
*/

.text-color-blue {
	color: #093A64 !important;
}

.text-color-orange {
	color: #F8B037 !important;
}

.text-limit-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3; 
	-webkit-box-orient: vertical;
}

.card-servicos {
	height: 200px;
	display: flex;
	align-items: center;
}

.letter-spacing {
	letter-spacing: 3px;
}

/*
* Buttons
*/

.btn-white-blue {
	background-color: #fff;
	color: #093A64;
	border: 2px solid #093A64;
	border-radius: 10px;
	transition: all .3s;
}

.btn-white-blue:hover {
	background-color: #093A64;
	color: #fff;
}

.btn-transparent-orange,
.btn-transparent-orange:focus {
	background-color: #0000;
	color: #F8B037;
	border: 2px solid #F8B037;
	border-radius: 5px;
	transition: all .3s;
}

.btn-transparent-orange:hover {
	background-color: #F8B037;
	color: #fff;
}

.btn-transparent-blue,
.btn-transparent-blue:focus {
	background-color: #0000;
	color: #093A64;
	border: 2px solid #093A64;
	border-radius: 5px;
	transition: all .3s;
}

.btn-transparent-blue:hover {
	background-color: #093A64;
	color: #fff;
}

.btn-blue,
.btn-blue:focus {
	background-color: #093A64;
	color: #fff;
	border: 2px solid #093A64;
	transition: all .3s;
}

.btn-blue:hover {
	background-color: #0000;
	color: #093A64;
}

.btn-green,
.btn-green:focus {
	background-color: #00D9A3;
	color: #fff;
	border: 2px solid #00D9A3;
	transition: all .3s;
}

.btn-green:hover {
	background-color: #0000;
	color: #00D9A3;
}

.btn-orange,
.btn-orange:focus {
	background-color: #f8b037;
	color: #fff;
	border: 2px solid #f8b037;
	border-radius: 8px;
	transition: all .3s;
}

.btn-orange:hover {
	background-color: #0000;
	color: #f8b037;
}

.btn-orange.blog-interno {
	color: #093A64 !important;
	border-radius: 0 8px 8px 0 !important;
}

.btn-orange.blog-interno:hover {
	color: #f8b037 !important;
}

/*
* Backgrounds
*/

.bg-orange {
	background-color: #F8B037;
}

.bg-gray {
	background-color: #F0F0F0;
}

.bg-blue {
	background-color: #093A64;
}

/*
* Others
*/

.border-c-radius {
	border-radius: 8px !important;
}

input.border-c-radius.blog-interno {
	border-radius: 8px 0 0 8px !important;
	border: none;
}

/*
* Header
*/

#header .header-body {
	background-color: #093A64 !important;
	box-shadow: none !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-color: #fff !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
	background-color: #fff !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
	display: none;
}

/*
* Institucional - inicio
*/

@media(min-width: 991px) {
	.bg-image-insti-ini:before {
		content: '';
		background-image: var(--bg-image);
		background-position: center left;
		background-repeat: no-repeat;
		position: absolute;
		top: 50px;
		left: 0;
		height: calc(100% - 100px);
		width: 50%;
		background-size: contain;
	}

	.bg-blue-orange:before {
		content: '';
		position: absolute;
		background-color: #093A64;
		width: 60%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.bg-blue-orange:after {
		content: '';
		position: absolute;
		background-color: #F8B037;
		width: 40%;
		height: 100%;
		top: 0;
		right: 0;
	}
}

.before-bottom-0.bg-image-insti-ini:before {
	bottom: 0 !important;
	top: auto !important;
}

/*
* Serviços
*/

.card-eixos {
	position: relative;
	border-radius: 20px;
}

.btn-plus-eixo {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: calc(50% - 15px);
	background-color: #093A64;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

.bg-image-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100px;
	background-image: var(--bg-image);
	background-size: contain;
	height: 100%;
	width: 200px;
	display: block;
	background-repeat: no-repeat;
}

.banner-servicos {
	background-image: var(--bg-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

#beneficios .card-topo,
#servicos .card-topo {
	background-color: #F8B037;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

#beneficios .card-texto,
#servicos .card-texto {
	background-color: #F5F5F5;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

/*
* Vagas
*/

#buscar-vagas .form-control {
	border-radius: 10px;
}

#buscar-vagas .form-control:not(button) {
	border-color: #fff;
}

#buscar-vagas .row {
	background-color: #F8B037;
	border-radius: 25px;
}

#listagem-vagas .container-vagas {
	border: 1px solid #C8C8C8;
	background-color: #ffffff;
	border-radius: 25px;
}

#listagem-vagas .container-vagas:nth-child(even) {
	background-color: #F8F8F8;
}

@media(min-width: 991px) {
	#listagem-vagas .detalhes-vagas:not(.not) {
		height: 35px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		border-left: 1px solid #D6D6D6;
	}

	#listagem-vagas .detalhes-vagas.not {
		border-left: 1px solid #D6D6D6;
	}
}

@media(max-width: 990px) {
	
}

.rounded-lg {
	border-radius: 10px;
}

/*
* Custom checkbox
*/

.styled-input-single {
	position: relative;
	padding: 10px 0 10px 40px;
	text-align: left;
}

.styled-input-single label {
	cursor: pointer;
}
.styled-input-single label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: #f7f7f7;
	box-shadow: 0 0 1px grey;
}
.styled-input-single label:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%;
	left: 5px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	opacity: 0;
	background: #435769;
	transform: translate3d(-40px, 0, 0) scale(0.5);
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden;
}

.styled-input-single input[type="radio"]:checked + label:after,
.styled-input-single input[type="checkbox"]:checked + label:after {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.styled-input--square label:after {
	border-radius: 0;
}

.styled-input--rounded label:before {
	border-radius: 10px;
}

.styled-input--rounded label:after {
	border-radius: 6px;
}

/*
* Custom range
*/

.range-custom {
	-webkit-appearance: none;
	width: 100%;
	height: 4px;
	background: #093A64;
	outline: none;
	opacity: 1;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 200px;
}

.range-custom::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: #ffffff;
	border-radius: 100%;
	border: 2px solid #07213A;
	cursor: pointer;
}

.range-custom::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #ffffff;
	border-radius: 100%;
	cursor: pointer;
}

/*
* Custom file input
*/

.custom-file-input {
	height: 1px;
	width: 1px;
	opacity: 0;
	position: absolute;
}

.custom-file-label {
	height: 40px;
	width: 100%;
	background-color: #ffffff;
	color: #c7c7c7;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	cursor: pointer;
	position: relative;
}

.custom-file-label:before {
	background-color: #093A64;
	content: 'Anexar arquivo';
	display: flex;
	height: 40px;
	width: 142px;
	align-items: center;
	justify-content: center;
	color: #fff;
	right: 0px;
	position: absolute;
}

label.error {
	display: none !important;
}

/*
* Custom select
*/

select.custom-pointer {
	background-image: linear-gradient(45deg, #0000 50%, #182b4b  50%), linear-gradient(135deg, #182b4b  50%, #0000 50%), linear-gradient(to right, #0000  , #0000 ) !important;
	background-position: calc(100% - 18px) calc(1em + 4px), calc(100% - 13px) calc(1em + 4px), calc(100% - 2.4em) 0.3em !important;
	background-size: 5px 5px, 5px 5px, 1px 2.6em !important;
	background-repeat: no-repeat !important;
}

/*
* Parceiros
*/

#parceiros {
	background-color: #F5F5F5;
}

#parceiros img {
	width: 100%;
	max-height: 207px;
	object-fit: cover;
	object-position: 50% 50%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

#parceiros .rounded-bottom {
	border-bottom-left-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
}

/*
* Institucional
*/

.border-especialistas {
	border-radius: 100%;
	border: 10px solid #EEEEEE;
}

.owl-especialistas.owl-carousel .owl-nav {
	width: calc(100% - 23px);
}

.owl-especialistas.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] span {
	display: none;
}

.owl-especialistas.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: #093a64;
	border-color: #093a64;
	color: #FFF;
	border-radius: 100%;
}

.owl-especialistas.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, 
.owl-especialistas.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
	background-color: #0e538f;
	border-color: #0e538f;
	color: #FFF;
	border-radius: 100%;
}

/*
* Footer
*/

footer#footer {
	background-color: #093A64;
	border-color: #093A64;
}

/*
* Blog
*/

.owl-blog.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] span {
	display: none;
}

.owl-blog.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color: transparent !important;
	border: none !important;
}

.owl-blog.owl-carousel .owl-nav {
	width: calc(100% - 40px);
	left: 20px;
}

.owl-blog.owl-carousel .owl-nav button.owl-prev:before,
.owl-blog.owl-carousel .owl-nav button.owl-next:before {
	font-size: 40px;
	font-weight: 100;
}

.image-blog-shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: #0006;
	border-radius: 8px;
}

.titulo-blog-destaque {
	position: absolute;
	bottom: 45px;
	left: 60px;
	width: calc(100% - 120px);
}

.owl-blog.owl-carousel .owl-dots .owl-dot span {
	width: 75px;
	height: 4px;
	border-radius: 0;
	background: #ffffff87;
}

.owl-blog.owl-carousel .owl-dots .owl-dot.active span, 
.owl-blog.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #ffffff;
}

.owl-blog.owl-theme .owl-dots {
	text-align: left;
	transform: translate(56px, -55px);
}

.blog-link-hover,
.card-blog {
	transition: all .3s;
}

.card-blog:hover {
	transform: translateY(-10px);
}

.blog-link-hover:hover {
	transform: translateX(3px);
}

select {
	background-image: linear-gradient(45deg, #0000 50%, #093a64 50%), linear-gradient(135deg, #093a64 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;
}

.btn-paginacao {
	width: 40px;
	height: 35px;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #093a64;
	color: #093a64;
	margin: 0 5px;
	transition: all .3s;
}

.btn-paginacao:hover,
.btn-paginacao.active {
	background-color: #093a64;
	color: #ffffff;
}

/*
* Downloads
*/

.modal-downloads {
	background-color: #093a64;
}