/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 17px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #7b6a58;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #3d342b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #7b6a58;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #999;
}
::selection {
    text-shadow: none;
    background: #999;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
/*/*/

/* NAVIGATION */
.navbar {
    border-color: transparent;
    background-color: #222;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.logo {
	width: 80px;
	height: auto;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
.navbar .navbar-toggler i {
    color: #fff;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: #999;
}
.nav-link  {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-radius: 60px;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: #999;
}
.nav-link.active {
    outline: 0;
    color: #fff;
	background-color: #7b6a58;
}
#navbarResponsive {
	margin-top: 20px;
}
@media(min-width:1200px) {
	.navbar {
		border-color: transparent;
		background-color: transparent;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.logo {
		width: 150px;
		height: auto;
	}
	.nav-link {
		border-radius: 60px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
    #mainNav.navbar-shrink {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(34,34,34,.9);
    }
	#mainNav.navbar-shrink .logo {
		width: 120px;
	}
}
/*/*/

/* ENCABEZADO */
.panel-header {
	padding-top: 50px;
	color: #FFF;
}
@media(min-width:768px) {
	.panel-header {
		padding-top: 120px;
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-top: 140px;
	}
}
.img-header {
	padding-right: 80px;
	padding-left: 80px;
}
.texto-header-1 {
	margin-bottom: 0px;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	display: block;
}
.texto-header-2 {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	font-weight: 600;
	display: block;
}
@media(min-width:768px) {
	.texto-header-1 {
		margin-bottom: 10px;
		font-size: 60px;
		font-weight: 700;
		line-height: 60px;
	}
	.texto-header-2 {
		margin-bottom: 25px;
		font-size: 32px;
		line-height: 36px;
	}
}
@media(min-width:992px) {
	.texto-header-1 {
		margin-bottom: 10px;
		font-size: 75px;
		font-weight: 700;
		line-height: 75px;
	}
	.texto-header-2 {
		margin-bottom: 25px;
		font-size: 40px;
		line-height: 46px;
	}
}
/*/*/

/* El Lugar */
#el-lugar {
	color: #FFF;
	background-image: linear-gradient(#3d342b, #7b6a58)
}	
#el-lugar h1 {
	margin-bottom: 30px;
}
.destacado-lugar {
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
}
.btn-lugar {
	font-weight: 700;
	text-transform: uppercase;
	color: #101010;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	border-radius: 60px;
	width: 280px;
	margin: 15px;
}
.btn-lugar:hover,
.btn-lugar:focus,
.btn-lugar:active,
.btn-lugar.active {
	background-color: #042;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, .3);
}
/*!*/
/*! SERVICIOS */
#servicios {
	background-image: url(../imagenes/fondo-servicios.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#servicios td {
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 17px;
}
#servicios td i {
	color: #7b6a58;
	font-size: 30px;
}
/*!*/
/*! CHILCA */
#chilca {
	background-color: #e8eaed;
}
#chilca p {
	padding-top: 20px;
}
#chilca table {
	margin-top: 20px;
	margin-bottom: 20px;
}
#chilca td i {
	color: #7b6a58;
}
#chilca td {
	padding-right: 7px;
	padding-bottom: 7px;
	font-size: 15px;
}
.img-chilca {
	border: solid 1px #ccc;
	padding: 7px;
	background-color: #fff;
}
/*!*/
/*! AGUARIBAY */
#aguaribay {
	background-color: #fff;
}
#aguaribay p {
	padding-top: 20px;
}
#aguaribay table {
	margin-top: 20px;
	margin-bottom: 20px;
}
#aguaribay td i {
	color: #7b6a58;
}
#aguaribay td {
	padding-right: 7px;
	padding-bottom: 7px;
	font-size: 15px;
}
.img-aguaribay {
	border: solid 1px #ccc;
	padding: 7px;
	background-color: #e8eaed;
}
/*!*/
/*! GALERIA */
#galeria {
	background-color: #e8eaed;
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #666;
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-color: rgba(255,255,255,.7);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 400;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.properties-filter{line-height:36px;margin-bottom:30px;padding:0px;text-align:center}

.properties-filter li{
	display:inline-block;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
}

.properties-filter a{
	color:#101010;
	font-size:14px;
	font-weight:400;
	padding:8px 15px;
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.properties-filter a:hover{
	background-color: #3d342b;
	color: #fff;
}	
.properties-filter .selected a{
	background-color: #7b6a58;
	color: #FFF;
}
.property-item {
	padding-bottom: 10px;	
	padding-left: 5px;
	padding-right: 5px;
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

	
/*!*/

/*! CONTACTO */
#contacto {
	background-color: #fff;
}
#contacto hr {
	border-color: #333;
	max-width:80px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.dato-contacto {
	display: block;
	margin-top: 20px;
}
.dato-contacto i {
	margin-bottom: 10px;
}
.formulario {
	margin-bottom: 50px;
}
.form-group {
    margin-bottom: 28px;
}
.form-group input,
.form-group textarea {
	padding: 16px;
	color: #333;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
}
.form-group textarea.form-control {
	height: 230px;
	background-color: #fff;
	border-color:#ccc;
}
.form-control:focus {
	border-color: #7b6a58 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.btn-contacto {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #7b6a58;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	border-radius: 60px;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active {
	background-color: #3d342b;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn {
	margin-right: 10px;
}
.icono-btn2 {
	margin-left: 10px;
}
#redes {
	margin-top: 50px;
}
#redes i {
	font-size: 36px;
	line-height: 42px;
	margin-left: 15px;
	margin-right: 15px;
}
.campo-fecha {
		display: inline-block;
		margin-bottom: 28px;
	}
	.campo-fecha1 {
		display: inline-block;
	}



@media(min-width:768px) {
	.campo-fecha {
		width: 30%;
		margin-right: 10px;
		display: inline-block;
		margin-bottom: 0px;
	}
	.campo-fecha1 {
		width: 30%;
		margin-right: 10px;
		display: inline-block;
	}
}


#contacto label {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;

}
/*!*/

/*! UBICACION */
#ubicacion {
	background-color: #e8eaed;
	margin: 0px;
}
/*!*/

/*! PIE */
footer {
	padding: 25px 0;
	text-align: center;
	color: #333;
	font-size: 14px;
	background-color: #f7f7f7;
}
.copyright {
	display: block;
	margin-bottom: 20px;
}
.creditos {
	display: block;
	margin-top: 30px;
}
@media(min-width:768px) {
	.copyright {
		margin-bottom: 0px;
		margin-top: 2px;
	}
	.creditos {
		margin-bottom: 0px;
		margin-top: 2px;
	}
}
/*!*/
/*! WHATSAPP */
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
/*!*/
/*! COMO LLEGAR */
#llegar img {
	margin-top: 40px;
}
/*!*/