@charset "iso-8859-1";

:root {
	--primary-color: #158acd;
	--primary-color-transparent: rgba(21, 138, 205, 0.9);
	/*--secondary-color: #f2ae2a;
	--tertiary-color: #231f20;*/
	--secondary-color: #fff;
	--tertiary-color: #f2ae2a;
	--white-background: url('../images/egotravel_white.png');
  }

/* CSS Document */
* {
	font-family: 'Exo', sans-serif;
}
body {
/*	width: 100%;*/
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.clear {
	clear: both;
}
.floatRight {
	float: right !important;
}
.floatLeft {
	float: left;
}
.alignDivCenter {
	top: 30%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	top: 40%;
	left: 45%;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 500;
}
.load-div {
	z-index: 500;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
}
.right {
	float: right;
}
.bgBlack {
	background-color: #323232;
}
.floatRight {
	float: right;
}
.floatleft {
	float: left;
}
.padTop20 {
	padding-top: 20px;
}
.textCenter {
	text-align: center;
}
.noPadLeft {
	padding-left: 0px;
}
.noPad {
	padding: 0px;
}
.border-gradient {
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #7ac2da, #5aaf47, #e4b120);
}
.border-gradient-vertical {
	height: 226px;
	width: 5px;
	background: linear-gradient(to bottom, #e4b120, #5aaf47, #7ac2da);
}
.bgImage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Safari */
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.form-select:hover, select:hover {
	cursor: pointer;
}
/*NAVBAR*/
.logo {
	width: 78px;
}
.navbar-default {
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	transition: all 400ms ease-in;
    z-index: 998;
}
.navbar-default .navbar-nav {
	margin-top: 30px;
}
.navbar-default.fixed-menu .navbar-nav {
	margin-top: 15px;/*margin-right: 110px;*/
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-shadow: none;
	padding: 10px 15px;
	margin-top: -10px;
}
.navbar-default .navbar-nav > .menu-login.open > a, .navbar-default .navbar-nav > .menu-login.open > a:focus, .navbar-default .navbar-nav > .menu-login.open > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a {
	background-color: #656364 !important;
	background-image: none;
	color: #fff !important;
	/*border-bottom:5px  solid #ebae18;*/
	box-shadow: none !important;
}
.navbar-default .navbar-nav > .menu-destinos.open > a, .navbar-default .navbar-nav > .menu-destinos.open > a:focus, .navbar-default .navbar-nav > .menu-destinos.open > a:hover, .navbar-default .navbar-nav > .menu-destinos > a:hover, .navbar-default .navbar-nav > li > a:hover {
	background-color: #656364 !important;
	background-image: none;
	color: #fff !important;
	/*border-bottom:5px  solid #ebae18;*/
	box-shadow: none !important;
}
.navbar-default .navbar-nav > .menu-campanhas {
	background-color: #f3ae2d;
	color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../images/egotravel_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 98px;
	width: 78px;
	margin-top: 20px;
	transition: all 400ms ease-in-out;
}
.navbar-default.fixed-menu .navbar-brand {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 35px;
	width: 50px;
	margin-top: 8px;
}
.footer-brand {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 10px !important;
    float: none;
}
.menu-login.open:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	z-index: 999999999999999;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #656364;
	border-width: 10px;
	margin-left: -10px;
}
.fixed-menu {
	background-color: rgba(21, 138, 205, 0.9) !important;
}
.footer-brand-wrap {
    background-color: transparent !important;
    margin-bottom: 10px;
}
.dropdown.menu-destinos:hover .dropdown-menu {
	display: block;
}
#menu-destinos {
	background-color: #4185c2;
	padding: 0px;
	z-index: 0;
	width: 92%;
}
#menu-destinos li {
	border-bottom: 1px solid #7e96ae;
	position: relative;
}
#menu-destinos li a {
	color: #fff;
	font-size: 14px;
	padding: 15px 20px;
}
#menu-destinos li a.active {
	background: #e9ae30 !important;
}
#menu-destinos li a:hover {
	background: #e9ae30 !important;
	text-decoration: none !important;
	cursor: pointer;
}
#menu-destinos li > .drop-destino {
	background-color: #fff !important;
	position: absolute;
	float: left;
	top: -3px;
	left: 100%;
	padding: 0px;
	border-left: 10px solid #f5b629;
	border-radius: 0px;
	box-shadow: none;
}
#menu-destinos .drop-destino li a {
	color: #323232;
	text-transform: uppercase;
	padding: 3px 20px;
	height: 50px;
}
#menu-destinos .drop-destino li a span {
	color: #4d8bbc;
	font-size: 10px;
	text-transform: capitalize;
}
#menu-destinos .drop-destino li a:hover {
	background-color: #fcdda6 !important;
	text-decoration: none !important;
}
.pkt-subtitle {
    color: #80b3db;
    font-size: 10px;
    font-weight: bold;
    margin-left: 23px;
}
.drop-login {
	width: 270px;
	height: 190px;
	border: 2px solid #4185c2;
	background-color: #4185c2;
	padding: 20px 15px 15px 15px;
	z-index: 1;
	position: absolute;
	right: -105px !important;
}
.drop-login .form-login input, #newsletter input {
	width: 100%;
	height: 40px;
	border: 1px solid #323232;
	padding-left: 10px;
	color:#000;
}
.drop-login .form-login input[type="checkbox"] {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.drop-login .form-login label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	vertical-align: middle;
	color: #fff;
}
.drop-login .form-login .btn-login{
	width: 150px;
	height: 41px;
	background-color: #f2ae2a;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
	margin-left: 45px;
	font-weight: bold;
}
.drop-login .form-login .btn-login i {
	display: block;
}
.megamenu {
	border: 2px solid #323232;
	background-color: #f3f0ec;
	width: 821px;
	min-height: 330px;
	border-radius: 0px;
	padding: 0px 5px 20px 5px;
	position: absolute !important;
	right: -75px !important;
}
.megamenu .destino-grupo, .megamenu-xs .destino-grupo {
	border-bottom: 1px solid #77787b;
	padding-bottom: 7px;
	min-height: 90px;
}
.megamenu .destino-grupo .img-menu, .megamenu-xs .destino-grupo .img-menu {
	border: 1px solid #333;
	width: 62px;
	height: 62px;
	border-radius: 5px;
	background-color: white;
	float: left;
	margin-right: 10px;
}
.megamenu .destino-grupo a, .megamenu-xs .destino-grupo a {
	color: #231f20;
	text-decoration: none;
	cursor: pointer;
}
.megamenu .destino-grupo a:hover, .megamenu-xs .destino-grupo a:hover {
	color: #fb9505;
	transition: all 400ms ease-in-out;
}
.megamenu .destino-grupo h3, .megamenu-xs .destino-grupo h3 {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
}
.megamenu .destino-grupo span, .megamenu-xs .destino-grupo span {
	font-size: 14px;
	font-weight: normal;
}
.megamenu .destino-grupo .menu-desc {
	font-size: 10px;
}
.user-login {
	text-transform: capitalize;
	background-color: rgba(21, 138, 205, 1) !important;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	margin-right: 5px;
}
.user-area {
	background-color: #f4b00f;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 5px;
}
.user-logout {
	background-color: #525251;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	margin-left: 5px;
}
.user-area:hover, .user-login:hover, .user-logout:hover {
	text-decoration: none;
	color: #f8f8f8;
}
/*BANNER*/
/*#bannerHome {
	height: 675px;
}
#bannerHome .carousel-inner {
	height: 100%;
}*/
/*#bannerHome .carousel-inner > .item > a > img, #bannerHome .carousel-inner > .item > img {
	width:100%;
	height:100%;
}*/
#bannerHome .carousel-indicators li {
	width: 7px;
	height: 7px;
	background-color: #fff;
	margin-left: 15px;
	vertical-align: middle;
}
#bannerHome .carousel-indicators li.active {
	width: 19px;
	height: 19px;
	background-image: url(../images/banner_active.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
}
.tabs-index {
	border: 0px !important;
}
.tabs-index > li, .tabs-index > li.active {
	margin: 0px !important;
	border: 0px !important;
}
.tabs-index > li.active > a, .tabs-index > li > a {
	border: 0px !important;
	border-radius: 0px !important;
	background-color: rgba(40, 103, 151, 0.9);
	color: #fff;
	text-transform: uppercase;
	margin: 0px !important;
	font-size: 15px;
	padding: 10px 30px;
	width: 210px;
	text-align: center;
}
.tabs-index > li.active a {
	background-color: #3385c4 !important;
	border: 0px !important;
}
.tabs-index > li > a:hover, .tabs-index > li.active > a:hover, .tabs-index > li.active > a:active, .tabs-index > li.active > a:visited, .tabs-index > li > a:active, .tabs-index > li > a:visited, .tabs-index > li > a:focus, .tabs-index > li.active > a:focus {
	background-color: rgba(21, 138, 205, 0.9) !important;
	color: #fff !important;
	border: 0px !important;
}
.tab-index .tab-pane {
	background-color: rgba(21, 138, 205, 0.9);
	padding: 10px;
	padding-left: 15px;
}
.tab-index .tab-pane #form_pkt_search, .tab-index .tab-pane #form_pkt_search_restrict {
	margin-bottom: 0px;
}
.pesquisa-produto-index .form-select, .pesquisa-yourhotels-index .form-select {
	height: 46px;
	width: 100%;
	background-color: #fff !important;
	cursor: pointer;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	-webkit-appearance: none;
	appearance: none;
	background-position: 140px center;
	background-size: 11%;
	border: 0px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	text-transform: uppercase;
}
.pesquisa-produto-index .form-select a {
	color: #323232;
	width: 100%;
	display: block;
	padding-bottom: 12px;
}
.pesquisa-produto-index .form-select a:hover {
	text-decoration: none !important;
}
.pesquisa-produto-index .btn-pesquisa, .pesquisa-yourhotels-index .btn-pesquisa-htl {
	color: #fff;
	text-align: center;
	background-color: #f2ae2a;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	border: 0px;
	text-transform: uppercase;
	width: 100%;
	height: 46px;
	padding: 0px;
}
.pesquisa-produto-index .btn-pesquisa:hover, .pesquisa-yourhotels-index .btn-pesquisa-htl:hover {
	opacity: 0.9;
	transition: all 400ms ease-in-out;
}
.datepicker-index::after {
	bottom: 100%;
	left: 53%;
	border: solid transparent;
	height: 0;
	width: 0;
	z-index: 500;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.pesquisa-passageiros.pesquisa-passageiros-index {
	left: 12.5%;
	margin-top: 57px;
	z-index: 0 !important;
}
/*DESTAQUES*/
.destaques {
	margin: auto 90px;
}
.h2-home {
	font-weight: bold;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px auto;
}
.div-destaques {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
}
/*FOOTER*/
.sub_footer {
	background-color: #656364;
	color: #fff;
}
.sub_footer .div-horario li {
	list-style: none;
	margin-bottom: 10px;
	clear: both;
	text-align: left;
}
.sub_footer .div-horario li > img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.sub_footer .div-horario a {
	color: #fff;
}
.footer {
	background-color: #77787b;
	margin-top: 50px;
	padding: 0px 20px 20px 55px;
}
.footer p {
	color: #fff;
	display: inline-block;
}
.footer h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin-bottom: 23px;
}
.footer-info {
	padding: 0px;
}
.footer-menu {
	margin-bottom: 0px;
}
.footer-menu li, .footer-info li {
	list-style: none;
	padding-top: 15px;
	color: #fff;
	float:left;
}
.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	padding:15px;
}
.footer-menu li a:hover {
background-color:	#656364;
text-decoration:none;
}

