/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

:root {
    --white: #FFF;
    --dark-blue: #1E2141;
	--blue: #353D70;
    --light-blue: #6A8AB7;
	--gray : #F4EEE9;
}

/* GENERALES */

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	/* font-weight: 400; */
	/* font-family: "Inter", sans-serif; */
	font-family: "Manrope", sans-serif;
	font-style: italic;
	/* letter-spacing: -.05rem; */
}

html,
body{
	height: 100%;
	position: relative;
	font-size: 15px;
	scroll-behavior: smooth;
	color: var(--dark-blue);
}

body .ingles{
	display: none;
}

body.ingles .espanol{
	display: none;
}

body.ingles .ingles{
	display: block;
}

main{
	min-height: 100vh;
}

a,
a:hover{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 300;
}

.vh100{
	height: 100dvh;
}

.vh50{
	height: 50vh;
}

.white-txt{
	color: var(--white);
}

.blue-txt{
	color: var(--light-blue);
}

.dark-blue-bg{
    background-color: var(--dark-blue);
}

.light-blue-bg{
    background-color: var(--light-blue);
}

.gray-bg{
    background-color: var(--gray);
}

.big-txt{
	font-size: 1.6rem;
}

.bold{
	font-weight: 500;
}

.bolder{
	font-weight: 600;
}

.boldest{
	font-weight: 700;
}

.italic{
	font-style: italic;
}

.uppercase{
	text-transform: uppercase;
}

.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.not-button{
	background: transparent;
	border: none;
}

button:focus-visible{
	outline: none;
}

em{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

strong{
	font-size: inherit;
	font-weight: 600;
	color: inherit;
}

.img-cover{
	object-fit: cover;
	object-position: center;
}

/* SELECTOR DE IDIOMA */

/* .lang-select{
	top: 15px;
	right: 15px;
	z-index: 4;
} */

.lang-select button{
	font-style: normal;
	border: none;
	background: transparent;
	padding: 0 .25rem;
	font-size: .85rem;
	position: relative;
}

.lang-select button::before{
	content: '';
	width: 1px;
	height: .9rem;
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--white);
}

.lang-select button:first-of-type:before{
	content: none;
}

body:not(.ingles) .lang-select .spanish{
	font-weight: 700;
}

body.ingles .lang-select .english{
	font-weight: 700;
}


/* .lang-select button{
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center;
} */

/* HEADER */

header .navbar{
    /* width: calc(4rem + 145px);
    bottom: 2rem; */
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 10;
	top: 0;
	left: 0;
}

header .navbar .navbar-brand{
    /* width: 120px; */
	 width: 180px;
}

