/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
#Content{
	padding-top: 0 !important;
}
#Intro{
	background-size: cover;
	background-position: center;
	height: 100vh;
}
#Intro .intro-inner{
	padding: 20px !important;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-post .post-related .button_left {
	display: none;
}
#Header{
	margin-top: -1px;
}
:root{
	--green: #757F64;
	--cream: #EFE8D8;
	--coffe: #B29B7B;
	--olive: #303829;
	--orange: #914521;
	--b-coffe: #914521;
	--olive-s: #757F64;
	
	--hatton-b: 'PPHatton-Bold';
	--hatton-m: 'PPHatton-Medium';
	--hatton-ul: 'PPHatton-Ultralight';
	
	--arima-b: 'Arima-Bold';
	--arima-m: 'Arima-Medium';
	--arima-l: 'Arima-Light';
}
/*CUSTOM FONTS*/
.PPHatton-Bold{
	font-family: var(--hatton-b);
}
.PPHatton-Medium{
	font-family: var(--hatton-m);
}
.PPHatton-Ultralight{
	font-family: var(--hatton-ul);
}
.Arima-Bold{
	font-family: var(--arima-b);
}
.Arima-Medium{
	font-family: var(--arima-m);
}
.Arima-Light{
	font-family: var(--arima-l);
}
/*GENERAL STYLES*/
.o-hidden{
	overflow: hidden;
}
.fit-content{
	width: fit-content;
}
.c-cream{
	color: var(--cream);
}
.c-olive{
	color: var(--olive);
}
.pd-20{
	padding: 20px;
}
.pd-y-20{
	padding: 20px 0;
}
.pdl-0{
	padding-inline: 0 !important;
}
.br-0{
	border-radius: 0 !important;
}
.br-10{
	border-radius: 10px;
}
.br-20{
	border-radius: 20px !important;
}
.btr-10{
	border-top-right-radius: 10px;
}
.btl-10{
	border-top-left-radius: 10px;
} 
.back-b-coffe{
	background: var(--b-coffe);
}
.back-olive-o{
	background: var(--olive-s);
}
.mg-t-35{
	margin-top: 35px !important;
}
.mg-b-0{
	margin-bottom: 0px !important
}
.mg-b-15{
	margin-bottom: 15px !important;
}
.mg-b-35{
	margin-bottom: 35px !important;
}
.mg-b-40{
	margin-bottom: 40px !important;
}
.mg-b-45{
	margin-bottom: 45px !important;
}
.mg-b-55{
	margin-bottom: 55px !important;
}
.mg-t-35{
	margin-top: 35px !important;
}
.no-bottom{
	margin-bottom: 0 !important;
}
.no-bottom .vc_single_image-wrapper{
	margin-bottom: 0 !important;
}
.t-upper{
	text-transform: uppercase;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}
.w-300{
	width: 300px;
}
.d-inline{
	display: inline !important;
}
.c-pointer{
	cursor: pointer;
}
.img-pointer img{
	cursor: pointer;
}
/*HEADER STYLES*/
.sticky-tb-color #Top_bar.is-sticky{
	background-color: var(--olive);
}
.header-simple #Top_bar:not(.is-sticky) .top_bar_left{
	background: linear-gradient(0deg,rgba(48, 56, 41, 0.6) 0%, rgba(48, 56, 41, 0.6) 100%);
}
.header-simple #Top_bar .top_bar_left{
	background: var(--olive) !important;
}
.page-id-18 .responsive-menu-toggle {
	/*color: var(--olive) !important;*/
}
#menu-main-menu-es li > a {
	font-family: var(--arima-m) !important;
}