.footer-menu .bullet {
	width: 7px;
	height: 7px;
	border-radius: 10px;
	background-color: #509ecf;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.footer-info li span, .footer-info li a {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}
.footer .form-news {
	width: 236px;
	height: 46px;
	background-color: #fff;
	border: none;
	box-shadow: none;
	margin-right: 5px;
	padding-left: 10px;
	float: left;
}
.footer .btn-news {
	width: 46px;
	height: 46px;
	background-color: #f2ae2a;
	color: #fff;
	border: none;
	box-shadow: none;
	font-size: 40px;
	float: left;
	text-align: center;
	padding: 0 10px;
}
.footer .btn-news i {
	display: block;
}
.footer-img {
	padding: 10px 22% 15px;/*position:relative; top:50%;left:50%; transform:translate(-50%, -50%);*/
}
.footer-img img {
	margin: 0 28px;
	padding-top: 10px;
}
.footer-img a:last-child {
	margin-right: 0px;
}
footer {
	background-color: #494949;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 30px;
}
footer p {
	color: #fff;
}
.ul-footer-pacotes li {
list-style:none !important;
margin-bottom:15px;
float:left;
margin-right:40px;
}
.ul-footer-pacotes li a {
color:#fff;	
font-size:15px;
padding:10px;	
}
.ul-footer-pacotes li a:hover {
background-color:	#656364;
text-decoration:none;
}
.div-news h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
}
.div-news .btn-news {
	background-color: #f4af13;
	color: #fff;
	padding: 3px 20px;
	float: left;
	font-weight: bold;
	border-radius: 5px;
	left: 24%;
	font-size: 15px;
	position: relative;
}
.div-news .btn-news span:first-child {
	display: block;
/*	margin-left: -60px;*/
	float:left;
	margin-top:12px;
}
.div-news .btn-news img {
	/*margin-top: -20px;*/
	margin-left: 10px;
}
.hexa-news {
	position: relative;
	width: 50px;
	height: 28.87px;
	background-color: #f4af13;
	margin: 14.43px 0;
	border-left: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	float: right;
}
.hexa-news:before, .hexa-news:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 35.36px;
	height: 35.36px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 2.3223px;
}
.hexa-news:after {
	top: -17.6777px;
	border-top: solid 7.0711px #ffffff;
	border-right: solid 7.0711px #ffffff;
}
.hexa-news:before {
	bottom: -17.6777px;
	border-bottom: solid 7.0711px #ffffff;
	border-left: solid 7.0711px #ffffff;
}
.div-logos img {
	height: 50px;
	width: auto;
}
.hexagon {
	position: relative;
	width: 50px;
	height: 28.87px;
	background-color: #4267ae;
	margin: 14.43px 0;
	display: inline-flex;
}
.hexagon a {
	margin-left: 14px;
	font-size: 24px;
	color: #fff;
	margin-top: 3px;
}
.hexagon-face a {
	margin-left: 17px;
}
.hexagon-youtube a {
	margin-left: 12px;
	margin-top: 2px;
}
.hexagon-link a {
	margin-left: 15px;
	margin-top: 2px;
}
.hexagon:before, .hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}
.hexagon-face:before {
	bottom: 100%;
	border-bottom: 14.43px solid #4267ae;
}
.hexagon-face:after {
	top: 100%;
	width: 0;
	border-top: 14.43px solid #4267ae;
}
.hexagon-insta {
	background-color: #dd257d;
}
.hexagon-insta:before {
	bottom: 100%;
	border-bottom: 14.43px solid #dd257d;
}
.hexagon-insta:after {
	top: 100%;
	width: 0;
	border-top: 14.43px solid #dd257d;
}
.hexagon-link {
	background-color: #1777a9;
}
.hexagon-link:before {
	bottom: 100%;
	border-bottom: 14.43px solid #1777a9;
}
.hexagon-link:after {
	top: 100%;
	width: 0;
	border-top: 14.43px solid #1777a9;
}
.hexagon-blog {
	background-color: #d15c16;
}
.hexagon-blog:before {
	bottom: 100%;
	border-bottom: 14.43px solid #d15c16;
}
.hexagon-blog:after {
	top: 100%;
	width: 0;
	border-top: 14.43px solid #d15c16;
}
.hexagon-youtube {
	background-color: #e61b21;
}
.hexagon-youtube:before {
	bottom: 100%;
	border-bottom: 14.43px solid #e61b21;
}
.hexagon-youtube:after {
	top: 100%;
	width: 0;
	border-top: 14.43px solid #e61b21;
}
.hexagon-whatsapp {
	background-color: #1b9938;
}
.hexagon-whatsapp:before {
	bottom: 100%;
	border-bottom: 14.43px solid #1b9938;
}
.hexagon-whatsapp:after {
	top: 100%;
	width: 0;
	border-top: 14.43px solid #1b9938;
}
.hexagon-whatsapp a, .hexagon-messenger a {
margin-top:1px;	
}
.hexagon-messenger {
	background-color: #32abe2;
}
.hexagon-messenger:before {
	bottom: 100%;
	border-bottom: 14.43px solid #32abe2;
}
.hexagon-messenger:after {
	top: 100%;
	width: 0;
	border-top: 14.43px solid #32abe2;
}

