:root {
  --animate-duration: 1s;
}


body{
	font-family: 'Montserrat', sans-serif !important;
}

header{
	position: relative;
	/*background-color: rgba(0,77,119, 1);*/
	background-color: #bda14a;
	width: 100%;
	z-index: 100;
}

.last{
    display: none;
}

.currency-style{
	background-color: transparent !important; 
	color: #00000000;
	/*text-shadow: 2px 2px 3px #153B4F;*/
	border: none;
}

.currency-style option{
	color: #0e234f;
	font-family: 'Montserrat' !important;
}

/*.dropdown-menu {
	max-width: 8rem !important;
}*/

.dropdown-menu[data-bs-popper] {
	left: -45px !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
#pre-nav{
	color: #0e234f !important;
	font-family: 'Montserrat';
	padding: 5px 15px;
	border-bottom: solid 1px rgba(0, 0, 0, 0);
	text-align: right;
	/*text-shadow: 2px 2px 3px #153B4F;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #bda14a;
}

.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: 'Montserrat';
	font-weight: 400;
	font-size: 45px;
	/*color: #8C1A14;*/
	color: #0e234f;
}

.price-slider h1{
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 60px;
	/*color: #0956E4;*/
	color: #0e234f;
}

/* Personalización del radio button */
.custom-radio .form-check-input {
    appearance: none; /* Oculta el estilo por defecto */
    width: 18px;
    height: 18px;
    border: 2px solid #1d2d50; /* Borde de color azul oscuro */
    border-radius: 50%; /* Hace que el input sea un círculo */
    background-color: white; /* Fondo blanco */
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* Cuando el radio button está seleccionado */
.custom-radio .form-check-input:checked {
    background-color: #dbdad9; /* Amarillo cuando está activo */
    border: 2px solid #405b85; /* Borde amarillo */
}

/* Agrega un punto en el centro cuando está seleccionado */
.custom-radio .form-check-input:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1d2d50; /* Azul oscuro */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Efecto hover */
.custom-radio .form-check-input:hover {
    border-color: #f4c542; /* Cambia el color del borde al pasar el mouse */
}


.bold-text {
    font-weight: 700 !important;
}

.form-type, .form-airport{
	background-color: #DBDBDB !important;
	border-radius: 1px;
}

.inputs{
	background-color: #dbdbdb  !important;
	display: block;
}

.popular-carousel {
    width: 100%;
    padding: 40px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.destination-card {
    width: 300px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
		height: 35rem;
		margin:auto;
}

.destination-card:hover {
    transform: scale(1.05);
}

.destination-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}

/* Contenedor del precio y botón */
.price-and-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Espacio entre el precio y el botón */
    text-align: center;
    position: relative; /* Para evitar que el botón se salga del contenedor */
    margin-top: 15px;
}

/* Ajuste del precio */
.price {
    font-size: 22px;
    font-weight: bold;
    color: #FFD700; /* Color dorado */
    text-align: center;
    margin-bottom: 5px; /* Espacio con el botón */
}

/* Ajuste del botón */
.popular-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Botón bien alineado */
.btn-popular {
    background: #FFD700;
    border: none;
    padding: 10px 15px;
    color: #000;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    width: auto;
    max-width: 200px;
    text-align: center;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-popular:hover {
    background: #ffcc00;
    transform: scale(1.05);
}






.destination-overlay h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.destination-details {
    padding: 20px;
	box-shadow: none !important; 
    background: rgba(0, 0, 0, 0) !important;
	border: none !important;
}

.destination-details h3 {
    font-size: 20px;
    
}

.destination-details p {
    font-size: 14px;
    margin: 5px 0;
    color: #f8f8f8;
}

.destination-details .price {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 10px 0;
}



.swiper-button-next, .swiper-button-prev {
    color: #FFD700;
}

.swiper-pagination-bullet-active {
    background: #FFD700;
}



.leading-sections{
	margin-top: 0px;
}

.language-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Negrita */
    color: rgb(250, 250, 250);
	font-size: 1.3rem; /* Aumenta el tamaño */
    text-decoration: none;
}
.menu-font{
	
	font-family: 'Montserrat',sans-serif;
	color: #ffffff !important;
	font-weight: 700;
	font-size: clamp(1rem, 2vw, 1.3rem); 
}

