/*
* 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: 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;
}

.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: 18px;
	color: #fff !important;
}

.cd-primary-nav a:hover{
	color: var(--color-custom-secondary) !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: 18px;
		text-transform: uppercase;
	}
}

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

	.cd-primary-nav a {
		font-size: 28px;
	}
}

.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-secondary);
}

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

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

.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;
	}
}

/*
* Google
*/

.grecaptcha-badge {
	display: none;
}

/*
* 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;
}

/* 
* Custom
*/

.text-custom-color-tertiary {
	color: var(--color-custom-tertiary) !important;
}

.text-custom-color-secondary {
	color: var(--color-custom-secondary) !important;
}

.text-custom-color-primary {
	color: var(--color-custom-primary) !important;
}

.bg-custom-color-tertiary {
	background-color: var(--color-custom-tertiary) !important;
}

.bg-custom-color-secondary {
	background-color: var(--color-custom-secondary) !important;
}

.bg-custom-color-primary {
	background-color: var(--color-custom-primary) !important;
}

/*
* Scrollbar
*/

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

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

::-webkit-scrollbar-thumb {
	background: var(--color-custom-primary);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-custom-primary);
}

/*
* 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);
	}
}

/*
* Magnific Popup
*/

.dialog-termo .mfp-close {
	right: 40px;
	top: 38px;
}

.dialog.dialog-lg {
	max-width: 900px;
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 40px;
}

.dialog-termo::-webkit-scrollbar {
	width: 1em;
}

.dialog-termo::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dialog-termo::-webkit-scrollbar-thumb {
	background-color: #000;
	outline: 1px solid #000;
}

/*
* Geral
*/

a:hover {
	text-decoration: none !important; 
}

.shadow {
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
}

/*
* Custom - Images
*/

.img-resp-contain-500px {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
	height: 500px;
}

.img-resp-cover-500px {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 500px;
}

.img-resp-cover-100vh {
	object-fit: contain;
	object-position: 50% 100%;
	width: 100% !important;
	height: 100vh;
	background: #47008c;
}

.img-resp-contain-100vh {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
	height: 100vh;
}

/*
* Grow effect
*/

.grow {
	transition: all .2s ease-in-out;
}

.grow:hover {
	transform: scale(1.05);
}

@keyframes glowing-danger {
	from {
		background-color: #dc3545;
		color: white;
	}

	to {
		background-color: #fff;
		color: #dc3545;
	}
}

.glowing-danger {
	animation: glowing-danger 1s infinite !important;
}

/*
* Botões
*/

.btn {
	border-radius: 0px !important;
}

.btn.btn-custom-color-primary {
	background-color: var(--color-custom-primary);
	color: #fff;
	border: 2px solid var(--color-custom-primary);
}

.btn.btn-custom-color-primary:hover {
	background-color: #0000;
	color: var(--color-custom-primary);
	border: 2px solid var(--color-custom-primary);
}

.btn.btn-custom-color-secondary {
	background-color: var(--color-custom-secondary);
	color: #fff;
	border: 2px solid var(--color-custom-secondary);
}

.btn.btn-custom-color-secondary:hover {
	background-color: #0000;
	color: var(--color-custom-secondary);
	border: 2px solid var(--color-custom-secondary);
}

.btn.btn-custom-color-success {
	background-color: var(--color-custom-success);
	color: #fff;
	border: 2px solid var(--color-custom-success);
}

.btn.btn-custom-color-success:hover {
	background-color: #0000;
	color: var(--color-custom-success);
	border: 2px solid var(--color-custom-success);
}

.btn.btn-danger {
	background-color: #0000;
	color: #dc3545;
	border: 2px solid #dc3545;
}

.btn.btn-danger:hover {
	background-color: #dc3545;
	color: #fff;
	border-color: #dc3545;
}

.btn.btn-warning {
	background-color: #ffc107;
	color: #fff;
	border: 2px solid #ffc107;
}

.btn.btn-warning:hover {
	background-color: #0000;
	color: #ffc107;
	border: 2px solid #ffc107;
}

/*
* Formulário 
*/

label.error {
	color: #cc5965 !important;
	display: inline-block !important;
	right: 35px !important;
	position: absolute !important;
	top: 5px !important;
	left: auto !important;
	margin-bottom: 0 !important;
	z-index: 999;
}