.responsive-menu-toggle {
	color: var(--cream) !important;
}
@media screen and (max-width: 767px){
	#Top_bar{
		background-color: var(--olive) !important;
	}
	.no-pd-mobile{
		padding-top: 25px !important;
	}
}
@media screen and (min-width: 768px){
	.page-id-18 .responsive-menu-toggle {
		color: var(--cream) !important;
	}
	.no-pd-mobile{
		padding-top: 100px !important;
	}
}
#Top_bar.is-sticky .responsive-menu-toggle {
	color: var(--cream) !important;
}
#menu-item-627{
	background: var(--cream);
}

#menu-item-627 a{
	color: var(--olive) !important;
}
/*HEADER STYLES*/
#Footer{
	background: var(--olive);
}
.has_content .the_content_wrapper{
	margin-bottom: 0 !important;
}
.d-none{
	display: none;
}
/*GENERAL STYLES*/
.hr-cream{
	background: var(--cream) !important;
	margin-bottom: 10px;
}

.l-footer{
	margin-bottom: 5px;
	margin-right: 10px;
	display: block;
	font-family: var(--arima-l);
	font-size: clamp(20px, 1vw, 21px);
}
.t-footer{
	font-family: var(--arima-b);
	font-size: clamp(20px, 1vw, 21px);
}
.l-footer:hover,
.l-power:hover,
.t-footer:hover{
	color: var(--coffe) !important;
	text-decoration: none;
}
.text-display {
  	font-family: ui-serif, "Georgia", "Times New Roman", serif;
  	text-transform: uppercase;
  	letter-spacing: 0.04em;
}
.text-body {
  	font-family: ui-serif, "Georgia", "Times New Roman", serif;
  	font-size: 1.15rem;
  	line-height: 1.6;
}
.text-strong {
  	font-weight: 700;
}

.btn {
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	gap: .5rem;
  	font-family: 'PPHatton-Medium';
  	text-transform: uppercase;
  	letter-spacing: .06em;
  	font-weight: 600;
  	padding: 0.9rem 2.4rem;
  	border: 0;
  	text-decoration: none;
  	cursor: pointer;
  	transition: transform .2s ease, filter .2s ease;
  	color: var(--olive);
  	background: var(--cream);
}

.btn:hover {
	color: var(--orange);
	text-decoration: none;
  	transform: translateY(-1px);
  	filter: brightness(1.03);
}

.btn:active {
  transform: translateY(0px);
  filter: brightness(.98);
}

.btn--pill {
  	border-radius: 999px;
	border: 1px solid var(--olive);
}

.btn.btn-olive{
	background: var(--olive);
	color: var(--cream);
}

/* ====== Sección ====== */
.hero {
  	position: relative;
  	min-height: 420px;
  	padding: clamp(56px, 6vw, 90px) 18px;
  	display: grid;
  	place-items: center;
  	overflow: hidden;
	height: calc(100vh - 30px);

  	/* Fondo (foto) */
  	background-image: var(--hero-bg);
  	background-size: cover;
  	background-position: center top;
  	background-repeat: no-repeat;
}

/* Overlay (capa encima de la foto) */
.hero__overlay {
	position: absolute;
  	inset: 0;
  	background: radial-gradient(circle,rgba(117, 127, 100, 0.35) 0%, rgba(48, 56, 41, 0.7) 90%);
  	pointer-events: none;
}

.hero__inner {
  	position: relative;
  	z-index: 1;
  	width: 100%;
  	text-align: center;
  	color: var(--coffe);
}


.hero video{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	inset: 0;
}

.hero__title {
  	margin: 0;
  	font-size: clamp(3.1rem, 5.2vw, 6.2rem);
  	line-height: 1.05;
  	font-weight: 500;
}

.hero__title-line {
  	display: block;
}

.hero__subtitle {
  	margin: 18px auto 26px;
  	max-width: 760px;
  	color: rgba(245, 240, 228, .92);
}

.hero__icon {
  display: inline-block;
  transform: translateY(-.05em);
  margin: 0 .15em;
  opacity: .95;
}

.hero__icon--blob {
  	font-size: 1.2em;
}
.text-img-ico{
	height: 40px !important;
}