.redes-sociais {
	/*height: 14px;
	margin: 0 auto;
	padding: 0px 41%;*/
	padding: 0px;
	margin-bottom: 20px;
	display: inline-block;
}
.redes-sociais li {
	list-style: none;
	float: left;
	padding: 0 15px;
}
.redes-sociais li a {
	color: #fff;
	font-size: 20px;
}
.scrollToTop {
	width: 46px;
	height: 46px;
	background-color: #f2ae2a;
	color: #fff;
	text-align: center;
	font-size: 30px;
	float: right;
	position: absolute;
	right: 25px;
	bottom: -90px;
	cursor: pointer;
}
/*PAGINA CONTEUDOS OPTIWEB*/
.details {
	padding: 80px 0px;
	margin-top: 30px;
}
.details h1 {
	text-align: center;
}
/*PAGINA DO PRODUTO*/
#bannerDestino {
	position: relative;
	width: 100%;
	height: 400px;
}
#bannerDestino form {
	margin-bottom: 0px;
}
.pesquisa-produto {
	/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	text-align: center;*/
}
.align-product {
	position: relative;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	width: 103%;
}
.pesquisa-produto h1 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.pesquisa-produto .form-produto {
	position: relative;
}
.pesquisa-produto .div-campos {
	background-color: rgba(21, 138, 205, 0.9);
	padding: 15px;
	width:100%;
	height:75px;
}
.pesquisa-produto .form-grupo {
	float: left;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
	height: 46px;
	width: auto;
	background-color: #fff;
	margin-right: 10px;
	text-align: left;
	cursor: pointer;
}
.pesquisa-produto .form-grupo .fa {
	position: relative;
	float: right;
	font-size: 33px;
	left: -7px;
	top: -40px;
	display: block;
}
.pesquisa-produto .div-data .fa, .pesquisa-produto .div-passageiros .fa {
	position: relative;
	float: right;
	font-size: 33px;
	top: -4px;
	right: 0px;
}
.pesquisa-produto .div-passageiros {
	margin-right: 0px;
}
.pesquisa-produto .form-select span {
	padding: 0px;
	position: relative;
	top: 4px;
}
.pesquisa-produto .form-select {
	height: 46px;
	width: 100%;
	background-color: #fff;
	text-transform: uppercase;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	cursor: pointer;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 195px center;
	background-size: 11%;
}
.pesquisa-produto select.form-select * {
	padding: 10px;
}
.pesquisa-produto .form-select.form-select-small {
	/*width: 180px;
	background-position: 150px center;
	background-size: 11%;*/
}
.pesquisa-produto .form-select.form-select-big {
	/*width: 210px;
	margin-right: 10px;*/
	background-position: 235px center;
	background-size: 8%;
}
.datepicker-produto {
	width: 815px !important;
	position: absolute !important;
	left: 17% !important;
	top: 343px !important;
	border: 0px !important;
	border-radius: 0px;
	background-color: #fff;
	color: #231f20;
}
.datepicker-produto:after {
	bottom: 100%;
	left: 53%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	z-index: 500;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
	background-image: url(../images/left_calendar.png) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	cursor: pointer;
}
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
	background-image: url(../images/right_calendar.png) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	cursor: pointer;
}
#ui-datepicker-div.ui-datepicker .ui-state-hover {
	border: 0px;
	background-color: #fff;
	border-radius: 0px;
}
#ui-datepicker-div .ui-datepicker-header {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	font-size: 15px;
	text-transform: uppercase;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
	font-weight: bold;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
	font-weight: normal;
}
#ui-datepicker-div .ui-state-default {
	background-color: rgba(21, 138, 205, 0.8) !important;
	border: none !important;
	width: 49px !important;
	height: 30px !important;
	text-align: center;
	color: #fff !important;
}
#ui-datepicker-div .ui-state-disabled > .ui-state-default {
	background-color: #fff !important;
	border: 1px solid #77787b !important;
	color: #77787b !important;
}
#ui-datepicker-div .ui-state-default.ui-state-active {
	background-color: #8fcc91 !important;
	border: none !important;
	color: #77787b;
}
#bannerDestino .alignDivCenter {
top:50%;	
}
.pesquisa-produto .btn-pesquisa, #submit-newsletter  {
	/*	background-color: #f2ae2a;
	color: #fff;
	width: 75px;
	height: 75px;
	text-align: center;
	font-size: 55px;
	padding-top: 8px;
	float: left;*/
	color: #fff;
	text-align: center;
	background-color: #f2ae2a;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	border: 0px;
	text-transform: uppercase;
	width: 100%;
	height: 46px;
	padding: 0px;
	vertical-align: middle;
	/*float: left;
	margin-top: 20px;*/
	/*margin-left: 15px;*/
	transition: all 400ms ease-in-out;
}
.pesquisa-produto .btn-pesquisa:hover, #submit-newsletter:hover {
	opacity: 0.9;
}
/*.pesquisa-produto .btn-pesquisa i {
	display: block;
}*/
.pesquisa-passageiros {
	position: absolute;
	/*	top: 50%;
	left: 44%;
	transform: translate(-50%, 89%);*/
	left: 7.5%;
	margin-top: 0px;
	background-color: #fff;
	width: 69.5%;
	padding: 30px 80px;
	text-align: left;
	z-index: 800;
}
.pesquisa-passageiros:after {
	bottom: 100%;
	left: 85%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	z-index: 500;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.pesquisa-passageiros h4 {
	background-color: #77787b;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	margin-top: 18px;
	margin-bottom: 0px;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.pesquisa-passageiros .form-group {
	width: 220px;
	height: 40px;
	margin-bottom: 0px;
	margin-top: 20px;
	float: left;
}
.pesquisa-passageiros .form-select {
	height: 34px;
	width: 196px;
	background-color: #fff;
	text-transform: uppercase;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #77787b;
	border-radius: 0px;
	box-shadow: none;
	padding: 5px;
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 160px center;
	background-size: 11%;
	margin-right: 15px;
}
.pesquisa-passageiros .form-group select.form-select * {
	padding: 8px;
}
.pesquisa-passageiros .form-group .fa {
	position: relative;
	float: right;
	font-size: 33px;
	right: 30px;
	display: block;
}
.pesquisa-passageiros .input-group {
	width: 242px;
	border: 1px solid #77787b;
}
.pesquisa-passageiros .input-group input {
	height: 34px;
	box-shadow: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.pesquisa-passageiros .input-group.input-child {
	width: 103px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
.pesquisa-passageiros .input-child input {
	width: 40px;
	background-color: #fff;
}
.pesquisa-passageiros .input-group button {
	width: 34px;
	height: 34px;
	box-shadow: none;
	border-radius: 0px;
	background-image: none;
	background-color: #f1f1f2;
	border-left: 1px solid #77787b;
	padding: 7px;
}
.pesquisa-passageiros span {
	text-transform: uppercase;
	font-size: 10px;
}
.pesquisa-passageiros .btn-pesquisa {
	color: #fff;
	text-align: center;
	background-color: #f2ae2a;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	border: 0px;
	text-transform: uppercase;
	width: 142px;
	height: 32px;
	padding: 0px;
	vertical-align: middle;
	/*	float: right;*/
	margin-top: 20px;
}
.pesquisa-passageiros .btn-pesquisa:hover {
	opacity: 0.8;
}
.h3-produtos {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
}
.videoteca {
	margin-top: 10px;
}
#tabs-videoteca, #tabs-destino, #tabs-resultados {
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
#tabs-videoteca ul, #tabs-destino ul, #tabs-resultados ul {
	background-color: #edecec;
	width: 100%;
	height: 60px;
	padding-left: 105px;
	border: 0px;
	border-radius: 0px;
	padding-top: 0px;
	z-index:0;
}
#tabs-videoteca .ui-tabs-panel, #tabs-destino .ui-tabs-panel {
	padding: 15px 105px;
}
#tabs-videoteca ul li, #tabs-destino ul li, #tabs-resultados ul li {
	float: left;
	list-style: none;
	height: 60px;
	/*width: 110px;*/
	vertical-align: middle;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
	margin-right: 0px;
	margin-top: 0px;
}
#tabs-videoteca ul li a, #tabs-destino ul li a, #tabs-resultados ul li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #323232;
	vertical-align: middle;
	text-align: center;
	padding: 18px 30px;
}
#tabs-videoteca ul li.ui-state-active, #tabs-destino ul li.ui-state-active, #tabs-resultados ul li.ui-state-active {
	background-color: #323232;
}
#tabs-videoteca ul li:hover, #tabs-destino ul li:hover, #tabs-resultados ul li:hover {
	background-color: #d6d6d5;
}
#tabs-videoteca ul li.ui-state-active:hover, #tabs-destino ul li.ui-state-active:hover, #tabs-resultados ul li.ui-state-active:hover, #tabs-destino .conteudo-tab #subtabs-destino ul li.ui-state-active:hover {
	background-color: #323232;
	cursor: pointer;
}
#tabs-videoteca ul li.ui-state-active a, #tabs-destino ul li.ui-state-active a, #tabs-resultados ul li.ui-state-active a {
	color: #fff;
}
#tabs-videoteca ul li.ui-state-active:after, #tabs-destino ul li.ui-state-active:after, #tabs-resultados ul li.ui-state-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	z-index: 500;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #323232;
	border-width: 10px;
	margin-left: -10px;
}
#tabs-resultados .ui-tabs-panel {
	padding: 15px 60px;
}
#tabs-destino {
	font-size: 13px;
	font-weight: normal;
}
#tabs-destino .conteudo-tab {
	padding-top: 37px !important;
	min-height: 400px;
}
#tabs-destino h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#tabs-destino h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#tabs-destino h5 {
	font-size: 20px;
	color: #0c507f;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0px;
}
#tabs-destino h5 i {
	color: #fcbe1b;
	margin-top:10px;
	font-size:18px;
}
#tabs-destino .div-tag-htl {
	background-color: #fcbe1b;
	padding: 5px 20px;
	margin-right: 15px;
	display: inline-block;
		margin-bottom:10px;
	margin-top:10px;
}
#tabs-destino .div-tag-htl.tag-htl-blue {
	background-color: #1b95c6;
}

#tabs-destino .btn-ver-mais {
	color: #0089c0;
	text-transform: uppercase;
	text-decoration: underline;
}
/*#tabs-destino #tabs-d4.conteudo-tab {
	padding: 0px !important;
}
#tabs-destino ul .tab-hotel.ui-state-active:after {
	border: 0px;
}
#tabs-destino ul .tab-hotel.ui-state-active {
	background-color: #77787b;
}*/
#tabs-destino .conteudo-tab #subtabs-destino {
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
#tabs-destino .conteudo-tab #subtabs-destino ul {
	padding-left: 105px;
	height: auto;
	background-color: #77787b;
	border: 0px;
	border-radius: 0px;
	padding-top: 0px;
}
#tabs-destino .conteudo-tab #subtabs-destino .subtabs-div {
	height: 37px;
}
#tabs-destino .conteudo-tab #subtabs-destino ul li {
	height: 37px;
}
#tabs-destino .conteudo-tab #subtabs-destino ul li a {
	padding-top: 8px;
	padding-bottom: 5px;
	color: #fff;
}
#tabs-destino .conteudo-tab #subtabs-destino ul li:hover {
	background-color: #d6d6d5;
}
#tabs-destino .conteudo-tab #subtabs-destino ul li:hover a {
	color: #323232;
	text-decoration: none;
}
#tabs-destino .conteudo-tab #subtabs-destino ul li.ui-state-active a {
	color: #fff;
}
#tabs-destino .conteudo-tab #subtabs-destino ul li.ui-state-active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	z-index: 500;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #323232;
	border-width: 10px;
	margin-left: -10px;
}
#tabs-destino .conteudo-tab .btn-pesquisa {
	color: #fff;
	text-align: center;
	background-color: #f2ae2a;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	border: 0px;
	text-transform: uppercase;
	width: 142px;
	height: 32px;
	padding: 0px;
	vertical-align: middle;
	float: left;
	margin-top: 20px;
}
#tabs-destino .conteudo-tab .pdf-desc {
	font-size: 15px;
	font-weight: bold;
}
#tabs-destino .conteudo-tab .btn-pesquisa:hover {
	transition: all 400ms ease-in-out;
	opacity: 0.8;
}
#tabs-destino .conteudo-tab .pdf-bro {
	float: right;
}
#tabs-destino .conteudo-tab .fa-file-pdf-o {
	font-size: 30px;
}
/*DYNAMIC SEARCH*/
.dados-pesquisa {
	background-color: rgba(0, 0, 0, 0.7);
	min-height: 77px;
	margin-top: 50px;
	/*padding-top: 14px;*/
	padding-bottom: 14px;
    z-index: 997;
    position:relative;
}
.dados-pesquisa .div-form {
	position: absolute;
	left: 4% !important;
	width: 96%;
		justify-content:center;
	display:flex;
}
#form_alt_pkt_search {
	margin-top: 15px;
}
.dados-pesquisa .pesquisa-passageiros {
	margin-top: 63px;
	left: 18%;
	width: 52%;
	z-index: 1000;
	padding: 30px 70px;
}
.dados-pesquisa .pesquisa-passageiros .form-select {
	height: 40px;
	background-position: 230px center;
}
.dados-pesquisa .pesquisa-passageiros .child-age-div {
	margin-top: 8px;
	float: left;
}
.dados-pesquisa .pesquisa-passageiros .form-group {
	width: auto;
}
.dados-pesquisa .pesquisa-passageiros:after {
	left: 75%;
}
.dados-pesquisa .pesquisa-passageiros h4 {
	margin-top: 27px;
}
.dados-pesquisa .form-select {
	height: 46px;
	width: 100%;
	background-color: #fff;
	text-transform: uppercase;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #77787b;
	border-radius: 0px;
	box-shadow: none;
	padding: 5px 11px;
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
	border: 0px;
}
.dados-pesquisa .pesquisa-passageiros .form-select {
	border: 1px solid #77787b;
}
.dados-pesquisa .pesquisa-passageiros .form-select.form-select-big {
	margin-top: 6px;
}
.dados-pesquisa .form-select * {
	padding: 10px;
}
.dados-pesquisa .form-select.form-select-small {
	width: 95px;
}
.dados-pesquisa .form-select.form-select-big {
	width: 272px;
}
.dados-pesquisa .btn-alt-pesquisa {
	color: #fff;
	text-align: center;
	background-color: #f2ae2a;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	border: 0px;
	text-transform: uppercase;
	width: 142px;
	height: 32px;
	padding: 0px;
	vertical-align: middle;
	float: left;
	margin-top: 7px;
	transition: all 400ms ease-in-out;
}
.dados-pesquisa .btn-alt-pesquisa:hover {
	opacity: 0.9;
}
#tabs-resultados .tabs-result {
	padding: 35px 45px;
}
#tabs-resultados .tabs-result .div-geral, .final-reserve .div-geral, .details  .div-geral {
	border: 3px solid #231f20;
	min-height: 207px;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
