@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
* {
	font-family: 'Inter', sans-serif;
	padding: 0;
	margin: 0;	
}
body {
	color: #4F4F4F;
}
a {
	text-decoration: none;
	color: unset;
}
input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}
.flex {
	display: flex;
	align-items: ;
	justify-content: center;
	height: 100%;
	position: relative;
	min-height: 100vh;
}
.page_title {
	padding: 20px;
	font-size: 1.7em;
	color: #4D2382;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.contents {
	max-width: 45%;
	width: calc(45% - 100px);
	padding: 50px;
	position: relative;
}
.contents_item {
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.contents_item + .contents_item {
	margin-top: 15px;	
}
fieldset {	
	border: none;
}
fieldset legend {
	padding-left: 7px;
	padding-right: 7px;
	left: 30;
	font-size: 0.9em;
	position: absolute;
	/*top: -15%;*/
	background-color: white;
	transition:top 0.1s;
	top: 50%;
	transform: translateY(-50%);
	color:#A9A9A9;
}
.item_absolute {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 7px;
	font-size: 0.9em;
	cursor: pointer;
}
.item_absolute svg {
	vertical-align: middle;
	margin-left: 1px;
}
input {
	padding: 15px;
	width: calc(100% - 35px);
	color: #696969;
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	transition: 1s;
}
select {
	padding: 15px;
	width: calc(100% - 32px);
	color: #696969;
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	transition: 1s;
}
.data_professional {
	display: none;
}
.item_select input{
	padding: 15px;
	padding-left: 60px;
/*	width: calc(100% - 80px);*/
}
.l_telefone {
	margin-left: 60px;
}
input:hover {
	border: 1px solid #672583;
}
.right {
	text-align: right;
	color: #9AA51F;
/*	text-decoration: underline;*/
	
	font-weight: 600;;
	margin-top: 25px;
	margin-bottom: 25px;
}
.right span {
	font-family: "Atma", system-ui !important;
}
.bt {
	padding: 15px;
	border: none;
	color: white;
	background-color: #4D2382;
	display: inline-block;
	width: calc(100% - 0px);
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 25px;
	cursor: pointer;
}
.contents_item a {
	color: #9AA51F;

}
._error_mail {
	display: none;
	color: darkred;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.contents_item a  span{
	color: #9AA51F;
	font-family: "Poppins", sans-serif;
	font-size: 1.3em;
}
.spans_info {
	font-family: "Poppins", sans-serif;
	font-size: 1.3em;
}
.eye_visible {
	position: absolute;
	right: 30;
	top: 50%;
	transform: translateY(-7px);
	color: #9D4DBF;
	cursor: pointer;
	display: inline-block;
}
.eye_hidden {
	display: none;
	position: absolute;
	right: 30;
	top: 50%;
	transform: translateY(-7px);
	color: #9D4DBF;
	cursor: pointer;
}
.eye_visible1 {
	position: absolute;
	right: 30;
	top: 50%;
	transform: translateY(-7px);
	color: #9D4DBF;
	cursor: pointer;
	display: inline-block;
}
.eye_hidden1 {
	display: none;
	position: absolute;
	right: 30;
	top: 50%;
	transform: translateY(-7px);
	color: #9D4DBF;
	cursor: pointer;
}
.message_box {
	display: none;
	line-height: 25px;
}
.box_left {
	width: 60%;
	/*height: 100%;
	min-height: 100vh;*/
	/*background: url("../img/background.jpg");*/
	background-color: #672583;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}
.box_left_title {
	padding: 50px;
	color: white;
	font-weight: 700;
	font-size: 2em;
	width: calc(100% - 100px);
}
.box_left_txt {
	margin-top: 30px;
	font-size: 0.6em;
	font-weight: 400;
	margin-bottom: 30px;
}
.selection {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 1.2em;
}
.selection svg {
	vertical-align: middle;
	margin-right: 5px;
}
.selection_ {
	color: #DCDCDC;
	cursor: pointer;
/*	display: none;*/
}
.selection_one {
	color: #9D4DBF;
	cursor: pointer;
	display: inline-block;
}
.option_absolute {
	position: absolute;
	left: 2px;
	bottom: -70px;
	width: 80%;
	background-color: white;
	z-index: 2;
	border-radius: 5px;
	text-align: left;
	padding: 7px;
	-webkit-box-shadow: -1px 2px 13px -5px #000000; 
	box-shadow: -1px 2px 13px -5px #000000;
	font-size: 0.9em;
	max-height: 170px;
	overflow-y: scroll;
	display: none;
	transition: 1s;
}
.option_absolute_item {
	margin-bottom: 7px;
	cursor: pointer;
	display: flex;
}
.option_absolute_item span {
	display: inline-block;
	width: 50px;
}
.info_error {
	font-size: 0.8em;
	color: orangered;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: 15px;
	display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.pos_show {
	display: none;
}
.error_log {
	color: orangered;
	display: none;
}
.center {
	text-align: center;
}
@media (max-width: 800px) {
	.contents {
		max-width: 90%;
		width: calc(90% - 40px);
		padding: 20px;
	}
}