


.avistaje-col {
position: sticky;
    top: 96px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(201, 194, 181);
    border-radius: 4px;
    padding: clamp(20px, 2.6vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0px;
	color:#0b2b53;
  }




.excursion-titulo {
font-family: Newsreader, serif;
    font-weight: 400;
    font-size: 1.9rem;
	margin-bottom: 0px
  }


.top-card {
	font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5a7580;
    font-weight: 700;
	font-family: 'Public Sans',system-ui,sans-serif;
	margin-bottom: 5px;
  }

.top-card-title {
	margin: 0px;
    font-family: Newsreader, serif;
    font-weight: 400;
    font-size: clamp(30px, 4.5vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.02em;
  }





.section-card {
 
  border: 1px solid #e0e0e0;
  background: #fff;
	margin-top: 30px
}

.card-image {
  flex: 1;
  min-width: 400px;
	float: left
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-content {
  flex: 1.3;
  padding: 30px;
  display: flex;
  flex-direction: column;
	float: left
}

.tags {
  gap: 10px;
  margin-bottom: 15px;
	margin-top: 20px
}

.tag {
     font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(18, 82, 90);
    background: rgb(228, 237, 235);
    padding: 5px 9px;
    border-radius: 999px;
	font-family: 'Public Sans', system-ui, sans-serif;
}

.tag-2 {
     font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  color: rgb(90, 117, 128);
    background: rgb(237, 233, 225);
    padding: 5px 9px;
    border-radius: 999px;
	font-family: 'Public Sans', system-ui, sans-serif;
}

.description {
 margin: 0px;
    font-size: 17px;
    line-height: 1.6;
    color: rgb(18, 82, 90);
    max-width: 66ch;
    text-wrap: pretty;
	font-family: 'Public Sans', system-ui, sans-serif;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 15px 0;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 15px;
	font-family: 'Public Sans', system-ui, sans-serif;
}

.label {
  font-size: 13px;
  color: #777;
  margin-bottom: 0px;
}

.value {
  font-size: 17px;
  font-weight: 500;
  color: #12293e;
	margin-bottom: 0px;
	line-height: 1.3!important
}

.price-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.price {
font-family: Newsreader, serif;
    font-size: 38px;
    line-height: 1.05!important;
    font-variant-numeric: tabular-nums;
	color: #12293e;
	margin-bottom: 0px
}

.price-big {
font-family: Newsreader, serif;
    font-size: 48px;
    line-height: 1.05!important;
    font-variant-numeric: tabular-nums;
	color: #12293e;
	margin-bottom: 0px
}

.price-detail {
  font-size: 15px;
  color: #777;
  margin-top: 4px;
	font-family: 'Public Sans', system-ui, sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}

.btn-reservar {
  background: #a4441c;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-reservar:hover {
  background: #8a3716;
}

.policy {
  margin: 0px;
    font-size: 14px;
    line-height: 1.55;
    color: rgb(90, 117, 128);
	    font-family: 'Public Sans', system-ui, sans-serif;
	max-width: 72ch;
	margin-bottom: 20px
}

.policy a {
  color: #333;
  text-decoration: underline;
  font-weight: 600;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .card {
    flex-direction: column;
  }
  .info-grid {
    grid-template-columns: 1fr 1fr;
  }
}






.section-donde {
	
  }



.section-donde .top {
	font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5a7580;
    font-weight: 700;
	font-family: 'Public Sans',system-ui,sans-serif;
	margin-bottom: 5px;
  }


.section-donde h2 {
	font-family: Newsreader, serif;
	font-weight: 400;
	font-size: 3rem
	
  }

.section-donde h3 {
	font-family: Newsreader, serif;
	font-weight: 400;
	font-size: 1.9rem
	
  }



.section-donde p {
    font-family: 'Public Sans', system-ui, sans-serif;
	    margin: 0px;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(18, 82, 90);
    text-wrap: pretty;
	font-weight: 400;
	
   
  }




.top-blue {
	background: #12525a;
    color: rgb(245, 243, 239);
	font-family: 'Public Sans', system-ui, sans-serif;
  }

.x3 .destacado {
	font-family: 'Newsreader', serif;
    font-weight: 300!important;
	color: rgb(18, 82, 90);
	font-size: clamp(21px, 2.6vw, 32px);
    line-height: 1.42!important;
    letter-spacing: -0.01em;
	    text-wrap: pretty;
	max-width: 66ch;
	margin-bottom: 40px
  }

.x3 h3 {
	margin: 0px;
    font-family: Newsreader, serif;
    font-weight: 400;
    font-size: clamp(23px, 2.6vw, 29px);
    line-height: 1.1;
    letter-spacing: -0.015em;
	margin-top: 20px;
	margin-bottom: 20px
  }

.x3 p {
    font-family: 'Public Sans', system-ui, sans-serif;
	    margin: 0px;
    font-size: 16px;
    line-height: 1.6;
    color: rgb(18, 82, 90);
    text-wrap: pretty;
	font-weight: 400;
	
  }


.x3  .top {
	font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5a7580;
    font-weight: 700;
	font-family: 'Public Sans',system-ui,sans-serif;
	margin-bottom: 5px;
  }


.x3  h2 {
	font-family: Newsreader, serif;
	font-weight: 400;
	font-size: 2.4rem;
	margin-bottom: 10px
	
  }


















.icon-footer-iram {
	 background: url(../images/00/footer-icon-iram.jpg) #fff right no-repeat!important;
	 padding: 17px 110px 17px 10px;
	 margin-bottom: 20px;
	 font-family: "Montserrat", sans-serif;
	 font-size: 11px;
	 line-height: 14PX;
	 margin-right: 8px;
	 text-align: right;
	 color: #000
  }


 .icon-footer-iram-new {
	 background: url(../images/00/footer-icon-iram-new.jpg) #fff right no-repeat!important;
	 padding: 17px 110px 17px 10px;
	 margin-bottom: 20px;
	 font-family: "Montserrat", sans-serif;
	 font-size: 11px;
	 line-height: 14PX;
	 margin-right: 8px;
	 text-align: right;
	 color: #000
  }


.inicio-titulo-excursion  {
 font-size: 20px;
 margin-top: 15px;
 font-weight: 700;
}


.home-slide-top  {
  margin-top: 500px;
 font-size: 27px;
 font-weight: 700;
 font-family: Montserrat;
 color:rgb(218, 227, 234);
 text-align: left;
}

.home-slide-titulo  {
 font-size: 40px;
 font-weight: 700;
 color:#fff;
 text-shadow: rgba(0, 0, 0, 0.6) 2px 4px 4px;
 margin-top: -35px;
  font-family: "Montserrat";
	letter-spacing: 0px;
  text-align: left;
}
}



.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
  font-size: 0.6rem;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.sel::before {
  position: absolute;
  content: '\f063';
  font-size: 2em;
  color: #FFF;
  right: 20px;
  top: calc(50% - 0.5em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-size: 2.3em;
  color: #838e95;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: 0px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: 100%;
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-size: 1.5em;
  color: #838e95;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
/*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}



.contacto  {
background: #ddd;
border-radius: 5px;
padding: 5px;
}


.contacto  .title {
font-size: 22px;
text-align: center;
padding: 5px;
background:#eee;
margin-bottom: 25px;
}

.contacto  h4 {
font-size: 18px;
}

.recomendaciones  {
 font-size: 16px;
 line-height: 20px;
 font-weight: 600;
 margin-bottom: 40px;
font-style: italic;
}

.slide-avistaje-title  {
	font-size: 36px!important;
	color: #fff;
	font-weight: 600!important;
	margin-bottom: 5px;
}


.slide-avistaje-texto  {
	font-size: 23px!important;
	color: #76b1ec;
	margin-top: 5px!important;
	font-weight: 400!important;
}

.slide-avistaje-texto span  {
		color: #fff;
	font-weight: 600!important;
}



.footer-datos  {
	background: #0a539c;
	padding: 5px;
	border-radius: 5px;
}

.reserva-precio  {
	background: #00627d;
	float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: ;
}


.reserva-precio  .icono {

	float: left;
	margin-bottom: 10px;
	margin-top: 8px;
}

.reserva-precio  .title {
	font-size: 16px;
	color: #fff;
	font-weight: 600;

	margin-bottom: 15px;
	margin-top: 5px;
}


.reserva-accion {
	margin: 10px 0;
	float: left;
}


.reserva-accion .call-to-action {
	float: left;

}

.reserva-accion .tarjetas {
	float: left;
	margin-left: 40px;
}

.reserva-accion .txt {
	clear: both;
}


.boton-idioma  {
margin: -5px 0 0 20px
}




@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
   }

	.reserva-accion .tarjetas {
	float: left;
	margin-left: 10px;
}
	
.px-5 {
  padding-right: 1rem !important;
}	
	
.px-5 {
  padding-left: 1rem !important;
}	
	
  .px-mob {
  padding: 0 2rem!important
}	
	

	.hero {
  min-height: 40vh!important;
}
	
	
	
	
   #logo img {
  height: 100px!important;
}

  .menu-link { 
  	text-shadow:  0px 0px 0px rgba(0,0,0,0);}

  	.slider-caption h1, h2 { 
  	font-size: 2rem!important;}

  	.swiper_wrapper .slider-caption p {
    font-size: 1rem!important;
}

h1 { font-size: 32px; 
}


.slide-m {
margin-top: 110px;
}

.recomendaciones  {
 font-size: 1rem;
 margin-bottom: 10px;
}


	
	
.boton-idioma  {
margin: -5px 0 0 0px
}

		.pc-right  {
text-align: left!important;
}

	
	.section-donde {
		margin-top: 40px
	
  }

	
	.price {
		font-size: 35px;
		margin-top: 20px;
	
  }

  
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  h1 { font-size: 32px; 
}
	
		.pc-right  {
text-align: left;
}

}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

    h1 { font-size: 32px; }
    .product-price-big { font-size: 1rem; margin-right: 20px; }

    body { font-size: 0.9rem; }
	
	.pc-right  {
text-align: right;
}


}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-lg {
    display: none !important;
  }
	
	.menu-link {
	font-size: 0.8rem!important}
	
	}

	.pc-right  {
text-align: right;
}
	
@media (min-width: 1400px)  {
  .hidden-xlg {
    display: none !important;
  }
	
	.menu-link {
	font-size: 1.0rem!important}
	
	}

	.pc-right  {
text-align: right;
}
	
	}
