
/*
* Cursor
*/

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-not-allowed {
	cursor: not-allowed !important;
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: #ebebeb;
}

::-webkit-scrollbar-thumb {
	background: #000000;
}

::-webkit-scrollbar-thumb:hover {
	background: #000000;
}

/*
* Loading 
*/

.loading-overlay {
	background-color: var(--color-custom-primary);
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	background-color: var(--color-custom-secondary);
}

/*
* Maps
*/

.maps {
	min-height: 450px;
}

/*
* Google
*/

.grecaptcha-badge {
	display: none;
}

/*
* Scroll to top
*/

html .scroll-to-top {
	display: none;
	border-radius: 0;
	bottom: 15px;
	padding: 22px 10px 32px;
	right: 23px;
	line-height: 12px;
	box-shadow: -2px 4px 10px #666;
	border: 2px solid #404040 !important;
	opacity: 1 !important;
}

html .scroll-to-top:hover {
	border: 2px solid #404040;
	color: #404040;
	background: #fff;
}

/*
* Custom background with gradient
*/

.bgGradient {
	background: linear-gradient(90deg, #001c2e 0%, #001c2e 25%, #001c2e 50%, #001c2e 75%, #001c2e 100%);
	background-size: 400% 400%;
	animation: bgAnimated 10s infinite linear;
}

@keyframes bgAnimated {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/*
* Titles
*/

.custom-title-icon {
	font-size: 62px;
}

/*
* MFP
*/

.mfp-iframe-scaler iframe {
	border-radius: 8px !important;
}

/*
* Effects
*/

.box-shadow {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

/* ---------------------------------------------------------------------------------------------] */
/*  -------------------------------------------------------------------------------------[ LGPD ] */
/* ---------------------------------------------------------------------------------------------] */

/*
* Cookies
*/

.container-cookie {
	justify-content: center !important;
	align-items: center !important;
}

.row-cookie {
	border-radius: 8px !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
	position: fixed !important;
	bottom: 10px !important;
	background: var(--color-custom-white) !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: 1024px !important;
	border: 5px solid var(--color-custom-primary) !important;
	z-index: 99999 !important;
}

.row-cookie {
	padding: 20px !important;
}

.row-cookie.desktop .col-cookie p {
	margin-bottom: 0 !important;
	line-height: 16px !important;
	color: var(--color-custom-primary) !important;
}

.row-cookie.desktop .col-cookie a {
	color: var(--color-custom-primary) !important;
}

.btn-cookie {
	font-size: 14px !important;
	border-radius: 8px !important;
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary) !important;
	color: var(--color-custom-white) !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 8px !important;
}

.btn-cookie:hover {
	background-color: var(--color-custom-white) !important;
	border-color: var(--color-custom-secondary) !important;
	color: var(--color-custom-secondary) !important;
}

div#popup-termos {
	max-height: 450px;
	top: -35px;
	overflow: auto;
	border-radius: 8px !important;
}

/* ---------------------------------------------------------------------------------------------] */
/*  ---------------------------------------------------------------------------------[ WHATSAPP ] */
/* ---------------------------------------------------------------------------------------------] */

/*
* Whats App - 01
*/

.drop-whatsapp .dropdown-menu {
	margin-right: 25px !important;
	margin-bottom: 25px !important;
}

.btn-whatsapp.dropdown-item {
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	padding: 15px 15px;
	box-shadow: 0px 0px 5px rgb(234 234 234 / 50%);
}

.drop-whatsapp.dropstart .dropdown-toggle::before {
	display: none;
}

.drop-whatsapp .dropdown-menu.show {
	background: transparent;
	border: 0px;
}

.drop-whatsapp li {
	background: white;
	margin: 10px 0px;
	border-radius: 5px;
	padding: 0;
}

button.btn-whatsapp {
	position: fixed;
	right: 5%;
	background-color: #25d366;
	display: inline-block;
	padding: 0px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	line-height: 21px;
	height: 80px;
	width: 80px;
	color: var(--color-custom-white) !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 38px;
	bottom: 5%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	border: 2px solid #25d366;
}

button.btn-whatsapp:hover {
	background-color: var(--color-custom-white);
	color: #25d366 !important;
	border: 2px solid #25d366;
}

button.btn-whatsapp svg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	padding: 5px;
}

