@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
* {
	font-family: 'Lato', 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: #66CDAA;
	text-align: center;
	font-weight: 700;
}
.contents {
	max-width: 40%;
	width: calc(40% - 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;
	position: relative;
}
fieldset legend {
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 21px;
	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% - 0px);
	color: #696969;
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	transition: 1s;
}
select {
	padding: 15px;
	width: calc(100% - 0px);
	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 #66CDAA;
}
.right {
	text-align: right;
	color: #66CDAA;
	text-decoration: underline;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 25px;
}
.bt {
	padding: 15px;
	border: none;
	color: white;
	background-color: #66CDAA;
	display: inline-block;
	width: calc(100% - 0px);
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 25px;
	cursor: pointer;
}
.contents_item a {
	color: #66CDAA;
}
.eye_visible {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-7px);
	color: #66CDAA;
	cursor: pointer;
	display: inline-block;
}
.eye_hidden {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-7px);
	color: #66CDAA;
	cursor: pointer;
}
.eye_visible1 {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-7px);
	color: #66CDAA;
	cursor: pointer;
	display: inline-block;
}
.eye_hidden1 {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-7px);
	color: #66CDAA;
	cursor: pointer;
}
.message_box {
	display: none;
}
.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: inline-block;
}
.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;
}
@media (max-width: 800px) {
	.contents {
		max-width: 90%;
		width: calc(90% - 40px);
		padding: 20px;
	}
	input {
		width: calc(100% - 32px);
	}
}