@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Blinker:300,400,700&display=swap');

html, body {
    margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #d7ffe7;
	font-family: 'Blinker', sans-serif;
	font-size: 19px;
	color: #627472;
	letter-spacing: 1px;
}
#lb{
	width: 100%;
	height: 100%;
	padding-top: 35%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background: #d7ffe7;
	display: none;
}
#lb table{
	margin: auto;
	font-size: 13px;
}
#home, #banners{
	position: relative;
	width: 100%;
	height: 100%;
}
#home{
	overflow: hidden;
}
#banners div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}
#banners h1{
	position: absolute;
	font-size: 3.2vw;
	top: 15%;
	left: 25%;
	margin: 0;
	color: #FFF;
	font-weight: 100;
}
#banners #bnr1{
	background-image: url('../img/bnr1.gif');
}
#banners #bnr2{
	background-image: url('../img/bnr2.gif');
}
#banners #bnr3{
	background-image: url('../img/bnr3.gif');
}
#banners #bnr4{
	background-image: url('../img/bnr4.gif');
}
#banners #bnr5{
	background-image: url('../img/bnr5.gif');
}
#banners #bnr6{
	background-image: url('../img/bnr6.gif');
}
#banners #bnr7{
	background-image: url('../img/bnr1.gif');
}
#logo{
	position: fixed;
	right: 20px;
	top: 20px;
	width: 150px;
	height: 150px;
	background: #FFF;
	display: block;
	-webkit-mask: url("../img/logo.svg") center / contain no-repeat;
}
#lang{
	position: fixed;
	width: 95px;
	height: 15px;
	left: 20px;
	top: 20px;
	color: #FFF;
	display: block;
	font-weight: 900;
	/*-webkit-mask: url("../img/lang.svg") center / contain no-repeat;*/
	font-size: 13px;
	letter-spacing: 2px;
	background-image: url("../img/trave_w.gif");
	background-repeat: no-repeat;
	background-position: right;
	transform: rotate(-90deg) translateX(-30px) translateY(-40px);
}
#lang a{
	color: inherit;
	text-decoration: none;
}
#lang span{
	display: none;
}
#call{
	display: none;
}
#menu{
	position: absolute;
	left: 8%;
	top: 100%;		
	width: 250px; 
	height: 420px; 
	padding-top: 100px; 
	padding-left: 25px;
}
#menu p{
	margin-bottom: 75px;	
}
#menu a{
	padding-left: 50px;
	background: url("../img/trave.gif") no-repeat left;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	display: block;
	margin-bottom: 25px;
	letter-spacing: 3px;
}
#menu a.slc{
	font-weight: 700;
	font-size: 15px;
}
h2{
	font-size: 19px;
	letter-spacing: 4px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 25px 5px;
}
h3{
	padding-left: 50px;
	background: url("../img/trave.gif") no-repeat left;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	letter-spacing: 3px;
}
h4{
	font-size: 18px;
	font-weight: 100;
	margin: 0 5px;
	
}
#content{
	position: relative;
	text-align: left;
	width: 60%;
	background: #d7ffe7;
	margin-left: 40%;
}
#content p{
	margin: 20px 0 0;
}
#preferencias{
	padding-top: 70px;
	max-width: 450px;
	width:100%;
}
#dados_pessoais{
	padding-top: 70px;
	max-width: 450px;
	width:100%;
}
#interesses{
	padding-top: 70px;
	max-width: 450px;
	width:100%;
	border-bottom: solid 1px #a1a3a8;
}
.cat input[type=text]{
	margin-top: 15px;
	padding-bottom: 20px;
}
.cat h2{
	position: relative;
	cursor: pointer;
	margin: 0;
	border-top: solid 1px #a1a3a8;
}
.cat h2 span{
	background: url("../img/trigger_cat.png") no-repeat;
	background-position: bottom;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 25px;
	display: block;
}
.cat.opn h2 span{
	background-position: top;
}
.cat .cat_list{
	display: none;
	border-top: solid 1px #a1a3a8;
	position: relative;
}
.cat .cat_list input[type=text]{
	text-transform: uppercase;
}
.cat .cat_list .add{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 20px;
	background: url("../img/add.png") no-repeat;
}
.cat .cat_list .cat_item{
	position: relative;
}
.cat .cat_list .cat_item .del{
	position: absolute;
	width: 12px;
	height: 12px;
	top: 10px;
	right: 0;
	background: url("../img/del.svg") no-repeat;
}
#cadastre-se{
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 200px;
	height: 60px;
	margin-left: -100px;
	background: url("../img/cadastre.png") no-repeat bottom;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}
input[type=url],
input[type=text],
input[type=email],
input[type=tel],
textarea{
	font: inherit;
	padding: 3px 8px;
	max-width: 425px;
	width: 95%;
	background: none;
	border: none;
	border-bottom: dotted 2px #a1a3a8;
	color: inherit;
	outline: none;
	margin-bottom: 30px;
}
input[type=url]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder{
	color: #bec2d0;
	font-style: italic;
}
textarea{
	border: dotted 2px #a1a3a8;
	margin-top: 20px;
	border-radius: 6px;
}
input[type=submit]{
	font: inherit;
	border: none;
	border-radius: 6px;
	margin: 30px auto;
	max-width: 450px;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #FFF;
	background: #29af89;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
	outline: none;
	cursor: pointer;
}
input[type=submit]:hover{
	background: #a882c2;
}
.bar{
	position: relative;
	max-width: 430px;
	width: 100%;
	height: 55px;
	margin-bottom: 40px;
}
.bar .scr{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 430px;
	width: 100%;
	height: 25px;
	background: url("../img/bar_gradient.png") no-repeat bottom;
	border-radius: 10px;
	overflow: hidden;
}
.bar .scr .scr_trg{
	position: absolute;
	left: 15px;
	bottom: 0;
	max-width: 430px;
	width: 100%;
	height: 25px;
	background: url("../img/bar.png");
}
.bar .left_label,
.bar .right_label{
	color: #d0d1d3;
	font-weight: 900;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	pointer-events: none;
	text-transform: uppercase;
}
.bar .left_label{
	left: 10px;
}
.bar .right_label{
	right: 10px;
	text-align: right;
}
.bar .tip{
	position: absolute;
	width: 200px;
	margin-left: -100px;
	left: 15px;
	bottom: 30px;
	font-size: 12px;
	color: #9966B6;
	font-style: italic;
	text-align: center;
	pointer-events: none;
}



.ui-autocomplete {
	background: #FFF;
	font:inherit;
	text-transform: uppercase;
	list-style: none; 
	margin: 0;
	padding: 0;
	max-width: 440px;
	
}
.ui-menu-item{
	padding:10px 20px;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	font-weight: 400;
}
.ui-menu-item:hover{
	background: #e5e5e5;	
}
.ui-helper-hidden-accessible{
	display: none;
}