/**
* @author    qpmdezign.com http://www.qpmdezign.com
* @copyright Copyright (C) 2016 qpmdezign.com. All rights reserved.
* @license   qpmdezign.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
@import 'https://fonts.googleapis.com/css?family=Kaushan+Script';
html, body {
	line-height: 1.7;
	margin: 0;
	padding: 0;
}
body {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main { 
    display: block;
}
hr {
	border-left: none;
	border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
a[class*="glyphicon-"] {
	text-decoration: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 10px;
	color: #333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h1, h2 {
	font-weight: 300;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5, h6 {
	font-size: 1em;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul, ul li {
	list-style: none;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
	border: none;
	max-width: 100%;
}
img.image-left {
	float: left;
	margin-right: 5px;
}
img.img-full-width {
	width: 100%;
}
/* =============== PREDEFINED CONTENT ALIGN =============== */
.margin-left {
	margin-left: 1em !important;
	margin-right: 0;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em !important;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.container {
	position: relative;
}
[layout="row"] {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.fsr {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.fg {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.fw {
	flex-wrap: wrap;
}
.verticalStretch {
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
}
.verticalCenter {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.qpm-btn {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 12px;
	line-height: 100%;
}
.qpm-btn:hover {
	color: #fff;
}
.bg-white {
	background-color: #fff !important;
}
/* =============== HOVER EFFECT =============== */

.qpm-hoverEffect .
-venta span {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    margin-top: -125px;
    margin-left: 20px;
}


.qpm-hoverEffect .qpm-banner-alquiler span {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    margin-top: -125px;
    margin-left: -5px;
}


.qpm-hoverEffect .qpm-banner-venta span {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    margin-top: -140px;
    margin-left: 10px;
}


.qpm-hoverEffect .qpm-banner-alquilado,  .qpm-hoverEffect .qpm-banner-vendido{
	border-color: orange transparent transparent transparent !important;
}
.qpm-hoverEffect .qpm-banner-alquilado span, .qpm-hoverEffect .qpm-banner-vendido span {
    position: absolute;
    background-color: orange;
    -webkit-transform: rotate(-45deg);
    margin-top: -125px;
    margin-left: -5px;
}

.qpm-hoverEffect .qpm-banner-venta, 
.qpm-hoverEffect .qpm-banner-alquiler, 
.qpm-hoverEffect .qpm-banner-alquilado,
.qpm-hoverEffect .qpm-banner-vendido {

    margin-left: -10px;
    display: block;
    margin-top: -10px;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    border-width: 175px 175px 0 0;
    position: absolute;
    z-index: 2;
    border-color: #e74c3c7a transparent transparent transparent;
    border-style: solid;
} 

.qpm-hoverEffect .qpm-banner-venta{
    font-size: 30px;
}


.qpm-hoverEffect {
	text-align: center;
	margin-top: 20px;
}
.qpm-hoverEffect .item {
/*	background: #333;
*/	display: inline-block;
max-height: 370px;
}
.qpm-hoverEffect .item .overlay {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.qpm-hoverEffect .item .overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;	
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
/*	background: rgba(243,129,129,0.9); 
	background: -webkit-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: -o-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: linear-gradient(to bottom, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
*/}
.qpm-hoverEffect .item:hover .overlay {
	left: -10px;
	top: -10px;
}
.qpm-hoverEffect .item:hover .overlay:before {
	opacity: 1;	
}
.qpm-hoverEffect .content {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.qpm-hoverEffect .item:hover .content {
	opacity: 1;
}
/* =============== LAYOUT - HEADER AREA =============== */
#qpm-header {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	background: url(../images/bg-header.jpg) no-repeat center center / cover;
}
#qpm-header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(243,129,129,0.9); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
	/*background: -webkit-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: -o-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: linear-gradient(to bottom, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#qpm-headerInner {
	position: relative;
	z-index: 5;
}
/* =============== MAIN SLIDER =============== */
#qpm-slider {
	padding: 40px 0 0;
}
#qpm-slider .carousel-inner {
	height: 386px;
}
#qpm-slider .carousel-inner > .item {
	text-align: center;
	color: #fff;
}
#qpm-slider .carousel-indicators {
	width: 100%;
	left: 0;
	margin: 0;
	position: static;
	margin-top: 80px;
}
#qpm-slider .carousel-indicators li,
#qpm-slider .carousel-indicators li.active {
	float: left;
	width: 25%;
	height: auto;
	margin: 0;	
	text-indent: initial;
	border-radius: 0;
	background: none;
	text-align: left;
	border: none;
}
#qpm-slider .carousel-indicators li .inner {
	border-top: 2px solid #f7eac4;
	position: relative;
	color: #faf3e0;
	text-transform: uppercase;
	margin: 0 12px;
	padding: 10px 0;
}
#qpm-slider .carousel-indicators li:hover .inner,
#qpm-slider .carousel-indicators li.active .inner {
	border-color: #fff;
	color: #fff;
}
#qpm-slider .carousel-indicators li:hover .inner:after,
#qpm-slider .carousel-indicators li.active .inner:after {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 60px;
	height: 2px;
	background: #f38181;
}
#qpm-slider .carousel-indicators li .number {
	font-weight: 700;
	font-size: 18px;
	margin-right: 3px;
}
/* =============== LAYOUT - MENU AREA =============== */
#qpm-navbar {
	background-color: #333;
	border: none;
	border-radius: 0;
}

