#home-bn{
	width: 100%;
	height: 450px;
/*	background: #5d1499;*/
	background: #fff;
	position: relative;
	background: url('../img/home-bn.webp') no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

#home-buy{
	width: 500px;
	position: absolute;
	z-index: 2;
}
#home-buy h2{
	margin: 24px 0;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

#home-buy fieldset{
	width: 100%;
/*	height: 350px;*/
	background: #fff;
	border-radius: 10px;
	padding: 26px;
}
#home-buy fieldset *{
	-webkit-user-select: none;  
  	-moz-user-select: none;    
  	-ms-user-select: none;      
  	user-select: none;
}
#home-buy input::placeholder {
  color: #999;
}
#home-buy input:-ms-input-placeholder {
  color: #999;
}
#home-buy input::-ms-input-placeholder {
  color: #999;
}
#datas{
}
#datas input{
	position: relative;
}
#datas input::before {
	position:absolute;
	top: 12px;
	content: attr(placeholder);
	font-size: 16px;
	color: #999;
}
/*#datas input::-webkit-datetime-edit { padding: 0; }*/
/*#datas input::-webkit-datetime-edit-fields-wrapper { background: silver; }*/
#datas input::-webkit-datetime-edit-text { display:none; }
#datas input::-webkit-datetime-edit-month-field { display:none; }
#datas input::-webkit-datetime-edit-day-field { display:none }
#datas input::-webkit-datetime-edit-year-field { display:none; }
/*#datas input::-webkit-inner-spin-button { display: none; }*/
#datas input::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 30%;
	background: url('../img/calendar.svg') 10px 0 no-repeat;
	background-size: contain;
	opacity: 0.4;
	cursor: pointer;
/*	padding: 20px 0;*/
/*	box-sizing: content-box!important;*/
}
#home-buy input[type="text"]{
	/*width: 100%;*/
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 0 6px 0 36px;
	margin-bottom: 24px;
	font-size: 17px;
	color: #333;
}
.input-search{
	position: relative;
	vertical-align: top;
}

.input-searchx{
	position: relative;
	vertical-align: top;
}
.input-search > div{
	position: absolute;
	top: 39px;
	width: 100%;
	z-index: 4;
/*	min-height: 1px;*/
/*	vertical-align: top;*/
	border: 1px solid #ccc;
	border-radius: 0 0 6px 6px;
/*	padding: 0 6px 0 6px;*/
	background: #fff;
	display: none;
}
.input-search div .vazio{
	color: #d72626;
}
.input-search div div{
	padding: 12px 2px 12px 21px;
	border-top: 1px solid #ccc;
	cursor: pointer;
}
.input-search div div:hover{
	background: #eee;
}
.input-search div div:first-child{
	border: 0;
}
.ico-busca{
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 3;
	top: 12px;
    left: 9px;
}
#ico-origem{
	color: #7c252d;
}
#ico-destino{
	color: #ab8c0a;
}

#ida-volta{
	margin-bottom: 24px;	
}
#home-buy label{
	display: inline-block;	
	margin: 0 20px 0 5px;
	vertical-align: middle;
	color: #777;
	cursor: pointer;
}
#home-buy input[type="radio"]{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
#datas{
	margin-bottom: 24px;
}
#datas input{
	width: 47.5%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 0 6px 0 36px;
	font-size: 17px;
	color: #333;
}
#datas input:disabled{
	background: #eee;
}
#datas input:first-child{
	margin-right: 3%;
}
#home-buy button {
  width: 100%;
  font-size: 16px;
  padding: 14px 0;
  border-radius: 8px;
  color: #7c252d;
  background: #ab8c0a;
  font-weight: 500;
  transition: filter 0.3s;
}
#home-buy button:hover {
	filter: brightness(0.9);
}


#destinos-destaque {
    width: 100%;
    max-width: 1200px;
    position: relative;
	margin-top: 50px;
}
#destinos-destaque li{
	width: 280px;
    margin: 0 auto;
/*    width: 95%;
    margin: 0 2.5%;*/
    
}
.img-content-destaque{
	width: 100%;
	height: 227px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
#destinos-destaque img{
	width: 100%;
	-webkit-transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
	transition: transform 0.4s, filter 0.4s;
}
#destinos-destaque li:hover img{
	transform: scale(1.1);
	filter: brightness(1.2);
}
.destinos-info{
/*	width: 95%;
    margin: 0 2.5%;*/
	padding: 12px 9px;
	border: 1px solid #bbb;
	border-radius: 0 0 15px 15px;
	border-top: 0;
}
.detalhe-destinos{
	display: inline-block;
	margin: 6px 6px 0 0;
}
.detalhe-destinos div:nth-child(1){
	width: 12px;
	height: 12px;
	border: 2px solid #7c252d;
	border-radius: 12px;
	margin-left: 2px;
}
.detalhe-destinos div:nth-child(2){
	width: 4px;
	height: 30px;
	background: #7c252d;
	margin-left: 6px;
}
.detalhe-destinos div:nth-child(3){
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #7c252d;
}
.destinos-text{
	display: inline-block;
}
.destinos-text div{
	margin-bottom: 3px;
}
.destinos-text div:nth-child(1){
	font-size: 18px;
	color: #666;
}
.destinos-text div:nth-child(2){
	font-size: 11px;
	color: #7c252d;
}
.destinos-text div:nth-child(3){
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
}
.destinos-text div:nth-child(4){
	font-size: 11px;
	color: #777;
	margin-bottom: -3px;
}
.destinos-text div:nth-child(5){
	font-size: 30px;
	color: #7c252d;
}


.glider-slide {
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    min-height: 270px;*/
/*    background-image: url('../img/logo-glider.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;*/
}
.glider-slide img {
/*    width: 95%;
    margin: 0 2.5%;
    border-radius: 15px 15px 0 0;*/
}
.glider-slide .slide-title {
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-size: 3rem;
    position: relative;
    top: 100px;
}
#dots{
	margin-top: 12px;
}


/*.glider-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 270px;
    background-image: url('../img/logo-glider.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}*/

/*.glider-slide:nth-child(4n+1){
    color:#8cc9f0;
}
.glider-slide:nth-child(4n+2) {
    color:#a89cc8;
}
.glider-slide:nth-child(4n+3) {
    color:#efa8b0;
}
.glider-slide:nth-child(4n) {
    color:#9ef096;
}*/


#bn{
	width: 100%;
	margin: 40px 0;
}
#bn img{
	display: block;
	width: 900px;
/*	height: 200px;*/
	margin: 0 auto;
}


#info-main{
	margin-bottom: 30px;
}
#info-main i{
	display: block;
	width: 100px;
	height: 100px;
	background: url('../img/logo.png') repeat 0 0;
	background-size: contain;
	margin: 0 auto;
/*	filter: invert(100);*/
}
#info-main h2{
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	color: #555;
	font-weight: 500;
}
#info-main p{
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #777;
	font-weight: lighter;
}

#info-main div{
	margin: 0 135px;
}

.dts{
	width: 48%;
	float: left;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0 15px;
	margin-right: 2%;
	color: #9d9b9b;
}

.dts2{
	width: 48%;
	float: left;
	float: left;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0 15px;
	margin-left: 2%;
	color: #9d9b9b;
}

@media(max-width:900px){

	#home-bn{
		width: 100%;
		height: 450px;
	/*	background: #5d1499;*/
		background: #fff;
		position: relative;
		background: url('../img/home-bn.webp') no-repeat;
		background-position: center center;
		background-size: cover;
		display: block;
		margin-top: 200px;
	}
	
	}