/* Sección */
.tintorera__foo{
	display: grid;
	justify-content: center;
	gap: 10px;
	padding: 10px 40px;
	grid: 1fr /50px auto;
}

.tintorera{
  position: relative;
  background: var(--cream);
  padding: clamp(48px, 6vw, 90px) 24px;
  overflow: hidden;
  color: var(--olive);
}

/* Decoración superior izquierda */
.tintorera__decor{
  	position: absolute;
  	top: -28px;
  	left: -24px;
  	/*width: min(480px, 55vw);*/
  	height: auto;
  	pointer-events: none;
  	user-select: none;
  	z-index: 0;
}

/* Layout */
.tintorera__wrap{
  	position: relative;
  	z-index: 1;
  	max-width: 1100px;
  	margin: 0 auto;
  	display: grid;
  	grid-template-columns: minmax(280px, 420px) 1fr;
  	gap: clamp(28px, 5vw, 80px);
  	align-items: center;
}

/* Imagen */
.tintorera__media{
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  background: #000;
}

.tintorera__img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* Contenido */
.tintorera__content{
  	text-align: center;
  	padding-inline: clamp(0px, 2vw, 24px);
}

.tintorera__kicker{
  	margin: 0;
  	font-size: clamp(10px, 20px, 30px);
  	letter-spacing: .12em;
  	text-transform: uppercase;
  	opacity: .9;
	line-height: clamp(10px, 20px, 30px);
}

.tintorera__line{
  display: block;
  width: min(520px, 80%);
  height: 1px;
  background: var(--green);
  opacity: .9;
  margin: 18px auto 22px;
}

.tintorera__line_left{
	margin: 22px 0;
}

.tintorera__line--bottom{
  	margin: 20px auto 20px;
}

.tintorera__line.line__coffe{
	background: var(--b-coffe);
	margin: 22px 0;
}
.tintorera__line.line__cream{
	background: var(--cream);
	margin: 22px 0;
}

.tintorera__title{
  	margin: 0;
  	font-family: 'PPHatton-Ultralight';
  	font-weight: 400;
  	font-size: clamp(35px, 4vw, 80px);
  	line-height: 1.05;
}
.tintorera__subtitle{
  	margin: 0;
  	font-family: 'PPHatton-Ultralight';
  	font-weight: 400;
  	font-size: clamp(35px, 1vw, 50px);
  	line-height: 1.05;
}
.mian__title{
  	font-size: clamp(35px, 5vw, 100px);
}
.tintorera__desc{
  	font-size: clamp(13px, 1vw, 18px);
  	line-height: 1.55;
  	opacity: .85;
	padding-inline: 25px;
}

.tintorera__cta-text{
  margin: 18px 0 22px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--olive);
}
/* Respeta tu :root con variables, solo agrego estilos del slider */
.room-slider{
  	width: 100%;
  	margin: 0 auto;
  	padding: 0;
}