#qpm-navbar.navbar-default a.navbar-brand span{
	color:red;
} 
#qpm-navbar .navbar-brand {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
}

#qpm-navbar .navbar-nav > li > a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	padding: 15px 5px 5px;
	margin: 0 12px;
}
#qpm-navbar .navbar-nav > li > a:hover,
#qpm-navbar .navbar-nav > .active > a, 
#qpm-navbar .navbar-nav > .active > a:hover {
	/*color: #fce38a;*/
	/*border-color: #fce38a;*/
	border-color: red;
	background: none;
}
#qpm-navbar .qpm-menuItem {
	float: right;
}
#qpm-navbar .qpm-iconsGroup li a {
	border: none;
	font-size: 18px;
}
#qpm-navbar .navbar-toggle {
	margin-right: 0;
	border: none;
}
#qpm-navbar .navbar-toggle:hover,
#qpm-navbar .navbar-toggle:focus {
	background: none;
}
#qpm-navbar .navbar-toggle .icon-bar {
	background: #fff;
}
/* ----------- FIXED NAVBAR WITH ANIMATE ----------- */
.qpm-fixed-nav #qpm-navbar {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
    width: 100%;
    /*background: rgba(241, 114, 114, 0.96);*/
    background: #E74C3C;
    -webkit-animation-duration: .5s;
    		animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    		animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    		animation-name: fadeInDown;
}

.qpm-fixed-nav #qpm-navbar a span {
color: white !important;
}


.qpm-fixed-nav #qpm-navbar .navbar-nav > li.active > a {
	/*border: none;*/
	border-color: white;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
/* =============== LAYOUT - CONTENT AREA =============== */
section {
	padding: 80px 0;
}
#qpm-slider .qpm-sectionHeading {
	font-size: 110px;
	color: #fff;
}
#qpm-slider .qpm-sectionHeading .qpm-subHeading {
	font-size: 55px;
}
#qpm-slider .qpm-sectionHeading:after {
	background: #fff;
}
.qpm-sectionHeading {
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	position: relative;
	padding-bottom: 1px;
	margin-bottom: 30px;
	text-align: center;
	color: #333;
}
.qpm-sectionHeading:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #f38181;
	transform: translateX(-50%);
}
.qpm-sectionHeading .qpm-subHeading {
	display: block;
	text-transform: none;
	font-weight: 600;
	/*font-family: 'Kaushan Script', cursive;*/
	font-size: 20px;
	margin-bottom: 20px;
}
.qpm-sectionDesc {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 40px;
	color: #333;
}
/* =============== SECTION STORY ABOUT US =============== */
#inmuebles .content {
	font-weight: 700;
	font-size: 14px;
}
#inmuebles .content .qpm-icon {
	display: block;
	font-size: 30px;
}
/* =============== SECTION COUNTING =============== */
#qpm-counting {
	padding: 0;
	background: #95e1d3;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
#qpm-counting .item {
	width: 20%;
	padding: 60px 5px;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}