.input-group-addon {
	background-color: #fff;
	border: 1px solid #E5E6E7;
	border-right: 0;
	border-radius: 0px !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-control {
	height: 36px !important;
	border-radius: 0px !important;
}

textarea.form-control {
	height: 250px !important;
	resize: none;
}

.btn-outline-secondary {
	color: var(--color-custom-primary);
	border-color: var(--color-custom-primary);
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: var(--color-custom-secondary);
	border-color: var(--color-custom-secondary);
}

/*
* Ação
*/

.bkg-btn {
	z-index: 999;
	background-color: #fff;
	position: fixed;
	bottom: 15px;
	right: 85px;
	margin: 0;
	padding: 8px;
	box-shadow: -2px 4px 10px #666;
	border: 1px solid #ddd;
	border-radius: 0px;
}

/*
* Colors
*/

.text-custom-color-primary {
	color: var(--color-custom-primary) !important;
}

.text-custom-color-secondary {
	color: var(--color-custom-secondary) !important;
}

.bg-color-purple {
	background: var(--color-custom-primary) !important;
	background-color: var(--color-custom-primary) !important;
}

.bg-color-green-light {
	background: var(--color-custom-secondary) !important;
	background-color: var(--color-custom-secondary) !important;
}

/*
* Borders
*/

.featured-boxes-modern-style-primary .featured-box {
	background: #fff;
}

/*
* Toast
*/

#toast-container > div {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	opacity: .9;
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
}

#toast-container > :hover {
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}

.toast-success,
.toast-error,
.toast-info,
.toast-warning {
	color: black !important;
	background-color: #ffffff;
	opacity: 1 !important;
	padding: 0 !important;
}

.toast.toast-success .toast-title {
	background: #2196F3;
	color: #fff;
}

.toast.toast-success .toast-close-button {
	color: #fff;
	opacity: 1;
}

.toast.toast-error .toast-title {
	background: #F44336;
	color: #fff;
}

.toast.toast-error .toast-close-button {
	color: #fff;
	opacity: 1;
}

.toast-top-full-width {
	margin-top: 20px;
}

.toast-bottom-full-width {
	margin-bottom: 20px;
}

.toast {
	z-index: 3000;
}

.toast.toast-bootstrap {
	background-color: white;
}

.toast.toast-bootstrap .toast-body {
	background-color: #fbfbfb;
	font-size: .775rem;
}

.toast-title {
	padding: 10px 10px;
	border-bottom: 1px solid #f3eaea;
	line-height: 15px;
	font-weight: bold;
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 15px;
}

.toast-close-button {
	position: relative;
	right: .5em;
	top: .1em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: alpha(Opacity=80);
	filter: alpha(opacity=80);
}

/*
* Header
*/

#mainNav li {
	height: 50px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 12px;
}

#mainNav li:hover {
	background: var(--color-custom-secondary);
}

#mainNav li:hover a {
	color: #fff !important;
}

#mainNav li.active, 
#mainNav li.active a {
	background: var(--color-custom-secondary) !important;
	color: #fff !important;
}

html.side-header #header.side-header .nav {
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: 1em;
	flex-direction: row;
	align-content: flex-start;
}

.subheader-container {
	background: #fff;
	width: 100% !important;
	position: fixed;
	height: 60px;
	z-index: 9;
	left: 0;
	max-width: 100%;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
}

.subheader-container .btn-menu {
	border: 0px;
	background-color: #fff;
}

.subheader-container .btn-logout {
	border: 0px;
	background-color: #fff;
}

.header-row-logo {
	margin-top: 61px;
	width: 100%;
	background: var(--color-custom-primary);
}

#header .header-logo img {
	max-height: 75px !important;
}

#header .header-nav.header-nav-links-side-header nav > ul > li > a {
	padding: 0px 0px !important;
	border-bottom: 0;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 12px;
	height: 100% !important;
	line-height: 28px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

#header span.d-inline-block {
	width: 25px;
	height: 25px;
	text-align: center;
}

#header .header-nav.header-nav-links-side-header nav > ul > li:hover {
	background: var(--color-custom-secondary) !important;
	color: var(--color-custom-primary) !important;
}

#header .header-nav.header-nav-links-side-header nav > ul > li:hover a {
	color: var(--color-custom-primary) !important;
}

html.side-header #header.side-header .header-nav-main nav > ul > li {
	margin-top: 0 !important;
	height: 56px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

html.side-header #header.side-header .header-nav-main nav > ul > li.active {
	border-left: 5px solid var(--color-custom-secondary);
	background: var(--color-custom-secondary);
}

html.side-header #header.side-header .header-nav-main nav > ul > li.active a {
	color: var(--color-custom-primary) !important;
}

#header .header-body {
	border-bottom: 0px !important;
}

