@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

* {
	padding: 0;
	margin: 0;
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 0.77em;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.container * {
	box-sizing: border-box;
}
/* 
:root {
	--primary: #08c;
	--primary-hover: #04dcff;
	--branco: #fff;
	--funSider: #25233c;
	--funCont: #e5eefd;
	--blue: #36449e;
	--blue2: #46435f;
	--white: #ffffff;
	--white2: #ebecf0;
	--black: #000000;
	--black4: #272b34;
	--cinza: #8a8d8f;
	--cinza0: #76818d;
	--cinza1: #aaa6b1;
	--laranja: #fc9d0f;
	--laranja1: #ffedd4;
	--violeta: #6b22fc;
	--violeta0: #333649;
	--violeta1: #2f2b53;
} */

.l2 {
	width: 50vw;
	display: flex;
	justify-content: center;
}

.l2-r {
	background: var(--violeta0);
}

#newlog {
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-top: 20px; */
	/* grid-column-gap: 5px; */
}

#newlog .icon2 {
	width: 42px;
}

#newlog .title01 {
	padding-left: 6px;
	color: #fff;
	font-size: 14px;
	width: 135px;
}

#mcell {
	font-size: 1em;
	color: var(--cinza1);
	padding: 0 0 25px 0;
	text-align: center;
}

.container {
	justify-content: center;
	display: flex;
}

.content > a {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 1rem;
	font-weight: 500;
}

.container a,
.container button {
	font-weight: 500;
}
.container .card {
	background: #191919;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	margin-top: 10%;
	
	/* box-shadow   : 0 15px 26px rgb(0 0 0 / 37%); */
}

.container .card .content {
	padding: 48px 30px;
	transition: 0.5s;
}

.container .card .content h2,
.container .card .content h4 {
	text-align: center;
	/* position: absolute; */
	margin: 20px;
	color: white;
	pointer-events: none;
}

.control-group.success .help-inline {
	display: flex;
	color: #f2bc9b;
}

.help-block,
.help-inline {
	display: flex;
	color: #f2bc9b;
}

form {
	margin: 0;
}

.card input {
	width: 100%;
	height: 70px;
	/* background: transparent; */
	border: none;
	outline: none;
	border-bottom: 1px solid rgba(18, 129, 247, 0.405);
}

input[type='text'] {
	height: 33px;
	border-radius: 5px;
	padding: 3px 9px 3px 25px;
	/* color: #b7b2be; */
	width: 270px;
}

input[type='password'] {
	height: 33px;
	border-radius: 5px;
	padding: 3px 9px 3px 25px;
	color: #b7b2be;
	width: 270px;
}

.input-field {
	margin-bottom: 1px;
	padding: none;
}

#formLogin label:not(.form-row label),
#formrecover label:not(.form-row label) {
	color: var(--primary);
	position: absolute;
	margin-bottom: -3px;
	transition: 0.3s ease-out;
	padding: 9px 7px;
	z-index: 2;
}

/*  */

#payment-form {
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #f9f9f9;
	font-family: 'Arial', sans-serif;
}

#modal-payment .modal-header {
	text-align: center;
	background-color: var(--primary);
}

#modal-payment h4 {
	color: #fff;
}

#modal-payment .form-row {
	margin-bottom: 20px;
}


#payment-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

#card-element,
#expiration-date,
#cvc {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}

#card-errors {
	color: red;
	font-size: 12px;
	margin-top: 5px;
}

#modal-payment button {
	width: 100%;
	background-color: var(--primary);
	color: white;
	border: none;
	padding: 12px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

#modal-payment button:hover {
	background-color: var(--primary-hover);
}

/*  */

input:focus {
	box-shadow: 0 1px 0 0 #1384c5;
	border-bottom: #ff5f00 1px solid;
}

.center {
	text-align: center;
	/* padding-top: 0px; */
	width: 100%;
}

.iconU {
	position: absolute;
	font-size: 1.5em;
	color: #fa9c8e;
	padding: 6px;
	margin-left: -2px;
}

.container .card .content button {
	/* background: linear-gradient(13deg, #0006ff, #19b1ff); */
	background-color: var(--primary);
	padding: 7px 15px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.05em;
	color: var(--branco);
	text-transform: uppercase;
	border: none;
	margin: 12px 0;
	width: 100%;
	cursor: pointer;
	transition: ease-in-out 0.25s;
	content: '';
}