#qpm-counting .item:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.35);
}
#qpm-counting .number {
	font-size: 65px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 10px;
}
/* =============== SECTION SERVICES =============== */
#qpm-services .qpm-icon {
	font-size: 30px;
	margin-right: 20px;
	color: #95e1d3;
}
#qpm-services .item:not(:nth-last-child(-n+3)) {
	/*border-bottom: 1px solid #e5e5e5;*/
	margin-bottom: 50px;
	padding-bottom: 40px;
}
#qpm-services .qpm-serviceTitle {
	font-weight: 500;
	font-size: 14px;
}
/* =============== SECTION UNIQUE DESIGN =============== */
#qpm-uniqueDesign {
	padding-bottom: 0;
	margin-bottom: 30px;
	background: #e0e0e0 url(../images/unique-design/bg-unique-design.jpg) no-repeat center center / cover;
}
#qpm-uniqueDesign .qpm-devices {
	position: relative;
	text-align: center;
}
#qpm-uniqueDesign .qpm-devices .tablet {
	width: 380px;
}
#qpm-uniqueDesign .qpm-devices .mobile {
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: 140px;
	width: 170px;
}
/* =============== SECTION WHAT WE DO =============== */
#qpm-whatWeDo .panel-group {
	margin: 0;
}
#qpm-whatWeDo .panel-group .panel+.panel {
    margin-top: 8px;
}
#qpm-whatWeDo .panel-default {
	border-color: #e5e5e5;
	border-radius: 0;
}
#qpm-whatWeDo .panel-default > .panel-heading {
	background: #fff;
	padding: 0;
}
#qpm-whatWeDo .panel-title {
	font-size: 14px;
}
#qpm-whatWeDo .panel-title a {
	display: block;
	padding: 20px 15px 20px 50px;
	position: relative;
	text-decoration: none;
}
#qpm-whatWeDo .panel-title .qpm-icon {
	position: absolute;
	left: 10px;
	top: 13px;
	font-size: 30px;
	color: #95e1d3;
}
#qpm-whatWeDo .panel-title .qpm-icon.arrow {
	left: auto;
	right: 10px;
	color: #ccc;
}
#qpm-whatWeDo .panel-title .collapsed .qpm-icon.arrow {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
#qpm-whatWeDo .panel-body {
	font-style: italic;
	height: 185px;
	font-weight: 300;
}
#qpm-whatWeDo .mCS-default .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#qpm-whatWeDo .mCS-default .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
#qpm-whatWeDo .mCS-default .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: #95e1d3;
}
#qpm-whatWeDo .mCSB_scrollTools .mCSB_draggerRail {
	background: #f5f5f5;
}
/* =============== SECTION TESTIMONIAL =============== */
.qpm-testimonial {
	background: #f8f8f8;
	padding: 60px 0;
}
.qpm-testimonial .unslider-arrow {
	font-size: 40px;
	color: #ccc;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.qpm-testimonialSlider {
	margin: 0 80px;
}
.qpm-testimonialSlider .qpm-avatar {
	width: 190px;
	margin-right: 35px;
}
.qpm-testimonialSlider .qpm-symbol {
	margin: 0 35px 0 5px;
}
.qpm-testimonialSlider .qpm-symbol .qpm-icon {
	padding: 16px;
	border: 2px solid #95e1d3;
	font-size: 65px;
	color: #95e1d3;
}
.qpm-testimonialSlider .quote {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 10px;
}
.qpm-testimonialSlider .name {
    font-family: 'Kaushan Script', cursive;
    font-size: 18px;
    position: relative;
    padding-left: 50px;
}
.qpm-testimonialSlider .name:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 2px;
	background: #f38181;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
/* =============== SECTION BRAND =============== */
#qpm-brand {
	padding: 50px 0;
	background: #f8f8f8;
	text-align: center;
}
#qpm-brand a {
	display: block;
}
#qpm-brand a:hover {
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
		 -o-transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}
