/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Questrial', cursive;
	 background: #FFFFFF;
}

	

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #000;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: transparent;
  
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.logo-menu{
	width: 100px;
	box-shadow: 1px 0px 10px -4px #000;
	border-radius: 0 0 5px 5px;
}

/*#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}



@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #f06336;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 80px;
    max-width: 150px;
  }
}*/

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: rgba(240,99,54, 0.3);
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  /*background-size: contain;*/ 
  /*background-size: 100% 100%;*/
  /*background-position: 0px -100px;*/
  background-position: top center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.carousel-caption h4{
	font-family: 'Gochi Hand', cursive;
	font-size: 45px;
}

.carousel-caption h2{
	font-family: 'Gochi Hand', cursive;
	font-size: 65px;
	line-height: 50px;
}

.carousel-caption h5{
	font-family: 'Questrial', cursive;
	font-size: 14px;
}

/*.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-image: none;
}*/
/*
#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}
*/
#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}*/
/*
@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}*/
/*
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}*/
/*
#intro .carousel-indicators li {
  cursor: pointer;
}*/
/*
#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #f06336;
}*/
/*
#intro .btn-get-started:hover {
  background: #fff;
  color: #f06336;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; 
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu li a {
  	color:#fff !important;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;
	display:block !important;
	text-decoration:none !important;
	border-radius: 3px;
	font-family: "Questrial";
	margin: 5px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-menu li a:hover {
  background-color: rgba(255,255,255,.2);
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.active{
	background-color: rgba(255,255,255,.3);
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  
}

.btn-reservaya{
	position:relative;
	background-color: rgb(201,214,55);
	border-radius: 20px;
	padding-left:15px !important;
	padding-right:15px !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
	position: relative;
	top: 30px;
	left: 20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 16px;
	text-decoration:none;
	border: 1px solid transparent;
}

.btn-reservaya:hover{
	border: 1px solid #ffffff;
	color: rgb(88,184,185);
}

.borde-menu{
	border-bottom: rgb(201,214,55) solid 2px !important;
}

.menu-fondo{
	background-color:rgb(88,184,185);
	border-bottom: rgb(201,214,55) solid 2px !important;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* Nav Menu Arrows */


/* Nav Meu Container */
#nav-menu-container {
  
  padding-top: 20px;
}



@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
    
  }
	  .borde-menu{
			border-bottom: rgb(201,214,55) solid 0px !important;
	}
}

/* Nav Meu Styling */


/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; 
}

#mobile-nav-toggle i {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgb(88,184,185);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.3);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f06336;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #f06336;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Nosotros */

#nosotros{
	padding-top: 40px;
}

#nosotros h1{
	font-family: 'Gochi Hand', cursive;
	font-size: 35px;
	color: rgb(201,214,55);
	text-align: right;
	position: relative;
	right: 20px;
}

#nosotros h2{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 30px;
	color: rgb(88,184,185);
	line-height: 10px;
}

#nosotros h3{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 40px;
	color: rgb(88,184,185);
	
}

#nosotros p{
	font-family: 'Questrial', cursive;
	font-size: 18px;
}

#nosotros .img1 {
	background-image: url("../img/que-somos-losarcos.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:  80% auto ;
	
	
}

#nosotros h4{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 20px;
	color: rgb(255,255,255);
	text-align: center;
	padding: 30px;
}


#nosotros .parrafo1{
	font-family: 'Questrial', cursive;
	font-size: 14px;
	text-align: center;
	color: rgb(255,255,255);
	/*padding: 20px;*/
}

#nosotros .valores-lista {
	font-family: 'Questrial', cursive;
	font-size: 14px;
	text-align: center; 
	list-style: none;
	padding: 0px !important;
	color: rgb(255,255,255);
}

#nosotros .vision{
	background-color: rgb(201,214,55);
	padding-top: 20px;
	padding-bottom: 20px;
}

#nosotros .mision{
	padding-top: 20px;
	padding-bottom: 20px;
}
#nosotros .valores{
	padding-top: 20px;
	padding-bottom: 20px;
}

#nosotros .icono1{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100px;
}


/* Casas */

#casas{
	padding-top: 40px;
}

#casas h1{
	font-family: 'Gochi Hand', cursive;
	font-size: 35px;
	color: rgb(201,214,55);
	text-align: center;
}

#casas h2{
	font-family: 'Questrial', cursive;
	font-size: 12px;
	color: gray;
	text-align: center;
	width: 400px;
}

.card{
	min-height: 900px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1); 
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.card-title{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 20px;
	color: rgb(88,184,185);
	text-align: center;
}

.card-text{
	font-family: 'Questrial', cursive;
	font-size: 12px;
	color: gray;
	text-align: center;
}

