@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: 'MontserratExtraBold';
	src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
}
@font-face {
	font-family: 'MontserratMediumItalic';
	src: url('../fonts/Montserrat/Montserrat-MediumItalic.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: 'PoppinsMediumItalic';
	src: url('../fonts/Poppins/Poppins-MediumItalic.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: 'PoppinsLightItalic';
	src: url('../fonts/Poppins/Poppins-LightItalic.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: 'PoppinsSemiBoldItalic';
	src: url('../fonts/Poppins/Poppins-SemiBoldItalic.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';
}
.PoppinsMediumItalic {
	font-family: 'PoppinsMediumItalic';
}
.PoppinsThin {
	font-family: 'PoppinsThin';
}
.PoppinsLight {
	font-family: 'PoppinsLight';
}
.PoppinsLightItalic {
	font-family: 'PoppinsLightItalic';
}
.PoppinsExtraLight {
	font-family: 'PoppinsExtraLight';
}
.PoppinsSemiBold {
	font-family: 'PoppinsSemiBold';
}
.PoppinsSemiBoldItalic {
	font-family: 'PoppinsSemiBoldItalic';
}
.PoppinsBold {
	font-family: 'PoppinsBold';
}
.PoppinsExtraBold {
	font-family: 'PoppinsExtraBold';
}


.Montserrat{
	font-family: 'Montserrat';
}
.MontserratBlack{
	font-family: 'MontserratBlack';
}
.MontserratMedium{
	font-family: 'MontserratMedium';
}
.MontserratLight{
	font-family: 'MontserratLight';
}
.MontserratBold{
	font-family: 'MontserratBold';
}
.MontserratExtraBold{
	font-family: 'MontserratExtraBold';
}
.MontserratSemiBold{
	font-family: 'MontserratSemiBold';
}
.MontserratMediumItalic{
	font-family: 'MontserratMediumItalic';
}


.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;
}
body {
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	top: 0px !important;
	right: 0px !important;
	left: 0px !important;
	z-index: 0;
	overflow-x: hidden;
}

section {
	overflow-x: hidden;
}
div {
	border: red 0px solid;
}
.card{
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px auto;
	border-radius: 25px;
}
.container {
	width: 100% !important;
	border: solid 0px red;
}

.row {
	width: 100% !important;
	border: solid 0px red;
	top: 0;
	left: 0;
}

.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-1 {
	letter-spacing: 0.2rem;
}
.letter-spacing-2 {
	letter-spacing: 0.4rem;
}
.letter-spacing-3 {
	letter-spacing: 0.6rem;
}
.letter-spacing-4 {
	letter-spacing: 0.8rem;
}
.letter-spacing-5 {
	letter-spacing: 1rem;
}
.line-height-1 {
	line-height: 0.2rem;
}
.line-height-2 {
	line-height: 0.4rem;
}
.line-height-3 {
	line-height: 0.6rem;
}
.line-height-4 {
	line-height: 2rem;
}
.line-height-5 {
	line-height: 2.5rem;
}
.line-height-6 {
	line-height: 3rem;
}
.line-height-7 {
	line-height: 3.5rem;
}
.line-height-8 {
	line-height: 4rem;
}
.line-height-10 {
	line-height: 5rem;
}

.destaque{
	color: #fca311 !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;
}
.borderW {
	border: solid 1px #FFFFFF !important;
}
.bolder {
	font-weight: bolder;
}
.bolder-800 {
	font-weight: 800;
}
.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: #1f5692 !important;
}
.white { 
	color: #FFFFFF !important;
}
.black { 
	color: #000000 !important;
}
.grey {
	color: #565554 !important;
}
.green {
	color: green !important;
}
.greenD {
	color: #10623a !important;
}
.purple {
	color: #7209b7 !important;
}
.dpurple {
	color: #3a0ca3 !important;
}
.yellow {
	color: #FFDC0D !important;
}
.orange {
	color: #f29b35 !important;
}
.marrom {
	color: #6e1576 !important;
}
.text-shadow {
	text-shadow: 1px 1px 2px #000000;
}
.boxshadow {
	box-shadow: 2px 2px 5px #000000;
}
.boxshadow-light {
	box-shadow: 2px 2px 5px #FFFFFF;
}
.insta {
	color: #9a8194;
}
.bg-opacity {
	background-color: rgba(255,255,255,0) !important;
}
.bgPurple{
	background-color: #3a0ca3;
}
.bgLPurple {
	background-color: #7209b7;
}
.borderRight {
	border-right: dotted 4px #500303;
	border-right-width: 5px;
} 
.underline {
	text-decoration: underline;
}
.underlineY {
	text-decoration: underline;
	text-decoration-color: #FFDC0D;
}
.recuoTop {
	margin-top: -4rem;
}
.recuoLeft {
	margin-left: -2rem;
}
.recuoBottom {
	margin-bottom: -4rem;
}
.recuoRight {
	margin-right: -4rem;
}


.bgW { 
	background-color: #FFFFFF;
	color: #000000;
}
.bgB { 
	background-color: #000000;
}
.bgBlue {
	background-color: #1f5692;
}
.bgP { 
	background-color: #6127f1;
}
.bgBo { 
	background-color: rgba(0,0,0,0.75);
}
.bgY {
	background-color: #FFDC0D;
}
.bgM {
	background-color: #1b1212;
}
.bgYO {
	background-color: #fca311;
}
.bgYb {
	background-color: #f7be29;
}
.bgO {
	background-color: #f29b35;
}
.bgRosa {
	background-color: #ffdffa;
}
.bgRosaD {
	background-color: #fbbafe;
}
.bgGr {
	background-color: #00bf63;
}
.bgGrD {
	background-color: #10623a;
}
.bgGrey {
	background-color: #edeced;
}
.bgOrange {
	background-color: #db642a;
}
.bgR {
	background-color: #FF0000;
}
.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;
}
.destaqueBlack {
	color: #db652b !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-1000 {
	z-index: 1000 !important;
}
.listCircle {
	list-style-type: circle !important;
}
.listDisc {
	list-style-type: disc !important;
}
.border {
	border: 1px solid black !important;
}
.zindex-1 {
	z-index: -1 !important;
}
.mt-n1 {
	margin-top: -0.55rem !important;
}
.mt-n2 {
	margin-top: -0.75rem !important;
}
.mt-n3 {
	margin-top: -1rem !important;
}
.mt-n4 {
	margin-top: -1.5rem !important;
}

/*** FONTS RESPONSIVAS ****/
@media  (max-width: 990px) {
	
	.font1 {
		font-size: 1rem !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;*/
	}
}