/* =============== SECTION PORTFOLIO =============== */
#qpm-portfolio {
	padding-bottom: 0;
}
#qpm-portfolio .qpm-portfolioItems {
	position: relative;
	margin: 0;
	padding: 0;
}
#qpm-portfolio .qpm-portfolioItems li {
	float: left;
	width: 25%;
	background: #fff;
	position: relative;
}
#qpm-portfolio .qpm-portfolioItems li a,
#qpm-portfolio .qpm-portfolioItems li a img {
	display: block;
	position: relative;
}
#qpm-portfolio .qpm-portfolioItems li a {
	overflow: hidden;
	color: #fff;
}
#qpm-portfolio .qpm-portfolioItems li .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(243,129,129,0.9); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: -o-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: linear-gradient(to bottom, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#qpm-portfolio .qpm-portfolioItems li .content {
	position: absolute;
	left: 0 !important;
	top: 50% !important;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
#qpm-portfolio .qpm-portfolioItems li .qpm-icon {
	font-size: 30px;
}
#qpm-portfolio .qpm-portfolioItems li .title {
	color: #fff;
	font-size: 14px;
	margin: 5px 0 5px;
}
#qpm-portfolio .qpm-portfolioItems li .desc {
	font-style: italic;
	font-size: 12px;
}
/* =============== SECTION OUR TEAM =============== */
#qpm-ourTeam .content .qpm-icon {
	display: inline-block;
	font-size: 25px;
	color: #f38181;
	background: #fce38a;
	padding: 10px;
	margin: 0 -1px;
	line-height: 100%;
}
#qpm-ourTeam .content .qpm-icon:hover {
	color: #fff;
	background: #f38181;
}
#qpm-ourTeam .info {
	margin-top: 35px;
	text-align: center;
}
#qpm-ourTeam .name {
	font-size: 14px;
	margin: 0 0 5px;
}
#qpm-ourTeam .regency {
	font-style: italic;
}
/* =============== SECTION HAPPY CLIENT =============== */
#qpm-happyClient {
	background: url(../images/happy-client/bg-happy-client.jpg) no-repeat center center / cover;
}
#qpm-happyClient .item {
	margin-bottom: 30px;
}
#qpm-happyClient .qpm-avatar {
	width: 80px;
	margin-right: 30px;
}
#qpm-happyClient .name {
	font-size: 14px;
}
#qpm-happyClient .regency {
	position: relative;
	padding-bottom: 12px;
	display: inline-block;
	font-style: italic;
	margin-bottom: 12px;
}
#qpm-happyClient .regency:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #f38181;
}
/* =============== SECTION LATEST BLOG =============== */
#qpm-latestBlog article .articleThumb {
	position: relative;
	margin-bottom: 20px;
}
#qpm-latestBlog article .date {
	position: absolute;
	background: #95e1d3;
	left: -10px;
	bottom: 10px;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
}
#qpm-latestBlog article .date .number {
	display: block;
	font-size: 28px;
	line-height: 100%;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
