body {
    font-family: "HelveticaNeue", "Helvetica Neue", -apple-systrem, BlinkMacSystremFont,"Segoe UI", Roboto, Arial, sans-serif, "Apple Color remoji", "Segoe UI remoji", "Segoe UI Symbol";
	overflow-x: hidden;
    color: #505050;
}
.header{
	width: 100%;
	   background: linear-gradient(to right, #d1effe 1%, #7bc5e8);
	   /*display: flex;
	   justify-content: center;*/
}

ul#localization-list.list_style_none.footer-dropdown-menu.active,
ul#destinos-list.list_style_none.footer-dropdown-menu.active, 
ul#solo-vuelos-list.list_style_none.footer-dropdown-menu.active {
	margin-left: 0rem !important;
}


.desktop-footer-nav {
    display: flex;
}

.mobile-footer-nav {
    display: none;
}

.footer-class-new {
		border-bottom: 3px solid; color: #7dd3fc; margin-left: 10rem; margin-right: 10rem; margin-bottom: 2rem;
	}

@media (max-width: 768px) {
    .desktop-footer-nav {
        display: none !important; /* Oculta la navegación de escritorio */
    }
    
	.footer-class-new {
		border-bottom: 3px solid; color: #7dd3fc; margin-left: 1rem; margin-right: 1rem; margin-bottom: 2rem;
	}
	
    .mobile-footer-nav {
        display: block; /* Muestra la navegación móvil */
        width: 50%;
        text-align: center;
        margin: 0 auto;
        padding: 1rem 0;
    }
    
    .mobile-general-data {
        margin: 0 auto;
    }
    
    .footer-dropdown-toggle {
        text-align: center;
		font-size: 14px;
    }
    
    .footer-dropdown-menu {
        text-align: center;
        margin: 0 auto;
        max-width: 280px;
    }
    
    .footer-dropdown-menu li a {
        justify-content: normal;
    }
    
    /* Mejora el alineamiento de iconos y texto */
    .footer-dropdown-menu li a img {
        margin-right: 10px;
    }
}

.img-hide-mobile {
    display: inline-block;
}

@media (max-width: 768px) {
    .img-hide-mobile {
        display: none;
    }
}
#brand-logo{
	max-width: 64px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.site-navbar__brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-navbar__brand-name {
    font-size: 24px;
    color: #505050;
    font-style: italic;
    font-weight: 600;
    line-height: 1.2;
}

.site-navbar__brand-slogan {
    color: #505050;
    font-style: italic;
    font-size: 16px;
    line-height: 1.2;
}
.site-header__phone {
    font-size: 1.3125rem;
    margin-left: 1rem;
    text-decoration: none;
    display: inline-block;
    color: #505050;
}
.site-navbar__brand-logo{
	width: 64px;
    margin-bottom: 10px;
}
.site-header__phone:hover{	
	text-decoration: underline;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 1300px){
.container {
    max-width: 1240px;
}
}