#header .header-nav-main nav > ul > li {
	margin-left: 0px !important;
}

.page-header {
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
}

#header.header-mobile .header-body {
	background: var(--color-custom-primary);
}

#header.header-mobile .header-body img {
	width: 165px;
}

/*
* Navigations
*/

.page-header {
	background-color: #fff;
}

/*
* Main
*/

.main.main-drive,
.main.main-tickets {
	background: #f7f7f7!important;
	min-height: calc(100vh - 61px) !important;
	margin-top: 61px;
	padding-bottom: 90px !important;
}

@media (max-width: 991px) {
	.main.main-drive,
	.main.main-tickets {
		background: #f7f7f7!important;
		min-height: calc(100vh - 61px) !important;
		margin-top: 0px;
		padding-bottom: 90px !important;
	}
}

.main.main-login,
.main.main-apps {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

/*
* Select 
*/

select {
	padding: 0px 30px 0 30px !important;
	-webkit-padding-end: 35px !important;
	-webkit-padding-start: 10px !important;
	margin: 0 !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: linear-gradient(45deg, #0000 50%, #9da0a0 50%), linear-gradient(135deg, #9da0a0 50%, #0000 50%), linear-gradient(to right, #9da0a0 , #9da0a0) !important;
	background-position: calc(100% - 13px) calc(1em + 0px), calc(100% - 8px) calc(1em + 0px), calc(100% - 1.8em) 0.3em !important;
	background-size: 5px 5px, 5px 5px, 1px 1.6em !important;
	background-repeat: no-repeat !important;
}

/*
* dataTables
*/

table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: transparent;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
	display: none;
}

.dataTables_wrapper {
	padding: 0px;
}

.dataTables_length {
	float: left;
}

.dataTables_filter label {
	margin-right: 5px;
}

.html5buttons {
	float: right;
}

.html5buttons a {
	border: 1px solid #e7eaec;
	background: #fff;
	color: #676a6c;
	box-shadow: none;
	padding: 6px 8px;
	font-size: 12px;
}

.html5buttons a:hover,
.html5buttons a:focus:active {
	background-color: #eee;
	color: inherit;
	border-color: #d2d2d2;
}

div.dt-button-info {
	z-index: 100;
}

@media (max-width: 768px) {
	.html5buttons {
		float: none;
		margin-top: 10px;
	}

	.dataTables_length {
		float: none;
	}
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-top: 0px;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: middle;
	color: #5e5e5e;
}

.table>:not(caption)>*>* {
	border-bottom-width: 0;
}

table.dataTable thead>tr>th.sorting_asc, 
table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, 
table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, 
table.dataTable thead>tr>td.sorting {
	padding: 8px;
}

/*
* Paginação
*/

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	border-color: var(--color-custom-primary);
	cursor: default;
	z-index: 2;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus, 
.pagination .page-item.active .page-link {
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary);
}

.pagination > li > a,
.pagination > li > span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: inherit;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 11.35px;
	position: relative;
	text-decoration: none;
	margin: 5px;
	border-radius: 0px !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.dataTables_paginate ul.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-item.active .page-link {
	background-color: var(--color-custom-primary);
	border-color: var(--color-custom-primary);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.page-link:focus {
	box-shadow: none;
}

.page-link:hover {
	color: #676a6c;
}

.pagination .footable-page.active a {
	background-color: var(--color-custom-primary);
	border-color: var(--color-custom-primary);
	color: white;
}

/*
* Limitação de caracteres
*/

.limit-chars-3-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*
* iBox
*/

.ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 0px;
	color: inherit;
	margin-bottom: 0px;
	padding: 15px 15px 10px 15px;
	min-height: 48px;
	position: relative;
	clear: both;
}

.ibox-content {
	background-color: #ffffff;
	color: inherit;
	padding: 20px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
	border-radius: 0px;
}

.ibox-footer {
	color: inherit;
	border-top: 1px solid #e7eaec;
	font-size: 90%;
	background: #ffffff;
	padding: 10px 15px;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.ibox {
	box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
}

/*
* Forms
*/

.form-control-sm {
	border-radius: 0px !important;
}

/*
* Footer
*/

#footer {
	background: var(--color-custom-primary);
	border-top: 4px solid var(--color-custom-secondary);
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: var(--color-custom-secondary);
	border-top: 1px solid var(--color-custom-secondary);
}

/*
* Progress Bar
*/

html .progress-bar-primary {
	background-color: var(--color-custom-primary);
	border-radius: 0px;
}