#qpm-latestBlog article .date .text {
	display: block;
	font-weight: 300;
	font-style: italic;
}
#qpm-latestBlog article .articleTitle {
	font-size: 14px;
}
#qpm-latestBlog article .articleMeta {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding-top: 15px;
}
#qpm-latestBlog article .articleMeta a {
	color: #999;
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
	font-weight: 300;
}
#qpm-latestBlog article .articleMeta a:hover {
	color: #000;
}
#qpm-latestBlog article .articleMeta .qpm-icon {
	color: #95e1d3;
	font-size: 17px;
	position: relative;
	top: 2px;
}
/* =============== SECTION MAP =============== */
#qpm-map {
	padding: 40px 0;
	background: url(../images/map/bg-map.jpg) no-repeat center center / cover;
}
#qpm-map .qpm-sectionHeading {
	color: #f28989;
	margin: 0;
	cursor: pointer;
}
#qpm-map .qpm-sectionHeading .qpm-icon {
	display: block;
	margin-bottom: 10px;
	font-size: 40px;
}
#qpm-map .mapWrap {
	visibility: hidden;
	opacity: 0;
	height: 0 !important;
	margin-top: 20px;
}
#qpm-map .mapWrap iframe {
	width: 100%;
	height: 300px;
}
#qpm-map.showMap .mapWrap {
	visibility: visible;
	opacity: 1;
	height: auto !important;
	border: 2px solid #ff9c00;
}
#qpm-map .qpm-locationInfo {
	width: 250px;
}
/* =============== LAYOUT - FOOTER AREA =============== */
footer {
	padding-top: 50px;
	background: #f8f8f8;
}
footer .qpm-colHeading {
	margin: 0 0 25px;
	font-size: 14px;
}
footer .colInfo {
	margin-bottom: 30px;
}
/* ----------- COL 1 ----------- */
footer .footerLogo a {
	color: #ccc;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	line-height: 100%;
}
footer .qpm-followUs {
	margin: 25px 0;
}
footer .qpm-followUs .totalFollow {
	color: #333;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
footer .qpm-followUs .totalFollow span {
	font-size: 18px;
	font-weight: 700;
}
footer .qpm-followUs .socialNetwork .text {
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	margin-right: 10px;
}
footer .qpm-followUs .socialNetwork .qpm-icon {
	display: inline-block;
	margin: 0 3px;
	font-size: 18px;
	color: #95e1d3;
}
footer .qpm-subscribeForm .input-group input,
footer .qpm-subscribeForm .input-group .btn {
	border-radius: 0;
}
footer .qpm-subscribeForm .input-group input {
	border-color: #e7e7e7;
	box-shadow: none;
	font-style: italic;
	font-size: 15px;
}
footer .qpm-subscribeForm .input-group .btn {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: #95e1d3;
	border: none;
}
/* ----------- COL 2 ----------- */
footer .listArticles > li {
	margin-bottom: 20px;
}
footer .listArticles > li:last-child {
	margin-bottom: 0;
}
footer .listArticles .articleThumb {
	width: 120px;
	margin-right: 15px;
}
footer .listArticles .articleTitle {
	font-size: 12px;
	margin: 0 0 5px;
	line-height: 1.4;
}
footer .listArticles .date {
	font-style: italic;
}
/* ----------- COL 3 ----------- */
footer .instagramImages a {
	float: left;
	width: 82px;
	margin: 1px;
}
footer .morePhoto {
	color: #999;
	font-style: italic;
	margin-top: 10px;
	display: inline-block;
}
/* ----------- COPYRIGHT ----------- */
footer .qpm-copyright {
	text-align: center;
/*	border-top: 1px solid #e5e5e5;*/
	padding: 20px 0;
}
/* =============== SEARCH FORM =============== */
#qpm-searchForm {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	padding: 20px;
	z-index: 10;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
#qpm-searchForm.open {
	top: 0;
	opacity: 1;
}
#qpm-searchForm .qpm-searchInput {
    position: relative;
    top: 50%;
    height: 100px;
    box-shadow: none;
    font-size: 70px;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    font-weight: 700;
    padding: 20px 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
#qpm-searchForm .qpm-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 60px;
	cursor: pointer;
}
#qpm-searchForm .qpm-close:hover {
	color: #fff;
}
/* =============== GO TO TOP =============== */
#qpm-scrollToTop {
	width: 50px; 
	height: 50px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-indent: -99999em;
	display: none;
	cursor: pointer;
	z-index: 2;
	background: #333 url(../images/go-to-top.png) center center no-repeat;
}
#qpm-scrollToTop:hover {
	text-decoration: none;
	background-color: #F75C4C;
}
/* =============== PRETTY PHOTO OVERRIDE =============== */
div.pp_pic_holder a {
	-webkit-transition: all 0s ease 0s;
	   -moz-transition: all 0s ease 0s;
		 -o-transition: all 0s ease 0s;
		-ms-transition: all 0s ease 0s;
			transition: all 0s ease 0s;
}
div.pp_default .pp_description {
	margin: 12px 50px 0 0;
}
div.pp_default .pp_social {
	width: 100%;
}
/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 1200px) {

	/* =============== WHAT WE DO =============== */
	#qpm-whatWeDo .panel-body {
		height: 118px;
	}
	/* =============== FOOTER =============== */
	footer .qpm-followUs {
		margin: 15px 0;
	}
	footer .instagramImages a {
		width: 70px;
	}

}
@media (max-width: 992px) {
	section {
		padding: 45px 0;
	}	
	/* =============== SECTION TESTIMONIAL =============== */
	.qpm-testimonial {
		padding: 30px 0;
	}
	.qpm-testimonialSlider .quote {
		font-size: 13px;
	}
	.qpm-testimonialSlider .qpm-avatar {
		width: 130px;
	}
	/* =============== SECTION COUNTING =============== */
	#qpm-counting {
		font-size: 10px;
	}
	#qpm-counting .item {
		padding: 35px 5px;
	}
	#qpm-counting .number {
		font-size: 50px;
	}
	/* =============== SECTION SERVICES =============== */
	#qpm-services .item:not(:nth-last-child(-n+2)) {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 30px;
    	padding-bottom: 20px;
	}
	/* =============== SECTION UNIQUE DESIGN =============== */
	#qpm-uniqueDesign .qpm-devices .tablet {
		width: 250px;
	}
	#qpm-uniqueDesign .qpm-devices .mobile {
		bottom: -38px;
		margin-left: 88px;
		width: 110px;
	}	
	/* =============== SECTION WHAT WE DO =============== */
	#qpm-whatWeDo .panel-group {
		margin-top: 20px;
	}
	/* =============== SECTION OUR TEAM =============== */
	#qpm-ourTeam .content .qpm-icon {
		font-size: 18px;
		padding: 8px;
	}
	#qpm-ourTeam .info {
		margin-top: 25px;
	}
	/* =============== SECTION BRAND =============== */
	#qpm-brand {
		padding: 20px 0;
	}
	/* =============== SECTION LATEST BLOG =============== */
	#qpm-latestBlog article .articleTitle {
		font-size: 11px;
	}
	#qpm-latestBlog article .date {
		padding: 8px 12px;
	}
	#qpm-latestBlog article .date .number {
		font-size: 18px;
	}
	#qpm-latestBlog article .date .text {
		font-size: 11px;
	}

}