.currency-exchange {
	background-color: transparent;
	border: none;
	margin-right: 15px;
	color: white;
	font-weight: bold;
	outline: none;
	font-family: 'Montserrat', sans-serif
}

.currency-exchange option {
	color: black;
}

#currency-selector {
	display: flex;
	flex-grow: 1;
	justify-content: end;
}

.item{
	color: #313569;
	margin-right: 3px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
}

.activa{
	background-color: #e2bc46;
}

.inactiva{
	background-color: #c2c8cb;
}

.my-transfer-form{
	background-color: #DBDBDB !important;
	border-radius: 15px; 
}

.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: 20px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0); 
    border-radius: 10px;
    padding: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
}

.leading-form-font{
	font-family: 'Montserrat';
	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: 'Montserrat';
	font-weight: bold;
	font-size: 30px;
	/*color: #0956E4;*/
	color: maroon;
	text-align: center;
	text-shadow: 2px 2px 3px #092540
}

datalist option{
	font-family: 'Montserrat';
}

.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: 'Montserrat';
}

#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: 'Montserrat';
	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: 'Montserrat';
	font-weight: bold;
	font-size: 45px;
	color: #ffffff;
	/*text-shadow: 2px 2px 3px #001621;*/
	padding-bottom: 20px;
}

.popular-dest h4{
	font-family: 'Montserrat';
	color: white;
	font-weight: bold;
	font-size: 19px;
	text-shadow: 2px 2px 3px #001621;
}

.popular-dest h6{
	font-family: 'Montserrat';
	/*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;
}




.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: 'Montserrat';
	/*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-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;
}

/* Fondo de las tarjetas de testimonios */
div[data-rw-slider] .rw-review-card {
    background-color: #1E1E1E !important; /* Fondo oscuro */
    color: #ffffff !important; /* Texto blanco */
    border-radius: 12px !important; /* Bordes redondeados */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important; /* Sombra sutil */
}

/* Personalizar el nombre del usuario */
div[data-rw-slider] .rw-review-author {
    font-weight: bold !important;
    color: #FFD700 !important; /* Amarillo */
}

/* Personalizar el texto del testimonio */
div[data-rw-slider] .rw-review-text {
    font-size: 1rem !important;
    color: #DDDDDD !important; /* Gris claro */
}

/* Personalizar estrellas */
div[data-rw-slider] .rw-review-stars {
    color: #FFD700 !important; /* Amarillo */
}

/* Quitar el fondo de la parte inferior donde están las estrellas y el nombre */
div[data-rw-slider] .rw-review-footer {
    background-color: transparent !important;
}

/* Personalizar botones de navegación (flechas) */
div[data-rw-slider] .rw-nav-button {
    background-color: #FFD700 !important; /* Amarillo */
    border-radius: 50% !important; /* Redondeadas */
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.3s ease-in-out !important;
}


.faq-index {
    background: transparent; /* Mantener fondo transparente */
}

.faq-swiper {
    width: 100%;
    padding: 20px;
}

.faq-card {
    background: rgba(255, 255, 255, 0); /* Fondo semi-transparente */
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: white;
    backdrop-filter: blur(10px); /* Efecto de desenfoque */
    max-width: 400px;
    margin: auto;
		margin-bottom: 40px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0);
		height: 30rem;
}

.faq-question {
    background: rgb(48 50 68);
    padding: 50px;
    border-radius: 15px 15px 0 0;
	display: flex;
    flex-direction: column;
    align-items: center; /* Centra el contenido */
    justify-content: center;
    text-align: center;
		height: 40%;
}

.faq-question i {
    font-size: 1.5rem; /* Ajusta el tamaño según necesites */
    color: white; /* Asegura que el color sea visible */
    display: block;
}


.faq-question h5 {
    margin: 0;
    font-size: 1.2rem;
    color: white;
}

.faq-answer {
    padding: 15px;
    background: white;
    border-radius: 0 0 15px 15px;
    color: black;
		height: 60%;
}
.faq-answer p{
	font-family: "Montserrat";

}


