@font-face {
	font-family: "Montserrat-Light";
	src: url("../fonts/Montserrat-Light.ttf");
}

@font-face {
	font-family: "Montserrat-Regular";
	src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "Montserrat-Medium";
	src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
	font-family: "Montserrat-Bold";
	src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
	font-family: "Montserrat-Black";
	src: url("../fonts/Montserrat-Black.ttf");
}

body {
	background-color: #f8f9fa;
}

#navbarSupportedContent {
	font-family: "Montserrat-Medium" !important;
}

#navbarSupportedContent li a {
	transition: ease-in-out 250ms !important;
	color: #4b2d8a;
	/*color: #8E71AC;*/
	/*color: #846fb2;*/
}

#navbarSupportedContent li a:hover {
	transition: ease-in-out 250ms !important;
	font-weight: bolder;
}

.borda-contato {
	border-left: #846fb2 2px solid;
}

.text-default {
	color: #846fb2;
}

.page-active {
	font-weight: bolder !important;
}

.page {
	padding-top: 8rem;
}

.card-item {
	transition: ease-in-out 250ms !important;
	box-shadow: #4e4e4e48 2px 2px 4px;
}

.card-item:hover {
	transition: ease-in-out 250ms !important;
	box-shadow: #4e4e4e81 5px 5px 8px;
}

.card-item a {
    color: blue;
}

footer {
	font-family: "Montserrat-Regular";
}

footer h2 {
    font-size: 1.2rem !important;
}

footer p {
    font-size: 1rem !important;
}

#bg-contato img {
	width: 100%;
}

.sec-60 {
	min-height: 60vh;
	padding-top: 3.8rem;
}

section.sec-100 {
	min-height: 93vh;
	padding-top: 3.8rem;
}

section#inicio {
	background-color: #c3ddee34;
}

section#funcionalidades {
	background-color: #c3ddee34;
}

.Montserrat-Medium {
	font-family: "Montserrat-Medium";
}

.title {
	font-family: "Montserrat-Regular";
	font-size: x-large;
}

.title-sm {
	font-family: "Montserrat-Regular";
	font-size: medium;
	color: #4b2d8a;
	font-weight: bolder;
}

.title-md {
	font-family: "Montserrat-Regular";
	font-size: large;
	color: #4b2d8a;
}

.title-lg {
	font-family: "Montserrat-Regular";
	font-size: xx-large;
	color: #4b2d8a;
}

.title-medium {
	font-family: "Montserrat-medium";
	color: #4b2d8a;
	font-size: x-large;
}

.title {
	font-family: "Montserrat-Regular";
	font-size: x-large;
}

.title-thin {
	font-family: "Montserrat-Light";
	font-size: x-large;
}

.description {
	font-family: "Montserrat-Light";
	font-size: large;
}

.description-sm {
	font-family: "Montserrat-Light";
	/* font-size: large; */
}

.breadcrumbCustom {
	color: #846fb2;
	text-decoration: none !important;
	font-size: medium;
}

.breadcrumbcustomActive {
	color: #4b2d8a;
}

.v-center {
	text-align: center;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-soft-blue {
	background-color: #c3ddee;
}

.bg-login {
	background: #ece9e6;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #ffffff, #ece9e6);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #ffffff, #ece9e6);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-glass-effect {
	/* From https://css.glass */
	background: rgba(235, 235, 235, 0.479);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.199);
	backdrop-filter: blur(6.4px);
	-webkit-backdrop-filter: blur(6.4px);
	border: 1px solid rgb(204, 204, 204);

	/* color: whitesmoke; */
}

@media (max-width: 768px) {
	#container {
		margin-top: 5rem;
	}
}

@media (min-width: 769px) {
	#container {
		min-height: 90vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.item-hover:hover {
	background-color: #fce4f7;
	border-radius: 3px;
}

.card-custom-1 {
	background-color: #846fb0;
}

.card-custom-1:hover {
	background-color: #6e53a8;
}

.card-custom-2 {
	background-color: #a56d9e;
}

.card-custom-2:hover {
	background-color: #a83f9a;
}

.card-custom-3 {
	background-color: #99a1d0;
}

.card-custom-3:hover {
	background-color: #6874bb;
}

.transition {
	transition-duration: 500ms;
}

.card-animation:hover {
	box-shadow: 2px 2px 2px 1px rgb(0, 0, 0);
}

.scroll-y {
	min-height: 100vh !important;
	overflow-y: scroll;
}

.block-element {
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
}

button {
	/* outline: 0 !important; */
	box-shadow: none !important;
}

.center {
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.selectEnable { 
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
} */

.btn-default {
	color: #ffffff;
	background-color: #846fb2;
	border-color: #846fb2;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #4b2d8a;
	border-color: #846fb2;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #846fb2;
	border-color: #846fb2;
}