@media (max-width: 768px) {
	
	/* =============== HOVER EFFECT =============== */
	.qpm-hoverEffect .item {
		margin-bottom: 15px;
	}
	/* =============== MAIN SLIDER =============== */
	#qpm-slider {
		padding-top: 10px;
	}
	#qpm-slider .carousel-inner {
		height: 270px;
	}
	#qpm-slider .carousel-indicators {
		margin-top: 30px;
	}
	#qpm-slider .qpm-sectionHeading {
		font-size: 60px;
	}
	#qpm-slider .qpm-sectionHeading .qpm-subHeading {
	    font-size: 35px;
	}
	/* =============== SECTION UNIQUE DESIGN =============== */
	#qpm-uniqueDesign .qpm-devices .mobile {
		margin-left: 65px;
	}
	/* =============== SECTION OUR TEAM =============== */
	#qpm-ourTeam .info {
		margin: 0 0 20px;
	}
	/* =============== SECTION OUR WORK =============== */
	#qpm-portfolio .qpm-portfolioItems li {
		width: 50%;
	}
	/* =============== SECTION LATEST BLOG =============== */
	#qpm-latestBlog {
		text-align: center;
	}
	#qpm-latestBlog article {
		display: inline-block;
		max-width: 380px;
		margin-bottom: 30px;
		text-align: left;
	}
}

@media (max-width: 767px) {
	
	/* =============== MENU AREA =============== */
	#qpm-navbar {
		background: rgba(234, 83, 83, 0.70);
	}
	#qpm-navbar .navbar-header {
		/*padding-right: 80px;*/
	}
	#qpm-navbar .navbar-nav > li > a {
		padding: 10px 5px 5px;
	}
	#qpm-navbar .navbar-nav > li > a:hover, 
	#qpm-navbar .navbar-nav > .active > a, 
	#qpm-navbar .navbar-nav > .active > a:hover {
		border-color: transparent;
	}
	#qpm-navbar .qpm-menuItem,
	#qpm-navbar .navbar-collapse {
		width: 100%;
	}
	#qpm-navbar .navbar-collapse {
		background: rgba(56,56,56,0.95);
		border-color: #464646;
		position: absolute;
		z-index: 1;
		left: 0px;
	}
	#qpm-navbar .qpm-iconsGroup {
		position: absolute;
		right: 15px;
		top: 0;
		margin: 0;
	}
	#qpm-navbar .qpm-iconsGroup > li {
		display: inline-block;
	}
	#qpm-navbar .qpm-iconsGroup li a {
		margin: 0 0 0 15px;
		padding: 15px 0 5px;
	}
	/* =============== SECTION SERVICES =============== */
	#qpm-services .item:not(:nth-last-child(-n+1)) {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
}

