.fool {	
	width: 100%;
	position: relative;
	padding: 0;
	background-size: cover;
	margin-bottom: 0;
	}
	
.cent {
	display: block;
	width: 50%;
	padding-bottom: 6rem;
	margin: auto;
	}
	
.prefacio {
	background-color: #0e0e0e;
	padding: 2.4rem;
	}
	
.prefacio768 {
	background-color: #0e0e0e;
	padding: 2.4rem;
	height: 50vh;
	display: none;
	}
	
.tours {
	background-color: #0e0e0e80;
	padding: 2.4rem;
	}
	
#intro {
	line-height: 0;
	}
	
.col-twelve.hola {
	width: 100%;
	/* display: block; */
	/* color: #ed254d; */
	background-color: rgb(14,14,14,0.5);
	/* font-family: "roboto-bold", serif; */
	/* font-size: 4rem; */
	/* line-height: 1; */
	margin: 2.4rem;
	/* text-align: center; */
}

.hola img{
	width: 80%;
	margin: 2.4rem;
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* background-color: #333; */
}

#menu li {
  float: right;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
  				font-family: sans-serif;
				/* color: rgba(255,255,255,.75);			 */
				position: relative;
				/* text-transform: uppercase; */
				font-size: 1.5em;
				font-weight: 300;
				/* @include transition(.5s); */
				font-stretch: condensed;
				letter-spacing: .5rem;
}

#menu-nav-wrap .nav-list li a {
    color: rgba(255, 255, 255, 0.5);
}

li a:hover {
  color: rgba(255,255,255,.25);
}

#menu {
	position: relative;
	width: 96%;
	/* top: 15px; */
	right: 30px;
}

#go-top{
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 800;
	display: none;
}




/* WHATSSAPP */

.floatWapp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:40px;
  box-shadow: 2px 2px 3px #00000080;
  z-index:900;
}

.my-floatWapp{
  margin-top:10px;
}

.manuel {
	color: #ffffff80;
	margin-bottom: 2rem;
	/* margin-left: .2rem; */
	font-family: "roboto-medium", sans-serif;
	font-size: 3.3rem;
	line-height: 1.714;
	text-transform: uppercase;
	letter-spacing: .15rem;
}

/* GALERIA */

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.image-gallery > li {
  flex-basis: 350px; /* width: 350px; */
}

.image-gallery li img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}

/* .image-gallery::after { */
  /* content: ""; */
  /* flex-basis: 350px; */
/* } */

.image-gallery > li {
  /* ... */
  position: relative;
  cursor: pointer;
}


.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.502);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.2s 0.1s ease-in-out;
  color: #fff;
  border-radius: 5px;
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* hover */
.image-gallery li:hover .overlay {
  transform: scale(1);
}




.stickyfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #0e0e0e82;
   color: white;
   text-align: center;
   line-height: .5;
   box-shadow: 0 0 5px grey;
   height: 56px;
   z-index: 800;
   display:none;
}



.stickyfooter h4, .stickyfooter .fa {
	font-size: 3rem;
	margin-bottom: 0px !important;
	}
	

.footer-bottom {
  padding-bottom: 56px;
}	

	
.flex-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}

.foo {
  flex: 50%;
}

.oculto {
	visibility: hidden;
}

#menu-nav-wrap .button {
	font-family: "Open Sans", sans-serif;
	font-size: 2rem !important;
	font-weight: 600;
}

/* RESPONSIVE */

@media only screen and (max-width:768px) {
	.logo {
		display:none !important;
		opacity: 0 !important;
	}
	
	.menu-toggle {
		display:block !important;
		opacity: 1 !important;
	}
	
	.stickyfooter {
		display: block;
	}
	
	.floatWapp{
		width:60px;
		height:60px;
		bottom:20px;
		right:30px;
	}
		
	.prefacio { 
		display:none;
	}
	
	.prefacio768 { 
		display:block;
	}
	
	.cent {
		width: 100%;
	}
}


/* ===================================================================
 * 17. tours - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#tours {
	position: relative;
	/* background-image: url(../images/tours-bg.jpg); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 15rem 0 15rem 0;
	/* height: 100vh; */
}

#tours .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001835;
	opacity: .85;
}

#tours .tours-content {
	position: relative;
	max-width: 780px;
}

#tours h2 {
	font-family: "domine-bold", serif;
	font-size: 4.8rem;
	line-height: 1.25;
	margin-bottom: 1.8rem;
	color: white;
}

#tours .lead {
	color: rgba(255, 255, 255, 0.6);
}

#tours .button {
	background: #FFFFFF;
	color: #001835;
	margin: 1.5rem;
	width: auto !important;
}

#tours .button:hover,
#tours .button:focus {
	background: #ff9b00;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * tours 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#tours h2 {
		font-size: 4rem;
		line-height: 1.2;
	}

}