#tabs-resultados .tabs-result .div-geral.div-especial, .final-reserve .div-geral.div-especial, .details .div-geral.div-especial {
	border: 0px;
	background-color: #edecec;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-img, .final-reserve .div-geral .div-img, #tabs-resultados .tabs-result.tab-resume .div-geral .div-img, .details  .div-geral .div-img {
	padding-left: 0px;
	min-height: 207px;
}
.div-imagem-modal {
	height: 50% !important;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-img img, .final-reserve .div-geral .div-img img, #infoHotelModal .div-imagem img, #tabs-resultados .tabs-result.tab-resume .div-geral .div-img img, .details .div-geral .div-img img {
	top: 50%;
	left: 50%;
	position: relative;
	transform: translate(-50%, -50%);
	width: 100%;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel, .final-reserve .div-geral .div-hotel, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel, .details .div-geral .div-hotel {
	text-transform: uppercase;
	padding-left: 0px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel h4, .final-reserve .div-geral .div-hotel h4, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel h4, .details .div-geral .div-hotel h4 {
	font-size: 28px;
	font-weight: bold;
	color: #f66005;
	margin-bottom: 0px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel span, .final-reserve .div-geral .div-hotel span, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel span, .details .div-geral .div-hotel span  {
	font-size: 13px;
	font-weight: bold;
	color: #231f20;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .star, .final-reserve .div-geral .div-hotel .star, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .star, .details .div-geral .div-hotel .star {
	font-size: 20px;
	color: #f2ae2a;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .mais-info, .final-reserve .div-geral .div-hotel .mais-info, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .mais-info, .details  .div-geral .div-hotel .mais-info {
	font-size: 13px;
	font-weight: normal;
	color: #d1472e;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .table-listagem, .final-reserve .div-geral .div-hotel .table-listagem, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .table-listagem, .details .div-geral .div-hotel .table-listagem {
	border-spacing: 10px;
	margin-top: 10px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .table-listagem th, .final-reserve .div-geral .div-hotel .table-listagem th, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .table-listagem th, .details  .div-geral .div-hotel .table-listagem th {
	border-bottom: 1px solid #323232;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 5px 5px 0px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .table-listagem td, .final-reserve .div-geral .div-hotel .table-listagem td, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .table-listagem td, .details .div-geral .div-hotel .table-listagem td {
	padding: 10px 10px 10px 0px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .table-listagem .occupation, .final-reserve .div-geral .div-hotel .table-listagem .occupation, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .table-listagem .occupation, .details .div-geral .div-hotel .table-listagem .occupation {
	padding: 22px 13px 13px 15px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .table-listagem .occupation img, .final-reserve .div-geral .div-hotel .table-listagem .occupation img, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .table-listagem .occupation img, .details .div-geral .div-hotel .table-listagem .occupation img {
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .table-listagem .occupation .ocp-adl, .final-reserve .div-geral .div-hotel .table-listagem .occupation .ocp-adl, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .table-listagem .occupation .ocp-adl, .details .div-geral .div-hotel .table-listagem .occupation .ocp-adl {
	height: 21px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel .table-listagem .occupation .ocp-chd, .final-reserve .div-geral .div-hotel .table-listagem .occupation .ocp-chd, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel .table-listagem .occupation .ocp-chd, .details .div-geral .div-hotel .table-listagem .occupation .ocp-chd {
	height: 14px;
	margin-top: 7px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel select, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel select, .details .div-geral .div-hotel select {
	width: 100%;
	height: 46px;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	/*background-color: #edecec;*/
	color: #231f20;
	font-size: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px;
	background-image: url(../images/select.png);
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: 95% center;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel select *, #tabs-resultados .tabs-result.tab-resume .div-geral .div-hotel select *, .details .div-geral .div-hotel select * {
	padding: 10px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco, .final-reserve .div-geral .div-preco, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco, .details  .div-geral .div-preco {
	background-color: #1b89ca;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
	color: #fff;
	font-size: 14px;
	min-height: 212px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco span, .final-reserve .div-geral .div-preco span, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco span, .details .div-geral .div-preco span {
	font-size: 16px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco .price-span, .final-reserve .div-geral .div-preco .price-span, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco .price-span, .details .div-geral .div-preco .price-span {
	font-size: 42px;
	margin: 0px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco h5, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco h5, .details .div-geral .div-preco h5 {
	margin-bottom: -10px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco h5 .currency-span, .final-reserve .div-geral .div-preco h5 .currency-span, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco h5 .currency-span, .details  .div-geral .div-preco h5 .currency-spa {
	font-size: 16px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco .total-price, .final-reserve .div-geral .div-preco .total-price, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco .total-price, .details .div-geral .div-preco .total-price {
	margin-top: 10px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco .total-pax-desc, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco .total-pax-desc, .details .div-geral .div-preco .total-pax-desc {
	font-size: 14px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-preco .btn-reservar, #tabs-resultados .tabs-result.tab-resume .div-geral .div-preco .btn-reservar, .details  .div-geral .div-preco .btn-reservar {
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
	color: #ffF;
	background-color: #f2ae2a;
	height: 33px;
	width: 143px;
	border-radius: 5px;
	letter-spacing: 3px;
	margin-top: 10px;
}
#tabs-resultados .tabs-result.tab-servico .div-geral {
	padding-bottom: 36px;
}
#tabs-resultados .tabs-result.tab-servico .div-geral h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#tabs-resultados .tabs-result.tab-voos .div-geral {
	min-height: 204px;
	margin-bottom: 35px;
}
#tabs-resultados .tabs-result.tab-voos .table-voos {
	font-size: 13px;
	text-transform: uppercase;
}
#tabs-resultados .tabs-result.tab-voos .table-voos span {
	text-transform: capitalize;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .time {
	color: #d1472e;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-size: 85% auto;
	background-position: center top;
	display: block;
	padding-top: 5px;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tr-suplemento {
	background-color: #1b89ca;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tr-suplemento td {
	padding: 10px 27px;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tr-suplemento td input[type=radio] {
	width: 30px;
	height: 30px;
	background-color: #d6d6d5;
	border: 0;
	border-radius: 2px;
	vertical-align: middle;
	margin-left: 25px;
	appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .sub-table {
	padding: 15px 0px;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .sub-table tr td {
	padding: 15px 0px;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tipo-voo {
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;
}
#tabs-resultados .tabs-result.tab-voos .table-voos img {
	vertical-align: middle;
}
#tabs-resultados .tabs-result.tab-voos .btn-atualiza {
	background-color: #f2ae2a;
	width: 258px;
	height: 45px;
	border-radius: 5px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	float: right;
	margin-bottom: 35px;
}
#tabs-resultados .tabs-result.tab-voos p {
	font-size: 15px;
	display: inline-block;
}
/*MODALS*/
.modal-dialog {
	width: 520px;
}
.modal-dialog .modal-content {
	border-radius: 0px;
	border: 1px solid #323232;
	background-color: #fff;
	box-shadow: none;
}
.modal-dialog .modal-content .modal-header {
	background-color: #1b89ca;
	color: #fff;
	border-bottom: 1px solid #323232;
	text-align: center;
	padding: 10px 15px;
}
.modal-dialog .modal-content .modal-header .close {
	font-size: 30px;
	color: #fff;
	opacity: 1;
	width: 26px;
	height: 26px;
	margin-top: 2px;
	margin-right: 2px;
}
.modal-dialog .modal-content .modal-header h4 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#loginModal .modal-dialog .modal-content .modal-body .form-login-modal {
	width: 48%;
	margin: 0 auto;
}
#loginModal .modal-dialog .modal-content .modal-body p {
	text-align: center;
}
#loginModal .modal-dialog .modal-content .modal-body .form-login-modal label {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0px;
	vertical-align: middle;
}
#loginModal .modal-dialog .modal-content .modal-body .form-login-modal input {
	width: 236px;
	height: 40px;
	border: 1px solid #323232;
	padding-left: 10px;
}
#loginModal .modal-dialog .modal-content .modal-body .form-login-modal input[type="checkbox"] {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
#loginModal .modal-dialog .modal-content .modal-body .form-login-modal .btn-login {
	width: 41px;
	height: 41px;
	background-color: #f2ae2a;
	color: #fff;
	font-size: 40px;
	float: right;
	text-align: center;
	padding-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}
#loginModal .modal-dialog .modal-content .modal-body .form-login-modal .btn-login i {
	display: block;
}
#passageirosModal .modal-dialog {
	width: 1024px;
	min-height: 300px;
}
#passageirosModal .modal-dialog .modal-content .modal-body {
	display: inline-block;
	padding: 15px 15px 35px 15px;
}
#passageirosModal .modal-dialog .modal-content .modal-body p {
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
}
#passageirosModal .modal-dialog .modal-content .modal-body .form-passageiros-modal .form-group {
	width: 13%;
	float: left;
	margin-right: 10px;
}
#passageirosModal .modal-dialog .modal-content .modal-body .form-passageiros-modal input, #passageirosModal .modal-dialog .modal-content .modal-body .form-passageiros-modal textarea, #passageirosModal .modal-dialog .modal-content .modal-body .form-passageiros-modal select {
	width: 100%;
	height: 30px;
	border: 1px solid #323232;
	padding-left: 10px;
}
#passageirosModal .modal-dialog .modal-content .modal-body .form-passageiros-modal label {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
	vertical-align: middle;
}
#passageirosModal .modal-dialog .modal-content .modal-body .form-passageiros-modal .btn-ok {
	width: 41px;
	height: 41px;
	background-color: #f2ae2a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	bottom: 0px;
	position: absolute;
	right: 45px;
	padding-top: 15px;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 25px;
}
#orcamentoModal .modal-dialog .modal-content .modal-body {
	display: inline-block;
	width: 100%;
}
#orcamentoModal .modal-dialog .modal-content .modal-body .form-orcamento-modal input {
	width: 100%;
	height: 40px;
	border: 1px solid #323232;
	padding-left: 10px;
}
#orcamentoModal .modal-dialog .modal-content .modal-body .form-orcamento-modal label {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0px;
	vertical-align: middle;
}
#orcamentoModal .modal-dialog .modal-content .modal-body .form-orcamento-modal .btn-ok, #cancelarReservaModal .btn-ok {
	width: 41px;
	height: 41px;
	background-color: #f2ae2a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	padding-top: 15px;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
}
#infoHotelModal .modal-dialog {
	width: 980px;
}
#infoHotelModal .modal-dialog .modal-content .modal-header {
	background-color: #fff;
	border: 0px;
}
#infoHotelModal .modal-body {
	padding: 28px 105px 42px 95px;
}
/*#editarReservaModal .modal-dialog { 
	width: 980px;
}
#editarReservaModal .modal-dialog .modal-content .modal-header {
	background-color: #fff;
	border: 0px;
}
#editarReservaModal .modal-body {
	padding: 28px 105px 42px 95px;
}*/
/*RES LIST*/
.res_list {
	background-color: rgba(0, 0, 0, 0.7);
	height: 77px;
	margin-top: 50px;
	/*padding-top: 14px;*/
	padding-bottom: 14px;
}
.res_list .div-form {
	position: relative;
	top: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}
