@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans+Condensed:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {	
	--bs-primary-rgb: 128, 59, 119;
	--bs-primary: #803b77;
	--bs-secondary-rgb: 83, 102, 141;
	--bs-secondary: #53668d;
	/*--bs-body-color: #212121;
	--bs-body-color-rgb: 33,33,33;
	--bs-dark: #1D1D1D;
	--bs-dark-rgb: 29, 29, 29;*/
}
.btn-primary {
	--bs-btn-hover-bg: #53668d;
	--bs-btn-hover-border-color: #53668d;
}

body {
	font-family: "Noto Sans", sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
	color: #1d1d1d !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Reddit Sans Condensed", sans-serif;
	font-weight: 700;
	color: #53668d;
}

.font-title {
	font-family: "Reddit Sans Condensed", sans-serif;
}

li::marker {
	color: #803b77;
}

.titleHome-blue {
	font-family: "Reddit Sans Condensed", sans-serif;
	color: #53668d;
	font-weight: 700;
	font-size: 52px;
	line-height: 1.2;
}

.titleHome-purple {
	font-family: "Reddit Sans Condensed", sans-serif;
	color: #803b77;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.title-blue {
	font-family: "Reddit Sans Condensed", sans-serif;
	color: #53668d;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}

.title-purple {
	font-family: "Reddit Sans Condensed", sans-serif;
	color: #803b77;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
}

.subtitle-blue {
	font-family: "Reddit Sans Condensed", sans-serif;
	color: #6dabbd;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
}

.subtitle-purple {
	font-family: "Reddit Sans Condensed", sans-serif;
	color: #803b77;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
}

/*--- btn primary --*/
.btn-primary {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	background-color: #803b77;
	border: transparent;
	border-radius: 25px 25px;
	padding: 8px 40px;
	transition: 0.3s;
	font-weight: 600;
	text-transform: uppercase;
	transition: ease-in 0.3s;
}

	.btn-primary:hover,
	.btn-primary:active {
		border-top-right-radius: 0px;
		background-color: #803b77 !important;
		border-color: #803b77 !important;
		color: #fff;
	}

.btn-banner {
	text-decoration: none;
	color: #53668d;
	font-size: 18px;
	background-color: #fff;
	border: transparent;
	border-radius: 25px 25px;
	padding: 8px 40px;
	transition: 0.3s;
	font-weight: 600;
	text-transform: uppercase;
	transition: ease-in 0.3s;
}

.btn-banner:hover, .btn-banner:active {
	border-top-right-radius: 0px;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #53668d;
}

/*--- btn secondary --*/
.btn-secondary {
	text-decoration: none;
	color: #6dabbd;
	font-size: 18px;
	background-color: #ffffff;
	border: transparent;
	border-radius: 25px 25px;
	padding: 8px 40px;
	transition: 0.3s;
	font-weight: 700;
	transition: ease-in 0.3s;
}

	.btn-secondary:hover {
		border-top-right-radius: 0px;
		background-color: #ffffff;
	}

/*--- btn tranparent --*/
.btn-transparent {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 25px 25px;
	padding: 8px 40px;
	transition: 0.3s;
	font-weight: 600;
	text-transform: uppercase;
	transition: ease-in 0.3s;
}

	.btn-transparent:hover {
		border-top-right-radius: 0px;
		background-color: transparent;
		color: #fff;
	}


/**umb_name:Font Regular*/
.fw-normal {
	font-weight: 500;
}

/**umb_name:Font Semi-Bold*/
.fw-semibold {
}

/**umb_name:Font Bold*/
.fw-bold {
}

/**umb_name:Font Extra Bold*/
.fw-extrabold {
	font-weight: 800;
}

/**umb_name:Titulo Destaque*/
.highlight-text {
	background: #90386e;
	color: #fff;
	width: fit-content;
	padding: 5px 20px;
	border-radius: 50px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

/**umb_name:Texto Azul*/
.text-blue {
	color: #52668C;
}

/**umb_name:Texto Purple*/
.text-pink-carmine {
	color: #90386e;
}

/**umb_name:Texto Branco*/
.text-white {
}

/**umb_name:Texto Cinzento*/
.text-gray {
	color: #9b9b9b;
}

/**umb_name:Texto Cinzento Escuro*/
.text-dark-gray {
	color: #585756;
}

/**umb_name:Fundo Azul*/
.fundo-azul {
	background-color: #6daabd0e;
	padding: 15px 30px;
	align-content: center;
	border: 2px solid #6dabbd;
	border-radius: 30px 30px;
	border-bottom-left-radius: 0px;
}

/**umb_name:Image centered with text*/
.v-align img {
	vertical-align: baseline;
}

/**umb_name:Image to right*/
.img_direita {
	float: right;
	clear: left;
	margin: 0px 0px 20px 20px;
	overflow: hidden;
}

/**umb_name:Image to left*/
.img_esquerda {
	float: left;
	clear: left;
	margin: 0px 20px 20px 0px;
	overflow: hidden;
}

/**umb_name:Image to right with border*/
.img_borda_direita {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

/**umb_name:Image with border*/
.img_borda {
	margin: 0px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

/**umb_name:Image to left with border*/
.img_borda_esquerda {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

/**umb_name:Font 10*/
.font-10 {
	font-size: 10px;
	line-height: 1.5;
}

/**umb_name:Font 12*/
.font-12 {
	font-size: 12px;
	line-height: 1.5;
}

/**umb_name:Font 14*/
.font-14 {
	font-size: 14px;
	line-height: 1.5;
}

/**umb_name:Font 16*/
.font-16 {
	font-size: 16px;
	line-height: 1.5;
}

/**umb_name:Font 18*/
.font-18 {
	font-size: 18px;
	line-height: 1.5;
}

/**umb_name:Font 20*/
.font-20 {
	font-size: 20px;
	line-height: 1.5;
}

/**umb_name:Font 22*/
.font-22 {
	font-size: 22px;
	line-height: 1.5;
}

/**umb_name:Font 24*/
.font-24 {
	font-size: 24px;
	line-height: 1.5;
}

/**umb_name:Font 26*/
.font-26 {
	font-size: 26px;
	line-height: 1.5;
}

/**umb_name:Font 28*/
.font-28 {
	font-size: 28px;
	line-height: 1.5;
}

/**umb_name:Font 30*/
.font-30 {
	font-size: 30px;
	line-height: 1.5;
}
