* {
	font-family: Titillium Web, serif !important;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	/* background: #f8f8f8; */
}

#font-title {
	font-family: Titillium Web, serif !important;
}

.MuiInput-input {
	font-family: Titillium Web, serif !important;
}

.flex-row {
	display: flex;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex {
	flex: 1;
}

.center-a {
	justify-content: center;
}

.center-b {
	align-items: center;
}

.flex-end {
	justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {
	/* For mobile : */
	#plan-card {
		display: none;
		margin-top: 0 !important;
	}
	#plan {
		max-height: 98% !important;
	}

	#font-title {
		font-size: 14px !important;
	}
	#step {
		padding: 5px 20px !important;
	}
}

@media only screen and (max-width: 450px) {
	#hidden-title {
		display: none;
	}
	#wrapper {
		margin: 50px 20px !important;
		padding: 50px 0px !important;
	}
	#text-truncate {
		/* width: 200px; */
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.MuiButton-textSizeSmall {
		padding: 8px 0px !important;
	}

	#login-form {
		padding:16px 10px  !important;

	}
	#login-logo{
		height: 75px !important;
	}
	  #login-title {
		width: 100%;
		text-align: center;
	
	}
}

/* #fade-truncate:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 1.2em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
} */

@media only screen and (min-width: 1024px) {
	/* For desktop : */
	#plan-card {
		display: block;
		position: sticky;
		top: 50px;
		/* margin-top: 0 !important; */
	}
	#cupom-card {
		display: block;
		position: fixed;
		/* top: 520px; */
		margin-top: 0 !important;
	}
	#form-input {
		width: 48% !important;
	}
}

/* @media only screen and (max-height: 1080px) {
	/* For desktop : */

	/* #footer {
		position: sticky !important;
		bottom: 0px;
	} */
}

@media only screen and (min-height: 1083px) {
	/* For desktop : */
	/* #wrapper {
		min-height: 80vh;
	} */
	/* #footer {
		position: fixed !important;
		bottom: 0px;
	} */
} */

.react-tel-input .form-control + div:before {
	content: "Telefone" !important;
	top: -10px !important;
	font-size: 12px !important;
	width: 56px !important;
}
.react-tel-input .form-control {
	width: 100% !important;
}
#textHover:hover #font-title {
	color: #fff !important;
	transition: 0.3s;
	cursor: pointer;
}