header .navbar .navbar-brand .logo-open{
	display: none
}

  header .navbar .navbar-toggler{
    width: 25px;
    height: calc(18px + 1px);
    border: none;
	padding: 0;
  }
  header .navbar .navbar-toggler .toggler-bar{
	height: 2px;
	width: 25px;
	background-color: var(--white);
	position: absolute;
	top: 50%;
    left: 0;
	transform: translateY(-50%);
	transition: all .2s linear;
  }

  header .navbar .navbar-toggler:focus{
    outline: 0;
    box-shadow: none;
  }

  header .navbar .navbar-toggler:before,
  header .navbar .navbar-toggler:after{
	content: '';
	height: 2px;
	width: 25px;
	background-color: var(--white);
	position: absolute;
	left: 0;
	transition: all .2s linear;
  }
  
  header .navbar .navbar-toggler:before{
	top: 0;
   }
   
  header .navbar .navbar-toggler:after{
	bottom: 0;
  }

  header .navbar .navbar-toggler.open .toggler-bar{
	opacity: 0;
  }
  
  header .navbar .navbar-toggler.open:before{
	/* left: 1.1rem; */
	left: 0;
	transform: rotate(45deg);
	transform-origin: left;
	background-color: var(--blue);
  }
   
  header .navbar .navbar-toggler.open:after{
	/* left: 1.1rem; */
	left: 0;
	transform: rotate(-45deg);
	transform-origin: left;
	background-color: var(--blue);
  }

  header .navbar .navbar-collapse{
	flex-grow: 0;
  }

  header .navbar .navbar-collapse .nav-link:hover{
	color: var(--white);
  }

  header .navbar .navbar-collapse .nav-link{
	text-transform: uppercase;
	font-size: .8rem;
	position: relative;
  }

  header .navbar .navbar-collapse .nav-link.active{
	color: var(--white);
	font-weight: 700;
  }

  header .navbar .navbar-collapse .nav-link.active::after{
	content: '';
	width: calc(100% - 1rem);
	height: 1px;
	position: absolute;
	background-color: var(--white);
	bottom: -.1rem;
	left: 50%;
	transform: translateX(-50%);
  }

  .nav-link:focus, .nav-link:hover{
	color: var(--white)!important;
  }

  /* HERO */

  #hero .swiper{
	top: 0;
	position: sticky;
  }

  #hero .swiper:before {
    content: '';
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: #000000;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0) 70%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0) 70%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    bottom: 0;
    mix-blend-mode: multiply;
}

  #hero .hero-content{
	z-index: 2;
	margin-top: -100vh;
	padding-bottom: 7rem;
  } 

  #hero .hero-content .hero-logo{
	width: 80%;
	max-width: 350px;
	filter: drop-shadow(2px 2px 6px #000000);
  } 

  #hero .hero-content .hero-txt{
	max-width: 600px;
	margin: 0 auto;
  }

  #hero .hero-content .hero-txt .title{
	font-size: .8rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  }

  #hero .hero-content .hero-txt .text p{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  }

  /* YURTA */

  #yurtas .yturta-content #bg-yurta .img-bg-yurta{
	transform: scale(0);
  }

  #yurtas .yurta-content .txt-container{
	z-index: 2;
	margin-top: 5vh;
  }

  #yurtas .yurta-content .txt-container h2{
	font-size: .8rem;
  }

  #yurtas .yurta-content .txt-container .yurta-txt p{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  }

  #yurtas .yurta-content .background-container{
	z-index: 1;
	top: 0 ;
	left: 0;
	transition: all .2s linear;
  }

  #yurtas .separador{
	font-size: 1.2rem;
  }

  /* GALERIA */

  #galeria{
	height: 0;
	padding-top: 56.25%;
  }

  #galeria .gallery-wrapper {
	display: grid;
	grid-template-columns: 23.39% 36.82% 6.35% 33.44%;
	grid-template-rows: repeat(2, 50%);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	top: 0;
	overflow: hidden;
  }

  #galeria .gallery-wrapper .gallery-box{
	/* transition: all .4s linear; */
	z-index: 1;
	overflow: hidden;
	transition: all .4s ease-in-out;
	border: none;
  }

  #galeria .gallery-wrapper .gallery-box:hover{
  	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.9); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.9);
	z-index:2;
	transform: scale(1.3);
  }

  #galeria .gallery-wrapper .gallery-box-1{
	grid-area: 1 / 1 / 2 / 3;
  }

  #galeria .gallery-wrapper .gallery-box-2{
	grid-area: 1 / 3 / 2 / 5;
  }

  #galeria .gallery-wrapper .gallery-box-3{
	grid-area: 2 / 1 / 3 / 2;
  }

  #galeria .gallery-wrapper .gallery-box-4{
	grid-area: 2 / 2 / 3 / 4;
  }

  #galeria .gallery-wrapper .gallery-box-5{
	grid-area: 2 / 4 / 3 / 5;
  }

  #galeria .gallery-wrapper .gallery-box .hover-layer{
	transition: all .4s ease-in-out;
	opacity: 1;
	left: 0;
	top: 0;
  }

  #galeria .gallery-wrapper .gallery-box .hover-layer img{
	width: 50px;
	height: auto;
	filter: drop-shadow(2px 2px 7px #000000);
	bottom: 1rem;
	right: 1rem;
	transition: all .4s ease-in-out;
  }

  #galeria .gallery-wrapper .gallery-box:hover .hover-layer img{
	transform: scale(0.76923);
  }

  #galeria .gallery-wrapper .gallery-box-1:hover .hover-layer img{
	bottom: 1rem;
	right: 1rem;
  }

  #galeria .gallery-wrapper .gallery-box-2:hover .hover-layer img{
	bottom: 1rem;
	right: calc(11.5% + 1rem);
  }

  #galeria .gallery-wrapper .gallery-box-3:hover .hover-layer img{
	bottom: calc(11.5% + 1rem);
	right: 1rem;
  }

  #galeria .gallery-wrapper .gallery-box-4:hover .hover-layer img{
	bottom: calc(11.5% + 1rem);
	right: 1rem;
  }

  #galeria .gallery-wrapper .gallery-box-5:hover .hover-layer img{
	bottom: calc(11.5% + 1rem);
	right: calc(11.5% + 1rem);
  }

  #galeria .gallery-wrapper .gallery-box:hover .hover-layer{
	opacity: 1;
  }

  .f-carousel__toolbar__column.is-right button{
	display: none;
  }

  .f-carousel__toolbar__column.is-right button[data-fancybox-close]{
	display: block;
  }
  
  /* LUGAR */

  #lugar{
	background-attachment: fixed;
	/* overflow: hidden; */
  }

  #lugar .conecta:before{
	content: '';
	height: 100dvh;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(53, 61, 112, .8);
	mix-blend-mode: multiply;
  }
  
  #lugar .conecta h2{
	font-size: 4.5rem;
	top: 0;
  }
  
  #lugar .conecta p{
	top: calc(50% + 3rem);
  }

  #lugar p img{
	width : 1.5rem;
	height: 1.5rem;
	object-fit: contain;
	margin-top: -.15rem;
  }

 #lugar .gal-lugar{
	background-attachment: fixed;
  }

  #lugar .gal-lugar .gal-wrapper{
	height: 0;
	padding-top: 50.1%;
	margin: 0 -3.5px;
	overflow: hidden;
	/* background-color: rgba(216,191,216,.5); */
  }

  #lugar .gal-lugar .gal-wrapper .box-1{
	width: calc(20.309% - 7px);
	top: 0;
	left: 3.5px;
  }

  #lugar .gal-lugar .gal-wrapper .box-2{
	width: calc(50.475% - 7px);
	top: 0;
	left: calc(20.309% + 3.5px);
	z-index: 2;
  }

  #lugar .gal-lugar .gal-wrapper .box-3{
	width: calc(29.386% - 7px);
	top: 0;
	right: 0;
  }

  #lugar .gal-lugar .gal-wrapper .box-4{
	width: calc(20.309% - 7px);
	bottom: 0;
	left: 3.5px;
  }

  #lugar .gal-lugar .gal-wrapper .box-5{
	width: calc(41.864% - 7px);
	bottom: 0;
	left: calc(20.309% + 3.5px);
  }

  #lugar .gal-lugar .gal-wrapper .box-6{
	width: calc(37.999% - 7px);
	bottom: 0;
	right: 0;
  }

  #lugar .gal-lugar .gal-wrapper .box .video-container,
  #lugar .gal-lugar .gal-wrapper .box .video-container video
  {
	top: 0;
	left: 0;
	cursor: pointer;
  }

  #lugar .gal-lugar .gal-wrapper .box-1 .video-container{
	height: 0;
	padding-top: calc(128.947368% + 3.5px);
  }

  #lugar .gal-lugar .gal-wrapper .box-2 .video-container{
	height: 0;
	padding-top: 62.4705882%;
  }

  #lugar .gal-lugar .gal-wrapper .box-3 .video-container{
	height: 0;
	padding-top: 107.926829%;
  }

  #lugar .gal-lugar .gal-wrapper .box-4 .video-container{
	height: 0;
	padding-top: calc(117.836257% + 7px);
  }

  #lugar .gal-lugar .gal-wrapper .box-5 .video-container{
	height: 0;
	padding-top: 44.3971631%;
  }

  #lugar .gal-lugar .gal-wrapper .box-6 .video-container{
	height: 0;
	padding-top: 49.1365777%;
  }

  /* UBICACION */

  #ubicacion .map-container{
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
  }
  
  #ubicacion .map-container .map-wrapper{
	height: 0;
	padding-top: 56%;
  }

  #ubicacion .map-container .map-wrapper iframe{
	top: 0;
	left: 0;
  }

  /* CONTACTO */

  #contacto{
	background-color: var(--dark-blue);
  }

  #contacto .form-col h3{
	font-size: 1.5rem;
  }

  #contacto .form-wrapper form{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
  }

  #contacto .form-wrapper input,
  #contacto .form-wrapper textarea{
	background-color: transparent;
	color: var(--white);
	border: solid 1px var(--light-blue);
  } 
  
  #contacto .form-wrapper input::placeholder,
  #contacto .form-wrapper textarea::placeholder{
	color: var(--light-blue);
	font-size: .8rem;
  }

  #contacto .form-wrapper input.btn-enviar{
	border: none;
	background-color: var(--blue);
	color: var(--light-blue);
  }

  #contacto .logo-col .insta-reserva {
	font-size: .7rem;
  }

  #contacto .logo-col .insta-reserva img{
	width: 20px;
	height: 20px;
  }

  @media screen and (min-width:1400px){
	html,
	body{
		font-size: 18px;
	}

	header .navbar{
    	width: calc(4rem + 156px);
	}

	header .navbar .navbar-toggler {
		height: calc();
	}

	#lugar .gal-lugar .container{
		max-width: 100%;
	}
	
  }

  @media screen and (max-width: 991px){

	.navbar .navbar-nav{
		align-items: center;
	}

	.navbar .navbar-nav .nav-item{
		width: fit-content;
		margin: .25rem 0;
	}

	header .navbar .navbar-collapse .nav-link.active::after{
		width: 100%;
	}
	
	#hero .swiper{
		position: relative;
		z-index: 3;
	}

	#hero .hero-content .hero-txt{
		/* min-height: 100vh; */
		padding-top: calc(64px + 3rem);
	}
	
	#hero .hero-content .hero-txt .title,
	#hero .hero-content .hero-txt .text p{
		color: var(--light-blue)!important;
		text-shadow: none!important;
	}

	#galeria{
		padding-top: 0;
		height: 100vh;
	}

	#galeria .gallery-wrapper {
		grid-template-columns: 38.42% 20.27% 41.24%;
		grid-template-rows: 44.27% 29.54% 26.18%;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	#galeria .gallery-wrapper .gallery-box-1 {
		grid-area: 1 / 1 / 2 / 3; 
	}
	#galeria .gallery-wrapper .gallery-box-2 {
		grid-area: 1 / 3 / 2 / 4; 
	}
	#galeria .gallery-wrapper .gallery-box-3 {
		grid-area: 3 / 1 / 4 / 2; 
	}
	#galeria .gallery-wrapper .gallery-box-4 {
		grid-area: 2 / 1 / 3 / 4; 
	}
	#galeria .gallery-wrapper .gallery-box-5 {
		grid-area: 3 / 2 / 4 / 4; 
	}

	#galeria .gallery-wrapper .gallery-box-3:hover .hover-layer img{
		bottom: calc(11.5% + 1rem);
		right: 1rem;
	}

	#galeria .gallery-wrapper .gallery-box-4:hover .hover-layer img{
		bottom: 1rem;
		right: calc(11.5% + 1rem);
	}
  }

  @media screen and (max-width: 768px){
	html,
	body{
		font-size: 20px;
	}

	header .navbar{
    	width: calc(4rem + 156px);
	}

	#galeria .gallery-wrapper .gallery-box .caption{
		font-size: 1.2rem;
	}

  }
