:root {
  --animate-duration: 1s;
}

@font-face{
    font-family: 'MusticaPro';
    src: url('/font/MusticaPro-SemiBold_0.otf') format('opentype');
}

body{
	font-family: 'MusticaPro', sans-serif !important;
}

header{
	position: relative;
	/*background-color: rgba(0,77,119, 1);*/
	background-color: #fff;
	width: 100%;
	z-index: 100;
}

.last{
    display: none;
}

.currency-style{
	background-color: transparent !important; 
	color: #0e234f;
	/*text-shadow: 2px 2px 3px #153B4F;*/
	border: none;
}

.currency-style option{
	color: #0e234f;
	font-family: 'MusticaPro' !important;
}

/*.dropdown-menu {
	max-width: 8rem !important;
}*/

.dropdown-menu[data-bs-popper] {
	left: -45px !important;
}

#pre-nav{
	color: #0e234f !important;
	font-family: 'Mustica Pro';
	padding: 5px 15px;
	border-bottom: solid 1px rgba(0,0,0,.25);
	text-align: right;
	/*text-shadow: 2px 2px 3px #153B4F;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
}

.sticky + .content {
  padding-top: 60px;
}

.leading-breadcrumbs a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.breadcrumb-start{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	background: red;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 7px;
	z-index: 95;
}

.breadcrumb-start:before{
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: solid 15px transparent !important;
	border-left: solid 15px red;
	border-bottom: solid 15px transparent !important;
}

/*.breadcrumb-item{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	background: red;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 10px;
	z-index: 90;
}

.breadcrumb-item:before{
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: solid 15px transparent !important;
	border-left: solid 15px red;
	border-bottom: solid 15px transparent !important;
}

.breadcrumb-item:after{
	content: "";
	position: absolute;
	left: -3px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: solid 15px red !important;
	border-left: solid 15px rgba(255, 255, 255, 0.6);
	border-bottom: solid 15px red !important;
}*/


.logo{
	max-width: 150px;
	padding: 5px 10px;
}

.leading{
	margin-top: -320px !important;
	padding-bottom: 0px;
}

.price-slider{
	text-align: center;
	/*text-shadow: 2px 2px 3px #153B4F;
	text-shadow: 2px 2px 3px #092540;*/
	/*overflow: hidden;*/
	padding-top: 50%;
	padding-bottom: 15%;
}

.price-promo{
	padding-top: 260px;
}


.price-slider h2{
	font-family: 'Mustica Pro';
	font-weight: 400;
	font-size: 45px;
	/*color: #8C1A14;*/
	color: #0e234f;
}

.price-slider h1{
	font-family: 'Mustica Pro';
	font-weight: bold;
	font-size: 60px;
	/*color: #0956E4;*/
	color: #0e234f;
}

.form-type, .form-airport{
	background-color: #DBDBDB !important;
}

.inputs{
	background-color: white !important;
	display: block;
}

.leading-sections{
	margin-top: 0px;
}

.menu-font{
	/*font-family: 'Kalam', cursive;*/
	font-family: 'MusticaPro';
	color: #0e234f !important;
	font-weight: 500;
	font-size: large;
	/*text-shadow: 2px 2px 3px #153B4F;*/
}

.item{
	color: #D9B23D;
	margin-right: 3px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
}

.activa{
	background-color: #28303F;
}

.inactiva{
	background-color: #616161;
}

.my-transfer-form{
	background-color: #DBDBDB !important;
}

.btn-meet{
	background-color: #28303F;
	color: #D9B23D;
	font-weight: bold;
}

.btn-meet:hover{
	color: #d5c28a !important;
	font-weight: bold;
}

.vehicle{
	text-align: center;
	font-weight: bold;
	font-size: small;
	background-color: #DBDBDB !important;
	border-radius: 8px;
	margin: 5px auto;
	cursor: pointer;
	min-width:120px;
}

.vehicle-click{
	background-color: #28303F !important;
	color: #D9B23D !important;
}

.vehicle img{
	width: 100px;
}

