@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue/BebasNeue-Regular.ttf');
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}
@font-face {
	font-family: 'MontserratBlack';
	src: url('../fonts/Montserrat/Montserrat-Black.ttf');
}
@font-face {
	font-family: 'MontserratMedium';
	src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
}
@font-face {
	font-family: 'MontserratLight';
	src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}
@font-face {
	font-family: 'MontserratSemiBold';
	src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
}
@font-face {
	font-family: 'MontserratBold';
	src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Dosis';
	src: url('../fonts/Dosis/Dosis-Regular.ttf');
}
@font-face {
	font-family: 'DosisMedium';
	src: url('../fonts/Dosis/Dosis-Medium.ttf');
}
@font-face {
	font-family: 'DosisLight';
	src: url('../fonts/Dosis/Dosis-Light.ttf');
}
@font-face {
	font-family: 'DosisExtraLight';
	src: url('../fonts/Dosis/Dosis-ExtraLight.ttf');
}
@font-face {
	font-family: 'DosisSemiBold';
	src: url('../fonts/Dosis/Dosis-SemiBold.ttf');
}
@font-face {
	font-family: 'DosisBold';
	src: url('../fonts/Dosis/Dosis-Bold.ttf');
}
@font-face {
	font-family: 'DosisExtraBold';
	src: url('../fonts/Dosis/Dosis-ExtraBold.ttf');
}



@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'PoppinsBlack';
	src: url('../fonts/Poppins/Poppins-Black.ttf');
}
@font-face {
	font-family: 'PoppinsMedium';
	src: url('../fonts/Poppins/Poppins-Medium.ttf');
}
@font-face {
	font-family: 'PoppinsThin';
	src: url('../fonts/Poppins/Poppins-Thin.ttf');
}
@font-face {
	font-family: 'PoppinsLight';
	src: url('../fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
	font-family: 'PoppinsExtraLight';
	src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
}
@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
	font-family: 'PoppinsBold';
	src: url('../fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
	font-family: 'PoppinsExtraBold';
	src: url('../fonts/Poppins/Poppins-ExtraBold.ttf');
}



/* FONTES */


.BebasNeue {
	font-family: 'BebasNeue';
}
.Poppins {
	font-family: 'Poppins';
}
.PoppinsBlack {
	font-family: 'PoppinsBlack';
}
.PoppinsMedium {
	font-family: 'PoppinsMedium';
}
.PoppinsThin {
	font-family: 'PoppinsThin';
}
.PoppinsLight {
	font-family: 'PoppinsLight';
}
.PoppinsExtraLight {
	font-family: 'PoppinsExtraLight';
}
.PoppinsSemiBold {
	font-family: 'PoppinsSemiBold';
}
.PoppinsBold {
	font-family: 'PoppinsBold';
}
.PoppinsExtraBold {
	font-family: 'PoppinsExtraBold';
}


.Montserrat{
	font-family: 'Montserrat';
}
.MontserratBlack{
	font-family: 'MontserratBlack';
}
.MontserratMedium{
	font-family: 'MontserratMedium';
}
.MontserratLight{
	font-family: 'MontserratLight';
}
.MontserratSemiBold{
	font-family: 'MontserratSemiBold';
}

.MontserratBold{
	font-family: 'MontserratBold';
}


.Dosis {
	font-family: 'Dosis';
}
.DosisMedium {
	font-family: 'DosisMedium';
}
.DosisLight {
	font-family: 'DosisLight';
}
.DosisExtraLight {
	font-family: 'DosisExtraLight';
}
.DosisSemiBold {
	font-family: 'DosisSemiBold';
}
.DosisBold {
	font-family: 'DosisBold';
}
.DosisExtraBold {
	font-family: 'DosisExtraBold';
}


/****************************************/



/*** GERAL ***/

::-webkit-scrollbar {
	width: 10px;
}


::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
	border-radius: 30px;
}

::-webkit-scrollbar-thumb {
	background: #545454;
	border-radius: 30px;
}

.debug, .debug * {
	border: solid 1px red;
}
/***********************************************************************/

/* TITULOS  */


/************************************************************/

/* SUBTITULOS  */



/************************************************************/

/* OBJETOS */
.font0p5 {
	font-size: 0.5rem !important;
}
.font0p75 {
	font-size: 0.75rem !important;
}
.font0p9 {
	font-size: 0.9rem !important;
}
.font1 {
	font-size: 1rem !important;
}
.font1p2 {
	font-size: 1.2rem !important;
}
.font1p5 {
	font-size: 1.5rem !important;
}
.font2 {
	font-size: 2rem !important;
}
.font2p5 {
	font-size: 2.5rem !important;
}
.font3 {
	font-size: 3rem !important;
}
.font3p5 {
	font-size: 3.5rem !important;
}
.font4 {
	font-size: 4rem !important;
}
.font5 {
	font-size: 5rem !important;
}
.font6 {
	font-size: 6rem !important;
}
.font6p5 {
	font-size: 6.5rem !important;
}
.font7 {
	font-size: 7rem !important;
}

.redNumber {
	color: #500303 !important;
}

.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.cap {
	text-transform: capitalize;
}

.bgProgessLine {
	overflow: hidden;
	width: 100%;
	background-color: #EAEDF2;
}
.progressLine {
	width: 100%;
	height: 5px;
	background-color: #FFDC0D;
}