/*
* Whats App - 02
*/

a.btn-whatsapp-one {
	position: fixed;
	right: 5%;
	background-color: #25D366;
	display: inline-block;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	line-height: 21px;
	height: 80px;
	width: 80px;
	color: #fff !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 38px;
	bottom: 5%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
}

a.btn-whatsapp-one:hover {
	background-color: #fff;
	color: #25D366 !important;
	border: 2px solid #25D366;
}

a.btn-whatsapp-one svg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	padding: 5px;
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 #25D366cc;
		box-shadow: 0 0 0 0 #25D366cc;
	}

	70% {
		-moz-box-shadow: 0 0 0 20px #07dbd700;
		box-shadow: 0 0 0 20px #07dbd700;
	}

	100% {
		-moz-box-shadow: 0 0 0 0 #07dbd700;
		box-shadow: 0 0 0 0 #07dbd700;
	}
}

@media(max-width: 991px) {
	a.btn-whatsapp-one {
		height: 60px;
		width: 60px;
		font-size: 30px;
	}
}

/*
* Elemento flutuante
*/

.elemento-flutuante {
	position: fixed;
	bottom: 40px;
	right: 40px;
	overflow: hidden !important;
	z-index: 99999 !important;
}

.whats-icon {
	background-color: #4fcc5c !important;
	padding: 15px;
	border-radius: 5px;
}

.elemento-flutuante .container-itens {
	position: relative;
	max-height: 0 !important;
	z-index: 80 !important;
	background-color: #e1e0e0c7;
	border-radius: 5px;
	bottom: -5px;
	transition: all .1s;
}

.elemento-flutuante:hover .container-itens {
	max-height: 700px !important;
	transition: all .5s;
}

.elemento-flutuante .whats-icon {
	z-index: 9999 !important;
	position: relative;
}

.btn-custom-whatsapp {
	background-color: #fff !important;
	color: #5bcf67 !important;
	margin: 10px 10px 0 10px;
	border-radius: 5px;
	transition: all .5s;
}

.input-group.btn-custom-whatsapp {
	width: auto !important;
}

.input-group.btn-custom-whatsapp a{
	color: #5bcf67 !important;
}

.input-group.btn-custom-whatsapp .input-group-append {
	pointer-events: none !important;
}

.btn-custom-whatsapp:nth-last-child(1) {
	margin-bottom: 15px;
}

.btn-custom-whatsapp:hover {
	background-color: #dcdcdc !important;
}

.placeholder-black::-webkit-input-placeholder {
	color: #000 !important;
}

.placeholder-black:-ms-input-placeholder {
	color: #000 !important;
}

.placeholder-black::placeholder {
	color: #000 !important;
}

/* ---------------------------------------------------------------------------------------------] */
/*  ----------------------------------------------------------------------------------[ PLUGINS ] */
/* ---------------------------------------------------------------------------------------------] */

/*
* PLUGINS ::: Swal
*/

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow: hidden;
	height: 100% !important;
}

body.swal2-height-auto {
	height: 100% !important;
}

.swal2-container {
	padding: 0px !important;
}

html.mobile .swal2-popup {
	width: 100% !important;
	margin: 25px !important;
}

.swal2-popup {
	margin: 20px !important;
	width: calc(50% - 0px) !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.swal2-actions {
	display: flex !important;
	z-index: 1 !important;
	flex-wrap: initial !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

.swal2-html-container {
	font-size: 18px;
	line-height: 20px;
	color: var(--color-custom-dark);
}

#swal2-content.swal2-html-container h1 {
	font-weight: bold;
	font-size: 38px !important;
	color: var(--color-custom-primary);
}

.swal2-confirm,
.swal2-cancel {
	border-radius: 4px !important;
	background: initial !important;
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary) var(--color-custom-primary) var(--color-custom-primary) var(--color-custom-primary) !important;
	color: var(--color-custom-white) !important;
	border: 1px solid var(--color-custom-primary) !important;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 275px;
	line-height: 16px;
	font-size: 14px !important;
}

.swal2-confirm:hover,
.swal2-cancel:hover {
	border: 1px solid var(--color-custom-primary) !important;
	background: var(--color-custom-white) !important;
	color: var(--color-custom-primary) !important;
}