/* Estilos de Swiper.js */
.swiper-button-next, .swiper-button-prev {
    color: white !important;
}

.swiper-pagination-bullet {
    background: white !important;
}

.swiper-pagination-bullet-active {
    background: yellow !important;
}



/* Cambiar color de la flecha al pasar el cursor */
div[data-rw-slider] .rw-nav-button:hover {
    background-color: #FFC107 !important; /* Amarillo más intenso */
}

/* Personalizar icono de la flecha */
div[data-rw-slider] .rw-nav-button svg {
    fill: #000 !important; /* Negro */
    width: 20px !important;
    height: 20px !important;
}



.features h1{
	font-family: 'Montserrat';
	color: #ffffff;
	text-align: center;
	font-weight: 700; 
	
	padding-top: 50px;
	/*font-weight: bold;
	font-size: 45px;
	padding: 20px;*/
	/*text-shadow: 2px 2px 3px #001621;*/
}
.features h2{
	font-family: 'Montserrat';
	color: #ffffff;
	text-align: center; 

	/*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: rgb(255, 255, 255);
}

.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: 'Montserrat';
	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: 'Montserrat';
	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: #ffffff;
}

.faq-index-header h3{
	font-family: 'Montserrat';
	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: 'Montserrat';
	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: 'Montserrat';
	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: #004b7600 !important;
 	color: white;
 	text-align: center;
}

@media screen and (max-width: 1200px) {
	.footer {
		scale: 80%;
	}
	
}

.footer h5{
	font-family: 'Montserrat';
	font-weight: lighter;
	/*text-align: center !important;*/
}

/* Pie de página */
.footer {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 40px 0;
    text-align: center;
}

/* Logo */
.footer-logo img {
    width: auto;
    margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
	.footer-logo img {
		margin-left: -50px;
	}
	
}


/* Redes sociales */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 50px;
	margin-bottom: 30px;
}

.social-icon {
    font-size: 1.5rem;
    color: white;
    transition: transform 0.3s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.2);
}

.footer-contact  {
    
    justify-content: center;
    gap: 50px;
	margin-bottom: 50px;
}
/* Contacto */
.footer-contact p {
    margin: 5px 0;
}

.footer-contact a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-contact a:hover {
    text-decoration: underline;
}

/* Botones de políticas */
.btn-footer {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 15px;
    margin: 10px;
    transition: background 0.3s, color 0.3s;
}

.btn-footer:hover {
    background-color: white;
    color: black;
}

/* Derechos reservados */
.footer-final {
    
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}



/*.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: 'Montserrat';
}

.contact-info a{
	text-decoration: none;
	color: white;
}

.contact-info a:hover{
	color: lightblue;
}

.contact-info-bold{
	font-family: 'Montserrat';
}

.main-contact-info img{
	width: 100%;
}

.footer-social a{
	font-size: 3rem;
	color: #ffffff;
}

.footer-social a:hover{
	color: white;
}

.main-contact-info i{
	color: #ffffff;
	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: 'Montserrat';
	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);
		/*background-color: transparent;*/
	}
	
	.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: 200px auto;
		overflow: hidden;
	}
	@media screen and (min-width: 1200px){
		margin-top: 1250px !important;
	}

	.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(255, 255, 255, 0) !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�0�9o 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 */
    }
}

#custom-arrival-link {
    background-color: #007bff; /* Color azul */
    color: #fff; /* Texto blanco */
    padding: 10px 15px; /* Espaciado interno */
    border-radius: 5px; /* Bordes redondeados */
    text-align: center; /* Centrar el texto */
    display: inline-block; /* Mostrar como botón */
    font-size: 0.875rem; /* Tamaño de fuente */
    text-decoration: none; /* Eliminar subrayado */
}

#custom-arrival-link:hover {
    background-color: #0056b3; /* Color azul más oscuro al pasar el mouse */
    color: #fff; /* Mantener texto blanco */
}

.modal-backdrop.show {
    z-index: -1 !important;
}
.modal.show {
    z-index: 1 !important;
}