.bgProgessLineW {
	overflow: hidden;
	width: 100%;
	background-color: #FFDC0D;
}
.progressLineW {
	width: 100%;
	height: 5px;
	background-color: #FFFFFF;
}

.titleLine {
	width: 70px;
	height: 3px;
	background-color: #FFDC0D;
}

.titleLineW {
	width: 70px;
	height: 3px;
	background-color: #FFFFFF;
}
.titleLineWC {
	width: 70px;
	height: 3px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.letter-spacing {
	letter-spacing: 2px;
}

.destaque{
	color: #d9232d !important;
}
.image-flip {
	-webkit-transform: scaleX(-1) !important;
	transform: scaleX(-1) !important;
}

.ratio-16x9 {
	aspect-ratio: 16/9;
}

.navbar-nav > li > a {
	color: #000000 !important;
	font-family: LibreFranklinBold	;
	font-weight: 0;
	font-size: 0.7rem;
	margin-right: 22px;
	letter-spacing: 0.15rem;
}
.navbar-nav > li:hover >a, .navbar-nav > li.active >a{
	color: #ffe500 !important;
	text-shadow: 1px 1px 2px #000000;
}

.borderRed {
	border: solid 1px red;
}
.bolder {
	font-weight: bolder;
}
.border-text{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
}
.border-textW{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFFFFF;
}
.red {
	color: red !important;
}
.blue {
	color: #23589BFF !important;
}
.white { 
	color: #FFFFFF !important;
}
.black { 
	color: #000000 !important;
}
.grey {
	color: #565554 !important;
}
.green {
	color: green !important;
}
.purple {
	color: #612BF1 !important;
}
.dpurple {
	color: #5004B2 !important;
}
.yellow {
	color: #FFDC0D !important;
}
.text-shadow {
	text-shadow: 1px 1px 2px #000000;
}
.boxshadow {
	box-shadow: 2px 2px 5px #000000;
}
.insta {
	color: #9a8194;
}
.bg-opacity {
	background-color: rgba(255,255,255,0) !important;
}
.bgPurple{
	background-color: #6240FB;
}
.borderRight {
	border-right: dotted 4px #500303;
	border-right-width: 5px;
} 
.underline {
	text-decoration: underline;
}
.underlineY {
	text-decoration: underline;
	text-decoration-color: #FFDC0D;
}
.text-justify {
	text-align: justify;
}
.bgW { 
	background-color: #FFFFFF;
	color: #000000;
}
.bgB { 
	background-color: #000000;
}
.bgBo { 
	background-color: rgba(0,0,0,0.3);
}
.bgY {
	background-color: #FFDC0D;
}

.bgYO {
	background-color: rgba(255,220,13,0.3);
}
.nonedecor{
	list-style: none;
}
.bgG { 
	background-color: #565554;,
}
.bgGL { 
	background-color: #F2F6F9;,
}
.riscado{
	text-decoration: line-through;
}
.riscadoA{
	text-decoration: line-through;
	text-decoration-color: yellow;
}
.relative {
	position: relative;
}

.active {
	background-color: rgba(0, 0, 0, 0) !important;
}
.invert {
	filter: invert(100%);
}
.pointer {
	cursor: pointer;
}
.accordion-button:not(.collapsed) {
	background-color: #FFDC0D !important;
	font-family: 'PoppinsBold';
	transition: all .5s;
}
.zindex-100 {
	z-index: 100 !important;
}

.zindex-1 {
	z-index: -1 !important;
}
.w-12 {
	width: 12rem;
}





/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #FFFFFF;
}


.imgLoader {
	width: 50px;
	object-fit: contain;
	position: fixed;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	mix-blend-mode: multiply;
	animation: glowFade 1s ease-in-out infinite;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	border: 6px solid var(--bs-blue);
	border-top-color: #FFF;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes  glowFade {
	to {
		top: calc(50% - 10px);
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
		opacity: 0.1;
	}
	from {
		top: calc(50% - 25px);
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
		opacity: 1;
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*************************************************************************************/



.dt-input {
	height: 2.5rem;
	min-width: 5rem;
	padding: 1rem 1rem;
	margin-right: 0.5rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	color: #69707a;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #000;
	border-radius: 0.35rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dt-input:focus {
	color: #69707a;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
}
.dt-input::placeholder {
	color: #a7aeb8;
	opacity: 1;
}
table {
	box-shadow: 0px 0px 1px #555;
	padding: 1rem auto;
}

.select2bs4 {
	height: 4rem !important;
}



/*** FONTS RESPONSIVAS ****/
@media  (max-width: 990px) {
	
	.font1 {
		font-size: 0.75rem !important;
	}
	.font1p2 {
		font-size: 1rem !important;
	}
	.font1p5 {
		font-size: 1rem !important;
	}
	.font2 {
		font-size: 1.2rem !important;
	}
	.font2p5 {
		font-size: 1.75rem !important;
	}
	
	.font3 {
		font-size: 2rem !important;
	}
	.font4 {
		font-size: 3.5rem !important;
	}
	.font5 {
		font-size: 2.5rem !important;
	}
	.font6 {
		font-size: 3rem !important;
	}
	.font6p5 {
		font-size: 3.2rem !important;
	}
	.font7 {
		font-size: 3.5rem !important;
	}
}


@media (max-width: 500px ){
	
	.w-sm-100 {
	/*	border: 1px solid red;
		width: 100% !important;*/
	}
}