.swal2-confirm i.fas.fa-angle-right,
.swal2-cancel i.fas.fa-angle-right {
	color: var(--color-custom-white) !important;
	margin-left: 6px;
}

.swal2-confirm:hover i.fas.fa-angle-right,
.swal2-cancel:hover i.fas.fa-angle-right {
	color: var(--color-custom-primary) !important;
}

.swal2-container.swal2-backdrop-show {
	background: var(--color-custom-dark);
	z-index: 99999;
}

.swal2-icon.swal2-error {
	border-color: var(--color-custom-primary);
	color: var(--color-custom-primary);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-title {
	font-size: 72px !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid var(--color-custom-primary);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: var(--color-custom-primary);
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: none;
}

.swal2-icon {
	width: 3em;
	height: 3em;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.9em;
	left: .475em;
	width: 1.2em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 1.6em;
	right: 2em;
	width: 1.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.swal2-html-container i.fas.fa-angle-right {
	font-size: 82px;
	margin: 15px;
	color: var(--color-custom-primary);
}

.swal2-html-container h1 {
	margin: 0px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* ---------------------------------------------------------------------------------------------] */
/*  -----------------------------------------------------------------------------------[ HEADER ] */
/* ---------------------------------------------------------------------------------------------] */

/* 
* Menu mobile
*/

.cd-nav-text {
	margin-left: 75px;
	line-height: 15px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	text-align: end;
}

.menu-overlay-with-animation-2 ::after,
.menu-overlay-with-animation-2 ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after,
.menu-overlay-with-animation-2 ::before {
	content: '';
}

.cd-logo,
.cd-nav-trigger {
	position: relative;
	display: inline-block;
}

.cd-logo {
	top: 28px;
	left: 5%;

}

.cd-logo img {
	display: block;
}

.sticky-header-active .cd-nav-trigger {
	height: 71px;
	width: 71px;
	top: 0px;
}

.sticky-header-active #header .header-body {
	background: #14487A;
}

.sticky-header-active .cd-nav-text {
	margin-left: 75px;
	line-height: 15px;
	color: var(--color-custom-white);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -56px;
	text-align: end;
}

.cd-nav-trigger {
	top: 0px;
	right: 0;
	height: 14px;
	width: 70px;
	z-index: 5;
	text-indent: 100%;
	white-space: nowrap;
	transition: 0.3s;
	cursor: pointer;
}

.cd-nav-trigger .cd-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	background-color: var(--color-custom-white);
	z-index: 10;
	height: 3px;
	width: 50px;
}

.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-custom-white);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
	width: 50px;
	left: 0;
	top: -3px;
}

.cd-nav-trigger .cd-icon::after {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
	width: 50px;
	left: 0;
	top: 3px;
}

.cd-nav-trigger::before,
.cd-nav-trigger::after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}

.cd-nav-trigger::before {
	background-color: #0000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger::after {
	background-color: #d0ff0100;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
	background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
	background-color: #fff;
}

.cd-nav-trigger.close-nav .cd-icon::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: -3px;
	width: 35px;
	left: 0;
}

.cd-primary-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: var(--color-custom-primary);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	list-style: none;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
	margin: .8em 0;
	text-align: center;
	text-transform: capitalize;
	list-style-type: none !important;
	list-style: none !important;
}

.cd-primary-nav a {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	font-size: 28px;
	color: #fff !important;
}