.casas-nota{
	font-family: 'Questrial', cursive;
	color: rgb(88,184,185);
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.card-img-top{
	height: 200px;
}

.lista-casas{
	font-family: 'Questrial', cursive;
	font-size: 12px;
	padding: 30px !important;
	color: gray;
	text-align: left;
	list-style: none;
}

.lista-casas li::before {
	color: rgb(88,184,185);
	font-size: 20px;
	line-height: 10px;
	content: "\2022"; /* Insertamos el marcador */
	padding-right: 8px; /* Establecemos el espacio entre las viñetas y el list item */
}

.capacidad{
	font-family: 'Questrial', cursive;
	font-size: 12px;
	color: rgb(201,214,55);
	font-weight: bold;
	width: 100%;
	vertical-align: bottom;
}

.horario{
	font-family: 'Questrial', cursive;
	font-size: 13px;
	color: rgb(201,214,55);
	font-weight: 800 ;
	width: 100%;
	vertical-align: middle;
}

.costo{
	font-family: 'Questrial', cursive;
	font-size: 14px;
	background-color: rgb(201,214,55);
	color:#FFFFFF;
	float: right;
	padding: 5px 5px 5px 5px;
}




#servicios{
	padding-top: 40px;
	background-color: rgb(201,214,55);
	border-top: 7px solid rgb(204,204,204);
	background-image:linear-gradient(to right, rgba(201,214,55,.5),rgba(201,214,55,.5), rgba(201,214,55,.5)), url("../img/img-bkg-servicios.png");
	background-repeat: no-repeat;
	background-position: 15% bottom;
	background-size:  auto 60%  ;
}

#servicios h1{
	font-family: 'Gochi Hand', cursive;
	font-size: 55px;
	color: #FFFFFF; 
}

#servicios h2{
	font-family: 'Gochi Hand', cursive;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 0px;
}

#servicios p{
	font-family: 'Questrial', cursive;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-left: 80px; 
	padding-top: 40px;
	max-width: 500px
}

#servicios ul{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 16px;
	padding: 30px !important;
	color: #FFFFFF;
	text-align: left;
	list-style: none;
}

/*#servicios li::before {
	color: rgb(88,184,185);
	font-size: 20px;
	line-height: 10px;
	content: "\2022"; 
	padding-right: 8px; 
}*/

#contacto{
	padding-top: 40px;
	background-color: rgba(238,238,238,1);
	height:auto;
}

#contacto h1{
	font-family: 'Gochi Hand', cursive;
	font-size: 40px;
	color: rgb(88,184,185);
	line-height: 15px;
}

#contacto h2{
	font-family: 'Questrial', cursive;
	font-size: 14px;
	color: gray;
	padding-bottom: 20px;
}

#contacto h3{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 14px;
	color: rgb(88,184,185);
	text-align: center;padding-top: 20px;
	
}

#contacto i{
	font-size: 50px; 
	text-align: center;
	width: 100%;
}

#contacto p{
	font-size: 14px; 
	text-align: center;
	color:#000000;
	width:100%; 
}

#contacto a{
	text-decoration: none;
	font-size: 14px; 
	text-align: center;
	color:#000000;
}

#contacto a:hover{
	text-decoration: underline;
}

#seccion-pie{
	background-color:#808080;
	padding-bottom: 50px;
	/*background-image: url("../img/img-bkg-pie.png");*/
	background: linear-gradient(to right, rgba(0,0,0,.4),rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../img/img-bkg-pie.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:  100% auto;
	height: 400px;
}

#seccion-pie .img-pie{
	position: relative;
	left:50px;
	border-radius: 0px 0px 10px 10px;
}

#seccion-pie h1{
	font-family: 'Gochi Hand', cursive;
	font-size: 30px;
	color: #FFFFFF; 
	
}

#seccion-pie p{
	font-size: 14px; 
	color:#FFFFFF;
	font-size: 10px;
}

#seccion-pie h2{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 15px;
	color: #FFFFFF; 
	
}

.img-casas-small{
	width: 100px;position: relative; top: -50px;background-color: rgb(201,214,55);border-radius: 50%;
}

#galeria{
	padding-top: 80px;
	height: auto;
}

#galeria h1{
	font-family: 'Gochi Hand', cursive;
	font-size: 35px;
	color: rgb(201,214,55);
	text-align: center;
}

#galeria h2{
	font-family: 'Questrial', cursive;
	font-size: 12px;
	color: gray;
	text-align: center;
	width: auto;
}

#galeria h3{
	font-family: 'Palanquin Dark', sans-serif;
	font-size: 20px;
	color: rgb(88,184,185);
	text-align: center;
}

.modal-title{
	font-family: 'Palanquin Dark', cursive;
	font-size: 20px;
	color: rgb(88,184,185);
	text-align: center; width: 100%;
}