@media only screen and (max-width:600px) {
	#tours h2 {
		font-size: 3.3rem;
		line-height: 1.273;
	}

	#tours .button {
		width: 100%;
	}

}

@media only screen and (max-width:400px) {
	#tours h2 {
		font-size: 3rem;
		line-height: 1.2;
	}

}



/* ===================================================================
 * 16. sobremi - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#sobremi {
	padding: 12rem 0 10.2rem;
	background: #FFFFFF;
	text-align: center;
}

#sobremi h2 {
	margin-bottom: 3.6rem;
	padding-bottom: 3.6rem;
	position: relative;
}

#sobremi h2::after {
	display: block;
	background-color: rgba(0, 24, 53, 0.4);
	width: 120px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}

#sobremi .slides li p {
	font-family: "domine-regular", serif;
	font-size: 3rem;
	line-height: 1.6;
}

#sobremi .slides li .author-info {
	font-size: 1.6rem;
	font-family: "roboto-black", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .2rem;
}

#sobremi .flexslider-controls {
	margin-top: 3rem;
}

#sobremi .flexslider-controls .flex-control-nav {
	list-style: none;
	margin: 0;
	z-index: 700;
	position: relative;
}

#sobremi .flexslider-controls .flex-control-nav li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding-left: 0;
}

#sobremi .flexslider-controls .flex-control-nav li img {
	cursor: pointer;
	width: 60px;
	opacity: .3;
	border-radius: 50%;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#sobremi .flexslider-controls .flex-control-nav li.flex-active img {
	opacity: 1;
}

#sobremi .flexslider-controls .flex-control-nav li:hover img {
	opacity: 1;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * sobremi 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#sobremi .slides li p {
		font-size: 2.8rem;
		line-height: 1.68;
	}

}

@media only screen and (max-width:600px) {
	#sobremi h2 {
		font-size: 2.8rem;
		line-height: 1.393;
	}

	#sobremi .slides li p {
		font-size: 2.5rem;
		line-height: 1.615;
	}

}

@media only screen and (max-width:400px) {
	#sobremi .slides li p {
		font-size: 2.2rem;
		line-height: 1.636;
	}

}

/* ===================================================================
 * 15. img_ciudades - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#img_ciudades {
	background: #e2e5e7;
	padding-top: 12rem;
	padding-bottom: 9.6rem;
}

.img_ciudades-content {
	margin-top: 3rem;
	max-width: 1080px;
}

.img_ciudades-content .bgrid {
	margin-bottom: 3.9rem;
	padding: 0 20px;
	line-height: 0px;
}

.img_ciudades-content .img_ciudades-block {
	background-color: #FFFFFF;
	text-align: center;
	padding: 6rem 0 4.8rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}

.img_ciudades-content .img_ciudades-block .bottom-part {
	padding-top: 2.4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.img_ciudades-content .img_ciudades-block .plan-title {
	padding-bottom: 2.4rem;
	font-size: 2.4rem;
	font-family: "roboto-bold";
	position: relative;
}

.img_ciudades-content .img_ciudades-block .plan-title::after {
	display: block;
	background-color: rgba(0, 24, 53, 0.3);
	width: 80px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}

.img_ciudades-content .img_ciudades-block .plan-img_ciudades {
	font-family: "domine-bold", serif;
	color: #001835;
	font-size: 6.5rem;
	line-height: 1;
	margin-top: 4.2rem;
	margin-bottom: 0;
}

.img_ciudades-content .img_ciudades-block .plan-img_ciudades sup {
	font-family: "roboto-black", sans-serif;
	font-size: 2.4rem;
	top: -3rem;
	margin-right: 3px;
}

.img_ciudades-content .img_ciudades-block .img_ciudades-month {
	margin-bottom: 1.2rem;
	font-family: "roboto-regular", sans-serif;
	font-size: 1.8rem;
	color: #3f4452;
}

.img_ciudades-content .img_ciudades-block .features {
	list-style: none;
	font-family: "roboto-regular", sans-serif;
	font-size: 1.6rem;
	color: rgba(0, 0, 0, 0.5);
	margin: 0 0 4.2rem 0;
}

.img_ciudades-content .img_ciudades-block .features li {
	padding: .6rem 0;
	border-bottom: 1px solid rgba(63, 80, 96, 0.15);
}

.img_ciudades-content .img_ciudades-block .features li strong {
	color: #001835;
	font-family: "roboto-black", serif;
	color: #001835;
	margin-right: 5px;
}

.img_ciudades-content .img_ciudades-block .features li:last-child {
	border: none;
}

.img_ciudades-content .img_ciudades-block .button {
	background: #002f68;
	color: #FFFFFF;
	padding: 0 5rem;
	margin-left: auto;
	margin-right: auto;
}

.img_ciudades-content .img_ciudades-block .button:hover,
.img_ciudades-content .img_ciudades-block .button:focus {
	background: #002a5e;
	color: #FFFFFF;
}
/************** ETIQUETA FLOTANTE **************/
.img_ciudades-content .primary::before {
	content: attr(data-info);
	display: block;
	padding: 12px;
	line-height: 2rem;
	width: 66%;
	text-align: center;
	color: #FFFFFF;
	background: #00000040;
	font-family: "roboto-black", sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
/* ******************************************* */
.img_ciudades-content .primary .plan-title {
	color: #FFFFFF;
}

.img_ciudades-content .primary .plan-title::after {
	background-color: rgba(255, 255, 255, 0.3);
}

.img_ciudades-content .primary .plan-img_ciudades {
	color: #FFFFFF;
}

.img_ciudades-content .primary .img_ciudades-month {
	color: rgba(255, 255, 255, 0.5);
}

.img_ciudades-content .primary .button {
	background: #FFFFFF;
	color: #001835;
}

.img_ciudades-content .primary .button:hover,
.img_ciudades-content .primary .button:focus {
	background: #002149;
}

.img_ciudades-content .primary .features {
	color: rgba(255, 255, 255, 0.6);
}

.img_ciudades-content .primary .features li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.img_ciudades-content .primary .features li strong {
	color: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * img_ciudades 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	.img_ciudades-content {
		max-width: 650px;
	}

	.img_ciudades-content .bgrid {
		padding: 0;
		width: 50%;
		clear: none;
	}

	.img_ciudades-content .bgrid:nth-child(2n+1) {
		clear: both;
	}

	.img_ciudades-content .bgrid:last-child {
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width:600px) {
	.img_ciudades-content {
		max-width: 400px;
	}

	.img_ciudades-content .bgrid {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
	}

}





.filete{
	/* background-image: url("../images/santiago.jpg"); */
	/* background-repeat: no-repeat; */
	/* background-size: auto; */
	
	/* height: 90rem;	 */

/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */

padding: 0px !important;
position: relative;
}

.filete img {
	height: 600px;
  object-fit: cover;

}

.test {
	margin: 0px !important;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
	color: #FFFFFF;
	
	
	  background-color: black;
  color: white;
  padding: 20px;
}

#intro {
	position: relative;
	background-image: url(../images/sky.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 15.6rem;
	overflow: hidden;
}

/************************TIPOGRAFIA*******************************/

/*@font-face {
  font-family: "Noto Serif KR";
   src: url("fonts/Noto_Serif_KR/myfontname.ttf") format("opentype"); 
  src: url(fonts/Noto_Serif_KR/NotoSerifKR-Bold.otf);
  font-weight: bold;
}*/

.hangul {
	font-family: "Noto Sans KR", sans-serif !important;
}

h5.hangul {
	font-family: 'Noto Serif KR', serif;
	font-size: 5rem;
}

h2 {
	color: rgba(255,155,0,1);
}

.gualda, .copyright span a {
	color: #ff9b00;
}

.copyright {
	color: #ffffff80;
}



/* body#top.pace-done div { */
	/* display: none; */
/* } */

#mapa {height: 100% !important;}

/******FORMULARIO*****/

@import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Merriweather);
$red: #e74c3c;

*, 
*:before, 
*:after {
   @include box-sizing(border-box); 
}

/* html, body { */
  /* background: #f1f1f1; */
  /* font-family: 'Merriweather', sans-serif; */
  /* padding: 1em; */
/* } */

h1 {
   text-align: center;
   color: #a8a8a8;
   @include text-shadow(1px 1px 0 rgba(white, 1));
}

form {
   max-width: 600px;
   text-align: center;
   margin: 20px auto;
  
  input, textarea {
     border:0; outline:0;
     padding: 1em;
     @include border-radius(8px);
     display: block;
     width: 100%;
     margin-top: 1em;
     font-family: 'Merriweather', sans-serif;
     @include box-shadow(0 1px 1px rgba(black, 0.1));
     resize: none;
    
    &:focus {
       @include box-shadow(0 0px 2px rgba($red, 1)!important);
    }
  }
  
  #input-submit {
     color: white; 
	 font-size: 1.5em;
     background: rgba(255,155,0,1) !important;
     cursor: pointer;
    
    &:hover {
       @include box-shadow(0 1px 1px 1px rgba(#aaa, 0.6)); 
    }
  }
  
  textarea {
      height: 126px;
  }
}


.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right { width: 50%; }

.left {
     margin-right: 2%; 
}


@media (max-width: 480px) {
  .half {
     width: 100%; 
     float: none;
     margin-bottom: 0; 
  }
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


/******POP UP ******/

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/******MAP******/

iframe {
width: 100%;
height: 400px;
}