.footer-widget .widget-title {
    color: #706f6f;
}
.footer-widget .xs-footer-contact-info p .xs-phone-number {
    color: #706f6f;
}
.footer-widget ul li a {
    color: #706f6f;
}
.footer-widget .xs-footer-contact-info i {
	color: #706f6f;
}
.xs-schedule-info.xs-tbg-1 span, .xs-schedule-info.xs-tbg-2 span, .xs-schedule-info.xs-tbg-3 span, .xs-schedule-info.xs-tbg-4 span {
    white-space: nowrap;
}
.xs-schedule-table .table tbody td .xs-schedule-info:hover, .xs-schedule-table-dark .table tbody td .xs-schedule-info:hover, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover {
    height: calc( 99px + 23px);
}
.xs-schedule-info h4 {
	white-space: nowrap;
}
@media (max-width: 768px) {
	.hideIsMovil {
		display:none;
	}
	.showIsMovil {
		display:block;
	}
}

.modal-form form .form-items {
    margin-bottom: 10px;
}

.modal-form form .form-items select,
.modal-form form .form-items input:not([type=submit]) {
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 30px;
    width: 100%;
}

.modal-form .form-content {
    max-width: 800px;
    margin: 1.75rem auto;
}

.modal-form form .form-buttons {
	text-align: right;
    margin-top: 30px;
}
.itemMenuResponsiveTopBar {
	display:none;
	color: black;
    margin-right: 10px;
    font-size: 1.4em;
}
.itemMenuResponsiveTopBar a {
	color: #706f6f;
}

@media (max-width: 991px) {
	.itemMenuResponsiveTopBar {
	    display: inline-block;
	}
}

.xs-schedule-table-light .table tbody td .xs-schedule-info h3 a {
	color: #101010;
}

.btn-secondary {
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
    font-family: barlow,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #101010;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.modal-form form .form-items label {
	color: #dde366;
    font-weight: bold;
    margin-left: 15px;
    font-size: 18px;
}

.modal-form form .form-items select {
    height: 70px !important;
}
.modal-form form .form-items select option {
    color: #101010;
}

html, body {
	overflow-x: hidden;
}

.xs-header-transparent {
	position: relative;
}

#searchContent {
	height: 450px;
	background-image: url('images/portada.png');
	position: relative;
}

.searchViajes .searchCard {
	position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    background: white;
    /*width: 75%;
    min-width: 800px;*/
    /*max-width: 1366px;*/
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.searchViajes .searchCard .titleSearch {
	margin-bottom: 25px;
	font-weight: normal;
}

#contenResultsVuelos .xs-section-heading {
	margin-bottom: 0px;
}

#contenResultsVuelos .xs-section-heading h2 {
	margin-bottom: 70px;
	font-size: 32px;
	font-weight: normal;
}

.xs-light-bg {
    background-color: #f9f9f9;
}

.calendarioViajes .datepickerViajes {
	margin-bottom: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #2d38d6;
    background: #2d38d6;
    font-weight: normal;
    color: #fff;
}

/* calendario */

.ui-widget.ui-widget-content {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 1px rgba(71,71,71,0.09);
	-webkit-box-shadow: 1px 2px 3px 1px rgba(71,71,71,0.09);
	-moz-box-shadow: 1px 2px 3px 1px rgba(71,71,71,0.09);
}

.ui-widget-header {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #101010;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #2d38d6;
    font-weight: normal;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    width: 28px;
    height: 28px;
    padding-top: 3px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1 !important;
}

.ui-state-disabled > span, 
.ui-widget-content .ui-state-disabled > span, 
.ui-widget-header .ui-state-disabled > span {
	background: #fff;
    color: #000;
}

.ui-datepicker-prev, .ui-datepicker-next {
	display: none;
}
.ui-datepicker-calendar thead th {
	color: #0045c0;
} 
.ui-datepicker-calendar .ui-datepicker-week-end:first-child {
	color: #ff0125;
}

@media only screen and (max-width: 767px) {
  .calendarioViajes .datepickerViajes .ui-datepicker {
    width: 100%;
  }
}
/**/

#formSearch .btn[type="submit"] {
	padding: 0 25px;
	height: 38px;
	bottom: 0;
    position: absolute;
    /*left: 50%;
    transform: translateX(-50%);*/
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
  #searchContent .searchCard {
    width: 93%;
  }
}

@media only screen and (max-width: 767px) {
  	#formSearch .btn[type="submit"] {
		position: relative !important;
		left: auto;
		transform: inherit;
	}
}

.btn-primary {
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
    font-family: barlow,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #2d38d6;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.form-control {
    border-color: #222;
}

.tab-content>.tab-pane {
  height: 1px;
  overflow: hidden;
  display: block;
 visibility: hidden;
}
.tab-content>.active {
  height: auto;
  overflow: auto;
  visibility: visible;
}

.graficoViajes {
    margin-top: 20px; 
    padding-top: 10px;
    display: none;
}

.descripcionViajes {
    margin-top: 20px; 
    padding-top: 10px;
    display: none;
}

.graficoViajesTitle {
    padding-top: 60px;
    padding-bottom: 10px;
    display: none;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

li.nav-item a {
    color: #2d38d6;
    font-weight: 500;
}

.row.postfooter {
    padding-left: 20px;
}

.has-feedback span {
    position: absolute;
    margin-left: 10px;
    height: 35px;
    display: flex;
    align-items: center;
}

.has-feedback i {
    color: #2d38d6;
}

.has-feedback input {
    padding-left: 32px;
}

.ui-datepicker {
	height: 270px;
}

div.google-visualization-tooltip {
	border: none;
	background: none;
	background-color: none;
	box-shadow: none;
}
div.google-visualization-tooltip .tooltipCustomViajes {
	background: black; 
	color: white;
	white-space: nowrap;
	border-radius:5px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

.loading {
    background: url(images/loading.gif) no-repeat scroll center center #FFFFFF;
    background-size: 45px 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    -khtml-opacity: .70;
    opacity: .80;
    z-index: 1029;
    background-color: rgb(229 229 229);
}

.tooltipAmadeus {
	
}
.tooltipAmadeus .tooltipAmadeusFecha {
	
}
.tooltipAmadeus .tooltipAmadeusInfoVuelo {
	margin: 5px 0;
	padding: 3px;
	border-top: 1px solid white;
}