.container .card .content button:hover {
	background-color: var(--primary-hover);
	/* background: linear-gradient(13deg, #0006ff, #19b1ff); */

	/* box-shadow: 0 7px 30px -12px rgba(255, 132, 0, 0.75); */
	/* font-weight: 500; */
}

.btn-success {
	background: linear-gradient(13deg, #5effb4, #40f7d8);
	padding: 7px 15px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.05em;
	color: var(--violeta0);
	text-transform: uppercase;
	border: none;
	margin: 12px 0;
	width: 100%;
	cursor: pointer;
	transition: ease-in-out 0.25s;
	content: '';
}

a.disabled,
button.disabled,
button:disabled {
	pointer-events: none;
	opacity: 0.65;
}

.btn-success:hover {
	background: linear-gradient(13deg, #40f7d8, #5effb4);
	box-shadow: 0 7px 30px -12px rgba(0, 255, 187, 0.75);
	color: var(--white);
	font-weight: 500;
}

.container .card .content div a {
	/* text-decoration: none; */
	color: var(--cinza1);
	transition: 0.25s ease-in-out;
	/* margin-top:15px; */
	font-size: .8rem;
	text-align: center;
}

.container .card .content div a:hover {
	color: var(--funCont);
}

.main-login {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to bottom, #000000, #111111);
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	overflow: hidden;
}

.left-login {
	width: 50vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.left-login-image {
	/* width: 26vw; */
}

.left-login-imagec {
	width: 25vw;
}

.left-login > h1 {
	font-size: 2.4em;
	font-weight: 600;
	color: var(--violeta0);
}

.left-login > h2 {
	font-size: 1.25em;
	color: var(--cinza);
	font-weight: 500;
	margin-top: -23px;
	margin-bottom: -10px;
}

.right-login {
	width: 50vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--violeta0);
}

.links-uteis {
	text-align: center;
}

.main-home .logo {
	margin-right: 25px;
}

.main-home .logo img {
	height: 50px;
}

#carouselExampleControls img {
	/* height: 50px; */
	max-width: 80%;
}

.carousel-item img {
	width: 50%;
	margin: auto;
}

.main-home .nav,
.main-home .navebarn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.divrow {
	margin-bottom: 10px;
}

.main-home li {
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.bar-itens {
	align-items: center;
}

.bar-login {
	padding-right: 15px;
	display: flex;
}

.bar-login li {
	margin-left: 5px;
}

.bxl-whatsapp {
	font-size: 1.1rem;
}

@media (min-width: 375px) and (max-width: 800px) {
	.main-login {
		flex-direction: column;
	}

	.left-login {
		display: none;
	}
	.right-login {
		width: 100%;
		height: auto;
	}
	.left-login-image {
		/* width        : 80vw; */
		margin-bottom: 10px;
	}
	.left-login-imagec {
		width: 64vw;
		margin-bottom: 6px;
	}
	.card .card-cad {
		max-width: 95%;
		height: 360px;
	}
	.main-login {
		justify-content: center;
	}
}

@media (max-width: 374px) {
	.main-login {
		background: var(--violeta0);
	}

	.left-login {
		display: none;
	}

	.container .card {
		background: transparent;
		border-radius: none;
		box-shadow: none;
	}
}

/* Flash Message */
.flash-message.flash-success.is-visible,
.flash-message.flash-warning.is-visible,
.flash-message.flash-error.is-visible {
	font-size: 1rem;
}

.flash-container .flash-message.flash-success:after,
.flash-message.flash-warning.is-visible:after,
.flash-message.flash-info.is-visible:after,
.flash-container .flash-message.flash-error:after {
	font-size: 26px;
}

.flash-container .flash-message:after {
	top: 0px !important;
	right: 3px !important;
}

#dbtn {
	border-top: 1px solid var(--primary);
}
#formLogin .content a {
	color: var(--primary);
}

/* #dbtn a:hover {
	text-decoration: underline;
} */

.fa-eye-slash {
	/* display: none; */
}

.fa-eye:hover,
.fa-eye-slash:hover {
	color: var(--primary-hover);
	cursor: pointer;
}

.fa-eye,
.fa-eye-slash {
	position: absolute;
	top: 0;
	right: 4px;
}

input[name='senha'] {
	position: relative;
	padding-right: 30px;
}

.fa-lock {
	z-index: 2;
}

#particles-js {
	position: absolute;
	width: 100%; 
	z-index: 0;
}