@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: linear-gradient(to right, #d1effe 1%, #7bc5e8);
    width: 100%;
   justify-content: center;
}
.menu li{
	border-bottom: 3px solid transparent;
}
.menu li:hover{
	
	border-bottom: 3px solid rgb(251, 146, 60);;
}
.menu li a {
display: block;
padding: .5rem 1rem;
color: #505050;
text-decoration: none;
font-size: 1.115rem;
font-weight: 600;
}
.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:#505050 !important;
	font-size: 1rem !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover{
	color:#000 !important;
	background-color: rgb(251, 146, 60);
}
.dropdown-content-idioma{
	min-width: 280px;
}
@media (max-width:900px){
.dropdown-content{
left: 120px;
}

/*Menu responsi funcionalidad*/
	div.header label{
		display: block;
		position: absolute;
    	right: 14px;
    	top: 50px;
    	text-align: center;
    	display: flex;
    	justify-content: center;
    	color: #505050;
    	font-size: 1.5rem;
    	align-items: center;
	}
	.menu {
		position: absolute;
		background: linear-gradient(to right, #d1effe 1%, #7bc5e8);
		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: #505050 !important;
    background: linear-gradient(to right, #d1effe 1%, #7bc5e8);
	border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
	padding: 1rem 0 1rem 0 !important;
    margin-top: 1rem !important;
}
#site-footer a {
    color: #505050 !important;
}
ul.footer-nav{
	display: flex;
	justify-content: center;
	list-style: none !important;
	flex-wrap: wrap;
}
ul.footer-nav a.footer-nav__item-link{
	text-align: center;
    background-position: center 25px;
    font-size: 1.25rem;
}
ul.footer-nav .footer-nav__item {
    font-size: 1.25rem;
    width: 280px;
    min-height: 80px;
    margin: 1rem 1rem;
}
.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-nav__item-link .d-flex {
        display: flex;
    }
    
    .footer-nav__item-link .align-items-center {
        align-items: center;
    }
    
    .footer-nav__item-link .justify-content-end {
        justify-content: flex-end;
    }
    
    .footer-nav__item-link .ml-2 {
        margin-left: 0.5rem;
    }
	
.footer-text {
	display: block;
    text-align: center;
    width: 100%;
	font-size: 18px;
}

#footer-index .container{
	display: flex;
}
#footer-index .container a{font-size: 16px !important;}
#footer-index .container h6 a{
	color:#505050 !important;
	font-weight: 600;
	font-size: 18px !important;
	margin-left: 10px;
}
#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: 0px;
	  justify-content: space-around; 
}
.footer-footnote{
	text-align: center;
	color: #505050;
	font-weight: 600;
	font-size:16px;
}

.container.top_footer .img svg {
    color: black !important;
	margin-right: 10px;
}

.container.top_footer .img {
    display: flex;
    align-items: center;
  }

.footer-social{
	list-style-type: none !important;
	display: flex;
	justify-content: center;
    margin-top: 10px;
}
.footer-social a{
    padding: 0px 20px;
    margin: 0 -15px;
}

.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; Color:#505050; font-weight: 600; font-size:16px;}
.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: rgb(216, 229, 248);
    box-shadow:inherit;
    box-shadow: 0px 2px 4px rgba(150,150,150,0.6);
	opacity: initial;
}
#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; 
}

/* Estilos para los desplegables */
.footer-dropdown {
            position: relative;
            margin-bottom: 1rem;
			margin-left: 1rem;
        }
        
        .footer-dropdown-toggle {
            cursor: pointer;
            margin-bottom: 10px;
            font-weight: bold;
			font-size: 18px;
        }
        
        .footer-dropdown-toggle a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #333;
        }
        
        
        .dropdown-arrow {
            margin-left: 8px;
            transition: transform 0.3s ease;
            font-size: 12px; 
        }
        
        
        .select-style-arrow {
            position: relative;
            padding-right: 20px; 
        }
        
        .footer-dropdown-menu {
            display: none;
            padding-left: 0px;
            margin-top: 5px;
        }
        
        .footer-dropdown-menu.active {
            display: block;
            max-height: 500px; 
        }
        
        .footer-dropdown-menu li {
            margin-bottom: 8px;
        }
        
        .footer-dropdown-menu li a {
            text-decoration: none;
            color: #666;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        
        .footer-dropdown-menu li a:hover {
            color: #333;
        }
        
        .footer-dropdown-menu li a img {
            margin-right: 8px;
            vertical-align: middle;
        }
        
        /* Rotación de la flecha cuando el menú está abierto */
        .footer-dropdown-toggle.active .dropdown-arrow {
            transform: rotate(180deg);
        }
		
.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .container.d-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .d-flex .site-header__phone {
        margin-top: 1rem;
        margin-left: 0;
        margin-right: 1rem;
    }
}
  