.cd-primary-nav a {
	background: var(--color-custom-secondary);
	width: calc(100% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 15px;
	padding: 15px;
	border-radius: 8px;
}

.cd-primary-nav a:not(.accordion-topo):hover {
	color: #c2c2c2 !important;
	text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
	color: #ffffff;
}

.cd-primary-nav.fade-in {
	visibility: visible;
	opacity: 1;
}

.close-nav .cd-icon::after {
	width: 50px !important;
	top: 0 !important;
	left: 0 !important;
}

.close-nav .cd-icon::before {
	width: 50px !important;
	top: 0 !important;
	left: 0 !important;
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav li {
		margin: 2em 0;
	}

	.cd-primary-nav a {
		font-size: 28px;
		font-size: 1.75rem;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		margin: 2.6em 0;
	}

	.cd-primary-nav a {
		font-size: 32px;
		font-size: 2rem;
	}
}

.cd-overlay-nav,
.cd-overlay-content {
	position: fixed;
	top: 28px;
	right: 5%;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(-20px) translateY(20px);
	-moz-transform: translateX(-20px) translateY(20px);
	-ms-transform: translateX(-20px) translateY(20px);
	-o-transform: translateX(-20px) translateY(20px);
	transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span,
.cd-overlay-content span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
	z-index: 2;
}

.cd-overlay-nav span {
	background-color: var(--color-custom-white);
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: var(--color-custom-white);
}

.cd-content {
	padding: 80px 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
}

.cd-content .cd-intro {
	height: 200px;
	padding-top: 4.6em;
}

.cd-content h1 {
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
}

.cd-content p {
	line-height: 1.5;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}

	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

/*
* Header
*/

#header .bg-header-1:before {
	content: '';
    background-color: #ffffff;
    position: absolute;
    height: 100%;
    width: calc(100% + 1000px);
    top: 0;
    left: calc(-100% - 1000px);
}

#header .bg-header-1:after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	height: 100%;
	width: calc(100% + 1000px);
	top: 0;
	right: calc(-100% - 1000px);
}

#header .header-body {
	background-color: #000000 !important;
}

#header .header-body.custom-header-color {
	background-color: var(--color) !important;
}

#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, 
#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
	display: none !important;
}

.sticky-header-active #header .header-body,
#header.sticky-header-active .header-body {
	background-color: #000000 !important;
	box-shadow: none !important;
	border: none !important;
}

.sticky-header-active #header .header-body.custom-header-color,
#header.sticky-header-active .header-body.custom-header-color {
	background-color: var(--color) !important;
	box-shadow: none !important;
	border: none !important;
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
	border-bottom: 1px solid #ffffff38 !important;
}

#header .header-column {
	flex-grow: initial !important;
}

#header .header-nav-main nav>ul>li>a {
	text-transform: initial;
	font-size: 16px !important;
}

#header .btn-green {
    font-size: 16px !important;
}

#header .container-btn-consultor {
	width: 215px !important;
	flex: 1 0 215px !important;
}

/* MENU DROPDOWN */

#header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
	background: #ffffff !important;
	top: 100%;
    left: calc(50% - 112.5px);
	width: 225px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	border-bottom-color: #dcdcdc !important;
	background: #ffffff !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
	background: #e4e4e4 !important;
}

/* MENU DROPDOWN */

.header-custom-transparent {
	height: 0 !important;
}

.header-custom-transparent:not(.sticky-header-active) > div {
	background-color: transparent !important;
}

@media(min-width: 550px) {
	.side-panel-wrapper.conteudo {
		width: 450px !important;
	}
}

.hamburguer-btn .close {
	opacity: 1;
}

.hamburguer-btn .close span {
	width: 23px;
	background: #000 !important;
}

.btn-hamburguer {
	background: #4cf847 !important;
	padding: 14px 0px;
	border-radius: 10px;
	cursor: pointer;
}

.btn-hamburguer div {
	width: 30px;
	height: 3px;
    border-radius: 10px;
	background-color: #000000;
	margin: 5px;
	transition: all .3s;
}

.btn-hamburguer.active div:nth-child(1) {
	transform: rotate(-45deg) translate(-6px, 6px);
}

.btn-hamburguer.active div:nth-child(2) {
	transform: rotate(-45deg) translate(1px, 0px);
}

.btn-hamburguer.active div:nth-child(3) {
	transform: rotate(45deg) translate(-6px, -7px);
}

.btn-hamburguer.footer div {
	background-color: #fff !important;
}

@media(max-width: 1400px) {

	.btn-menu,
	.btn-hamburguer.header {
		height: 50px;
		width: 50px;
		background-color: #00ace5;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.btn-hamburguer div {
		margin: 2px;
	}
}

.link-hover {
	position: relative !important;
}

.link-hover::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000000;
	bottom: -2px;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}

.link-hover:hover::before,
.dropdown:hover .link-hover::before {
	transform-origin: left;
	transform: scaleX(1);
}

.link-hover.white::before {
	background-color: #ffffff;
}

.link-hover.green::before {
	background-color: #0b2f35;
}

.link-hover.blue::before {
	background-color: #084780;
}

