body {
	padding-top: 53px;
	overflow-x: hidden;
}

.body-fixed-header {
	margin-top: 0px !important;
	padding-top: 0 !important;
	overflow-y: auto;
}

.font-igual {
	font-family: 'Poppins, Montserrat', sans-serif;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	letter-spacing: 1px;
}

.logo.floatleft {
	margin-top: -10px;
}

.header-style-one .logo a,
.header-style-one .logo a:hover,
.header-style-one .logo a:focus,
.header-style-one .logo a:active {
    opacity: 1 !important;
}

/* 
.mobile-not-supported {
	display: none;
}

.mobile-message {
	text-align: center;
	padding: 20px;
}

@media (max-width: 1210px) {
	.mobile-not-supported {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: white;
		z-index: 9999;
		text-align: center;
	}
	.desktop-only {display: none !important;}
}
*/

.table-margin {
	margin-top: -25px;
	margin-bottom: -10px;
}

.header-style-one {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.mainmenu ul  {
	margin-top: 0px;
}

.font-igual {
	font-family: 'Poppins, Montserrat', sans-serif;
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
	letter-spacing: 1px;
}


.fa-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
}

.fa-icon-lg {
	width: 20px;
	height: 20px;
}

.fa-icon-xl {
	width: 24px;
	height: 24px;
}





.alert-top {
	position: fixed;
	top: 105px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	width: auto;
	max-width: 70%;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.alert-dismissible .close:hover {
	opacity: 0.5;
}







/* Loading Progressivo - Mais Rápido e Inteligente */
#loading {
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	background: rgba(40, 143, 235, 0.20); 
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: pageTransition 0.4s ease-out forwards;
	pointer-events: none;
}

/* Spinner elegante - Duas linhas visíveis e separadas */
.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
}

/* Linha de loading externa */
.loading-spinner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid transparent;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* Linha de loading interna */
.loading-spinner::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
	border: 4px solid transparent;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-radius: 50%;
	animation: spinReverse 0.6s linear infinite;
}

@keyframes pageTransition {
	0% { opacity: 1; }
	70% { opacity: 0.3; }
	100% { opacity: 0; visibility: hidden; }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spinReverse {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}




#colorbox, #cboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox, #cboxContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#colorbox {
	outline: 0;
	height: 100vh !important;
}

#cboxContent {
	background: #000000;
	overflow: visible;
}

#cboxLoadedContent {
	margin: 0px;
	padding: 1px;
	border: 2px solid #3F4851;
}

#cboxLoadedContent, #cboxContent {
	height: 100% !important;
	max-height: 100vh !important;
}

.cboxIframe {
	height: 100% !important;
	min-height: 1000px !important;
}
