body {
    font-family: "HelveticaNeue", "Helvetica Neue", -apple-systrem, BlinkMacSystremFont,"Segoe UI", Roboto, Arial, sans-serif, "Apple Color remoji", "Segoe UI remoji", "Segoe UI Symbol";
}
.header{
	width: 100%;
	   background: linear-gradient(#00cce7,#009cf2);
	   /*display: flex;
	   justify-content: center;*/
}
#brand-logo{
	max-width: 64px;
}
.site-navbar__brand-name{
	    font-size: 1.25rem;
	    color:#fff;
	    font-style: italic;
}
.site-navbar__brand-slogan{
    color: #fff;
    font-style: italic;
    line-height: 1;
    display: block;
    font-size: 0.875rem;
    position: absolute;
    top: 73px;
    left: 24%;
    margin-left: 7px;
}
.site-header__phone {
    font-size: 1.3125rem;
    margin-right: 1rem;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
.site-navbar__brand-logo{
	width: 64px;
    margin-bottom: 10px;
}
.site-header__phone:hover{
	color:#fff;
	text-decoration: underline;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}

@media (max-width: 992px){
.container {
    max-width: 960px;
}
}
@media (max-width: 768px){
.container {
    max-width: 720px;
	}
}

@media (max-width:576px){
.container {
    max-width: 540px;
}
}

#btn-menu{
	display: none;
}
div.header label{
	display: none;
	width: 30px;
	height: 30px;
	padding:10px;
	border:1px solid rgba(0,0,0,0.3);
}
div.header label:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,0.3);
}
.menu ul{
	margin:0;
	list-style: none;
	padding: 0;
	display: flex;
	background-color: rgba(0,156,242, 0.8);
    width: 100%;
   justify-content: center;
}
.menu li{
	border-bottom: 3px solid transparent;
}
.menu li:hover{
	
	border-bottom: 3px solid #fd9f2e;
}
.menu li a {
display: block;
padding: .5rem 1rem;
color: rgba(255,255,255,.8);
text-decoration: none;
font-size: 1.115rem;
}
.dropdown {
  position: relative;
  display: inline-block;
  background:none !important;
 
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown-content a{
	color:#000 !important;
	font-size: 1rem !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover{
	color:#000 !important;
	background-color: rgba(0,0,0,0.2);
}
.dropdown-content-idioma{
	min-width: 280px;
}
@media (max-width:900px){
.dropdown-content{
left: 120px;
}
.site-navbar__brand-slogan{
	top: 101px;
    left: 16%;
}
/*Menu responsi funcionalidad*/
	div.header label{
		display: block;
		position: absolute;
    	right: 14px;
    	top: 50px;
    	text-align: center;
    	display: flex;
    	justify-content: center;
    	color: #fff;
    	font-size: 1.5rem;
    	align-items: center;
	}
	.menu {
		position: absolute;
		background-color: rgba(0,156,242, 0.8);
		width: 100%;
		/*margin-top: -100% !important;*/
		display: none;
		transition: all 0.5s;
		z-index: 1000;
		text-align: center;

	}
	.menu ul{
		flex-direction: column;
	}
	#btn-menu:checked ~ .menu{
		/*margin: 0 !important;*/
		display: block;
	}
}

/*------------------Aqui comienza el footer------------------*/
#site-footer {
    color: #fff;
    background: linear-gradient(#00cce7,#009cf2);
}
ul.footer-nav{
	display: flex;
	justify-content: center;
	list-style: none !important;
	flex-wrap: wrap;
}
ul.footer-nav a.footer-nav__item-link{
	display: block !important;
	text-align: center;
    background-position: center 25px;
    background-size: 42px;
    padding: 80px 1rem 1rem 1rem;
    font-size: 1.25rem;
    background-color: #4ACDEE;
}
ul.footer-nav .footer-nav__item {
    font-size: 1.25rem;
    width: 160px;
    min-height: 144px;
    margin: 1rem 2.0625rem;
    position: relative;
}
.ico-terms {
    background-image: url(../../public/img/ico/list.svg);
    background-repeat: no-repeat;
}
.ico-question {
    background-image: url(../../public/img/ico/question.svg);
    background-repeat: no-repeat;
}
.ico-xmark {
    background-image: url(../../public/img/ico/xmark.svg);
    background-repeat: no-repeat;
}
.ico-users {
    background-image: url(../../public/img/ico/users.svg);
    background-repeat: no-repeat;
}
.ico-telf {
    background-image: url(../../public/img/ico/telf.svg);
    background-repeat: no-repeat;
}
/*------------------Fin del footer--------------------------*/
@media (min-width: 576px){
/*	.footer-nav__item::after {
    right: -2.0625rem;
}*/
.footer-nav__item::after {
    content: "";
    width: 1px;
    height: 86%;
    background-color: #fff;
    position: absolute;
    top: 7%;
    right: -2.0625rem;
}
.footer-nav__item:last-child::after{
	width: 0px;
}
}
.footer-nav a.footer-nav__item-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fd9f2e;
}
#footer-index .container{
	display: flex;
	justify-content: space-around; 
}
#footer-index .container a{font-size: 16px !important;}
#footer-index .container h6 a{
	color:#e3c314 !important;
}
#footer-index .container h6 img{
width: 30px;
margin-right: 5px;
}
.list_style_none{list-style-type: none !important;}
.footer-web-select__item {
    padding: 0 0 0 2rem;}