@media (max-width: 640px) {
	section {
		padding: 30px 0;
	}
	.qpm-sectionHeading {
		font-size: 20px;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.qpm-sectionHeading .qpm-subHeading {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.qpm-sectionDesc {
		margin-bottom: 20px;
	}
	/* =============== MAIN SLIDER =============== */
	#qpm-slider .qpm-sectionHeading {
		font-size: 45px;
	}
	#qpm-slider .qpm-sectionHeading .qpm-subHeading {
		font-size: 22px;
	}
	#qpm-slider .carousel-inner {
		height: 205px;
	}
	#qpm-slider .carousel-indicators li .number {
		display: none;
	}
	/* =============== SECTION COUNTING =============== */
	#qpm-counting .item {
		padding: 20px 5px;
	}
	#qpm-counting .number {
		font-size: 28px;
	}
	#qpm-counting .text {
		font-size: 9px;
	}
	/* =============== SECTION UNIQUE DESIGN =============== */
	#qpm-uniqueDesign .qpm-devices .mobile {
		margin-left: 65px;
	}
	/* =============== SECTION TESTIMONIAL =============== */
	.qpm-testimonialSlider {
		margin: 0 40px;
	}
	.qpm-testimonialSlider .qpm-symbol {
		font-size: 45px;
		margin: 0 15px 0 5px;
	}
	.qpm-testimonialSlider .quote {
		font-size: 11px;
	}
	.qpm-testimonialSlider .name {
		font-size: 13px;
	}
	.qpm-testimonialSlider .qpm-avatar {
		width: 100px;
		margin-right: 15px;
	}
	/* =============== SECTION UNIQUE DESIGN =============== */
	#qpm-uniqueDesign .qpm-devices .mobile {
		margin-left: 50px;
		width: 90px;
	}
	/* =============== SECTION HAPPY CLIENT =============== */
	#qpm-happyClient .qpm-avatar {
	    width: 50px;
	    margin-right: 15px;
	}
	/* =============== SEARCH FORM =============== */
	#qpm-searchForm .qpm-searchInput {
		height: 60px;
		font-size: 35px;

	}
	#qpm-searchForm .qpm-close {
		font-size: 40px;
	}
	/* =============== FOOTER =============== */
	footer {
		padding-top: 30px;
	}

}

@media (max-width: 480px) {
	
	/* =============== MAIN SLIDER =============== */
	#qpm-slider .carousel-indicators li .inner {
		text-indent: -99999em;
		line-height: 0;
		border-width: 3px;
	}
	#qpm-slider .carousel-indicators .inner:after {
		display: none;
	}
	#qpm-slider .carousel-indicators li.active .inner {
		border-color: #f38181;
	}
	/* =============== SECTION TESTIMONIAL =============== */
	.qpm-testimonialSlider .qpm-symbol,
	.qpm-testimonialSlider .qpm-avatar {
		display: none;
	}
	/* =============== SECTION OUR WORK =============== */
	#qpm-portfolio .qpm-portfolioItems li {
		width: 100%;
	}
}




.form-style-6{
/*    font: 95% Arial, Helvetica, sans-serif;
*/    /*max-width: 400px;*/
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #333;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}

.form-style-6 input[disabled]{
	cursor: not-allowed;
	background-color: #eee !important;
	opacity: 1;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 3%;
    border: 1px solid #333;
    padding: 3%;
    color: #333;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #333;
    padding: 3%;
    border: 1px solid #333;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    position: center;
    padding: 2%;
    background: #333;
    border-bottom: 2px solid #333;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
    margin-left: 25%;
    margin-top: 3%;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #FFFFFF;
    color: #333;
    border: 1px solid #333;
}

.form-style-6 input[type="submit"].success {
	background-color: #4CAF50 !important;
    border: none;
}

.form-style-6 input[type="submit"].success:hover,
.form-style-6 input[type="button"].success:hover{
    background: #4CAF50 !important;
    color: #FFFFFF !important;
    border: none !important;
}

.form-style-6 input.form-error {
	border-color: red;
}

p.form-error {
	color: red;
}
/**
 * Checkbox Five
 */

.privacidad-block {
	padding-top: 10px;
}

.checkboxFive {
	display: inline-flex;
    /*width: 25px;
    margin: 20px 100px;
    position: relative;*/
}
/**
 * Create the box for the checkbox
 */
.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
    opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}


