body {
	background: #fbfbfb;
	font-family: 'Inter', Sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	color: #0a306e;
}

h1 {
	font-size: 41px;
}

/* Estilos para el slider de imágenes */
.sliderbig {
	bottom: 15px !important;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	display: flex;
	overflow: hidden;
	height: 600px;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
div.sliderbig > div.main-image > a > img:hover {
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
	cursor: pointer;
}
.slider {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	display: flex;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
}

.slider .thumbnails {
	width: 20%;
	float: left;
	overflow: hidden;
	max-height: 600px;
	/* Agregar display flex */
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	/* Agregar margen y padding */
	padding: 10px;
	margin-right: 10px;
}

.slider .thumbnails img {
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	opacity: 0.5;
}

.slider .thumbnails img.active {
	opacity: 1;
}

/* Estilos para los botones prev y next */
.slider .thumbnails .btn-prev,
.slider .thumbnails .btn-next {
	position: sticky;
	text-align: center;
	cursor: pointer;
	width: 100%;
	z-index: 1;
}

.slider .thumbnails .btn-prev {
	/* Agregar botón prev en la parte superior */
	top: 5px;
}

.slider .thumbnails .btn-next {
	/* Agregar botón next en la parte inferior */
	bottom: 5px;
}

/* Estilos para la imagen principal */
.slider .main-image {
	width: 80%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider .main-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 15px;
}

.btn-prev i,
.btn-next i {
	background: white;
	padding: 10px;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	text-align: center;
	font-size: 24px;
	border: 1px solid #d8dfe7;
}

.btn-next i {
	background: white;
	padding: 10px;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	text-align: center;
	font-size: 24px;
	border: 1px solid #d8dfe7;
}

/* hover */
.btn-prev:hover i,
.btn-next:hover i {
	background: #0a306e;
	border: 1px solid #0a306e;
	color: white;
}

/* Final del estilo para el slider de imágenes */

i.fas.fa-star {
	/* linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%) */
	background: linear-gradient(135deg, #fcb900 0%, #ff6900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

ul.info {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.info li {
	font-family: 'Inter', Sans-serif;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	color: #0a306e;
	text-transform: capitalize;
}

ul.info li i {
	margin-right: 5px;
	background-image: linear-gradient(135deg, #0071fc 0%, #0c50a1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 5px;
	font-size: 16px;
}

a.pricebtn {
	font-family: 'Inter', Sans-serif;
	width: 100%;
	background: #0a306e;
	font-size: 14px;
	color: white;
	/* all letters uppercase */
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 30px;
	border: none;
	border-radius: 5px;
}

a.pricebtntop {
	font-family: 'Inter', Sans-serif;
	width: 100%;
	background: #0a306e;
	font-size: 14px;
	color: white;
	/* all letters uppercase */
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 30px;
	border: none;
	border-radius: 5px;
}

#seccont {
	background: #f4f8fa;
	padding: 50px 0;
}

#seccont .container {
	background: #fbfbfb;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
	padding: 25px;
}

#seccont .containercl {
	background: transparent !important;
	box-shadow: none !important;
	padding: 25px;
}

#seccont h2 {
	font-family: 'Inter', Sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #0a306e;
	margin-bottom: 20px;
}

#seccont p {
	font-family: inter, Sans-serif;
	font-size: 16px;
	color: #051d3b;
	line-height: 1.6;
	padding: 0px 15px;
	text-align: justify;
}

.mapouter {
	position: relative;
	text-align: right;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	width: 100%;
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

div.services > div.row > ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	align-content: flex-start;
}

div.services > div.row > ul > li {
	font-family: 'Inter', Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
	border: 1px solid #cddfe8;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 5px;
	background: #f4f8fa;
	width: fit-content;
}

div.services > div.row > ul > li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
	color: #398ffc;
}

/* accordion styles */
div#accordion {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.card {
	border-radius: 0px !important;
	border-bottom: 0px !important;
}

.card-header {
	padding: 5px !important;
	margin-bottom: 0 !important;
	background-color: white !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
	border-bottom: 0px !important;
}

.card-header button {
	font-family: 'Inter', Sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	width: 100%;
	text-align: left;
	color: #0a306e;
}

div.card-body {
	margin: 0 0 1em;
	font-weight: 400;
	color: #051d3b;
	font-size: 14px;
}