.res_list .form-grupo {
	float: left;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
	height: 46px;
	width: auto;
	background-color: #fff;
	margin-right: 20px;
	text-align: left;
	cursor: pointer;
}
.res_list .form-grupo .fa {
	position: relative;
	float: right;
	font-size: 33px;
	right: 10px;
	top: 5px;
	display: block;
}
.res_list .form-select {
	height: 46px;
	width: 135px;
	background-color: #fff;
	text-transform: uppercase;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #77787b;
	border-radius: 0px;
	box-shadow: none;
	padding: 5px 11px;
	text-transform: uppercase;
	margin-right: 10px;
	border: 0px;
}
.res_list .form-select.form-select-small {
	width: 75px;
}
.res_list select.form-select * {
	padding: 10px;
}
.res_list .form-select.form-select-big {
	width: 166px;
}
.res_list .btn-alt-pesquisa, .table-listagem-reservas .btn-save-pax-info, .btn-pagamento {
	color: #fff;
	text-align: center;
	background-color: #f2ae2a;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	border: 0px;
	text-transform: uppercase;
	width: 142px;
	height: 32px;
	padding: 0px;
	vertical-align: middle;
	float: left;
	margin-top: 7px;
	transition: all 400ms ease-in-out;
}
.table-listagem-reservas .btn-save-pax-info {
	width: 100 px;
	margin-top: 0px;
	float: right;
}
.res_list .btn-alt-pesquisa:hover {
	opacity: 0.9;
}
.listagem-reservas {
	margin: 0 auto;
	width: 86%;
	padding-bottom: 50px;
	min-height: 417px;
}
.listagem-reservas h3 {
	text-align: center;
	margin-top: 40px;
}
.listagem-reservas .legenda {
	float: right;
	padding-top: 17px;
	padding-bottom: 26px;
}
.listagem-reservas .legenda div {
	float: left;
	margin-left: 20px;
	font-size: 10px;
}
.listagem-reservas .legenda div span {
	padding-top: 2px;
	vertical-align: middle;
	font-size: 12px;
}
.listagem-reservas .legenda a:hover, .listagem-reservas .legenda a:focus {
	text-decoration: none;
}
.listagem-reservas .legenda .fa {
	border-radius: 10px;
	background-color: #1b89ca;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	width: 19px;
	height: 19px;
	padding-top: 5px;
}
.listagem-reservas .fa.cinza {
	background-color: #666 !important;
}
.listagem-reservas .fa.azul {
	background-color: #1b89ca;
}
.listagem-reservas .fa.verde {
	background-color: #008272;
}
.listagem-reservas .fa.vermelho {
	background-color: #d1472e;
}
.listagem-reservas .fa.roxo, .invoice-tr {
	background-color: #80387b !important;
}
.listagem-reservas .fa.amarelo {
	background-color: #f2ae2a;
}
.listagem-reservas .fa.rosa {
	background-color: #c162a5;
}
.listagem-reservas .fa.laranja, .documentation-tr {
	background-color: #f47821;
}
.listagem-reservas .fa.azul_escuro, .insurance-tr {
	background-color: #29579a !important;
}
.listagem-reservas .fa.castanho {
	background-color: #b23333;
}
.invoice-tr a, .documentation-tr a, .insurance-tr a {
	color: #fff;
}
.invoice-tr td, .documentation-tr td, .insurance-tr td {
	color: #fff;
	text-align: right !important;
}
.listagem-reservas .legenda-tb {
	padding: 0px;
	text-align: right;
	min-width: 340px;
}
.listagem-reservas .legenda-tb .fa {
	width: 30px;
	height: 30px;
	padding-top: 5px;
	border-radius: 30px;
	font-size: 18px;
	margin-left: 8px;
}
.listagem-reservas .legenda-tb .fa im, .listagem-reservas .legenda .fa img {
}
.listagem-reservas h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #1b89ca;
	margin: 0px;
	text-align: center;
	height: 44px;
	vertical-align: middle;
	padding-top: 13px;
}
.listagem-reservas .table-listagem-reservas {
	font-size: 14px;
	border: 0px !important;
}
.listagem-reservas .table-listagem-reservas tr th {
	background-color: #231f20;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	height: 28px;
	font-weight: normal;
}
.listagem-reservas .table-listagem-reservas tr td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.listagem-reservas .table-listagem-reservas tr .uppercase {
	text-transform: uppercase;
}
.listagem-reservas .table-listagem-reservas.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.listagem-reservas .table-listagem-reservas span {
	font-size: 11px;
}
.listagem-reservas .table-listagem-reservas input, .listagem-reservas .table-listagem-reservas select {
	width: 105px;
	color: #000;
}
.listagem-reservas .table-listagem-reservas textarea {
	height: 24px;
	width: 300px;
	color: #000;
}
.pax-list-tr {
	background-color: #80387b !important;
	color: white;
}
/*.listagem-reservas .legenda-tb .block-icon {
pointer-events: none;
}*/
.pagination-div {
	text-align: center;
}
.pagination {
	margin: 0px
}
#cancelarReservaModal .btn-ok {
	float: left;
	width: auto;
	margin-right: 10px;
	border: 0px;
	box-shadow: none;
}
#cancelarReservaModal .confirm-res {
	margin: 0 38%;
	height: 40px;
	margin-top: 20px;
	width: 115px;
}
#cancelarReservaModal p {
	text-align: center;
}
/*ULTIMO PASSO RESERVA*/
.final-reserve {
	margin-top: 100px;
	padding: 60px 100px;
}
.final-reserve h1 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #231f20;
	text-align: center;
	margin-bottom: 40px;
}
.final-reserve h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #1b89ca;
	margin: 0px;
	text-align: center;
	height: 44px;
	vertical-align: middle;
	padding-top: 13px;
	margin-top: 30px;
}
.final-reserve .div-geral input {
	/*	background-color: #edecec;*/
	padding-left: 10px;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	height: 46px;
}
.final-reserve .cond-gerais {
	text-transform: uppercase;
	font-size: 15px;
}
.final-reserve .cond-gerais a {
	color: #d24730;
}
.final-reserve .total-pax-desc {
	font-size: 15px !important;
}
.table-geral, .table, .table-responsive {
	border: 0px !important;
}
.table-geral tr th {
	background-color: #231f20;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	/*height: 28px;*/
	border: 0 !important;
}
.table-geral tr td {
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	padding: 8px;
	border: 0 !important;
}
.table-geral.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #edecec;
}
.table-geral .pax-td {
	background-color: #158acd;
	color: #fff;
	padding: 0px;
	vertical-align: middle;
}
.table-geral .pax-td div {
	border-bottom: 1px solid #fff;
	height: 23px;/*! text-align: center; */
	display: inline-block;
	padding: 0px 10px;
}
.table-geral .pax-td img {
	float: left;
}
.table-geral .pax-line-tr {
	border-top: 1px solid #323232;
}
.table-geral .status-wl {
	color: #d24730;
}
.table-geral.table-calculos {
	text-transform: uppercase;
}
.table-geral input {
	background-color: #edecec;
	padding-left: 10px;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	height: 46px;
	margin-top: 20px;
}
.table-geral tr td.obs {
	text-align: left;
}
.table-geral .form-select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #edecec;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	border-radius: 0px;
	height: 46px;
	width: 100%;
	background-image: url(../images/select.png);
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: 95% center;
}
.table-geral .form-select * {
	padding: 10px;
}
.table-geral .form-data {
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: 95% center;
	width: 100%;
	margin-top: 0px;
}
.table-geral .form-input {
	margin-top: 0px;
}
.table-geral .ver {
	color: #d24730;
	font-weight: bold;
	text-transform: uppercase;
}
.table-geral .valor-total {
	background-color: #d24730;
	height: 28px;
	color: #fff;
}
.comission-div {
	display: none;
}
.comission-table {
	background-color: #ededed;
	float: right;
	text-align: center;
}
.comission-info {
	cursor: pointer;
}
.white {
	background-color: #fff !important;
}
#table-paxs .pax-info .error, #table-agency-info .error {
	border: 1px solid #f60808;
}
/*PAGINA DO SEATING*/
.seating-row {
	padding-top: 60px;
}
.seating {
	padding: 0px 110px;
}
.seating p {
	font-size: 14px;
}
.seating hr {
	color: #231f20;
	background-color: #231f20;
	border: 1px solid #231f20;
	margin-top: 0px;
}
.seating .clean {
	color: #d1472e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0px;
}
.seating .table-geral input[type="radio"] {
	background-color: #edecec;
	width: 28px;
	height: 28px;
	margin: 0px;
}
.seating .table-geral th {
	padding: 5px 0px;
}
.seating .table-geral.table-voo-pax tr {
	border-bottom: 1px solid #231f20;
}
.seating .table-geral.table-voo-pax td {
	text-align: left;
}
.seating .table-geral.table-voo-pax th {
	text-transform: capitalize;
	text-align: left;
}
.seating .table-legenda-seating {
	font-size: 16px;
}
.seating .table-legenda-seating td {
	padding: 10px;
}
.seating .seat-legenda {
	border: 1px solid #d1472e;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
}
.seating .user-legenda {
	border-bottom: 1px solid #d1472e;
	color: #d1472e;
	font-size: 12px;
	vertical-align: middle;
	padding: 0px 2px;
}
.seating .user-seating {
	border-bottom: 1px solid #d1472e;
	font-size: 18px;
	vertical-align: middle;
	padding: 0px 3px;
}
.seating .lugar-select-lg {
	background-color: #fff;
	border: 1px solid #d1472e;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
}
.seating .lugar-marcado-lg {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	padding: 4px;
}
.seating .lugar-select {
	border: 2px solid #d1472e;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background-color: #fff;
	padding: 6px;
	display: inline-block;
}
.seating .lugar-marcado {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	padding: 6px;
	display: inline-block;
}
.seating .alto {
	background-color: #ecb4ac;
	border-color: #d1472e !important;
}
.seating .red {
	color: #d1472e;
	border-color: #d1472e;
}
.seating .medio {
	background-color: #a1cfe9;
	border-color: #1b89ca !important;
}
.seating .blue {
	color: #1b89ca;
	border-color: #1b89ca;
}
.seating .baixo {
	background-color: #a1d5b5;
	border-color: #159d49 !important;
}
.seating .green {
	color: #159d49;
	border-color: #159d49;
}
.seating .baixo_alt {
	background-color: #c2ecf9;
	border-color: #00c3ff !important;
}
.seating .blue_light {
	color: #00c3ff;
	border-color: #00c3ff;
}
.seating .medio_alt {
	background-color: #f2cf8a !important;
	border-color: #f2ae2a !important;
}
.seating .orange {
	color: #f2ae2a;
	border-color: #f2ae2a;
}
.seating .alto_alt {
	background-color: #e6ccec !important;
	border-color: #d30bff !important;
}
.seating .yellow {
	color: #d30bff;
	border-color: #d30bff;
}
.seating .btn-reservar {
	font-size: 19px;
	font-weight: bold;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
	color: #ffF;
	background-color: #f2ae2a;
	height: 45px;
	width: auto;
	border-radius: 5px;
	letter-spacing: 3px;
	margin: 20px 0px;
	padding: 0 10px;
}
.seating .btn-place {
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	text-transform: uppercase;
	color: #ffF;
	background-color: #bdbcbc;
	height: 30px;
	width: auto;
	border-radius: 5px;
	letter-spacing: 3px;
	padding: 0 10px;
}
.seating h2 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #666;
	font-size: 18px;
	font-weight: bold;
	height: 44px;
	padding-top: 12px;
}
.table-seating {
	text-align: center;
	background-color: #f4f4f4;
}
.table-seating th {
	background-color: #666;
	color: #ffF;
	font-size: 21px;
	font-weight: normal;
	padding: 2px 5px;
	text-align: center;
}
.table-seating td {
	padding: 8px;
	text-align: center;
}
.table-seating .seat {
	border: 2px solid #d1472e;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	padding: 3px;
	display: inline-block;
	cursor: pointer;
}
.table-seating .linha {
	border-bottom: 1px solid #231f20;
	padding: 5px 0px;
}
/*MODAL EDITAR RESERVA*/
#editarReservaModal .modal-dialog {
	width: 1217px;
}
#editarReservaModal .modal-dialog .modal-content .modal-body {
	display: inline-block;
	width: 100%;
}
#editarReservaModal .modal-dialog .modal-content .modal-body h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #1b89ca;
	margin: 0px;
	text-align: center;
	height: 44px;
	vertical-align: middle;
	padding-top: 13px;
}
#editarReservaModal .modal-dialog .modal-content .modal-body textarea, .final-reserve textarea {
	background-color: #edecec;
	padding-left: 10px;
	border: 0px;
	border-radius: 0px;
	height: 91px;
	margin-bottom: 30px;
}
#editarReservaModal .modal-dialog .modal-content .modal-body p {
	font-size: 13px;
	margin-top: 10px;
}
#editarReservaModal .modal-dialog .modal-content .modal-body .btn-ok, .final-reserve .btn-ok, .final-reserve .btn-ko {
	width: 41px;
	height: 41px;
	background-color: #f2ae2a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	padding-top: 15px;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 20px;
}
.final-reserve .btn-pdf {
	width: 41px;
	height: 41px;
	background-color: #717070;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	padding-top: 15px;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 20px;
}
.final-reserve .btn-bag {
	width: 41px;
	height: 41px;
	background-color: #717070;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	padding-top: 15px;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	cursor: pointer;
}
.final-reserve .btn-ok, .final-reserve .btn-ko {
	width: 278px;
	border-radius: 5px;
	height: 45px;
	font-size: 19px;
	letter-spacing: 3px;
}
.final-reserve .btn-ko a {
	color: #ffF;
	text-decoration: none;
}
.final-reserve .btn-pdf {
	width: 170px;
	border-radius: 5px;
	height: 45px;
	font-size: 15px;
	letter-spacing: 1px;
	margin-left: 20px;
	padding: 12px;
}
.final-reserve .btn-pdf a {
	color: #ffF;
	text-decoration: none;
}
.final-reserve .p-login {
	text-align: center;
	display: block;
	margin-top: 10px;
}