.progress {
	border-radius: 0;
	height: 20px;
	background: #FAFAFA;
	overflow: visible;
}

.progress-bar-tooltip {
	background-color: var(--color-custom-secondary);
	border-radius: 0;
	color: #fff;
}

.progress-bar-tooltip:after {
	border-color: var(--color-custom-secondary) #0000;
}

/*
* Labels
*/

.label.label-null {
	background-color: #6c757d;
	color: #ffffff;
}

/*
* Tabs
*/

.tab-content {
	border-radius: 0;
}

.nav.nav-tabs a.nav-link.active {
	border-top-color: var(--color-custom-primary) !important;
	color: var(--color-custom-primary) !important;
	border-radius: 0 !important;
}

.nav.nav-tabs a.nav-link {
	color: var(--color-custom-primary) !important;
}

.nav.nav-tabs a.nav-link:hover {
	border-top-color: var(--color-custom-primary) !important;
}

/*
* Badge
*/

.badge {
	font-weight: 600;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 11px;
	font-size: 10px;
}

.badge-purple {
	background-color: var(--color-custom-primary) !important;
	color: #ffffff !important;
}

/*
* Span
*/

span.span-date-times {
	width: 100%; 
	table-layout: fixed; 
	border-collapse: collapse; 
	text-align: center;
}

/*
* Cols
*/

div.col-date-times {
	width: 100%; 
	display: inherit; 
	border-collapse: collapse;
}

/*
* Borders
*/

.b-r {
	border-right: 1px solid #e7eaec;
}

.b-l {
	border-left: 1px solid #e7eaec;
}

.b-t {
	border-top: 1px solid #e7eaec;
}

.b-b {
	border-bottom: 1px solid #e7eaec;
}

/*
* 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;
}

/*
* Modal
*/

.modal {
	background: #000000b8;
}

.modal-backdrop {
	z-index: 9002;
}

.modal-backdrop.fade.show {
	display: none;
}

/*
* Áudios
*/

audio::-webkit-media-controls-enclosure {
	border-radius: 0px !important;
}

/*
* Loading Percentage
*/

.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .loading-overlay-background-layer {
	background: var(--color-custom-primary) !important;
}

.loading-overlay.loading-overlay-percentage .page-loader-progress-wrapper {
	color: var(--color-custom-secondary) !important;
}

html .option_plus_new{
	display: flex;
	width: 48px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	justify-content: center;
	align-items: center;
}

html .option_plus_new .dropdown-toggle::before{
	display: none;
}

html .option_plus_new button {
	color: #fff;
	background-color: #22efab;
	border-color: #22efab;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.5px;
}

html .option_plus_new button:focus,
html .option_plus_new button:active,
html .option_plus_new button:hover {
	background-color: var(--color-custom-primary);
	border-color: var(--color-custom-primary);
}

html .option_plus_new .dropdown-menu .li_buton {
	width: calc(100% / 2 );
	float: left;
}

html .option_plus_new ul{
	width: 500px !important;
	padding: 0px 0 !important;
	border: none !important;
}

html .option_plus_new ul .li_buton .li_buton_a:hover {
	color: #FFF !important;
	border: 1px solid var(--color-custom-primary) !important;
	background-color: var(--color-custom-primary) !important;
}

html .option_plus_new ul .li_buton .li_buton_a:hover i  {
	color: var(--color-custom-primary) !important;
	border: 1px solid #FFF !important;
	background-color: #FFF !important;
}

html .option_plus_new ul .li_buton .li_buton_a  {
	line-height: 1.42857143 !important;
	width: 100% !important;
	clear: both !important;
	font-weight: 600 !important;
	color: var(--color-custom-primary) !important;
	white-space: nowrap !important;
	background-color: transparent !important;
	border: 1px solid #DFDFDF !important;
	float: left !important;
	height: 50px !important;
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	text-align: left !important;
	cursor: pointer;
	padding: 5px 10px !important;
}

html .option_plus_new ul .li_buton .li_buton_a i {
	color: var(--color-custom-primary) !important;
	border: solid 1px var(--color-custom-primary) !important;
	margin-right: 5px;
	font-size: 15px;
	margin-left: 0;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #FFF;
	border-radius: 100px;
	display: flex;
}

/*
* Fancybox
*/

.fancybox__thumbs {
	background-color: #fff !important;
}

.fancybox__thumb {
	border-radius: 0px !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-radius: 0px !important;
	border: 5px solid var(--color-custom-secondary) !important;
}

/*
* Manutenção
*/

.main-manutencao {
  width: 100% !important;
  height: 100vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
}