div.info svg {
	fill: #0a306e;
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 10px;
	padding: 9px;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

div.info span {
	font-family: 'Inter', Sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #0a306e;
	text-transform: capitalize;
}

div.info p {
	font-family: 'Inter', Sans-serif;
	font-size: 13px;
	color: #051d3b;
	text-align: initial !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 13px !important;
}

div.info .part1 {
	background: #eaf3fc;
	padding: 10px !important;
	border-radius: 10px 0px 0px 10px;
}
div.info .part2 {
	background: #eaf3fc;
	padding: 10px 10px 10px 0px !important;
	border-radius: 0px 5px 5px 0px;
}

div.info div.limt {
	max-width: 305px;
	margin: 0 auto;
}

/* Estilos para versión móvil */
@media (max-width: 768px) {
	body {
		margin-bottom: 100px !important;
	}

	.back-to-top {
		bottom: 110px !important;
		right: 10px !important;
	}

	.fixed-panel {
		display: none !important;
	}

	.slider .main-image img {
		height: 100%;
	}

	.slider .thumbnails {
		padding: 0px;
		margin-right: 8px;
	}

	.slider .thumbnails img {
		width: 55px;
		height: 55px;
		margin: 0 auto;
		cursor: pointer;
		margin-bottom: 10px;
		padding-top: 0px;
		padding-bottom: 5px;
		border-radius: 8px;
	}

	.slider .thumbnails .btn-prev {
		top: 0px;
	}

	.slider .thumbnails .btn-next {
		bottom: 0px;
	}

	.btn-prev i,
	.btn-next i {
		height: 35px;
		width: 35px;
		font-size: 14px;
	}

	div.container > h1 {
		text-align: center;
	}

	.stars.mt-3.mb-3 {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.row.d-flex.align-items-center.mt-3.mb-3 {
		text-align: center;
	}

	div#slithum {
		max-height: 300px !important;
	}

	.#fullscreen-map-container {
		padding: 0px !important;
	}

	button#close-fullscreen-button {
		top: 8px !important;
		right: 18px !important;
	}
}

/* Estilos para versión escritorio */
@media (min-width: 768px) {
	.fixed-panel-mobile {
		display: none !important;
	}
}

/* fixed panel navbar on scroll, show only on scroll */
.fixed-panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
	display: none;
}

.fixed-panel .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fixed-panel-content {
	background-color: #2367ba;
}

#panelfe > label,
#panelfe2 > label {
	width: 100%;
	color: white;
	font-weight: 500;
	font-size: 14px;
}

.fixed-panel-content > .container {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 10px 0px;
}

/* .fixed-panel-mobile bottom navbar */
.fixed-panel-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
	display: none;
}

input#daterange,
input#bedsel {
	border-radius: 3px 0px 0px 3px;
	border: 0px;
	color: black;
	font-weight: 500;
}

#panelfe .input-group-append,
#panelfe span.input-group-text,
#panelfe2 .input-group-append,
#panelfe2 span.input-group-text {
	border-radius: 0px 3px 3px 0px;
	background: white;
	border: 0px;
}

input#bedsel {
	background: white;
	cursor: pointer;
}

div#flopanfi {
	display: none;
	background: white;
	float: right;
	position: fixed;
	top: 80px;
	min-height: 100px;
	min-width: 400px;
	border-radius: 3px;
	padding: 8px 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
	z-index: 1;
}

div#flopanfi label {
	width: 100%;
}

a.pricebtn2 {
	font-family: 'Inter', Sans-serif;
	width: 100%;
	background: #0a306e;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px !important;
	padding: 20px 20px;
	border: none;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

a.pricebtn2:hover {
	background: #051d3b;
}

a.pricebtn2mb {
	background: #00a40c !important;
}

div.footer-bottom > p {
	font-size: 12px;
	color: #8d8d8d;
}

iframe.ifopin {
	width: 100%;
	height: 370px;
}

.tapont {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: space-between;
	padding: 0px 15px;
	background: white;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
	height: 55px;
	justify-content: flex-start;
	font-family: 'Inter', Sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #0a306e;
	border-bottom: 1px solid #dde6f1;
	line-height: 24px;
	margin-top: -1px;
}

span.btag {
	font-weight: 400;
	color: black;
	font-size: 14px;
}

span.btag > a {
	color: black;
	text-decoration: none;
}

/* button .back-to-top */
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
	background: #ffffff7a;
	padding: 8px;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
}

a.navbar-brand.logocl {
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}

a.navbar-brand.logocl:hover {
	color: white;
}

nav.navbar.navbar-expand-lg.navbar-light {
	background: #0a306e;
	color: white;
}

nav.navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link {
	color: white;
	font-weight: 500;
	font-size: 14px;
}

.navbar-light .navbar-toggler {
	color: white !important;
	border-color: white !important;
	background: white !important;
}

#dmfoo > p {
	font-size: 15px;
	font-weight: 600;
	color: #0a306e;
}

footer ul.list-unstyled {
	line-height: 1.9;
}

.langbtndrp {
	background: transparent !important;
	border: 0px !important;
}

.langbtndrp:hover {
	background: transparent !important;
	border: 0px !important;
}

.langbtndrp > img,
#mendslang img {
	border-radius: 100%;
}

#dinpag h1 {
	text-align: center !important;
}

#dinpag h2 {
	font-size: 1.5em !important;
	font-weight: 700 !important;
	margin-top: 35px !important;
}

#dinpag p {
	text-align: justify;
}

.progress-bar {
	background: #00a40c !important;
}

.progress {
	height: 8px !important;
	margin-bottom: 15px !important;
	border-radius: 0 !important;
}
#stbarr {
	max-width: 90%;
	margin: 0 auto;
}
#stbarr p {
	margin-bottom: 5px !important;
	font-size: 14px;
	font-weight: 500;
	padding: 0px;
}

