@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* amarillo #eaeaea */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	transition: all 0.25s;
	-ms-transition: all 0.25s;
	-moz-transition: all 0.25s;
	/* Firefox 4 */
	-webkit-transition: all 0.25s;
	/* Safari and Chrome */
	-o-transition: all 0.25s;
	/* Opera */
}

hr {
	border-top: 2px solid #FFE414;
}

.navbar {
	margin-bottom: 0;
	border: 0 solid transparent;
}

.menu-sup .navbar-nav > li > a {
	line-height: 13px;
	padding: 5px 5px 45px 5px;
}

.menu-sup .navbar-nav > li {
	margin-top: 40px;
	margin-bottom: 0;
}

.menu-sup .nav > li > a:focus,
.menu-sup .nav > li > a:hover,
.menu-sup .nav > li.active a {
	background-color: transparent;
	border-bottom: 5px #eaeaea solid;
}

.menu-sup .nav > li > a {
	color: #000000;
	font-size: 13px;
	border-bottom: 5px transparent solid;
}

.carousel-generic .carousel-caption {
	padding-bottom: 120px;
}

.carousel-indicators .active {
	background-color: #eaeaea;
}

.carousel-indicators li {
	background-color: #ffffff;
}

.btn-warning {
	color: #626261;
	background-color: #eaeaea;
	border-color: #cccccc;
}

.btn-warning.send-form {
	color: #eaeaea;
	background-color: transparent;
	border-color: #eaeaea;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active  {
	color: #626261;
	background-color: #cccccc;
	border-color: #eaeaea;
}

.home {
	margin: 30px 0;
	color: #626261;
}

.home .propiedades-home {
	margin: 50px 0;
}

.home .propiedades-home .items {
	margin-bottom: 40px;
}

.home .propiedades-home .items h4 {
	margin: 20px 0;
}

.home .propiedades-home .items p {
	margin-bottom: 30px;
}

.btn.btn-warning {
	border-radius: 15px;
	padding: 4px 30px;
}

.home .item-quienes {
	background-color: #eaeaea;
	padding: 35px 0;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(219, 219, 219, 1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(219, 219, 219, 1);
	box-shadow: 10px 10px 5px 0px rgba(219, 219, 219, 1);
}

.home .item-quienes h4 {
	margin: 20px 0;
}

.carousel-parallax {
	height: 400px;
	background-image: url(../img/parallax_01.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.carousel-parallax .item {
	padding-top: 250px;
}

.carousel-parallax .item .carousel-caption {
	text-align: left;
}

.carousel-parallax .item .parrafo {
	margin: 30px 0 0 20px;
	text-align: left;
	border-left: 5px solid #eaeaea;
	padding-left: 20px;
}


/*propieades*/

.propiedades .items {
	margin-top: -130px;
}

.propiedades .header-prop {
	background-color: #d2d2d2;
	color: #626261;
	height: 350px;
	padding-top: 30px;
}
.propiedades .header-prop h1 {
	text-transform:uppercase;
}
.propiedades .items .propiedad {
	background-color: #fff;
	color: #626261;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.09);
	padding-bottom: 15px;
	margin-bottom: 40px;
	width:300px;
	height: 372px;
}

.propiedades .items .propiedad h5 {
	margin-top: 25px;
}

.propiedades .items .propiedad p {
	margin: 0;
}

/*PROPIEDAD*/

.propiedad .bg {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
	padding-top: 5%;
	background-attachment: fixed;
	margin-bottom: 50px;
}

.propiedad .carousel-control {
	background-image: none;
	background-color: #eaeaea;
	color: #000;
	opacity: 1;
	width: 65px;
	height: 65px;
}

.propiedad .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	margin-top: -18px;

}

.propiedad .carousel-control .glyphicon-chevron-right {
	margin-right: -15px;
}

.propiedad .carousel-control .glyphicon-chevron-left {
	margin-left: -15px;
}


.propiedad .carousel-control.right,
.propiedad .carousel-control.left {
	top: 40%;
}

.propiedad .carousel-control.left {
	margin-left: -20px;
}

.propiedad .carousel-control.right {
	margin-right: -20px;
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}

.propiedad .bg h1 {
	color: #fff;
	font-weight: bold;
}

.propiedad .otros {
	margin: 20px 0;
}

.propiedad .otros .item {
	color: #626261;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.09);
}

.propiedad .otros h1 {
	color: #626261;
	margin-bottom: 30px;
	font-weight: bold;
}

.propiedad .otros p {
	margin: 0;
}

/*PAGINACION*/

ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 20px 0;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	color: black;
	transition: background-color .3s;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: black;
    cursor: default;
    background-color: #FFE414;
    border-color: #ccc;
}
ul.pagination li a:hover:not(.active),
ul.pagination li a:focus {
	background-color: #ddd;
	color: #000;
}


div.center {
	text-align: center;
}
.prop-detalle{
	text-align:justify;
}

/*FOOOTER*/

footer {
	background-color: #000;
}

footer .contacto {
	padding: 30px 0;
}

footer .contacto input {
	height: 50px;
	background: url(../img/arte.jpg) no-repeat 98% center;
	padding-right: 15px;
}

footer .contacto input,
footer .contacto textarea {
	background-color: #eaeaea;
	border: 0;
	border-radius: 0;
	margin-bottom: 20px;
}


footer .contacto h1,
footer .contacto h4,
footer .contacto small {
	color: #ffffff;
}

footer .contacto .form-control::-webkit-input-placeholder {
	color: #626261;
	font-weight: bold;
}

footer .contacto .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #626261;
	font-weight: bold;
}

footer .contacto .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #626261;
	font-weight: bold;
}

footer .contacto .form-control:-ms-input-placeholder {
	color: #626261;
	font-weight: bold;
}

footer .pie {
	color: #ffffff;
	padding: 70px 0;
}

footer .pie a {
	color: #eaeaea;
}

footer .pie ul {
	list-style: none;
	padding: 0;
}

footer .pie ul a {
	color: #ffffff;
}

/*EFECTOS*/

/*** effect inner-shadow ***/

.image-hover {
	position: relative;
}

/*** effect inner-shadow 2 ***/

.img-inner-shadow-2 .layer {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px
}

.img-inner-shadow-2:hover .layer {
	box-shadow: inset 0px 0px 250px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: inset 0px 0px 250px rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: inset 0px 0px 250px rgba(255, 255, 255, 0.9)
}

.img-inner-shadow-2 .layer {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.img-inner-shadow-2:hover .layer {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
/* Zoom In #2 */
.propiedad figure {
	width: 300px;
	height: 202px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.propiedad figure img {
	width: 360px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.propiedad figure:hover img {
	width: 380px;
}
/* Animation delays */
.carousel-caption h1:first-child {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.carousel-caption h4:nth-child(2) {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
}
.carousel-caption a {
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
}
/*zoom imagen carrusel*/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}
.rs li{
	float:left;
	list-style:none;
}
.carousel-generic .carousel-inner .item > img {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}
/*blog*/
.blog-post .post-meta, .blog-post .post-meta a {
    color: #7d7d7d;
    font-style: italic;
}
.blog-post .post-meta {
    margin-bottom: 14px;
    display: inline-block;
}
.blog-post h2 a {
    color: #323232;
}
.blog-post h2 {
    clear: none;
    display: inline-block;
    line-height: 27px;
    margin-bottom: 4px;
}
.blog-post .post-content {
    display: inline;
}

@media (max-width: 768px){
	
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	
	
}

