/* CSS Document */

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #666; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin-bottom: 50px;
	animation: spin 2s linear infinite;
	position: relative;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
/** {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
}*/
.leftt {
	float: left;
}
.rightt {
	float: right;
}
.clear {
	clear: both;
}
.marginr20 {
	margin-right: 20px;
}
.marginb20 {
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px
}
.white, .white2 {
	background-color: #fff;
	min-height: 100px;
	padding: 15px 0px;
	width: 100%;
	margin-left: 0px;
}
.white2 {
	min-height: 250px;
}
/*pesquisa*/
.location, .dates {
	border-bottom: 1px solid #e5e5e5;
	height: 85px;
	padding-top: 20px;
}
.landing-booking-widget {
	background-color: #fff;
	min-height: 377px;
	position: relative;
	width: 100%;
	box-shadow: 1px 1px 2px 1px #e5e7e8;
}
/*.landing-booking-widget .flight-from::before {
	background: rgba(0, 0, 0, 0) url("/content/dam/images/SUBMARINO/icon/Icons.png") repeat scroll 0 -4158px;
	height: 16px;
	left: 21px;
	position: absolute;
	top: 25px;
	width: 24px;
}*/
.landing-booking-widget .flight-location label, .landing-booking-widget .flight-date label, .dates .data label, .landing-booking-widget .dates label, .landing-booking-widget .flight-class label, .flight-passengers label {
	color: #58595b;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
}
.landing-booking-widget .flight-location label .fa {
	margin-right: 10px;
	font-size: 16px;
}
.landing-booking-widget .standard {
	border-top: 1px solid #e8e8e8;
}
.landing-booking-widget .flight-location, .landing-booking-widget .flight-date, .dates .data {
	display: inline-block;
}
.landing-booking-widget .flight-passengers {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	height: 90px;
	padding-top: 20px;
}
.dates, .flight-passengers {
	font-size: 0;
}
.dates .fa, .location .fa {
	position: absolute;
	font-size: 17px;
	right: 25px;
	top: 11px;
}
.landing-booking-widget .flight-passengers .passenger {
	text-align: center;/*	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	display: inline-block;
	overflow: hidden;
	padding: 10px 0 0 3px;
	vertical-align: top;
	height:90px;*/
}
.landing-booking-widget .flight-passengers .children.passenger {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.spinner-wrapper {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	padding: 10px 10px 0;
	position: relative;
	width: 103px;
	text-align: center;
}
.landing-booking-widget .dates .wrap-dates .data::before {
	background: rgba(0, 0, 0, 0) url("") repeat scroll 0 -2099px;
	height: 18px;
	left: 20px;
	position: absolute;
	top: 2px;
	width: 20px;
}
.landing-booking-widget .dates .wrap-dates .date-init::before, .landing-booking-widget .dates .wrap-dates .date-end::before {
	color: #58595b;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 0;
	margin-top: 20px;
	text-transform: uppercase;
}
.landing-booking-widget .flight-passengers .flight-class::before {
	background: rgba(0, 0, 0, 0) url("") repeat scroll 0 -1329px;
	height: 6px;
	position: absolute;
	right: 10px;
	top: 31px;
	width: 11px;
}
.landing-booking-widget .flight-passengers select {
	cursor: pointer;
	font: 12px Arial, Tahoma, sans-serif;
	padding-right: 0;
	white-space: inherit;
	width: 35%;
	word-wrap: break-word;
}
.location .ng-scope {
	color: #58595b;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.landing-booking-widget .flight-passengers .flight-class select {
	cursor: pointer;
	font: bold 12px Arial, Tahoma, sans-serif;
	padding-right: 0;
	white-space: inherit;
	width: 93%;
	word-wrap: break-word;
}
.landing-booking-widget > input, .landing-booking-widget > select {
	appearance: none;
	background-color: transparent;
	border: medium none;
	color: #00aeef;
	font-size: 18px;
	font-weight: 500;
	height: inherit;
	margin: 0;
	padding: 0 30px 0 0;
	position: relative;
	width: 100%;
	z-index: 10;
}
/*input[type="text"], input[type="email"], input[type="password"], select, textarea {
	background-clip: padding-box;
	border: 1px solid #c9d0d2;
	border-radius: 0;
	color: #333333;
	font-family: "Omnes", sans-serif;
	font-size: 13px;
	height: 40px;
	line-height: 20px;
	padding: 10px;
}*/
.dates .ng-binding {
	padding-right: 5px;
}
.btn_pesquisa {
	background-color: #28bbfd;
	border: medium none;
	/*box-shadow: 0 -2px 0 #fff inset;*/
	color: white;
	text-align: center;
	height: 50px;
}
.btn_pesquisa button {
	background: none;
	border: none;
	width: 100%;
	height: 50px;
}
.btn_pesquisa:hover {
	cursor: pointer;
	background-color: #25b8ee;
}
.data-init {
	float: left;
	margin-left: 11px;
	margin-top: 12px;
}
.data-end {
	display: inline-block;
	margin-left: 25px;
	margin-top: 12px;
}
/*#datepart {
	margin-left: 35px;
	margin-top: -25px;
}
#datecheg {
	margin-left: 50px;
	margin-top: -25px;
}*/
.icon-airplane {
	font-size: 22px;
	left: 15px;
	position: absolute;
	top: 42px;
	transform: rotate(90deg);
}
.icon-volta {
	left: 235px;
}
.icon-calendar {
	font-size: 18px;
	position: absolute;
	left: 200px;
	top: 124px;
}
.icon-data {
	left: 434px;
}
.final_reserv {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
	font-size: 14px;
}
.final_reserv tr td {
	height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.final_reserv tr th {
	text-transform: uppercase;
	padding: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #00acd6;
	color: #337ab7;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
}
table tr td, table tr th {
	height: 30px;
	padding: 10px;
}
.submit {
	background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	text-shadow: 0 1px 0 #fff;
	color: #333;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	width: 80px;
	text-align: center;
	float: right;
}
.submit a {
	color: #333;
}
.submit a:hover {
	text-decoration: none;
}
.submit:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.notas {
	font-size: 11px !important;
	text-align: center;
	font-style: italic;
}
*::before, *::after {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
.criterios {
	margin-bottom: 30px;
}
/*.criterios > div {
	margin-right: 50px;
}*/
.pesq {
	font-size: 13px;
	box-shadow: 1px 1px 2px 1px #e5e7e8;
	background-color: #fff;
}
.dados_pesq {
	background-color: #d9ebef;
	border: #fff 0.5px solid;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
	font-size: 14px;
}
table tr td {
	height: 30px;
	padding: 6px;
	vertical-align: middle;
	display: table-cell;
}
.btn_reservar_voo {
	background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	text-shadow: 0 1px 0 #fff;
	color: #333;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border-radius: 5px;
	width: 125px;
	text-align: center;
	height: 35px;
}
.btn_reservar_voo:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
	cursor: pointer;
}
.table-result .opc:first-child {
	padding-right: 0;
	text-align: center;
}
.table-result .opc {
	color: #fff;
}
.table-result th {
	padding: 10px;
}
.table-result > table, .table-result .sponsor table {
	color: #58595b;
	text-transform: uppercase;
}
.table-result .out {
	background: #fff none repeat scroll 0 0;
}
/* .table-result .hour {
	background: rgba(0, 0, 0, 0) url("/purchase-flow/Content/images/common/bg/bg-arrow-table.png") repeat scroll -25px 0;
	border-left: 0 none;
	border-right: 0 none;
	padding: 3px 18px;
} */
.table-result td {
	font-size: 10px;
	font-weight: 600;
	height: auto;
	padding: 8px;
	vertical-align: middle;
	display: table-cell;
}
.wrap-fixed {
	background: none repeat scroll 0 0;
	box-shadow: 1px 1px 12px 1px #e5e7e8;
	min-height: 0;
	position: relative;
}
.table-result .hour time {
	font-size: 18px;
	font-weight: 500;
}
.table-result {
	position: relative;
	width: 100%;
}
.sem_linhas tr {
	border: 0px !important;
}
.table-result table {
	margin: 0px;
}
.wrap-fixed .price {
	background-color: #fff;
	/*bottom: 0;
	position: absolute;
	right: 0;
	top: 0;*/
	float: left;
	min-height: 185px;
	width: 25%;
}
.wrap-fixed .valign {
	display: table;
	height: 100%;
	width: 100%;
}
.taxas-strong {
	margin-bottom: 25px;
	line-height: 25px;
	font-size: 15px;
}
.table_pass, .table-tarifas, .table_servicos, .table_calculos {
	background-color: #fff;
}
.table_pass th, .table-tarifas th, .table_servicos th, .table_calculos th {
	text-align: center;
	text-transform: uppercase;
	background-color: #e4e4e4;
}
.table_servicos td, .table_calculos td {
	text-align: center;
	vertical-align: middle !important;
}
.table_servicos .fa, .table_calculos .fa {
	font-size: 18px !important;
}
.h4-title {
	font-size: 24px !important;
	color: #fff;
	background-color: #666;
	padding: 10px 15px;
	margin-bottom: 0px;
}
.pull-left {
	float: left !important;
}
.wrap-fixed .val {
	color: #364897;
	font-size: 25px !important;
	font-weight: bold;
	margin: 2px 0;
	text-transform: uppercase;
}
.wrap-fixed .tax {
	margin-bottom: 2px;
}
.wrap-fixed .tax, .wrap-fixed .sub-card {
	color: #9d9e9f;
	font-size: 10px;
}
.wrap-fixed .pay, .wrap-fixed .tax, .wrap-fixed .sub-card {
	font-weight: bold;
}
.wrap-fixed span {
	display: inline-block;
}
.table-result thead {
	background: #4b536b none repeat scroll 0 0;
	/*border-right: 1px solid #e8eced;*/
	color: #fff;
}
.table-result > table::before, .table-result .sponsor table::before {
	bottom: -6px;
}
.table-result .estimate.minseats p {
	color: red;
	font-size: 10.5px;
	text-transform: none;
}
/*.table-result .hour b {
	cursor: pointer;
	text-decoration: underline;
}
.table-result b {
	color: #28bbfd;
	margin-left: 4px;
}*/
.div-geral-voos {
	border-radius: 12px;
	background-color: #fff;
	height: auto;
	position: relative;
	display: inline-block;
	width: 100%;
}
b, strong {
	font-weight: bold;
}
form {
	margin-bottom: 0px;
}
.wrap-fixed .cell {
	display: table-cell;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.wrap-fixed .cell div:last-child {
	margin-bottom: 0;
}
.wrap-fixed .cell .fixed {
	padding-bottom: 0;
}
.table-result > table, .table-result .sponsor table {
	background: #fff none repeat scroll 0 0;
	color: #58595b;
	text-transform: uppercase;
	width: 100%;
}
.table-result tr {
	border-bottom: 1px solid #ddd;
}
.taxas {
	padding: 10px 5px;
  min-height: 45px;
	background-color: #fff;
	border-radius: 12px;
}
.taxas span {
	margin-top: 8px;
}
/*.table-result .estimate {
	background: rgba(0, 0, 0, 0) url("/purchase-flow/Content/images/common/bg/bg-arrow-table.png") no-repeat scroll 90px center / auto 100%;
	min-width: 160px;
}*/
.radio input[type="radio"] {
	margin: 0px;
}
.btn_reserve {
	margin-top: 10px;
	margin-bottom: 20px;
}
.btn_reserve .btn-primary, .btn-flight-reserve {
	border-radius: 20px !important;
	font-weight: bold;
	padding: 8px 20px;
	background-color: #92c532;
	border:1px solid #92c532;
}

.ul-pagamentos li {
	float: left;
	margin-right: 35px;
	list-style: none;
}
#contact-info input, #contact-info textarea {
	width: 100%;
}
#pagamento .white {
padding:15px;	
}
#pagamento .white strong {
line-height:25px;	
}
@media(max-width:768px) {
.location, .dates {
	height: 125px;
}
.landing-booking-widget .flight-passengers {
	height: 155px;
}
#sentido {
	margin-left: 0px;
}
#contact-info input, #contact-info textarea {
	margin-bottom: 20px;
}
}