.roomSwiper{
	height: 380px;
  	border-radius: 18px;
  	overflow: hidden;
  	background: transparent; /* por si la imagen carga lento */
}
.roomSwiper .swiper-slide img{
  	width: 100%;
	height: 100%;
  	/*height: clamp(260px, 45vw, 420px);*/
  	object-fit: cover;
  	display: block;
	object-position: top;
	
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Paginación (puntos) */
.roomSwiper .swiper-pagination{
  	bottom: 14px !important;
}

.roomSwiper .swiper-pagination-bullet{
  	width: 10px;
  	height: 10px;
  	opacity: 1;
  	background: rgba(255,255,255,.35);
  	margin: 0 6px !important;
}

.roomSwiper .swiper-pagination-bullet-active{
  background: #fff;
}
/*Navigation*/
.swp-nav-sty{
	background: var(--cream);
    color: var(--olive) !important;
    font-weight: 700;
    border-radius: 50%;
    width: 40px !important;
	height: 40px !important;
	font-size: 10px;
	box-shadow: 0px 0px 7px 1px #000000a6;
}
.swp-nav-sty.swiper-button-prev:after,
.swp-nav-sty.swiper-button-next:after{
	content: '' !important;
}

.swp-nav-sty.swiper-button-next {
  	background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/arrow-next.svg") center center / 20px no-repeat, var(--cream);
}

.swp-nav-sty.swiper-button-prev {
  	background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/arrow-prev-1.svg") center center / 20px no-repeat, var(--cream);
}

/*.swp-nav-sty.swiper-button-prev:after{
	content: 'prev';
	font-size: 30px !important;
	font-weight: 900;
}
.swp-nav-sty.swiper-button-next:after{
	content: 'next';
	font-size: 25px !important;
	font-weight: 900;
}*/
/*Navigation*/

/*SWIPER JS ROOMS IN HOSTAL*/
.roomSwiper.roomSwiper1 img{
	border-radius: 20px;	
}

/*SWIPER JS ROOMS IN HOSTAL*/

/*BACKGROUNDS*/
#back-expirences{
	height: 100vh;
	 background: 
		 url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/round-mask.svg") center center/cover no-repeat,
		 url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/479c51e360d0260faa1bb2d41830b4b6b204ad71.jpg") top center/cover no-repeat;	
}
#back-where{
  	background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/textura-planta.svg") right bottom/160px no-repeat;
}
#back-exp{
	background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/vector-003.png") left top/100% no-repeat, #EFE8D8;
}

#back-rooms{
	background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/garza.svg") -0px top/75px no-repeat,
  url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/piquero.svg") right center/50px no-repeat
}
#back-our-proposal{
	height: calc(100vh - 90px);
	background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/nuestro-proposito-m.svg") center center/116% no-repeat;
}
#back-collab{
	height: 100vh;
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/artista-fotografo-002.jpg") center bottom/cover no-repeat;
}
/*BACKGROUNDS*/