#localization-list img{
	margin: 5px;
}
.img {
    width: 180px;
}
.top_footer{
	  margin-top: 32px;
}
.footer-footnote{
	text-align: center;
}
.footer-social{
	list-style-type: none !important;
	display: flex;
	justify-content: center;

}
.footer-social a{
    display: block;
    padding: 8px 12px;
    margin: 0 16px;
}
.footer-social a:hover{
	background-color: #fd9f2e;
}
.footer-social-icon {
    width: 64px;
    height: 64px;
    background-color: transparent;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-position: center;
}
.sin_margin{margin:0;}
.img_whatsapp{width: 18px;margin-bottom: 5px;}
@media (max-width:900px){
	#footer-index .container {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
}

.button-group.expanded>.button{
    margin-bottom: 10px !important;
}
#nxtFlightSearch div.button-group .button.inactive{
       background: rgba(216, 229, 248, 0.7 ) !important;
    color:#000;
    box-shadow: 0px 2px 4px rgba(150,150,150,0.6);
}
#nxtFlightSearch div.button-group>.button.switch-toggle{
   background: #fff;
   color:#000 !important;
}
#nxtFlightSearch .nxtFlightSearchWrapper{
 background: rgba(216, 229, 248, 0.7 );
    box-shadow:inherit;
    box-shadow: 0px 2px 4px rgba(150,150,150,0.6);
}
#ctl00_content_mainQuery_btnSearch{
    margin-top: 20px;
}
.sin_padding{
    padding-left: 0;
    padding-right: 0;
}
.padding_column{
padding-left: 5px !important;
padding-right: 5px !important;

}
.menu_new ul{
     display: flex;
    list-style: none;
    margin-left: 0;
}
.menu_new ul li:before {
    content: '.';
    background: #2EB1ED;
    color: #2EB1ED;
    padding: 1px 9px;
    border-radius: 50%;
    margin-right: 5px;
}
.menu_new ul li{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 10px;
}
.menu_new ul li a:hover,.menu_new ul li:hover{
    color:#E87706;
}
.menu_new ul li a{
    color: #777;
    font-size: 15px;
    font-weight: 540;
}
#lnkAddLeg{
     background: #31A6DB;
}

.margin_vuelos{
    margin-bottom: 20px;
}

.row_color:nth-child(odd) {background: #eff7fa}
.pricesPlaceholder.cf{
    display: flex;
    justify-content: space-between;
}
.pricesPlaceholder>.nxtCachedResults{
    width: 100%;
    margin-bottom: 25px;
}
.nxtCachedResults a.link{
    font-size: 20px;
    color: #666;
    padding: 10px 4px 10px 5px;
    line-height: 2;
}
.nxtCachedResults .text-right  a.link{
    color:#19c9e1;
    font-weight: 600;
    font-size: 22px;
}
.pricesPlaceholder.cf>.nxtCachedResults>h4{
   border-radius: 0;
    background: none;
    margin-bottom: 0;
    letter-spacing: 0px;
    font-weight: 700;
 font-size: 2.4em;

}
.margin_top_h2{
       margin-top: 20px; 
}