#buscador {
	background-color: #333;
}

#buscador .container {
/*	padding-top: 20px;
	padding-bottom: 20px;
*/
}
/*
#buscador .dropdown {
    border: 1px solid #eee;
    padding: 10px;
}*/


#buscador .dropdown {
  width: 330px;
  height: 50px;
  margin: 40px auto;
  perspective: 1000px;
}

#buscador .dropped {
  height: 200px;
}

#buscador .itemElement {
  width: 300px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 0 0;
  padding: 0 20px;
  background-color: white;
  transition: transform .15s linear;
  cursor: pointer;
  user-select: none;
}




/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* INMBUENLES LIST PAGE */

.inmueble-card {
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #6b5f5f30;
    border-radius: 4px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.1);*/
    max-width: 350px;
}

.inmueble-card a {
	text-decoration: none;
}

.inmueble-card img {
	height: 270px;
	width: 100%;
}


div.qpm-banner {
	position:relative;
	/*overflow: scroll;*/
	margin-top: -40px;height: 40px;width: 200px;background-color: #d9534f;color: white;font-weight: bold;line-height: 40px;
}

.qpm-banner--alquilado{
	background-color: orange !important;	
}

/*.inmueble-card div.qpm-banner-type {
    display: block;
    margin-top: -100px;
    margin-left: 45px;    
    width: 0px;
    height: 150px;
    border-left: 20px solid #d9534f;
    border-right: 20px solid #d9534f;
    border-bottom: 35px solid transparent;
    transform: rotate(-90deg);
}

.inmueble-card span.qpm-banner-type p{
	transform: rotate(90deg);
    color: white;
    font-weight: bold;
    font-size: 15px;
}*/



.inmueble-card .description-card {
    max-height: 100px;
    padding: 10px;
    min-height: 100px;
    margin-top: 0px;
}

.inmueble-card .description-card p.text {
    /*text-align: left;*/
}



.sectionContent.contactform .bloque{
	position: relative;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.sectionContent.contactform .bloque .bloque-mitad{
	height: 100%;
	padding-left: 0px;
	padding-right: 15px;
}


@media (max-width: 992px) {
	
	.sectionContent.contactform .bloque .bloque-mitad{
		height: auto;
		padding-right: 0px;
	}	
}



.inmuebles_ficha {
	padding: 0px;
	display: inline-table;
}

.inmuebles_ficha .caracteristica {
	float: left;
	padding:10px;
}

.inmuebles_ficha .caracteristica p {
	background-color: #F7F7F7;
	padding: 10px;
	display: initial;
	
	
}

.inmuebles_ficha .caracteristica p .material-icons.ko{
	display: inline-flex;
	position: relative;
	line-height: 0;
}



@media (max-width: 640px) {
	.inmuebles_ficha {
		padding: 0px;
		display: inline-table;
	}

	.inmuebles_ficha .caracteristica {
		float: left;
		padding:10px;
	}

	.inmuebles_ficha .caracteristica p {
		background-color: #F7F7F7;
		padding: 10px;
		display: initial;
		/*padding-right: 0px;*/

	}

	.inmuebles_ficha .caracteristica p .material-icons.ko{
		display: inline-flex;
		position: relative;
		line-height: 0;
	}


}

@media (max-width: 480px) {
	.inmuebles_ficha {
		padding: 0px;
		display: block;
	}

	.inmueble-tipo-selector a div{
		max-width: 33%;
	}
}





.inmueble-tipo{
	background-color: #d9534f;
	border: 2px solid #FFFFFF;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.language-selector {
	display: flex !important;	
    top: 14px !important;

}

.language-selector a:first-child {
	/*margin-right: 0px !important;*/
}
.language-selector a {
	margin-right: 0px !important;
	margin-left: 0px !important;
	line-height: 0px !important;
    padding: 0 !important;
    color: #ffffff !important;
}

.language-selector span {
	color: #ffffff;
}

@media (max-width: 480px) {
	.language-selector {
	    top: 0 !important;
	    left: 17px;
	}

	.language-selector a {
		/*margin: 0px 10px 0px 0px !important;*/
	}

}