
/****************************************/

/*** 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;
}
ul {
	list-style: none;
}
/***********************************************************************/

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

.font1p75 {
	font-size: 1.75rem !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: #FFE500 !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;
}
.text-shadow-1 {
	text-shadow: 1px 1px 5px #000000;
}
.text-shadow-2 {
	text-shadow: 1px 1px 10px #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;
}

.bgW { 
	background-color: #FFFFFF;
	color: #000000;
}
.bgB { 
	background-color: #000000;
}
.bgP { 
	background-color: #6127f1;
}
.bgBo { 
	background-color: rgba(0,0,0,0.3);
}
.bgY {
	background-color: #FFDC0D;
}

.bgYO {
	background-color: #FFDF58;
}
.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;
}
.ofh {
	display: inline-block;
	overflow: hidden;
}
.active {
	background-color: rgba(0, 0, 0, 0) !important;
}
.invert {
	filter: invert(100%);
}
.pointer {
	cursor: pointer;
}
.zindex-100 {
	z-index: 1000 !important;
}
.zindex-1000 {
	z-index: 2000 !important;
}

.listCircle {
	list-style-type: circle !important;
}

.zindex-1 {
	z-index: -1 !important;
}
.overflow-hidden {
	overflow: hidden;
}
.min-vh-75 {
	min-height: 75vh;
}
.min-vh-50 {
	min-height: 50vh !important;
}
.min-vh-25 {
	min-height: 25vh;
}

.linkNone {
	text-decoration: none !important;
}
.linkNone::hover {
	text-decoration: none !important;
}

.text-justify {
	text-align: justify !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;
	}
	.font3p5 {
		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 ){
	.font2p5 {
		font-size: 1.6rem !important;
	}
	
	
	.w-sm-100 {
	/*	border: 1px solid red;
		width: 100% !important;*/
	}
}

