/* CSS Document */
.contSlider-1,
.contSlider-2 {
	height: 101px;
}



.nok{width: 100% !important;border: 0 !important;text-align: center;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #A6A6A6 !important;}
.tiendas-aeropuerto ul {padding: 0;}
.tiendas-aeropuerto ul li{list-style:none;padding:0;display:inline-block;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.tiendas-aeropuerto li a{width: 100%;display: block;}
.tiendas-aeropuerto li a img {width: 100%;max-width: 226px;}

.change-img img{margin: 0 auto;display: block;}
.change-img:hover {-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}

#categorias {width:100%;}
#categorias li{margin:10px 2%;height:140px;width: 12%;background-color:#E7E7E7;}
#categorias li:hover{background-color:transparent;}
#categorias li a img{max-width: 80px;padding: 10px 0 0 0;}
#categorias li a span{display: block;margin:20px 0 0 0;text-align: center;font-family:'KhandRegular';font-size:15px;color:#58595b;}

#bg-accesos{height:92px;padding: 27px 0 15px 0;}

#accesos-directos{width:100%;max-width:980px;margin:0 auto;}
#accesos-directos .item.active a, #accesos-directos .item:hover a{background-color:transparent;}
#accesos-directos .item a{width:60px;text-align:center;height:60px;background-color: #F3F3F4;    margin: 0 auto;}
#accesos-directos .item a img{max-width:45px;margin: 0 auto;padding: 7px 0;}
#accesos-directos .item a,#accesos-directos .item span{display:block;}
#accesos-directos .item span{text-align: center;font-family:'robotoregular';color:#6C6969;font-size:12px;width:100%;padding: 2px 0 0;margin: 10px 0 0;visibility:hidden;}
#accesos-directos .item:hover span,
#accesos-directos .item.active span{visibility:visible;}

#items {margin: 79px 0 0 0;}
#items li {margin:20px 1%;width: 18%; border: solid 1px #ccc;}

.row-1200 {
	display: block;
	margin: 0 auto !important;
}

.row-1200 #nombre-aeropuerto {
	min-width: fit-content !important;
}

.row-1200 #idiomas {
	max-width: fit-content !important;
}

.container-terminal>div {
	font-family: 'KhandRegular';	
	text-align: center;
	margin-bottom: 20px;
}

.container-terminal label {
	font-family: 'KhandRegular';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 56px;
    color: #262A4E;
	margin-top: 80px;
    margin-bottom: 40px;
}

.home-tiendas .btn-terminal {
	font-size: 10rem;
	padding-top: 0px;
	padding-bottom: 10px;
	/*padding-left: 40px;
	padding-right: 40px;*/
	text-align: center;
	font-family: 'RobotoRegular';	
	border-radius: 8px;
	border: 1px solid #003879;
	color: #003879;
	background-color: #FFF;
	margin-right: 5%;
	outline: none;
    outline-offset: 0px;
	width: 80%;
	margin-bottom: 20px;
}

.cat-tiendas .btn-terminal {
	font-size: 2rem;
	padding-top: 0px;
	padding-bottom: 10px;
	/*padding-left: 40px;
	padding-right: 40px;*/
	text-align: center;
	font-family: 'RobotoRegular';	
	border-radius: 8px;
	border: 1px solid #003879;
	color: #003879;
	background-color: #FFF;
	margin-top: 50px;
	outline: none;
    outline-offset: 0px;
	width: max-content;
	margin-bottom: 20px;
}

.btn-terminal span {
	text-align: center;
	display: block;
	font-family: 'KhandRegular';	
}

#categorias a, #categorias span {
	text-decoration: none !important;
}



.container-terminal .active, .btn-terminal:active, .btn-terminal:hover, .btn-terminal:focus {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #003879;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4.8px 24.4px -6px rgb(19 16 34 / 10%), 0px 4px 13px -2px rgb(19 16 34 / 6%); 
	outline: none !important;
    outline-offset: 0px !important;
	box-shadow: none;
	color: #FFF;
}

#items {
	text-align: center !important;
}

@media(max-width:980px){
	#categorias li{width: 20%;}
	#items li {width: 23%;}
}


@media(min-width:992px) {
	.home-tiendas .btn-terminal span {
    	font-size: 3rem;
	}
	
	.cat-tiendas .btn-terminal span {
    	font-size: 1rem;
	}
}

@media(min-width:769px) {
	.home-tiendas .btn-terminal {
		/*width: 70%;*/
	}
	
	.left button {
		float:right;
	}
	
	.right button {
		float:left;
	}
	
	.home-tiendas .btn-terminal span {
    	font-size: 2rem;
	}	
}

@media(max-width: 575px) {
	.container-terminal .left,
	.container-terminal .right {
		float:none;
	}
}

@media(max-width:768px){
	h2.titulo-landing {margin-top: 30px;font-size: 40px;}    
	#categorias li{width: 28%;}
	#items li {width: 31%;}
	
	.home-tiendas .btn-terminal {
		width: 85%;
	}
	
	.home-tiendas .btn-terminal span {
    	font-size: 1.5rem;
	}
	
	.cat-tiendas .btn-terminal span {
    	font-size: 1.5rem;
	}
}

@media(max-width: 575px) {
	.container-terminal label {
		font-size: 40px;
		line-height: 45px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.home-tiendas .btn-terminal {
		width: 80%;
	}
}
@media(max-width:480px){
	#categorias li{width: 45%;}
	#items li {width: 48%;}
}