.final-reserve .btn-bag {
	width: 202px;
	border-radius: 5px;
	height: 30px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: 20px;
}
.final-reserve .btn-bag a {
	color: #ffF;
	text-decoration: none;
}
/*NOVA PAGINAS DE DESTINOS*/
.div-new-destino {
	margin-top: 80px;
	padding-left: 25px;
	padding-right: 25px;
}
.div-new-destino .bgImage {
	position: relative;
	height: 325px;
	background-size: 98%;
	margin-bottom:15px;
}
.div-new-destino .div-yellow {
	color: #fff;
	background-color: #f2b10d;
	position: absolute;
	right: 4px;
	bottom: 10px;
	text-align: right;
	padding: 2px 10px 2px 40px;
}
.div-new-destino .div-yellow h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.div-new-destino .div-yellow span {
	font-size: 12px;
}
.div-new-destino .div-yellow p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
.div-tags {
	background-color: #cbcbcb;
	padding: 15px 20px;
	border-radius: 20px;
}
.div-tags .tag-base {
	background-color: #b6b6b6;
	color: #888687;
	text-align: center;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
}
.div-tags .tag-base:hover {
	cursor:pointer;
}
.div-tags .tag-select {
	background-color: #f2b10d;
	color: #fff;
}
.div-tags .tag-select i {
	float: right;
	padding-top: 0px;
	margin-left: 5px;
	color:#fff;
	text-shadow:none;
}
.div-detail-info {
	padding:0px;
	padding-top: 80px;
	
}
.div-detail-info .container {
padding:0px;	
}
.div-detail-info .pesquisa-produto {
	background-color:#0976bb;
	text-align:left;
	padding:15px;
}
.div-detail-info .div-relacionado a {
	font-size:16px;
	color:#2c678f;
}
.div-detail-info .div-relacionado span {
color:#8d8d8d;	
}
.div-detail-info .pesquisa-produto .form-select {
width:100%;
	background-position: right center;
background-size: 5%;
}
.div-detail-info .pesquisa-produto h5 {
color:#fff;
text-transform:uppercase;
font-size:28px;	
font-weight:bold;
margin-left:15px;
}
.div-detail-info .pesquisa-produto .btn-pesquisar {
background-color:#f2b10d;
border-radius:10px;
width:100%;
text-align:center;
text-transform:uppercase;
font-size:20px;
color:#fff;	
}
.div-detail-info .span-tag-htl {
	background-color: #fcbe1b;
padding: 5px 20px;
margin-right: 15px;
display: inline-block;
	margin-bottom:10px;
	margin-top:10px;
}
.div-detail-info h2 {
	color:#0b4f80;
	text-transform:uppercase;
	font-weight:bold;
}
.div-detail-info h6 {
	color:#0875ba;
	text-transform:uppercase;
	font-size:18px;
	
}
.div-um-newsletter {
	background-image:url(../images/padrao_newsletter.jpg);width:100%; position:relative;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;
}
.div-dois-newsletter {
	text-align:center;background-color:rgb(21, 138, 205);color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;
}
@media(max-width: 1920px) and (min-width: 1680px) {
.footer-img {
	padding: 10px 27% 15px;
}
.dados-pesquisa .div-form {
	left: 58%;
}
.res_list .div-form {
	left: 62%;
}
.pesquisa-produto .form-produto {
	left: 14%;
}
.datepicker-produto {
	left: 24% !important;
}
}
@media(max-width: 1680px) {
.datepicker-produto {
	left: 20% !important;
}
.res_list .div-form {
	left: 53%;
}
}
 @media(max-width: 1600px) and (min-width: 1450px) {
.datepicker-produto {
	left: 18% !important;
}
.res_list .div-form {
	left: 52%;
}
.pesquisa-produto .form-produto {
	left: 8%;
}
/*.dados-pesquisa .div-form {
	left: 53%;
}*/
}
 @media(max-width: 1440px) {
#ui-datepicker-div.datepicker-index {
	top: 40% !important;
	left: 80px !important;
}
.footer-img {
	padding: 10px 20% 15px;
}
.redes-sociais {
	padding: 0px 40%;
}
/*.dados-pesquisa .div-form {
	left: 50%;
	width: 76%;
}*/
.res_list .div-form {
	left: 55%;
	width: 97%;
}
/*.pesquisa-produto {
	width: 77%;
}*/
.datepicker-produto {
	left: 15% !important;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tipo-voo {
	font-size: 20px;
}
.megamenu {
	right: -90px !important;
}
.drop-login {
	right: -20px !important;
}
}
@media(max-width: 1370px) {
.datepicker-produto {
	left: 13% !important;
}
.res_list .div-form {
	left: 50%;
}
.h2-home {
	margin: 10px auto 10px auto;
	font-size: 30px;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tipo-voo {
	font-size: 17px;
}
}
@media(max-width: 1290px) and (min-width: 1024px) {
#ui-datepicker-div.datepicker-index {
	top: 30% !important;
	width: 77em !important;
	left: 160px !important;
}
.footer-img {
	padding: 10px 18% 15px;
}
.redes-sociais {
	padding: 0px 39%;
}
.footer .form-news {
	width: 233px;
}
/*.pesquisa-produto {
	width: 90%;
}*/
/*.dados-pesquisa .div-form {
	left: 51%;
	width: 77%;
}*/
.datepicker-produto {
	left: 10.5% !important;
}
.dados-pesquisa .pesquisa-passageiros {
	left: 9.5%;
	width: 64.5%;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tipo-voo {
	font-size: 16px;
}	.pesquisa-produto .form-select {
		background-position: 132px center;
	}
}
@media(max-width: 1024px) {
		.pesquisa-produto .form-select {
		background-position: 132px center;
	}
	#bannerDestino .pesquisa-produto .form-select {
	margin-bottom:12px;	
	background-position: 183px center;
background-size: 8%;
	}
.navbar-default {
	background-color: #278ec4 !important;
}
#ui-datepicker-div.datepicker-index {
	top: 31% !important;
	width: 60em !important;
	left: 129px !important;
}
.div-horario {
	padding: 0px;
}
.alignDivCenter {
	top: 135px;
	left: 0px;
	transform: none;
	position: relative;
}
.pesquisa-produto-index .form-select {
	background-position: 115px center;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tipo-voo {
	font-size: 13px;
}
#bannerHome .carousel-indicators {
	bottom: 45px;
}
.footer .form-news {
	width: 230px;
}
.footer-img {
	padding: 10px 11% 15px;
}
.redes-sociais {
	padding: 0px 36%;
}
.footer .form-news {
	width: 170px;
}
/*.dados-pesquisa .div-form {
	width: 97%;
	left: 50%;
}*/
.res_list .div-form {
	width: 75%;
	left: 53%;
}
.res_list {
	height: 155px;
}
.res_list .form-grupo {
	margin-bottom: 20px;
}
.listagem-reservas .legenda-tb .fa {
	margin-bottom: 8px;
}
.datepicker-produto {
	left: 9.5% !important;
}
.pesquisa-passageiros {
	width: 84.5%;
}
.dados-pesquisa .pesquisa-passageiros {
	left: 1.5%;
	width: 79.5%;
}
#tabs-resultados .ui-tabs-panel {
	padding: 15px 0px;
}
.footer {
	padding: 0px 0px 20px 0px;
}
.destaques {
	margin: auto 0px;
}
.listagem-reservas {
	width: 95%;
}
#tabs-videoteca ul, #tabs-destino ul, #tabs-resultados ul {
	padding-left: 15px;
}
#tabs-videoteca .ui-tabs-panel, #tabs-destino .ui-tabs-panel {
	padding: 15px;
}
.pesquisa-produto .form-select.form-select-big {
	/*width: 218px;*/
	background-position: 184px center;
}
/*.pesquisa-produto .div-campos {
	margin-left: -45px;
}*/
.megamenu {
	right: -50px !important;
}
.drop-login {
	right: -5px !important;
}
.seating .btn-reservar {
	height: 55px;
}
.div-news .btn-news img {
	display: none;
}
.div-news .btn-news {
	left: 5%;
}
.div-news .btn-news span:first-child {
	margin: 0;
	display: inline;
}
#bannerDestino .alignDivCenter {
position:absolute;
top:32%;	
}
}
@media(max-width: 960px) {
	.pesquisa-produto .form-select {
		background-position: 96px center;
	}
	.dados-pesquisa .div-form {
	display:block;	
	}
		#bannerDestino .pesquisa-produto .div-campos {
	height:140px;	
	}
