/* =======================================================================
   FONTS
========================================================================== */
 
@font-face {
	font-family: 'Uber_Move-Bold';
	src:url('fonts/Uber_Move-Bold.eot');
	src:url('fonts/Uber_Move-Bold.woff') format('woff'), 
			url('fonts/Uber_Move-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Uber_Move-Light';
	src:url('fonts/Uber_Move-Light.eot');
	src:url('fonts/Uber_Move-Light.woff') format('woff'), 
			url('fonts/Uber_Move-Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Uber_Move-Medium';
	src:url('fonts/Uber_Move-Medium.eot');
	src:url('fonts/Uber_Move-Medium.woff') format('woff'), 
			url('fonts/Uber_Move-Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Uber_Move_Text-Regular';
	src:url('fonts/Uber_Move_Text-Regular.eot');
	src:url('fonts/Uber_Move_Text-Regular.woff') format('woff'), 
			url('fonts/Uber_Move_Text-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'Uber_Move-Regular';
	src:url('fonts/Uber_Move-Regular.eot');
	src:url('fonts/Uber_Move-Regular.woff') format('woff'), 
			url('fonts/Uber_Move-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}




/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Uber_Move-Regular', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 21px;
  line-height: 1.5;
}



a:hover, a:focus {
  color: #61D2B4;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
 
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #61D2B4;
}

 
.c-blanco {
	color:#fff;
}
.f-light {
	font-family: 'Uber_Move-Light';
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 110px 0 80px;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
	font-family: 'Uber_Move-Bold';
  color: #333;
  position: relative;
	letter-spacing:3px;
}
.section-header .section-title.c-blanco {
  color: #fff; 
}

.section-header .section-title span {
  color: #61D2B4;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #61D2B4;
  margin-top: 15px;
}

.section-header .lines.c-blanco {
  border-top: 2px solid #fff;

}
.destello {
	padding-top:60px;
	background:url("../img/destello.svg") no-repeat center top;
	background-size:35px;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #D5D176;
  background: #D5D176;
  position: relative;
  color: #000;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background: #33b391;
  border-color: #33b391;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #61D2B4;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: transparent;
  color: #D5D176;
	border:1px solid #D5D176;
  padding: 5px 15px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
	font-family:'Uber_Move-Medium';
}

.btn-singin:hover {
  background: #D5D176;
  color: #fff;
	border:1px solid #D5D176;
 
}

.btn-reservar  {
    background: #D5D176;
    padding: 10px 20px;
    color: #078282;
    font-size: 20px;
		margin-top:25px;
}
.btn-reservar:hover {
  background: #078282;
  color: #D5D176;
  
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li a{
 color: #fff;
  font-size: 18px;
	text-transform:uppercase;
	  	font-family: 'Uber_Move_Text-Regular';

}

.social-icons ul li a i{
  display: inline-block;
  margin-right: 5px;

   color: #fff;
 }

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

 

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

 

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #61D2B4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  background-color: #078282;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
  background: url(../img/hero-area.jpg) top center no-repeat;
  background-size: cover;
	background-attachment:fixed;
  color: #fff;
  overflow: hidden;
  position: relative;
	height:880px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #333;
  opacity: 0.65;
}

#hero-area .contents {
 }

#hero-area .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #61D2B4;
}

 /* ==========================================================================
   Navbar Style
   ========================================================================== */
 

.menu-bg {
  background: #078282;
   box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.menu-bg .menu-button {
  top: 0; }

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd; }

 

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important; }

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important; }

.menu-bg .navbar-nav .active {
  color: #ffffff !important; }

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  margin-left: 26px;
  	font-family: 'Uber_Move-Medium';
  position: relative;
  font-weight: 500;
	text-transform:uppercase;	
		}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%; }

.navbar-brand {
  color: #fff; 
	width:130px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff; }

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #ffffff; }

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 0;
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right; }

.navbar-expand-md .navbar-toggler i {
  color: #fff !important; }

.navbar-expand-md .navbar-toggler:focus {
  outline: none; }


/* ==========================================================================
 INTRO section
   ========================================================================== */
.intro {
	background:#333333;
}
 
 
 
 
 
/* ==========================================================================
 
   ========================================================================== */
.alojamientos {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.deco-bg{
	 position:absolute;
	width:100%;
	height:650px;
	top:0;
	left:0;
	right:0;}
	
.deco-bg.bg-01 {
	background:#078282
}

.deco-bg.bg-02 {
	background:#fff
}

.contiene-cabana {
	position:relative;
	background:#078282;
	padding-bottom:100px;

}

.contiene-casas {
	position:relative;
	background:#fff;
	padding-bottom:100px;

}

ul.iconos li {
	display:flex;
	align-items:center;
	font-size:18px;
	font-family: 'Uber_Move-Light';
	margin-bottom:10px;
}
 
ul.iconos img{
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
	margin-right:10px;
}
 
.text h2 {
		font-family: 'Uber_Move-Medium';
font-size:40px;
text-transform:uppercase;
}

  
.text p {
	font-size:18px;
	font-family: 'Uber_Move-Light';
}

  
.text h2 span {
		font-family: 'Uber_Move-Light';
}

.contiene-cabana li,
.contiene-cabana h2,
.contiene-cabana p {
	color:#fff;
}



.galeria-alojamientos .slick-prev, 
.galeria-alojamientos .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
		z-index:10;
    top: 0;
    display: block;
    width: 12%;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
 		opacity: 1;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    height: 40px;
    background: #d5d176;
    display: inline-block;
    line-height: 38px;
    border-radius: 100%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
opacity: 0.5;
}
 
.galeria-alojamientos .slick-prev {
    left: 0;
}

 
.galeria-alojamientos .slick-next {
	right:0;
}

.galeria-img.owl-theme .owl-controls {
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.galeria-img.owl-theme .owl-controls .owl-page span {
     background: transparent;
 }


p.info {
	font-family:'Uber_Move-Light';
	margin-top:25px;
 	position:relative;
	font-size:18px;
}


/* ==========================================================================
11. Testimonial Section Style
 ========================================================================== */
.actividades {
	background:#d8d476;
	overflow: hidden;
	position: relative;
}

.actividades .destello {
    padding-top: 80px;
    background: url("../img/destello-2.svg") no-repeat center top;
    background-size: 35px;
}


 
.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: #333333;
    border: 2px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1; background: #fff;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}
 
 .owl-theme .owl-controls .owl-page span {
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
}


.aventura-item h3 {
		font-family: 'Uber_Move-Medium';
		font-size: 36px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom:35px;
}



/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
  font-size: 30px;
  margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Uber_Move-Medium';

}

.contact-us p  {
	font-family: 'Uber_Move_Text-Regular';
	letter-spacing:1px;
	font-size: 18px;
}

#contacto {
  background: #333;
  color: #fff;
  position: relative;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #fff;
  border-radius: 0px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  color: #fff;
  border-color: #61D2B4;
  background: transparent;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #000;
  padding: 30px 0;
}

.footer-links {
  line-height: 28px;
}

.footer-links li {
 }

.footer-links li a {
  color: #fff;
  margin-right: 15px;
	font-size: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #D5D176;
}

.bordes  {
    border-right: 2px solid white;
    border-left: 2px solid white;
}
	
.footer-brand {
	max-width:180px;
	display:block;
}


footer .social-icons ul li a {
     font-size: 15px; 
}

.copyright {
  margin-top: 10px;
  float: right;
}

.copyright p {
  color: #fff;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #61D2B4;
}