/*HOME BLOG*/
@media screen and (min-width: 1280px){
	.grid-home-blog .image_wrapper{
		height: 300px;
	}
}
@media screen and (min-width: 1366px){
	.grid-home-blog .image_wrapper{
		height: 390px;
	}
}
@media screen and (min-width: 1920px){
	.grid-home-blog .image_wrapper{
		height: 500px;
	}
}
.grid-home-blog .image_frame.scale-with-grid{
	margin: 0 !important;
}
.grid-home-blog .desc {
	background: var(--olive);
	padding: 10px 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.grid-home-blog .desc h4,
.grid-home-blog .desc h4 a{
	color: var(--cream);
	margin-bottom: 0;
}
.grid-home-blog .image_wrapper{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.grid-home-blog .image_wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.grid-home-blog .slick-active a{
	background-color: var(--olive);
}
.grid-home-blog .slider_pagination .slick-active a:after{
	content: '';
	background-color: var(--olive);
}
.grid-home-blog .date_label{
	display: none;
}
/*CODIGO EXPERIENCIAS*/
.exp{
  position: relative;
  overflow: hidden;
  isolation: isolate; /* ayuda con z-index */
  /* define altura según tu diseño */
  min-height: 520px;
}

/* Swiper de fondo */
.exp__media{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.exp__media .swiper,
.exp__media .swiper-wrapper,
.exp__media .swiper-slide{
  	width: 100%;
  	height: 100%;
}
.exp__media img{
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	display: block;
}
#section-experiences{
	height: 800px;
	overflow: visible;
}
.exp{
	overflow: visible;
}

/* Máscara/gradiente PNG/SVG con transparencia y hueco */
.exp__mask{
  	position: absolute;
  	inset: 0;
  	z-index: 1;
  	pointer-events: none;
  	background-image: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/mascara-circular-01.svg"); /* <-- tu máscara desktop */
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
}

/* Contenido siempre arriba */
.exp__content{
  	position: relative;
  	z-index: 2;
	height: 300px;
    padding: 0 20px;
    bottom: 285px;
}

/*CODIGO EXPERIENCIAS*/

/*EL HOSTAL*/
.content__where{
	padding: 30px 20px;	
}
.content_center{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
/*EL HOSTAL*/

/*TOURS AND EXPERIENCES*/
.box-page{
	display: grid;
	grid: 1fr /auto 60px;
	gap: 20px;
	align-items: center;
}
.section-tours{
	display: grid;
    grid: 1fr / 1fr 1fr;
	gap: 10px;
}
.section-tours img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.title-page{
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}

/*SLIDER DESTINATIONS*/
.destino-card{
	height: 320px;
}
.destino-card__overlay{
  	position: absolute;
  	inset: 0;
	width: 100%;
	height: 100%;
	transition: all 1s ease-in-out;
  	background: linear-gradient(0deg,rgba(48, 56, 41, 1) 0%, rgba(255, 255, 255, 0) 60%);
}
.destino-card{
  	width: 100%; 
	height: 400px !important;
  	
	position: relative;
  	overflow: hidden;
  	border-radius: 10px;
}
.destino-card__bg{
  	position: absolute;
  	inset: 0;
  	background-size: cover;
  	background-position: top center;
  	transform: scale(1);
  	transition: transform 450ms ease;
  	will-change: transform;
}
.destino-card:hover .destino-card__bg{
  	transform: scale(1.08);
	transition: all .7s ease-in-out;
}
.destino-card:hover{
	transform: scale(1.1);
}
.destino-card__info{
  	position: absolute;
  	left: 16px;
  	right: 16px;
  	bottom: 16px;
  	z-index: 2;
}
.destinos-nav{
  	display: flex;
  	gap: 10px;
  	justify-content: flex-end;
  	margin-top: 14px;
}

.destinos-btn{
  	width: 42px;
  	height: 42px;
  	border-radius: 999px;
  	border: 1px solid rgba(48, 56, 41, 0.25);
  	background: rgba(239, 232, 216, 0.9);
  	cursor: pointer;
  	position: relative;
}

.destinos-btn::before{
  	content: "";
  	position: absolute;
  	inset: 0;
  	margin: auto;
  	width: 10px;
  	height: 10px;
  	border-right: 2px solid rgba(48, 56, 41, 0.85);
  	border-bottom: 2px solid rgba(48, 56, 41, 0.85);
  	transform: rotate(-45deg);
}

.destinos-btn.prev::before{
  	transform: rotate(135deg);
}
.destino-card:hover .destino-card__overlay{
	background: transparent;
	transition: all 2s ease-in-out;
}
.destinos-btn:disabled{
  	opacity: 0.45;
  	cursor: not-allowed;
}
.card-title{
	font-size: clamp(25px, 2.5vw, 60px);
	line-height: clamp(25px, 2.5vw, 60px);
}
.card-text{
	font-size: clamp(18px, 2vw, 18px);	
}
/*TOURS AND EXPERIENCES*/

/*PAGE FORM BOOK NOW*/
.form-book-now .nf-before-form-content{
	display: none;
}
.form-book-now .nf-field-element{
	text-align: center;
}
.form-book-now  input[type="submit"]{
	background: var(--olive);
    border-radius: 60px;
    width: 200px !important;
    text-align: center;
}
/*PAGE FORM BOOK NOW*/
.room-slider--gallery .roomSwiper .swiper-slide img{
	border-radius: 0 !important;
}
.slider--overlay {
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg,rgba(239, 232, 216, 0) 65%, rgba(239, 232, 216, 1) 90%);
}

.container-modal-location{
	position: fixed;
  	inset: 0;                 /* top right bottom left = 0 */
  	display: none;            /* oculto por defecto */
  	place-items: center;      /* centra la caja */
  	background: rgba(0,0,0,.55);
	padding: 16px;
	justify-content: center;
  	z-index: 9999;
	height: 100%;
}

.container-modal-location .box-modal{
	display: grid;
	grid: 200px 320px / auto;
	position: relative;
}
@media screen and (min-width: 430px){
	.container-modal-location .box-modal{	
		grid: 300px 320px / auto;
	}
}
.btn-close-modal{
	position: absolute;
	right: 15px;
	top: 10px;
}
.container-modal-location img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.modal-location--info{
	padding: 35px 20px;
	background: var(--olive);
}
.modal-location--info--footer{
	display: grid;
    align-items: center;
    grid: 1fr / 60% 40%;
    gap: 20px;
}
.modal-location--info--footer img{
	height: 60px;
	object-fit: contain;
}
.modal-location--info .tintorera__line{
	width: 100%;
}

/* Responsive */
/* Máscara para móvil */
@media (max-width: 767px){
	.exp{
    	min-height: 500px; /* ajusta */
 	}
	.exp__mask{
    	background-image: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/mascara-circular-m-001.png"); /* <-- tu máscara móvil */
  	}
	.rever-in-mobile{
		flex-direction: column-reverse;
	}
	#block-img-cero,
	#block-img-one,
	#block-img-two,
	#block-pro-two{
		display: none;
	}
	.need--collab .roomSwiper .swiper-slide img{
		border-radius: 0;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
}
@media (max-width: 900px){
	.tintorera__wrap{
    	grid-template-columns: 1fr;
  	}
  	.tintorera__media{
    	max-width: 420px;
    	margin: 0 auto;
  	}
}
@media (max-width: 520px) {
	.hero {
    	min-height: 480px;
  	}
  	.hero__subtitle {
    	font-size: 1.05rem;
  	}
}
@media screen and (min-width: 768px){
	#back-exp{
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/vector-003.png") left top/420px no-repeat, #EFE8D8;
	}
	#section-experiences{
		height: 100%;
		min-height: 100%;
	}
	#back-rooms{
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/garza.svg") left bottom/200px no-repeat,
			url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/piquero.svg")right bottom/200px no-repeat;
	}
	#back-our-proposal{
		height: 60vh;
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/nuestro-proposito-i.svg") center bottom/150% no-repeat;
	}
	#back-our-proposal .content__info{
		margin-top: 125px;
	}
	.container-modal-location .box-modal{
		grid: 1fr / 55% 45%;
		width: 720px;
	}
	.modal-location--info{
		display: flex;
		padding: 50px 25px;
    	flex-direction: column;
    	justify-content: space-evenly;
	}
	.exp__mask{
		background-position: right;
	}
	.exp__content{
		top: 60px;
        left: 20px;
        width: 320px;
        right: auto;
	}
	.only-pdr{
		padding-right: 20px;
	}
	.only-pdl{
		padding-left: 20px;
	}
	.only-pd-line{
		padding: 0 20px;
	}
	.our-spaces{
		display: grid;
		grid: calc(60vh - 100px) / 50% 50%;
	}
	.our-spaces .roomSwiper{
		height: 100%;
	}
	.content__where{
		padding: 35px;
		display: grid;
		align-content: center;
	}
	.room-slider--gallery{
		height: 100%;
	}
	.room-slider--gallery .roomSwiper{
		height: 100%;
	}
	.section-tours {
		height: 40vh;
	}
	.content-tours{
		display: grid;
		grid: 60%  40%/ 1fr 1fr 1fr;
		gap: 20px;
		height: calc(95vh - 90px);
	}
	.content-protection{
		display: grid;
		grid: 1fr / 40% 60%;
		gap: 10px;
		height: calc(55vh - 90px);
		align-items: center;
	}
	#block-img-four,
	#block-pro-four{
		display: none;
	}
	#block-img-cero{
		grid-area: 1 / 1 / 2 / 2;
	}
	#block-img-one{
		grid-area: 2 / 1 / 3 / 2;
	}
	#block-img-cactus{
		grid-area: 2 / 2 / 3 / 3;
	}
	#block-img-two{
		grid-area: 1 / 3 / 3 / 3;
	}
	.title-page{
		width: 60%;
	}
	.destino-card{
		height: 520px !important;
	}
	.content-protection h2,
	.content-protection h3,
	.content-protection span,
	.content-protection p{
		text-align: left;
	}
	.content-protection .tintorera__line{
		margin: 20px 0;
	}
	#block-pro-two img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	#block-pro-two{
		display: grid;
		gap: 20px;
		padding: 35px;
		grid: repeat(3, 200px) / 1fr;
	}
	.hero {
		height: 100vh;
	}
	.roomSwiper .swiper-slide img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.need--collab .roomSwiper .swiper-slide img{
		border-radius: 0;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}
}
@media screen and (min-width: 820px){
	.exp__content{
        width: 360px;
	}
}
@media screen and (min-width: 1024px){
	#back-our-proposal{
		height: calc(100vh - 90px);
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/nuestro-proposito-d.svg") center bottom/150% no-repeat;
	}
	.text-img-ico{
		height: 40px !important;
	}
	.roomSwiper{
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.exp__content{
        width: 520px;
	}
	.our-spaces{
		grid: calc(100vh - 100px) / 50% 50%;
	}
	.ml-box{
		margin-left: 50px;
	}
	.content-protection{
		gap: 35px;
	}
	.need--collab.our-spaces{
		grid: calc(100vh - 100px) / 60% 40%;
	}
}
@media screen and (min-width: 1280px){
	.text-img-ico{
		height: 50px !important;
	}
	.tintorera__wrap{
		gap: 100px;
	}
	.roomSwiper{
		height: 520px;
	}
	.exp{
		height: 95vh;
	}
	#back-where{
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/textura-planta.svg") right center/300px no-repeat;
	}
	#back-exp{
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/vector-003.png") left top/620px no-repeat, #EFE8D8;
	}
	#back-rooms{
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/garza.svg") left bottom/300px no-repeat,
			url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/piquero.svg")right bottom/300px no-repeat;
	}
	#back-our-proposal{
		height: 100vh;
		background: url("https://www.galapagostintorera.com/wp-content/uploads/2025/12/nuestro-proposito-d.svg") center bottom/90% no-repeat;
	}
	#back-our-proposal .content__info{
		margin-top: 250px;
	}
	.room-exp--gallery{
		height: 85vh;
	}
	.room-exp--gallery .roomSwiper{
		height: 100%;
	}
	.section-tours{
		height: calc(85vh - 100px);
	}
	.box-page{
		grid: 1fr /auto 100px;
	}
	.md-pd-50{
		padding: 0 50px;
	}
	.content-protection{
		height: calc(85vh - 90px);
	}
	.container-modal-location .box-modal{
		grid: 1fr / 50% 50%;
		width: 820px;
	}
}
@media screen and (min-width: 1366px){
	.text-img-ico{
		height: 60px !important;
	}
	.exp__content{
		width: 560px;
        top: 20%;
        bottom: 20%;
        left: 80px;
	}
	.room-exp--gallery{
		height: calc(90vh - 70px);
	}
	
}
@media screen and (min-width: 1440px){
	.exp__content{
		width: 580px;
	}
}
@media screen and (min-width: 1920px){
	.roomSwiper{
		height: 610px;
	}
	.text-img-ico{
		height: 75px !important;
	}
	.content__where{
		padding: 100px;
	}
	.our-spaces .content__where{
		padding: 50px;
		padding-inline: 150px;
	}
	.exp__content{
		top: 25%;
		width: 740px;
		left: 100px;
	}
	.room-slider--gallery{
		height: 100%;
	}
	.destino-card{
		height: 600px !important;
	}
	#block-pro-two{
		grid: repeat(3, 250px) / 1fr;
	}
}