#ui-datepicker-div.datepicker-index {
	top: 17% !important;
	width: 60em !important;
	left: 43px !important;
}
#tabs-resultados .tabs-result.tab-voos .table-voos .tipo-voo {
	font-size: 11px;
}
.navbar-nav {
	margin-right: 25px;
}
.footer-img {
	padding: 10px 8% 15px;
}
.redes-sociais {
	padding: 0px 35%;
}
.footer-menu {
	padding-left: 0px;
}
/*.pesquisa-produto .div-campos {
	width: 72%;
	padding-bottom: 5px;
}*/
.pesquisa-produto .form-produto {
	left: 17%;
}
.pesquisa-produto .form-grupo {
	margin-bottom: 12px;
}
.dados-pesquisa {
	height: 140px;
}
/*.dados-pesquisa .div-form {
	width: 66%;
}*/
.dados-pesquisa .form-select {
	margin-bottom: 10px;
}
#tabs-resultados ul {
	padding-left: 0px;
}
.pesquisa-passageiros {
	width: 93%;
	left: -9.5%;
	/*margin-top: 136px;*/
	padding: 30px;
}
.pesquisa-passageiros:after {
	left: 65%;
}
.datepicker-produto {
	top: 403px !important;
	left: 6.5% !important;
	z-index: 500 !important;
}
.datepicker-produto:after {
	left: 50% !important;
}
.dados-pesquisa .pesquisa-passageiros {
	margin-top: 125px;
}
.dados-pesquisa .pesquisa-passageiros:after {
	left: 40%;
}
.final-reserve {
	padding: 60px 15px;
}
.pesquisa-produto .form-select.form-select-big {
	/*width: 272px;
	background-position: 235px center;*/
}
}
@media(max-width: 800px) {
	.div-detail-info .pesquisa-passageiros {
	width:100%;
	left: 4.5%;	
	}
	#ui-datepicker-div.datepicker-detail-info {
	width:100% !important;
	left:0px !important;	
	}
#ui-datepicker-div.datepicker-index {
	top: 19% !important;
	width: 57em !important;
	left: 1px !important;
}
.pesquisa-produto-index .form-select {
	background-position: 87px center;
}
.megamenu {
	width: 750px;
	right: -105px !important;
}
.drop-login {
	right: -30px !important;
}
.footer-img {
	padding: 10px 1% 15px;
}
.redes-sociais {
	padding: 0px 32%;
}
.res_list .div-form {
	width: 90%;
}
.listagem-reservas .legenda div {
	margin-bottom: 8px;
}
.datepicker-produto {
	left: 1% !important;
	width: 770px !important;
}
.pesquisa-produto .form-produto {
	left: 10%;
}
/*.dados-pesquisa .div-form {
	width: 79%;
}*/
#tabs-resultados ul li a {
	padding: 18px 16px;
}
.pesquisa-passageiros {
	left: 1%;
}
}
@media(max-width: 770px) {
	.pesquisa-produto .form-select {
  background-position: 96% center;background-size: 6%;
}
	#bannerDestino .alignDivCenter {
    position: absolute;
    top: 6%;
}
	
.align-product {
	transform: translate(-29%, -52%);
}
#ui-datepicker-div.datepicker-index {
	top: 24% !important;
	width: 55em !important;
	left: 0 !important;
}
.container-fluid > .navbar-header {
	background-color: #158acd;
}
.navbar-nav {
	margin-right: 0px;
	margin-top: 0px;
}
/*#bannerHome {
	height: 550px;
}*/
.navbar-default {
	height: auto;
	padding: 0px 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-brand {
	padding: 0 10px;
}
.megamenu-xs {
	background-color: #f3f0ec !important;
}
.logo {
	width: 140px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #158acd;
	border: none;
}
.navbar-nav {
	text-align: right;
}
/*.navbar-default .navbar-nav > li > a {
	color:#158acd;
}*/
.redes-sociais {
	padding: 0px 31%;
}
.footer-img img {
	margin-right: 50px;
}
.destaques img {
	margin-bottom: 15px;
}
.footer .form-news {
	width: 236px;
}
.res_list .div-form {
	width: 105%;
}
/*.pesquisa-produto .div-campos {
	width: 69%;
}*/
.pesquisa-produto .form-produto {
	left: 5%;
}
.pesquisa-passageiros h4 {
	display: block;
	float: none;
}
.dados-pesquisa {
	height: 145px;
	margin-top: 50px;
}
.pesquisa-passageiros {
	width: 75%;
	left: 9.5%;
/*	margin-top: 194px;*/
	padding: 20px 30px 35px 30px;
}
.pesquisa-passageiros::after {
	left: 26%;
}
#tabs-resultados .tabs-result .div-geral {
	margin-top: 50px;
}
.navbar-default.fixed-menu .navbar-brand {
	height: 50px;
	width: 52px;
	margin-top: 0px;
	margin-left: 20px;
}
.div-news .btn-news {
	left: 28%;
}
.mbottom40 {
	margin-bottom: 40px;
}
.pesquisa-produto-index .form-select {
	background-position: right center;
	background-size: 12%;
	margin-bottom: 10px;
}
.sub_footer {
	padding-bottom: 30px;
}
#menu-destinos {
	z-index: 7;
	width: 37%;
}
.pesquisa-passageiros.pesquisa-passageiros-index {
	left: 0;
	top: 71%;
}
#ui-datepicker-div.datepicker-index {
	top: 25% !important;
	width: 770px !important;
	left: 0% !important;
}
#tabs-destino .conteudo-tab #subtabs-destino ul, #tabs-destino ul {
	padding-left: 0px;
}
#tabs-destino ul li {
	/*background-color: #77787b;*/
	width: 100%;
}
#bannerDestino {
	top: 116px;
	margin-bottom: 100px;
}
}
@media(max-width: 740px) {
	#bannerDestino .pesquisa-produto .form-select {
    background-position: 610px center;
    background-size: 4%;
}
	#bannerDestino {
	margin-bottom: 200px;	
	}
	#bannerDestino .pesquisa-produto .div-campos {
    height: 310px;
}
	#ui-datepicker-div.datepicker-detail-info {
	top: -685px !important;
	position:relative !important;
	}