/* mapns */

.leaflet-control-geocoder-form {
	display: inline-block !important;
}

#fullscreen-map-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
	/* Asegura que el mapa a pantalla completa esté sobre todos los demás elementos */
}

div.location .nav-tabs .nav-item.show .nav-link,
div.location .nav-tabs .nav-link.active {
	color: white !important;
	background-color: #0a306e !important;
	border-color: #0a306e !important;
	font-weight: 500;
}

div.location .nav-tabs .nav-item {
	margin-top: 10px !important;
}

div.location li.nav-item > a {
	font-family: 'Inter', Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
	border: 1px solid #cddfe8;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 5px;
	background: #f4f8fa;
	width: fit-content;
	cursor: pointer;
}

div.location li.nav-item > a:before {
	content: '\f124';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 10px;
	color: #398ffc;
}

ul#myTabs {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

/* Estilo para versión móvil */
@media (max-width: 767px) {
	ul#myTabs {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		align-content: center !important;
		justify-content: initial !important;
		padding-bottom: 10px;
	}
	div.location li.nav-item > a {
		width: max-content !important;
	}
}

div#map {
	position: relative;
	text-align: right;
	width: 100%;
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

div#contentMapSt {
	background: #fcfcfc;
	position: relative;
	text-align: left;
	width: 100%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.125);
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
	padding: 10px 25px 0px 25px;
}

div.location .nav-tabs {
	border-bottom: 0px !important;
}

div#myTabContent {
	font-family: 'Inter', Sans-serif;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.125);
	padding-top: 5px;
	margin-top: 30px;
}

.cardsite {
	border-bottom: 1px solid #f8f8f8;
	line-height: 18px;
	min-height: 60px;
	padding: 10px;
	color: #0a306e;
}

.cardsite:hover {
	background: #f8f8f8;
	border-radius: 4px;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 0px !important;
	box-shadow: 0 2px 4px rgba(26, 35, 44, 0.12), 0 0 2px rgba(26, 35, 44, 0.04) !important;
	color: #0a306e !important;
}

.leaflet-control-attribution.leaflet-control {
	display: none !important;
}

.leaflet-bar a,
.leaflet-bar a:hover {
	color: #0a306e !important;
}

button#close-fullscreen-button {
	background-color: transparent;
	border: 0px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	z-index: 999999;
	position: absolute;
	top: 30px;
	right: 65px;
	font-size: 35px;
}

button.leaflet-bar.leaflet-control.leaflet-control-custom {
	font-size: 20px;
	font-weight: bold;
}

.description {
	height: 300px;
	overflow: hidden;
}

.description .fa-chevron-down {
	color: #398ffc;
	cursor: pointer;
	padding-right: 5px;
}
.description .fa-chevron-up {
	color: #398ffc;
	cursor: pointer;
}

div.description h3 {
	font-family: 'Inter', Sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #0a306e;
	margin-bottom: 20px;
	background: #0a306e08;
	padding: 13px 10px;
	border-left: 3px solid #0a306e0d;
	border-radius: 3px;
}

.card.h-100 {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
}

.daterangepicker.ltr.show-calendar.openscenter {
	z-index: 9999;
	font-family: 'Inter', Sans-serif;
}

.badge-info {
	color: #fff !important;
	font-family: 'Inter', Sans-serif !important;
	background: linear-gradient(300deg, #1c6fd4 0%, #1253a2 100%) !important;
	border: 1px solid #1253a2 !important;
	font-weight: 500 !important;
}

#faq h3 {
	font-family: 'Inter', Sans-serif;
	font-size: initial;
	font-weight: 500;
}

.leaflet-popup-content-wrapper {
	border-radius: 4px;
	padding: 5px 8px;
}

a.leaflet-popup-close-button {
	margin: 3px 5px;
}

.leaflet-popup-content > a {
	font-family: 'Inter', Sans-serif;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
	border: 1px solid #cddfe8;
	border-radius: 5px;
	padding: 5px 10px;
	background: #f4f8fa;
	cursor: pointer;
	display: block;
	min-width: max-content;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
}

.leaflet-popup-content > a:hover {
	color: white !important;
	background-color: #0a306e !important;
	border-color: #0a306e !important;
	font-weight: 500;
	text-decoration: none;
}

#exptxt {
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, white, transparent);
	width: 100%;
	text-align: center;
	height: 55px;
	padding-top: 25px;
	color: #398ffc;
	font-size: 25px;
	cursor: pointer;
}

#exptxt > span {
	font-family: 'Inter', Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
	border: 1px solid #cddfe8;
	border-radius: 60px;
	padding: 5px 15px;
	background: #f4f8fa;
	width: max-content;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	color: #212529;
}

.exptxtdown {
	background: none !important;
	height: 55px !important;
}

p.txciv {
	text-align: center !important;
	width: 75%;
	max-width: 830px;
	margin: 0 auto;
}

.destlink {
	color: #007bff;
	cursor: pointer;
}