.social-topo,
.social-topo:focus {
	background-color: #288fde !important;
    border: 2px solid #288fde !important;
    color: #ffffff !important;
	width: 35px;
    height: 35px;
    margin: 5px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.social-topo:hover {
	background-color: transparent !important;
	color: #288fde !important;
}

.busca-header {

	box-shadow: 5px 5px 5px #00000038;
    border-radius: 100px;

	input {
		border: none;
		border-radius: 100px 0 0 100px;
		padding-left: 10px;
		height: 30px;
		outline: none;
		margin-right: -4px;
	}

	button {
		border: none;
        border-radius: 0 100px 100px 0;
        background-color: #5cb8f7;
        color: #fff;
        height: 30px;
        width: 35px;
        padding-right: 9px;
        cursor: pointer;
	}
}

.busca-header.mobile {
	box-shadow: none;
	background: #ffffff;
	border-radius: 0;
	position: relative;
	max-height: 0px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
	transition: all .3s;

	input {
		height: 40px;
		width: calc(100% - 70px);
		box-shadow: 5px 5px 5px #00000038;
	}

	button {
		height: 40px;
		width: 40px;
		box-shadow: 5px 5px 5px #00000038;
	}

	.toggle-search.close {
		position: absolute;
        top: 3px;
        right: 20px;
        font-size: 20px;
        font-family: 'dinpro-bold';
	}
}

.busca-header.mobile.active {
	max-height: 110px;
}

/*
* Custom loader
*/

.lds-roller {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999999999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000a1;
}
.lds-roller:not(.show) {
	display: none;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*
* Social
*/

.social {
	height: 43px;
	width: 43px;
	background-color: #ffed00 !important;
	border: 2px solid #ffed00 !important;
	color: #2e3d86 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	margin: 0 5px;
	font-size: 1.50em;
	text-decoration: none !important;
	transition: all .3s;
}

.social:hover {
	background-color: transparent !important;
	color: #ffed00 !important;
}

.social-rodape,
.social-rodape:focus {
	width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #000000 !important;
	transition: all .3s;
}

.social-rodape:hover {
	background-color: transparent !important;
	color: #ffffff !important;
}

/*
* Text colors
*/

.text-color-green {
	color: #48e943 !important;
}

.text-color-yellow {
	color: #ffbf00 !important;
}

.text-light-gray {
	color: #c6c6c6 !important;
}

.text-titulo {
	background-color: #805a3f;
	background-image: var(--bg);
	background-size: contain;
	background-clip: text;
    -webkit-background-clip: text;
	color: transparent;
}

/*
* Background
*/

.bg-orange {
	background-color: #fc820e !important;
}

.bg-green {
	background-color: #4cf847 !important;
}

.bg-light-gray {
	background-color: #f6f6f6 !important;
}

.bg-gray {
	background-color: #e9e9e9 !important;
}

.bg-dark-gray {
	background-color: #999999 !important;
}

.bg-parallax {
	background-image: var(--img);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.bg-parallax:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000078;
}

.bg-image {
	background-image: var(--img);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-custom {
	background-color: var(--color) !important;
}

.bg-custom-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-custom-right {
	position: absolute;
    top: 0;
    right: -185px;
    height: 100%;
    padding-top: 15%;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-custom-right.contato {
	right: -70px;
	padding-top: 0;
}

@media(max-width: 991px) {
	.bg-custom-left,
	.bg-custom-right {
		display: none;
	}
}

/*
* Buttons
*/

.btn-custom-owl {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-transparent-white,
.btn-transparent-white:focus {
	background-color: transparent !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	transition: all .3s;
}

.btn-transparent-white:hover {
	background-color: #ffffff !important;
	color: #222222 !important;
}

.btn-green,
.btn-green:focus {
	background-color: #4cf847 !important;
	color: #000000 !important;
	border: 1px solid #4cf847 !important;
	transition: all .3s;
}

.btn-green.white,
.btn-green.white:focus {
	color: #fff !important;
}

.btn-green:not(.hover-2):hover {
	background-color: transparent !important;
	color: #4cf847 !important;
}

.btn-green.hover-2:hover {
	background-color: #3ecf39 !important;
	border-color: #3ecf39 !important;
}

.btn-black,
.btn-black:focus {
	background-color: #000000 !important;
	color: #ffffff !important;
	border: 1px solid #000000 !important;
	transition: all .3s;
}

.btn-black:disabled {
	background-color: #00000099 !important;
}

.btn-black:hover {
	background-color: transparent !important;
	color: #000000 !important;
}

.btn-red,
.btn-red:focus {
	background-color: #ff4000 !important;
	color: #ffffff !important;
	border: 1px solid #ff4000 !important;
	transition: all .3s;
}

.btn-red:hover {
	background-color: transparent !important;
	color: #ff4000 !important;
}

.btn-blue,
.btn-blue:focus {
	background-color: #0084ff !important;
	color: #ffffff !important;
	border: 1px solid #0084ff !important;
	transition: all .3s;
}

.btn-blue:hover {
	background-color: transparent !important;
	color: #0084ff !important;
}

/*
* Outros
*/

.custom-border-bottom {
	border-bottom: 1px solid #ffffff4f !important;
}

strong {
	font-weight: 600;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

hr.light {
	background-color: #4a4a4a !important;
}

.custom-shadow {
	box-shadow: 5px 5px 15px #0000004a;
}

.custom-shadow-2 {
	box-shadow: 5px 5px 8px #0000004a;
}

.custom-radius {
	border-radius: 30px !important;
	overflow: hidden !important;
}

.border-blue {
	border: 2px solid #1391e9;
}

.border-gray {
	border-color: #dddddd !important;
}

.line-green {
	width: 180px;
	height: 4px;
	background: #4cf847;
}

/*
* Inicial
*/

.card-itens-inicial > div:nth-child(1) p {
	font-size: 8em !important;
}

.card-itens-inicial > div:nth-child(1) span {
	width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #4cf847;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 25px);
    left: 50%;

	img {
		max-width: 25px;
		max-height: 25px;
		width: auto !important;
		height: auto !important;
	}
}

.border-custom {
	background-image: var(--bg);
	height: 12px;
}

.marcas-patentes-inicial {
	height: 245px;
}

/*
* Cadastrar
*/

.container-arrow {
	width: 20%;
	padding: 0;
	z-index: var(--index);

	.arrow {
		width: 100%;
		height: 150px;
		background: var(--bg);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 2rem 0 3rem;
	}

	.arrow:after {
		content: '';
		position: absolute;
		top: 0;
		right: -20px;
		background: var(--bg);
		height: 100%;
		width: 20px;
		clip-path: polygon(0 1%, 0 100%, 100% 50%);
		z-index: 2;
	}
}

.container-arrow:nth-last-child(1) .arrow:after {
	background: transparent;
}

/*
* Cadastrar itens
*/

.custom-file-input-container {
	min-height: 39px;
    width: 100%;
    position: relative;
    border: 1px solid #000;
	padding: 2px 155px 2px 2px;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.custom-file-input-container > label {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #4cf847;
    color: #000;
    border-left: 1px solid #000;
	padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.container-append,
.hidden-input,
.custom-file-input-container input {
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-file-input-container > span {
    margin: 2px;
}

/*
* Marcas e patentes
*/

.card-imagens {
	height: 150px;

	& img {
		max-height: 100%;
	}
}

.img-galeria {
	height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--grey-100);

	& img {
		width: auto !important;
	}
}

.cur-pointer {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;

	& img {
		width: auto !important;
		max-width: 100% !important;
    	max-height: 100% !important;
	}
}

@media(max-width: 991px) {
	.img-galeria {
		height: 350px;
	}

	.cur-pointer {
		height: 70px;
	}
}

.thumb-gallery-detail.owl-carousel.owl-drag .owl-item {
	margin-left: 2px;
}

.thumb-gallery-detail.owl-carousel .owl-nav button.owl-next:before,
.thumb-gallery-detail.owl-carousel .owl-nav .owl-prev:before {
	font-size: 1.5rem !important;
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
	margin-left: 2px;
}

.accordion.accordion-saibamais.accordion-modern-status.accordion-modern-status-borders > .card .card-header a {
	background: #000 !important;
	padding-right: 65px !important;
}

.accordion.accordion-saibamais.accordion-modern-status.accordion-modern-status-borders > .card .card-header a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	background: #4cf847;
}

.accordion.accordion-saibamais.accordion-modern-status > .card .card-header a:after {
	right: 17px;
	color: #000 !important;
}

.accordion.accordion-saibamais.accordion-modern-status.accordion-modern-status-borders > .card {
	border: none !important;
	border-radius: 0 !important;
}

.accordion.accordion-listagem.accordion-modern-status.accordion-modern-status-borders > .card .card-header a {
	background: #000 !important;
}

@media(min-width: 991px) {
	.container-listagem-site > div:nth-child(1) {
		width: 295px !important;
	}

	.container-listagem-site > div:nth-child(2) {
		width: calc(100% - 295px) !important;
	}
}

.accordion.accordion-listagem.accordion-modern-status > .card .card-header a:after {
	right: 17px;
	color: #4cf847 !important;
}

.accordion.accordion-listagem.accordion-modern-status.accordion-modern-status-borders > .card {
	border: none !important;
	border-radius: 0 !important;
}

.irs-min, .irs-max,
.irs-from, .irs-to, .irs-single {
	display: none;
}

.irs--round .irs-line,
.irs--round .irs-bar {
	top: 20px;
	background-color: #000000;
}

.irs--round .irs-handle {
    top: 12px;
	width: 20px;
    height: 20px;
    border: 4px solid #000000;
    background-color: #000000;
}

.irs--round {
    height: 36px;
}

.btn-pesquisa {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.irs--round .irs-handle.state_hover, 
.irs--round .irs-handle:hover {
	background-color: #000;
}

.input-pesquisa {
	padding-right: 50px;
}

.btn-paginacao {
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 4px !important;
	color: #000000;
	text-decoration: none !important;
	padding: 0.2rem 0.75rem;
	margin: 0 .25rem;
	transition: all .3s;
}

.btn-paginacao:hover,
.btn-paginacao.ativo {
	background-color: #000000;
	border: 2px solid #000000;
	color: #ffffff;
}

.item-vendido {
	background-color: #ff4001;
    color: #fff;
    position: absolute;
    bottom: 12%;
    left: 28%;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    transform: rotate(325deg);
}

@media(max-width: 991px) {
	.item-vendido {
		left: 34%;
	}
}

/*
* Areas de membros
*/

.card-itens-minha-conta div {
	background: #fff;
	border: 1px solid #000;
	transition: all .3s;
}

.card-itens-minha-conta:hover div {
	background: #000;
}

.card-itens-minha-conta i,
.card-itens-minha-conta span {
	color: #000;
	transition: all .3s;
}

.card-itens-minha-conta:hover i,
.card-itens-minha-conta:hover span {
	color: #fff;
}

.container-navegacao > div {
	display: flex;
	align-items: center;
	padding: 15px 15px;
	border: 1px solid #000;
	background-color: #fff;
	border-bottom: 0;
	transition: all .3s;
}

.container-navegacao > div:hover {
	background-color: #000;
}

.container-navegacao > div:nth-last-child(1) {
	border-bottom: 1px solid #000;
}

.container-navegacao .texto {
	color: #000;
	padding-left: 10px;
	transition: all .3s;
}

.container-navegacao > div:hover .texto {
	color: #fff;
}

.container-navegacao i {
	background: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #000;
	transition: all .3s;
}

.container-navegacao > div:hover i {
	color: #fff;
	background: #000;
}

@media(min-width: 991px) {
	.container-tabela-custom > div:not(:nth-last-child(1)) {
		border-bottom: 0 !important;
	}

	.container-tabela-custom > div:nth-child(even) {
		background: #f7f7f7;
	}

	.container-tabela-custom > div:hover {
		background: #e9e9e9;
	}
}

.container-img-galeria {
	height: 100px;
	position: relative;
	background: #f5f5f5;
}

.container-img-galeria.arquivo {
	height: 150px;
}

.container-img-galeria img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.container-img-galeria .download {
	position: absolute;
    top: 0;
    left: 0;
    background: #00ace5;
	border: 1px solid #00ace5;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-img-galeria .remove-file {
	position: absolute;
	top: 0;
	right: 0;
	background: #ff4000;
	border: 1px solid #ff4000;
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-img-galeria input {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.input-deletar-conta.form-control.is-valid {
	padding-right: .75rem !important;
	background-image: none !important;
}

/*
* Objetivos
*/

.container-titulo-objetivos {
	padding: 50px 0;
}

.bg-objetivos {
	transform: skewY(-20deg);
	height: 390px;
	width: 70%;
	margin: 0 0 0 15%;
	background: #4af847;
	border-radius: 29px;
	position: relative;
	overflow: hidden;

	& p {
		transform: skewY(20deg);
        position: absolute;
        bottom: -30px;
        left: 70px;
        font-size: 12em !important;
	}
}

.titulo-objetivos {
	position: absolute;
    top: 25%;
    left: 0;
    width: 70%;
}

.linha-titulo:after {
	content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50%;
    height: 5px;
    background: #000;
}

.bg-objetivos-divisao {
	flex: 0 0 auto;
    width: 100%;
	height: 12px;
	background-image: var(--img);
	background-repeat: repeat-x;
}

@media(max-width: 991px) {
	.titulo-objetivos {
		width: 90%;
	}
}

/*
* Contato
*/

.form-control.gray {
	background-color: #eeeeee !important;
	border: 1px solid #eeeeee !important;
	color: #000000 !important;
}

.form-control.gray::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.form-control.gray:-ms-input-placeholder {
    color: #000000 !important;
}

.form-control.gray::-ms-input-placeholder {
    color: #000000 !important;
}

.custom-pointer {
	background-image: linear-gradient(45deg, #0000 50%, #000 50%), linear-gradient(135deg, #000 50%, #0000 50%), linear-gradient(to right, #0000 , #0000 ) !important;
	background-position: calc(100% - 18px) calc(1em + 3px), calc(100% - 13px) calc(1em + 3px), calc(100% - 2.4em) 0.3em !important;
	background-size: 5px 5px, 5px 5px, 1px 2.6em !important;
	background-repeat: no-repeat !important;
}

.select-pointer {
	position: relative;
}

.select-pointer:after {
	content: '\f078';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    font-size: 15px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    background-color: #000000;
    color: #4cf847;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}

.container-info-contato i {
	width: 35px;
}

.container-info-contato p,
.container-info-contato a {
    width: calc(100% - 35px);
}

@media(max-width: 991px) {
	.container-info-contato i,
	.container-info-contato p,
	.container-info-contato a {
		width: 100% !important;
		text-align: center;
	}
}

.mapa-contato {
	height: 350px;
	width: 100%;
}

.form-check.radio {
    padding-left: 2em;
}

.form-check-input.radio {
	border: 1px solid #000000 !important;
	width: 25px;
    height: 25px;
	margin-left: -2.5em !important;
	margin-top: 1em;
}

.form-check-input.radio:checked {
	background-color: #ffffff;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000000'/%3e%3c/svg%3e") !important;
	--bs-border-width: 0px !important;
}

.form-check.checkbox .form-check-input {
	width: 20px;
    height: 20px;
    border-radius: 0;
	margin-left: -2em;
	border: 1px solid #000000 !important;
}

.form-check.checkbox {
	padding-left: 2em;
}

.form-check.checkbox .form-check-input:focus {
    border-color: #000000;
    box-shadow: 0 0 0 .25rem #00000040;
}

.form-check.checkbox .form-check-input:checked {
    background-color: #000000;
    border-color: #000000
}

.custom-input-file {
	input {
		width: 0;
		height: 0;
		opacity: 0;
	}

	.fake-btn-input-file {
		background: transparent;
		color: #fff;
		border: 2px solid #ffffff;
		border-radius: 100px;
		transition: all .3s;
	}

	.fake-btn-input-file:hover {
		background-color: #ffffff;
		color: #1b87d2;
	}
}

/*
* Rodape
*/

#footer {
	background: #000000 !important;
}

#footer form {
	opacity: 1 !important;
}

/*
* Banner - video
*/

.titulo-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000004f;
}

.titulo-video h1 {
	text-shadow: 0px 0px 3px #626262;
}

@media(min-width: 576px) {
	.titulo-video {
		padding: 0 3rem;
	}
}

@media(min-width: 768px) {
	.titulo-video {
		padding: 0 10rem;
	}
}

@media(min-width: 991px) {
	.titulo-video {
		padding: 0 19rem;
	}
}

@media(min-width: 1200px) {
	.titulo-video {
		padding: 0 25rem;
	}
}

@media(min-width: 1400px) {
	.titulo-video {
		padding: 0 34rem;
	}
}