.efecto-img1{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img1:hover{
	filter: invert(0%);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: #FFFFFF solid 1px;
}

.efecto-img2{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img2:hover{
	
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}





.efecto-img3{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img3:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.efecto-img4{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img4:hover{
	-webkit-transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	border-radius: 20px;
}

.efecto-img5{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img5:hover{
	filter: grayscale(100%);
}

.efecto-img6{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-img6:hover{
	
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.efecto-img7{
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.efecto-img7:hover{
	height: 15em;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bkg-casa-grande{
	background-image: url("../img/img-casa-grande-completa.jpg");
	/*background: linear-gradient(to right, rgba(0,0,0,.4),rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../img/img-casa-grande-completa.jpg");*/
	background-repeat: no-repeat;
	background-position: center -30px;
	background-size:  100% 100%;
	height: 220px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bkg-casa-grande-completa{
	background-image: url("../img/img-casa-grande-planta-baja.jpg");
	/*background: linear-gradient(to right, rgba(0,0,0,.4),rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../img/img-casa-grande-completa.jpg");*/
	background-repeat: no-repeat;
	background-position: center -30px;
	background-size:  100% 100%;
	height: 220px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bkg-casa-chica{
	background-image: url("../img/casa-chica.jpg");
	/*background: linear-gradient(to right, rgba(0,0,0,.4),rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../img/img-casa-grande-completa.jpg");*/
	background-repeat: no-repeat;
	background-position: center -30px;
	background-size:  100% 100%;
	height: 220px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bkg-habitacion-romantica{
	background-image: url("../img/img-habitacion-romantica.jpg");
	/*background: linear-gradient(to right, rgba(0,0,0,.4),rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../img/img-casa-grande-completa.jpg");*/
	background-repeat: no-repeat;
	background-position: center -30px;
	background-size:  100% 100%;
	height: 220px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bkg-alberca{
	background-image: url("../img/alberca.jpg");
	/*background: linear-gradient(to right, rgba(0,0,0,.4),rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../img/img-casa-grande-completa.jpg");*/
	background-repeat: no-repeat;
	background-position: center -30px;
	background-size:  100% 100%;
	height: 220px;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*
.bkg-casa-grande:hover {
	background-position: center 0px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}*/

#img, #img2{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.efecto-especial:hover #img{
    	background-position: center 0px;
    	height: 220px;
    	-webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -o-transition: all .5s;
	    transition: all .5s;
    }
    
 .efecto-especial:hover #img2{  
    -webkit-transform:scale(1.2);
	transform:scale(1.2);
	filter: invert(0%);
    border: #FFFFFF solid 1px;
	
	-webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -o-transition: all .5s;
	    transition: all .5s;
}

.btn-reservaya-nav{
		position:relative;
		background-color: rgb(201,214,55);
		border-radius: 20px;
		width:200px;
		position: relative;
		padding: 5px;
		left: 20px;
		right:0px;
		color:#FFFFFF;
		font-weight:bold;
		font-size: 16px;
		text-decoration:none;
		border: 1px solid transparent;
		text-align: center;
		margin-top: 20px;
	}
	

@media screen and (max-width:800px ) {

	#nosotros{
		padding-top: 20px;
	}
	
	#nosotros h1{
		text-align: center;
	}
	
	#nosotros h2{
		line-height: 30px;
	}
	
	#casas{
		padding-top: 20px;
		height: auto;
	}
	
	#casas h2{
		text-align:center;
		width: 100%;
	}
	
	.card-text{
		font-family: 'Questrial', cursive;
		font-size: 16px !important;
		color: gray;
		text-align: center;
	}
	
	.lista-casas{
		font-size: 16px !important;
	}
	
	.capacidad, .horario, .costo, .casas-nota{
		font-size: 16px !important;
	}
	
	
	#servicios{
		padding-top: 30px;
		height: 600px;
		background-color: rgb(201,214,55);
		border-top: 7px solid rgb(204,204,204);
		
		background-image:linear-gradient(to right, rgba(201,214,55,.5),rgba(201,214,55,.5), rgba(201,214,55,.5)), url("../img/img-bkg-servicios.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size:   50%  auto ;
	}
	
	#servicios p{
		font-family: 'Questrial', cursive;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		padding-left: 40px; 
		padding-top: 40px;
		width: 320px;
	}
	
	
	#servicios ul{
		font-family: 'Palanquin Dark', sans-serif;
		font-size: 16px;
		padding-left: 100px !important;
		color: #FFFFFF;
		text-align: left;
		list-style: none;
	}
	
	#seccion-pie{
		background-color:#808080;
		padding-bottom: 50px;
		/*background-image: url("../img/img-bkg-pie.png");*/
		background: linear-gradient(to right, rgba(0,0,0,.4),rgba(0,0,0,.4), rgba(0,0,0,.4)), url("../img/img-bkg-pie.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size:  auto 100%  ;
	}
	
	#contacto{
		padding-top: 30px;
		height: 1300px;
		background-color: rgba(238,238,238,1);
	}

	.logo-menu{
		width: 90px;
	}
	
	
	#galeria{
		padding-top: 30px;
		height: auto;
		
	}
	
	#galeria h2{
		text-align: center;
		width: 100%;
	}
}