.navbar-nav > li {
	float: none;
}
.alignDivCenter {
	margin-bottom: 165px;
}
#ui-datepicker-div.datepicker-index {
	top: 114% !important;
	width: 100% !important;
}
.pesquisa-produto-index .form-select {
	background-size: 5%;
}
#bannerDestino {
	background-image:none !important;
}
#bannerDestino .pesquisa-produto h1 {
    color: #158acd;
	font-weight:bold !important;
}
#bannerDestino .container {
	top: 0px !important;
}
}
@media(max-width: 600px) {
	.footer-menu li {
	float:none;	
	text-align:left;
	}
	.div-dois-newsletter {
		position:relative;
	}
.menu-login.open:after, .menu-destinos.open:after {
	display: none;
}
.drop-login .form-login .btn-login {
	width: 100%;
	margin-left: 0px;
}
.footer-img img {
	margin-right: 62px;
	padding: 10px 10% 15px 19%;
}
.redes-sociais {
	padding: 0px 26%;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-img, .final-reserve .div-geral .div-img {
	padding-right: 0px;
}
#tabs-resultados .tabs-result.tab-hoteis .div-geral .div-hotel, .final-reserve .div-geral .div-hotel {
	padding-left: 15px;
}
#tabs-videoteca ul li, #tabs-resultados ul li {
	width: 100%;
}
.modal-dialog {
	width: 100%;
}
.pesquisa-passageiros {
	width: 100%;
	left: 0%;
}
.dados-pesquisa {
	height: 355px;
}
.dados-pesquisa .pesquisa-passageiros {
	margin-top: 225px;
	width: 100%;
}
#tabs-videoteca ul li, #tabs-resultados ul li {
	background-color: #f6f6f6;
}
.res_list {
	height: 225px;
}
.megamenu-xs {
	width: 100%;
}
}
@media(max-width: 480px) {
	#bannerDestino .pesquisa-produto .form-select {
    background-position: 253px center;
    background-size: 8%;
}
	#ui-datepicker-div.datepicker-detail-info {
	top: -417px !important;
	position:relative !important;
	}
.pesquisa-produto-index .form-select {
	background-size: 8%;
}
.redes-sociais {
	padding: 0px 20%;
}
.listagem-reservas .legenda div span {
	width: 100px;
	display: inline-block;
}


/*.pesquisa-passageiros {
	margin-top: 252px;
}*/
.footer-img img {
	margin: 0 28px;
	padding-top: 10px;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 45% !important;
	clear: both;
}
#ui-datepicker-div.datepicker-index {
	top: 55% !important;
}
}
@media(max-width: 420px) {
.redes-sociais {
	padding: 0px 15%;
}
.footer-img {
	padding: 10px 12% 15px 19%;
}
/*.pesquisa-produto .div-campos {
	margin-left: 0px;
}
.pesquisa-produto .div-campos {
	width: 95%;
}*/
.res_list {
	height: 280px;
}
.div-news .btn-news {
	left: 0%;
	width: 100%;
}
#ui-datepicker-div.datepicker-index {
	top: 75% !important;
}
}

.sup-bag-add{
	color: #fff;
	margin-left: 5px;
	margin-right: 15px;
	background-color: #1b89ca;
	padding: 5px;
	border-radius: 5px;
	width: 100%;
display: block;
}

.sup-bag-upgrade{
	color: #fff;
	margin-left: 5px;
	margin-right: 15px;
	background-color: #717070;
	padding: 5px;
	border-radius: 5px;
	width: 100%;
display: none;
}
#ui-datepicker-div .ui-state-default.ui-state-not-avail{
	background: rgba(241, 77, 77, 0.8) !important;
}

#ui-datepicker-div .ui-state-default.ui-last-seats{
	background: rgb(242, 174, 42) !important;
}
.hotelSearchList .col-md-2.col-sm-2.col-xs-12.div-preco {
    height: 207px;
    min-height: 207px;
}
.hotelSearchList .col-md-4.col-sm-3.col-xs-12.div-img {
    height: 202px;
    overflow: hidden;
}
#editarReservaModal .modal-dialog {
  width: 980px;
}
.col-md-4.col-sm-3.col-xs-12.div-img {
  height: 212px;
  overflow: hidden;
}

#area_cliente h3 {
margim:0px;	
}
#area_cliente h1 {
margin-bottom:50px;	
}
#area_cliente a:hover .card {
background-color:rgba(21, 138, 205, 0.9) !important;	
transition:all 200ms ease-in-out;
}
#area_cliente a:hover {
	color:#fff;
text-decoration:none;
}
.filter-btn {
    background-color: rgba(21, 138, 205, 0.9) !important;
    color: #fff !important;
    padding: 14px 20px;
    border-radius: 5px;
    margin-left: 5px;
    pointer-events: none;
}
.filter-label {
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
}
.standard-btn {
    color: #fff;
    text-align: center;
    background-color: #f2ae2a;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: none;
    border: 0px;
    text-transform: uppercase;
    width: 142px;
    height: 32px;
    padding: 0px;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
    transition: all 400ms ease-in-out;
}
.filter-div-htl .form-select, .filter-div-htl .form-input {
    height: 45px;
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px 11px;
    margin-right: 2px;
    border: 1px solid #666;
    border-radius: 6px;
    font-weight: bold;
}
.filter-div-htl .form-select {
    cursor: pointer;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 7%;
}
.filter-div-htl {
    padding: 0.75em 0px 0.75em 0px;
    
}
.multi-select-container {
    display: inline-block;
    position: relative;
    width: 100%
}
.multi-select-menu {
    position: absolute;
    left: 0;
    top: 1.0em;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 2.2em 0;
    padding: 0.4em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 999;
}
.multi-select-menu input {
    margin-right: 0.3em;
    vertical-align: 0.1em;
    margin-left: 0.5em;
}
.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 100%;
    height: 45px;
    font-size: 1em;
    padding: 12px 10px;
    border: 1px solid rgba(21, 138, 205, 0.9);
    font-weight: bold;
    border-radius: 6px;
}
.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}
.multi-select-menuitems label {
    font-weight: 500;
}
.multi-select-container--open .multi-select-menu {
    display: block;
}
.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}
.multi-select-menuitem {
    width: 100%;
}
.filterIcon {
    border: 1px solid rgba(21, 138, 205, 0.9);
    padding: 12px;
    border-radius: 6px;
}
.filter-btn {
    margin-left: -1em;
}
.filter-htl-name {
    border: 1px solid rgba(21, 138, 205, 0.9) !important;;
}

.pesquisa-destinos-div {
	position: absolute;
	/*	top: 50%;
	left: 44%;
	transform: translate(-50%, 89%);*/
	background-color: #fff;
	width: 69.5%;
	padding: 30px 80px;
	text-align: left;
	left: 12.5%;
	margin-top: 57px;
	z-index: 0 !important;
}
.pesquisa-destinos-div:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	z-index: 500;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.pesquisa-destinos-div h4 {
	background-color: #77787b;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	margin-top: 18px;
	margin-bottom: 0px;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.pesquisa-destinos-div .form-group {
	width: 220px;
	height: 40px;
	margin-bottom: 0px;
	margin-top: 20px;
	float: left;
}
.pesquisa-destinos-div .form-select {
	height: 34px;
	width: 196px;
	background-color: #fff;
	text-transform: uppercase;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #77787b;
	border-radius: 0px;
	box-shadow: none;
	padding: 5px;
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 160px center;
	background-size: 11%;
	margin-right: 15px;
}
.pesquisa-destinos-div .form-group select.form-select * {
	padding: 8px;
}
.pesquisa-destinos-div .form-group .fa {
	position: relative;
	float: right;
	font-size: 33px;
	right: 30px;
	display: block;
}
.pesquisa-destinos-div .input-group {
	width: 242px;
	border: 1px solid #77787b;
}
.pesquisa-destinos-div .input-group input {
	height: 34px;
	box-shadow: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.pesquisa-destinos-div .input-group.input-child {
	width: 103px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
.pesquisa-destinos-div .input-child input {
	width: 40px;
	background-color: #fff;
}
.pesquisa-destinos-div .input-group button {
	width: 34px;
	height: 34px;
	box-shadow: none;
	border-radius: 0px;
	background-image: none;
	background-color: #f1f1f2;
	border-left: 1px solid #77787b;
	padding: 7px;
}
.pesquisa-destinos-div .btn-pesquisa {
	color: #fff;
	text-align: center;
	background-color: #f2ae2a;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: none;
	border: 0px;
	text-transform: uppercase;
	width: 142px;
	height: 32px;
	padding: 0px;
	vertical-align: middle;
	/*	float: right;*/
	margin-top: 20px;
}
.pesquisa-destinos-div .btn-pesquisa:hover {
	opacity: 0.8;
}
.loading_div {
    display:none; 
    position:fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.ui-tabs-nav {
    position: relative;
    z-index:990;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover{
  background-color:rgba(29,134,192,0.7) !important;
  text-decoration:none;
  color:#fff !important;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover .pkt_contain .hotel_span, .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover .pkt_contain .pkt_name_span{
	color:#fff !important;
}

.color-bg {
	background-color: rgba(21, 138, 205, 0.8) !important;
	width: 70%;
	display: flex;
	justify-content: center;
}