.leading-form{
	padding-top: 10px;
	max-width: 100%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.leading-form-font{
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 23px;
	color: #072654;
}

.form-link{
	display: inline-block;
	/*transform: skew(160deg);*/
	font-size: 12px;
	/*border-right: solid 1px #001f3f;*/
	width: 20%;
}

.form-link-border{
	border-right: solid 1px #001f3f;
	border-image: linear-gradient(to bottom, transparent 30%, #001f3f 20%) 1 100%;
	border-image: -webkit-linear-gradient(to top, transparent 30%, #001f3f 20%) 1 100%;
	border-image: -o-linear-gradient(to top, transparent 30%, #001f3f 20%) 1 100%;
	border-image: -ms-linear-gradient(to top, transparent 30%, #001f3f 20%) 1 100%;
	border-image: -moz-linear-gradient(to top, transparent 30%, #001f3f 20%) 1 100%;
}

.link-active{
	background-color: white;
	/*width: 30% !important;*/
}

.link-active a{
	color: #001f3f !important;
	font-weight: bold;
}

.link-active a small{
	background-color: aliceblue;
	border-radius: 5rem;
	width: fit-content !important;
	padding: 0px 15px;
}

.transfer-type{
	text-decoration: none;
	/*color: #072654 !important;*/
	color: black;
}

.transfer-type:hover{
	color: #001f3f;
}

.transfer-type i{
	/*transform: skew(-160deg);*/
	font-style: normal;
}

.hide{
	display: none !important;
}

.hidden-text{
	display: inline-block;
	/*transform: skew(-160deg);*/
	padding-left: 15px;
}

.check{
	font-size: x-large;
}

.leading-form input{
	opacity: 1;
}

.btn-form{
	background-color: #ffde00 !important;
	color: #004b76 !important;
	border-radius: 0.7rem;
	box-shadow: 3px 3px #aa930c;
}

.btn-form:hover{
	background-color: #aa930c !important;
	box-shadow: none;
}

.leading-form h1{
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 30px;
	/*color: #0956E4;*/
	color: maroon;
	text-align: center;
	text-shadow: 2px 2px 3px #092540
}

datalist option{
	font-family: 'Poppins';
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	background-color: transparent;
	color: blue;
	border: none;
}

.ui-widget-header{
	background-color: transparent;
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default{
	background-color: transparent;
	border: none;
	text-align: center;
}

.ui-widget input{
	font-family: 'Poppins';
}

#arrival :read-only :disabled{
	background-color: white;
}

#departure :read-only :disabled{
	background-color: white;
}

/*.description{
	background-image: url('../images/faq-bg-private-transfer-grand-velas-resort-playa-carmen-riviera-maya.jpg');
	background-repeat: no-repeat;	
 	background-size: cover;
}*/

.description{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.description-img img{
	position: relative;
	width: 90%;
}

.description-img-space{
	display: none;
}

.description-info{
	position: relative;
	width: 100%;
	height: 100%;
}

.description-bg{
	background-color: rgba(9, 43, 61, 0.9);
}

.description-info h3{
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 35px;
	/*color: #8A701C D6AE2B ;*/
	color: #0e234f;
	/*text-shadow: 2px 2px 3px rgba(9, 43, 61, 1.0);*/
}

.justify{
	text-align: justify;
}

.popular-info img{
	width: 100%;
	overflow: hidden;
}

.popular-info h1{
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 45px;
	color: #0e234f;
	/*text-shadow: 2px 2px 3px #001621;*/
	padding-bottom: 20px;
}

.popular-dest h4{
	font-family: 'Poppins';
	color: white;
	font-weight: bold;
	font-size: 19px;
	text-shadow: 2px 2px 3px #001621;
}

.popular-dest h6{
	font-family: 'Poppins';
	/*color: #004D77;*/
	/*color: #dc3545;*/
	color: #DBB94B;
	font-weight: bold;
	font-size: 17px;
}

.destination{
	width: 100%;
	height: 410px;
}

.destination-container{
	/*border-radius: 20px;*/
	overflow: hidden;
	box-shadow: 2px 2px 6px #888888;
	position: relative;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

/*.destination-container .destination:hover{
	transform: rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}*/

.caption{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	z-index: 200;
	opacity: 1;
	-webkit-opacity: 1;
	background-color: rgba(14, 35, 79, 0.5);
	height: 100%;
	width: 100%;
}

/*.caption:hover{
	opacity: 1;
	-webkit-opacity: 1;
	background-color: rgba(14, 35, 79, 0.5);
}*/

.caption-title{
  position: absolute;
  top: 0;
  left: 0;
	color: white;
	z-index: 201;
	width: 100%;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	padding-top: 20px;
}

/*.caption-title:hover{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	z-index: 200;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}*/

.caption-title h2{
	font-size: 3rem;
	font-weight: bold;
}

.caption-text{
	position: absolute;
  top: 0;
  left: 0;
	color: white;
	z-index: 202;
	padding: 1rem;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.caption-text h2{
	font-size: 1.5rem;
	font-weight: bold;
}

.caption .caption-text{
	display: none;
}

.caption:hover .caption-title{
	display: none;
}

.caption:hover .caption-text{
	display: inline;
}

.popular-btn-container{
	position: absolute; 
	bottom: 1rem; 
	width: 93%; 
	text-align: center;
}

.btn-popular{
	background-color: #ffde00 !important;
	color: #004b76 !important;
	font-size: 1.5rem;
	border-radius: 1.5rem;
}

.discount-caption{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 201;
	font-weight: bold;
	margin: 0.3rem;
	/*transform: rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);*/
}

.discount-caption p{
	border-radius: 50%;
	background-color: orangered;
	padding: 10px;
	color: white;
}

.popular-dest-price{
	font-family: 'Poppins';
	/*color: #004D77;*/
	color: #DBB94B;
	font-weight: bold;
	font-size: 20px;
}

.tooltip-cont span{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	text-align: center;
}

.tooltip-cont ul{
	border-top: solid 1px rgba(0, 0, 0, 0.5);
	list-style: none;
	padding: 0;
}

.features{
	background-color: #004b76;
	/*background-image: url('../images/5-private-transfer-cancun-mexico-hotels-area-beaches.jpg');*/
	background-repeat: no-repeat;	
 	background-size: cover;
}

.features-container{
	/*background-color: rgba(9, 43, 61, 0.8);*/
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.features h2{
	font-family: 'Poppins';
	/*font-weight: bold;
	font-size: 45px;
	padding: 20px;*/
	/*text-shadow: 2px 2px 3px #001621;*/
}

.features i{
	font-size: 25px;
}

.features-text{
	font-size: 17px !important;
	color: lightblue;
}

.features-img{
	position: relative;
}

.features-img img{
	width: 100%;
}

.features-img-caption{
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), transparent);
	/*background-color: rgba(7, 16, 74, 0.3);
	rgba(8, 38, 84, 0.9)
	rgba(21, 97, 138, 0.9)
	*/
	font-family: 'Poppins';
	width: 100%;
	color: white;
	text-align: center;
	font-size: 19px;
	/*text-shadow: 2px 2px 3px #001621;*/
}

.features-iframe{
	position: relative;
	padding-bottom: 66.6%;
	height: 0;
	overflow: hidden;
}

.features-iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map-riviera h3{
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 40px;
	color: #001f3f;
}

.map-header{
	font-size: 60px;
	top: 5px;
}

/*
.features-iframe{
	position: relative;
	padding-bottom: 66.6%;
	height: 0;
	overflow: hidden;
}

.features-iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.map-section{
	/*margin: 0 !important;
	padding: 0 !important;*/
	position: relative;
	/*padding-bottom: 100%;*/
	height: 50vh;
	overflow: hidden;
}

.map-section iframe{
	/*margin: 0 !important;
	padding: 0 !important;
	width: 100%;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.marker_info{
	width: 20em;
	text-align: center;
}

.marker_info h3{
	font-size: 1.7rem !important;
}

.marker_info img{
	width: 95%;
}

.marker-bold{
	font-weight: bold;
}

.faq-index{
	/*background-color: lightblue;
	background-image: url("../images/5-private-transfer-cancun-mexico-hotels-area-beaches.jpg");
	background-repeat: no-repeat;	
 	background-size: cover;
 	background-attachment: fixed;*/
	color: #001f3f;
}

.faq-index-header h3{
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 50px;
	/*text-shadow: 2px 2px 3px #001621;*/
}

.faq-index-symbol{
	font-size: 1.6rem;
	margin-top: -5px;
	padding-right: 10px;
	color: #00a4c8;
}

.accordion-item{
	border-top: 1px solid #00a4c8 !important;
	border-bottom: 1px solid #00a4c8 !important;
	border-left: none;
	border-right: none;
}

.accordion-button{
	background-color: white !important;
}

.faq-index-questions{
	max-height: 600px;
	overflow-y: scroll;
	margin-bottom: 20px;
}

.faq-index-question-header{
	/*font-family: 'Poppins';*/
	font-weight: bold;
}

.faq-index-question-header h5{
	color: #001f3f;
}

.faq-index-answer-content{
	color: #041857;
}

.main-contact{
	color: #001f3f;
	/*background-image: url(../images/cancun-aerial-shot-airplane-meetplaya-airport-transfer.jpg);
	background-repeat: no-repeat;	
 	background-size: cover;
 	background-attachment: fixed;*/
 	padding-left: 0 !important;
	padding-right: 0 !important;
	font-family: 'Poppins';
	font-weight: bold;
}

.main-contact img{
	width: 90%;
}

.main-contact-container{
	/*background: linear-gradient(90deg, rgba(9, 43, 61, 0.3) 9px, transparent 1%) center, linear-gradient(rgba(9, 43, 61, 0.3) 9px, transparent 1%) center, rgba(9, 43, 61, 0.2);
	background: radial-gradient(rgba(9, 43, 61, 0.3) 9px, transparent 1%) center, radial-gradient(rgba(9, 43, 61, 0.3) 9px, transparent 1%) center, rgba(9, 43, 61, 0.2);
  background-size: 10px 10px;*/
  background-image: radial-gradient(rgba(9, 43, 61, 0.3) 20%, transparent 2%),
      radial-gradient(rgba(9, 43, 61, 0.3) 20%, transparent 2%);
  background-color: rgba(9, 43, 61, 0.6);
  background-position: 10px 10px;
  background-size: 10px 10px;
}

/*.bg-input{
	background-color: rgba(9, 43, 61, 0.5) !important;
	color: white;
}

.bg-input:focus{
	color: white;
}

.bg-input::placeholder{
	color: rgba(255, 255, 255, 0.6);
}*/

.bg-input{
	border-radius: 0;
	border-color: #00a4c8;
}

.main-contact-header h3{
	font-family: 'Poppins';
	font-weight: bold;
	font-size: 50px;
	color: #001f3f;
	/*text-shadow: 2px 2px 3px #001621;*/
}
/*
.main-contact-form{
	text-shadow: 2px 2px 3px #001621;
}*/

.main-contact-btn{
	background-color: #0e234f;
	color: white;
	border-radius: 0;
	font-size: 1.5rem !important;
	font-weight: 500;
}

.main-contact-btn:hover{
	color: #00a4c8;
}

.footer{
 	background-color: #004b76 !important;
 	color: white;
 	text-align: center;
}

.footer h5{
	font-family: 'Poppins';
	font-weight: lighter;
	/*text-align: center !important;*/
}

/*.footer-final{
	background-image: url(../images/footer-bg-meetplaya.png);
	background-repeat: no-repeat;	
 	background-size: cover;
 	padding-bottom: 200px;
}*/

.gallery-item img{
	width: 100%;
	padding-bottom: 10px;
}

.contact-info{
	font-size: 14px;
}

.contact-info h5{
	font-family: 'Poppins';
}

.contact-info a{
	text-decoration: none;
	color: white;
}

.contact-info a:hover{
	color: lightblue;
}

.contact-info-bold{
	font-family: 'Poppins';
}

.main-contact-info img{
	width: 100%;
}

.footer-social a{
	font-size: 2rem;
	color: #00a4c8;
}

.footer-social a:hover{
	color: white;
}

.main-contact-info i{
	color: #00a4c8;
	padding-right: 0.5rem;
}


.trip-image img{
	padding-left: calc((100% - 150px)/2);
}

.review-container{
	max-height: 300px;
	overflow: scroll;
}

.review-list{
	list-style: none;
}

.review-list a{
	text-decoration: none;
	font-family: 'Poppins';
	color: white;
}

.bubble{
	background-color: white;
	color: black;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 4px;
}

@media screen and (min-width: 800px) and (max-width: 1023px){

	.leading{
		margin-top: -450px !important;
		padding-bottom: 0px;
	}

	.price-slider{
			padding-top: 55%;
			padding-bottom: 15%;
	}

	.description-info{
		position: relative;
		/*position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;*/
	}

	.description-bg{
		width: 100%;
	}
	
	.inputs{
		display: flex;
	}

	.vehicle{
		margin: 5px;
	}

}

.footer{
	text-align: justify;
}

@media screen and (min-width: 1024px){
	header{
		position: absolute;
		background-color: rgba(255,255,255,0.8);
		/*background-color: transparent;*/
	}

	.logo{
		max-width: 200px;
		padding: 5px 10px;
	}

	.leading{
		margin: 0 !important;
		padding-bottom: 0px;
	}

	.price-slider{
			padding-top: 5%;
			padding-bottom: 5% !important;
	}

	.price-slider h2{
		font-size: 50px;
	}

	.price-slider h1{
		font-size: 65px;
	}

	.form-container{
		width: 80%;
		margin: 30px auto;
		overflow: hidden;
	}

	.leading-form-font{
		color: #0e234f;
	}

	.hide{
		display: inline-block !important;
	}

	.form-link{
		background-color: white !important;
		font-size: 15px;
		width: 20%;
	}

	.link-active{
		background-color: white !important;
		width: 20% !important;
	}

	.features-container{
		/*padding-left: 30px;
		padding-right: 30px;*/
		background-color: rgba(9, 43, 61, 0.5) !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.features-p{
		padding: 1rem;
	}

	.features-img-caption{
		font-size: 23px !important;
	}

	.description-img-space{
		display: block;
	}

	.description-info{
		/*position: absolute;
		top: 0;
		left: 0;*/
		width: 100%;
		height: 100%;
	}

	.description-info h3{
		font-size: 45px !important;
	}

	.destination{
		height: 410px;
	}

	.trip-image img{
		padding: inherit !important;
	}

	.map-section{
		height: 90vh !important;
	}

	.footer{
		text-align: justify;
	}

    .inputs{
		display: flex;
	}

	.vehicle{
		margin: 5px;
	}
}
/* Ajustar distribuci贸n para radio button y texto */
.form-check {
    display: flex; /* Forzar que el label y el input se alineen */
    align-items: center; /* Alinear verticalmente */
    gap: 0.5rem; /* Espacio entre el radio button y el texto */
    margin-bottom: 0; /* Eliminar margen predeterminado */
}

.form-check-label {
    margin-bottom: 0; /* Evita que el texto tenga espacio adicional */
}

/* Opcional: Ajuste en dispositivos m贸viles */
@media (max-width: 768px) {
    .form-check {
        flex-direction: row; /* Mantener elementos en l铆nea */
        justify-content: flex-start; /* Alinear a la izquierda */
    }
}
/* Media Query para dispositivos */

 .leading-form .first-row {
        margin-bottom: 30px !important; /* Reforzar el margen con !important */
 }
 
 
/* General: Alineación de los radio buttons y texto */
#departure-airport .form-check {
    display: flex;
    flex-direction: column; /* Columna para radio button y texto */
    align-items: center; /* Centrar contenido horizontalmente */
    text-align: center;
}

/* Estilo para los círculos (radio buttons) */
#departure-airport .form-check-input {
    margin: 0; /* Eliminar márgenes por defecto */
    width: 1rem;
    height: 1rem;
}

/* Estilo para el texto */
#departure-airport .form-check-label {
    margin: 0;
    font-size: 0.9rem; /* Ajustar tamaño del texto */
    word-wrap: break-word; /* Forzar que el texto no se desborde */
    text-align: center;
    white-space: normal; /* Permitir múltiples líneas si es necesario */
}

/* Distribución en 2 columnas */
#departure-airport .col-6 {
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    padding: 5px; /* Espaciado para evitar que se junten */
}

/* Media Query para asegurarse que en móviles sigue bien */
@media (max-width: 768px) {
    #departure-airport .col-6 {
        flex: 0 0 50%; /* Cada opción ocupa el 50% */
        max-width: 50%; /* Garantiza dos columnas */
    }
}