/**#1755 gabriel gonzalez prop.. FLEX 07-2021- AUTOR PUCARALABS by Inkscape and Boostrap**/

@charset "utf-8";
/*boostrap3*/
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css");


/*font googlewebfont*/
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,latin-ext); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); */


/**COLORES OFICIALES**/
/*
color 1 / greay  #4a5559   / secondary  2 for gradient #4a5559
	color 2 red #bf1e2d
color 2 dark black gris #dddddd
color 2 / gris #dddddd
gris header #dddddd


gris.... body #dddddd


system color gris #40403f;
*/

/*colors*/
.white {color:#FFFFFF;}
.black {color:#000000;}
.customer {color: #bf1e2d}
.customer2 {color: #4a5559}
/*FIN colores*/
/**gradient customer**/
a.pills {
	color: #ffffff;
	text-shadow:0px 0px 3px #000000;
	font-weight: bold;
	padding-top: 150px;
	display: block;
	width:100%;
	height:319px;
}
a.pills:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#000000;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity = 70);
}

.grd-customer {
background: #4a5559; /* Old browsers */
background: -moz-linear-gradient(top,  #4a5559 0%, #4a5559 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a5559), color-stop(100%,#4a5559)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4a5559 0%,#4a5559 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4a5559 0%,#4a5559 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4a5559 0%,#4a5559 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4a5559 0%,#4a5559 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a5559', endColorstr='#4a5559',GradientType=0 ); /* IE6-9 */
}
/*gradients*/
.grd-black-v {
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.grd-black-h {
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(left,  #4c4c4c 0%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #4c4c4c 0%,#131313 100%); /* IE10+ */
background: linear-gradient(to right,  #4c4c4c 0%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 */
}
.grd-gray-v {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.grd-gray-h {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
}
/*END gradients*/



/*Boostrap personalizations*/
.navbar {margin-bottom:0px;
	 background-color:  #4a5559;
	 border-radius: 0px;
	 text-transform: uppercase;
 }
/*.navbar-header {height: 70px;}*/
.navbar-nav {}
.navbar-nav > li {}
/*.navbar-nav > li > a {height: 68px;padding-top: 25px;}*/
.navbar-default {border: none;background-color: #ffffff}
.navbar-inverse {border: none;background-color: #ffffff;}
.navbar-inverse .navbar-nav > li > a {color:#4a5559;}
.navbar-inverse .navbar-nav > li > a:focus {background-color: #d9d595;}
.navbar-inverse .navbar-nav > li > a:hover {background-color: #bf1e2d;color: #fff}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {background-color: #d9d595;}

.navbar-inverse .navbar-toggle {
	border: none !important;
	border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color:  #4a5559;
}
.navbar-inverse .navbar-toggle .icon-bar:hover {
    background-color: #bf1e2d;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{color:white!important; background-color: #4a5559!important;}

/* .navbar-inverse .navbar-collapse {
    overflow: visible;
    background-color: #4a5559;
}
.navbar-collapse.in {
overflow: visible;
background-color: #4a5559;
z-index:99999;
} */
.navbar-collapse {
    max-height: 400px;
}
/*END Boostrap personalizations*/





/**FLEX Bootstrap GRID SYSTEM**/
/*MARGIN & PADDING STYLES */
.top30 {margin-top:30px;}
.right30 {margin-right:30px;}
.bottom30 {margin-bottom:30px;}
.left30 {margin-left:30px;}

.top20 {margin-top:20px;}
.right20 {margin-right:20px;}
.bottom20 {margin-bottom:20px;}
.left20 {margin-left:20px;}

.top15 {margin-top:15px;}
.right15 {margin-right:15px;}
.bottom15 {margin-bottom:15px;}
.left15 {margin-left:15px;}

.top10 {margin-top:10px;}
.right10 {margin-right:10px;}
.bottom10 {margin-bottom:10px;}
.left10 {margin-left:10px;}

.top5 {margin-top:5px;}
.right5 {margin-right:5px;}
.bottom5 {margin-bottom:5px;}
.left5 {margin-left:5px;}

.top3 {margin-top:3px;}
.right3 {margin-right:3px;}
.bottom3 {margin-bottom:3px;}
.left3 {margin-left:3px;}

.top0 {margin-top:0px;}
.right0 {margin-right:0px;}
.bottom0 {margin-bottom:0px;}
.left0 {margin-left:0px;}

.ptop40 {padding-top:40px;}
.pright40 {padding-right:40px;}
.pbottom40 {padding-bottom:40px;}
.pleft40 {padding-left:40px;}

.ptop35 {padding-top:35px;}
.pright35 {padding-right:35px;}
.pbottom35 {padding-bottom:35px;}
.pleft35 {padding-left:35px;}

.ptop30 {padding-top:30px;}
.pright30 {padding-right:30px;}
.pbottom30 {padding-bottom:30px;}
.pleft30 {padding-left:30px;}

.ptop20 {padding-top:20px;}
.pright20 {padding-right:20px;}
.pbottom20 {padding-bottom:20px;}
.pleft20 {padding-left:20px;}

.ptop15 {padding-top:15px;}
.pright15 {padding-right:15px;}
.pbottom15 {padding-bottom:15px;}
.pleft15 {padding-left:15px;}

.ptop10 {padding-top:10px;}
.pright10 {padding-right:10px;}
.pbottom10 {padding-bottom:10px;}
.pleft10 {padding-left:10px;}

.ptop5 {padding-top:5px;}
.pright5 {padding-right:5px;}
.pbottom5 {padding-bottom:5px;}

.pleft0 {padding-left:0px;}
.ptop0 {padding-top:0px;}
.pright0 {padding-right:0px;}
.pbottom0 {padding-bottom:0px;}
.pleft0 {padding-left:0px;}

.p9 {padding: 9px}
.padding3 {padding: 3px}
.padding20 {padding: 20px}
.none {display: none;}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}


/**CUSTOMER CSS**/

/*GENERAL CSS*/
body {
font-family: 'Montserrat', serif;
	background: url() center top repeat-y #ffffff;
/*	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(4,70,135,1) 50%, rgba(4,70,135,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(50%, rgba(4,70,135,1)), color-stop(100%, rgba(4,70,135,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(4,70,135,1) 50%, rgba(4,70,135,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(4,70,135,1) 50%, rgba(4,70,135,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(4,70,135,1) 50%, rgba(4,70,135,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(4,70,135,1) 50%, rgba(4,70,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#044687', GradientType=1 );
*/
}
/* @media (max-width: @screen-xs) { body {padding-top: 150px;} }
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) { body {padding-top: 380px;} }
@media (min-width: @screen-md) and (max-width: @screen-md-max) { body {padding-top: 380px;} }
@media (min-width: @screen-lg) { body {padding-top: 380px;} } */


/* valid for nmcapital model */
/* @media(max-width:768px){ body {padding-top: 105px;} }
@media(min-width:768px){ body {padding-top: 105px;} }
@media(min-width:992px){ body {padding-top: 105px;} }
@media(min-width:1200px){ body {padding-top: 105px;} } */

.form-control {
	border-radius: 0px;
}

input[type=text] {
	/*font-family: 'Montserrat', serif;*/
		border-radius: 0px !important;
}
.form-control {
	/*font-family: 'Montserrat', serif;*/
		border-radius: 0px !important;
}

select {
	/*font-family: 'Montserrat', serif;*/
	border-radius: 0px !important;
}
input[type=checkbox] {
	/*font-family: 'Montserrat', serif;*/
}

h1 {
	font-family: 'Montserrat', serif;
    font-weight:300;
    color:#666666;
}
h1 a {
	color: #bf1e2d;
	text-decoration: none;
}
h1 a:hover {
	color:#000000;
	text-decoration: underline;
}
h1 span {
	color: #bf1e2d;
	text-decoration: none;
}

h2 {
	color:#ffffff;
    font-family: 'Montserrat', serif;
    font-weight:300;
}
h2 a {
	color:#ffffff;
	text-decoration: none;
}
h2 a:hover {
	color:#000000;
	text-decoration: underline;
}
h2 span {
	color:#bf1e2d;
}

h3 {
    font-family: 'Montserrat', serif;
    font-weight:300;
    color:#666666;
}
h3 a {
	color:#333333;
	text-decoration: none;
}
h3 a:hover {
	color:#ffffff;
	text-decoration: underline;
}
h3 span {
	color:#bf1e2d;
	text-decoration: none;
}
p {	font-family: 'Montserrat', serif;}
ul {}


/*btn personalization*/
.btn {
	border-radius: 0px !important;
}
.btn-info {
  color: #ffffff;
	background-color: #bf1e2d;
  border-color: #ffffff;
  /* background-color: transparent !important;
  border: none !important; */
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #bf1e2d;
  background-color: #fff;
  border-color:#bf1e2d;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #bf1e2d;
  border-color: #bf1e2d;
}

.btn-info .badge {
  color: #ffffff;
  background-color: #bf1e2d;
}


.btn-info2 {
  color: #ffffff;
  background-color: #4a5559;
  border-color: #4a5559;
}




.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active,
.btn-info2.active,
.open .dropdown-toggle.btn-info2 {
  color: #ffffff;
  background-color: #bf1e2d;
  border-color: #bf1e2d;
}

.btn-info2:active,
.btn-info2.active,
.open .dropdown-toggle.btn-info2 {
  background-image: none;
}

.btn-info2.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info2,
.btn-info2.disabled:hover,
.btn-info2[disabled]:hover,
fieldset[disabled] .btn-info2:hover,
.btn-info2.disabled:focus,
.btn-info2[disabled]:focus,
fieldset[disabled] .btn-info2:focus,
.btn-info2.disabled:active,
.btn-info2[disabled]:active,
fieldset[disabled] .btn-info2:active,
.btn-info2.disabled.active,
.btn-info2[disabled].active,
fieldset[disabled] .btn-info2.active {
  background-color:#4a5559;
  border-color: #4a5559;
}
.btn-info2 .badge {
  color: #fff;
  background-color: #4a5559;
}

.btn-action {
  position: fixed !important;
  right: 23px !important;
  bottom: 23px !important;
  padding-top: 15px !important;
  margin-bottom: 0 !important;
  z-index: 998 !important;
}

.btn.btn-fab  {
  border-radius: 50% !important;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
  position: relative;
  line-height: normal;
}


/*----Customer CSS CODE----*/
/*----MENU----*/
#menu-responsive {
    display:block;
	background: url() center top no-repeat #ffffff;
	/*border-top: 3px solid #4a5559;*/
}
/*sin usar*/
#menu-top {display:none;}
#menu {display: none;}
/**END MENU**/

/*----HEADER----*/
#header {
	background: url(fd.png) center top no-repeat #fff;


}
.header {/*tratado como row*/
    margin-right: -15px;
    margin-left: -15px;


	/*custom*/
}
/*optional includes*/
.header-1 {}
.branch {
}
.name {display: block; font-size: 14px}
.phone {display: block;font-size: 30px; line-height: 35px; }
.mobile {display: block;}
.address {display: block;font-size: 12px;font-weight: 400;}

.header1-suc1 {}
.header1-suc2 {}
.header1-suc3 {}
.header1-suc4 {}
.header1-suc-name {color: #000000;font-weight: bold;font-size: 14px;}
.header1-suc-phone {color: #4a5559;font-size: 15px;}
.header1-suc-address {font-size: 10px;}

/*sin uso*/
.header-2 {display:none;}
.header-3 {display: none;}
.header-4 {display:none;}
.header-5 {display:none;}
.header-logo {display:none;}
.header-enterprise {display:none;}
.header-suc1 {display:none;}
.header-suc2 {display:none;}
.header-suc3 {display:none;}
.header-suc4 {display:none;}
.header-suc5 {display:none;}
.header-suc6 {display:none;}
.header-suc7 {display:none;}
.header-suc8 {display:none;}
.header-suc9 {display:none;}
.header-suc10 {display:none;}
.header-suc11 {display:none;}
.header-suc12 {display:none;}
.header-suc13 {display:none;}
.header-suc14 {display:none;}
.header-suc15 {display:none;}
.header-suc16 {display:none;}
.header-suc17 {display:none;}
.header-suc18 {display:none;}
.header-suc19 {display:none;}
.header-suc20 {display:none;}




/*----HEADER-EXT----*/
#header-ext {
	background: url() center top no-repeat #e6e6e6;
	display: none;
}
.form-horizontal {}/*nueva clase responsive uso alternativo*/

/*----BANNER PRINCIPAL----*/
#banner-before-menu {}


#banner-after-menu {/*usado para responsive*/
    /*background:url(banner-bg.jpg) center top no-repeat  transparent;
    border-bottom: 3px solid #dddddd; */
    overflow-x: hidden;
	height: 600px;
}

/*settings for bg banner */
#carousel-home {
	/*overflow:auto;
	position: absolute;
	right:0px;
	/*top:223px;*/
	/*z-index:1;*/
/**/
	position: absolute;
    z-index: 0;
    width: 100%;
    background: url() center top no-repeat transparent;
    /* height: 555px; */
    overflow-x: hidden;

}
#carousel-home .carousel-inner {

    height: 600px;
    width:2000px;
    overflow-x: hidden;
    left: 50%;
   margin-left: -1000px;
}
#banner-after-menu #carousel-home .carousel-inner > .item > img, #banner-after-menu #carousel-home  .carousel-inner > .item > a > img {
    /* height: 400px; */
    /* width:2000px;
    overflow-x: hidden; */
		height: 600px;
}


#banner-after-menu #carousel-home .carousel-inner > .item > img, #banner-after-menu #carousel-home  .carousel-inner > .item > a > img {
    height: 600px;
    /*width:2000px; */
}
.carousel-caption {
	/*position: relative; */
	top: 40px;
	text-align: left;
	font-weight:bold;
	/* right: 15%;
	bottom: 20px; */
	left: 36%;

  }
 #carousel-home .carousel-inner > .item > .carousel-caption h1 {
	 padding-top: 30px;
	color:#FFFFFF !important;
	font-weight:700;
	font-size:3em;
	text-shadow: 0px 0px 6px #000000 !important;
}
/*
@media(max-width:576px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {display: none !important}}
@media(min-width:768px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {font-size:3em !important}}
@media(min-width:992px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {font-size:3em !important}}
@media(min-width:1200px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {font-size:5em !important}} */







/*----END BANNER PRINCIPAL----*/


/*----SEARCHERS---*/

.searcher-float {
  z-index:2;
  /*position: absolute;
    /* background-color:#ffffff; */
    color:#000000;
    /* opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity = 70); */
    /*border: 1px solid #707380;*/
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
    /* box-shadow:0px 0px 2px #000000; */
}

div.datepicker {
	z-index: 20 !important;
}

#searcher {}
#search-customer-home {
	/* border-bottom:5px solid #4a5559; */
	/* box-shadow: 2px 0px 3px #000000; */
	/* background:url() center top no-repeat #4a5559; */
}
/*vertical customer option - before mainbody*/
.search-v {
    background-color:#dddddd;
    color:#000000;
    opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity = 90);
    /*border: 1px solid #707380;*/
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
    box-shadow:0px 0px 2px #000000;
    padding-bottom:10px;
    padding-top:10px;
    margin-top: 10px;
}
.search-v legend {
    margin-bottom: 5px;
}
.search-v a:hover {color: #ffffff; text-decoration: underline;
}



/*unused and hidden old searchers*/
.searcher {display:none;}/*horizontal search in one line - TRADICIONAL*/
.super-searcher {display:none;}/*horizontal search in few lines - SUPER*/
#home-alternate-search {display:block;}
#home-alternate-search-before-menu {display:none;}
.home-alternate-container {display:none;}


/*super searcher -unused*/
.super-searcher form {}
.super-search-div {}
.bedrooms-div {}/*useless function made for 1687*/
.super-searcher-code {}
.super-searcher-code form {}
.searcher-titulo {}
.searcher-titulo h1{}
.searcher-label {}
.searcher-combo {}
.searcher-types {}
.searcher-zones {}
.searcher-prices {}
.searcher-combo-currency {}
.searcher-price-input {}
.searcher-view {}
.searcher-button {}
.searcher-bt {}
.searcher-bt-all {}
.searcher-bt-all a {}
/*----END SEARCHERS---*/

/*----SEARCHER-EXT.PHP---*/
.searcher-ext {background:url() center top no-repeat #4a5559;}
.searcher-ext .list-inline > li{ padding-left:0px;padding-right:0px; padding-top:5px;}
.searcher-ext .div {}
.searcher-ext a{}
.searcher-ext a.buscar{}
.searcher-ext a:hover{}


/*slider*/
.home-banner-horizontal {}
.banner-horizontal {}
.slider-home {}
.panel-banner {}

/*---LEADING ZONE---*/
/*---LEADING ZONE---*/
.featured-home {display: none}
@media (max-width: 1920px){ .featured-home {display:none;} }
@media (max-width: 768px){ .featured-home {display:block;} }
.alternate-featuring {}
	.alternate-featuring h2 {display: none}


/*btn personalization*/
.btn-info3 {
	color: #dddddd;
	background-color: transparent;
	border-color: #dddddd;
	font-size: 35px;
	font-weight: bold;
	height: 230px;
	padding-top: 80px
}

/* .mapp {
	width: 100% !important;
} */


/* border: 2px solid #dddddd;
  background-color: transparent;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  */


  .btn-info3:hover,
  .btn-info3:focus,
  .btn-info3:active,
  .btn-info3.active,
  .open .dropdown-toggle.btn-info3 {
	color: #ffffff;
	background-color: #4a5559;
	border-color: #4a5559;
  }







.leading-contact {
	display: none;
}

.leading-search {
	display: none;
}




.leading-zone {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	/*border: 1px solid #315ce1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	display: block;
}
.leading-title {
    /* display:none; */
}
.leading-zone h2 {
	color:#dddddd;
	text-align: left;
    display:none;
}
.leading-zone h2 span.leading-customer-name {} /*option bloqued name*/
/*alternative title option*/
.leading-title2 {color: #315ce1; text-align: center;}
.leading-title2 h2 {display: block;padding-top:20px; text-align: center; color: #315ce1;}
/*END alternative title option*/



.featured-item-container {
	height: 350px !important;
	width:100%;
	margin: 0px 2px 10px 2px;
	display: inline;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #e2e2e2;
	/* -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px; */
}
@media (max-width: 500px){ .featured-item-container { position: relative;/*min-height: 1px;*/ /*height:500px !important; width: 100% !important;*/} }
@media (max-width: 350px){ .featured-item-container { position: relative;/*min-height: 1px;*/ /*height:700px !important; width: 100% !important;*/} }
@media (max-width: 270px){ .featured-item-container { position: relative;/*min-height: 1px;*/ /*height:700px !important; width: 100% !important;*/} }


.featured {
    padding:0px;
    /*height:270px;*/
}
/*
@media (max-width: 500px){ .featured {height:320px; } }
@media (max-width: 350px){ .featured {height:270px; } }
@media (max-width: 270px){ .featured {height:320px; } }
*/
/*
.featured:hover {
	background: url() center top no-repeat #e3e3e3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: none;
}
*/

.featured-image-div {
	display: inline;
	height: 200px;
	width: 100%;

	}/*unused*/
.featured-main-image {
	padding: 0px;
	margin-top: 0px;
	background: transparent;
	height: 220px;
	width: 100%;
	object-fit: cover;
	object-position: 0px 0px;
	/* overflow: hidden; */
	/* -webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px; */
	/* moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px; */
	margin-bottom:5px;
	/*border-top: 8px solid #231F20;
	border-bottom: 8px solid #231F20;*/
}
@media (min-width: 500px){ .featured-main-image { /*width: 280px;height:240px;*/ } }/*limited by square if >350px*/
@media (max-width: 500px){ .featured-main-image {/* width: 100%;height:300px*/} }/*responsive if 350 to 500px*/
@media (max-width: 350px){ .featured-main-image {/*width:320px;height:240px;*/ } }/*limited by square if <350px*/
@media (max-width: 270px){ .featured-main-image {/*width:100%;height:auto;*/} }/*limited by square if <350px*/

.featured-main-image:hover {
	/* border-top: 8px solid #315ce1;
	border-bottom: 8px solid #315ce1; */
}

.featured-location {
	text-align: center;
	font-size: 11px;
	/* margin: 0px 8px 0px 5px; */
	letter-spacing: 0px;
	line-height: 14px;
	color: #666666;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #ececec;
}
.featured-location a {
	text-decoration: none;
	color: #333333;
}
.featured-location a:hover {
	text-decoration: underline;
	color: #315ce1;
}

/*IDEM SEARCHPAGE-ITEM-OPERATION-TAG*/
.featured-operation-tag {
	/* opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
	position: absolute; */
	float: left;
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding: 10px 0px 0px 10px ;
	text-transform: uppercase;
	/* text-shadow: 2px 2px 2px #000; */
}
.featured-price {
	font-size: 12px;
	font-weight: bold;
	/* margin-top: -45px; */
	float:left;
	padding: 10px 0px 0px 10px ;
	color: #231F20;
	/* text-shadow:1px 1px 2px #231F20; */
	/* background-color: #000000; */
	/* opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75); */
}
.featured-code {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 10px 10px 0px 0px ;
	float:right;
	font-size: 10px;
	/* position: absolute; */
    /* text-shadow: 1px 1px 3px #000;
	padding-left: 5px;
	padding-top: 10px; */
}
.featured-occupancy {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 10px 10px 0px 0px ;
	float:right;
	font-size: 10px;
	/* position: absolute; */
    /* text-shadow: 1px 1px 3px #000;
	padding-left: 5px;
	padding-top: 10px; */
}
.featured-rooms {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 10px 10px 0px 0px ;
	float:right;
	font-size: 10px;
	/* position: absolute; */
    /* text-shadow: 1px 1px 3px #000;
	padding-left: 5px;
	padding-top: 10px; */
}


/*---END LEADING ZONE---*/



/*----FOOTER PANEL----*/
#footer {
	/*background: url() center top no-repeat #ffffff;*/
	background-color: #bf1e2d;

	/* position: absolute;
	bottom: 0px */

}
.footer {}
.footer-bg {background: url() top left no-repeat transparent;}
/*footer includes*/
.footer-1 {}
.footer-1 .well {background-color: #4a5559; border: none; border-radius: 0px;}
.footer-2 {display:none;}
.footer-3 {display:none;}
.footer-4 {display:none;}
.footer_logo {display:none;}
.footer_logo a{}
.footer_sections {display:none;}
.footer_section_item {display:none;}
.footer_section_item h4 {}
.footer_section_item h4 a {}
.footer_section_item p {}
.footer_section_item p a {}
.footer_section_item p a:hover {}
.footer-code-zone {display:none;}
.footer-code {}
.footer-code-div {}
.footer-code-input {}
.footer-code-bt {}
/*enterprise data opcionales para visualizar*/
/*option 1*/
.footer_enterprise {display:none;}
.footer_enterprise h3 {}
.footer_enterprise p {}
span.foot-telephone {}
/*option 2*/
.footer_enterprise2 {display:none;}
.footer_enterprise2 .rights{}
.footer_enterprise2 .phones{}
.footer_enterprise2 .phonescolor{}
.footer_enterprise2 .mobile{}
.footer_enterprise2 .address{}
/*option 3 footer bottom data*/
.bottom_enterprise {display:none;}
.bottom_enterprise span{}
/*footer mapaprop y memudoya*/
.powered {text-align: center}
.mapaprop_logos {
	float: right;
	/* display: none; */
	/*width:420px;*/
}
.mapaprop-logo {
	width: 172px;
	height: 50px;
	margin-top:0px;
	background: url(mapaprop.png) right center no-repeat transparent;
	float: left;
}
.mapaprop-logo a {
	width: 172px;
	height: 50px;
	display:block;

}
.memudoya-logo {
	width: 160px;
	height: 50px;
	margin-top:0px;
	background: url(/images/memudoya.png) right center no-repeat transparent;
	float: left;
	display:none;
}
.memudoya-logo a {
	width: 160px;
	height: 50px;
	display:block;
}
/*----FOOTER PANEL----*/


/*----MAINBODY----*/
#mainbody {background:url() center bottom no-repeat transparent; background-color: #ffffff;}
#mainbody .container {background-color: transparent; padding-left:0px;padding-right: 0px;padding-top: 00px/*box-shadow: 0px 4px 4px #666666;*/}
.mainbody-bottom {display: none}

/*----PAGE----*/
.page-home {display:none;}/*bloqued*/
.extra-home-zone {display:none;}

.page {/*transparent background*/
    padding: 20px 10px 20px 10px;
}

.page img {}
.page a {}
.page a:hover {}
.page p {}
.page ul {}
.page form {}
.page label {}

.page-property {/*white background*/
    padding: 10px 10px 20px 10px;
    margin: 10px 0px 10px 0px;
    background-color:#ffffff;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow:0px 0px 5px #666666;
	display: none;
}
.page-property h1 {color: #dddddd;}
.page-property h3 {color: #dddddd;}
.page-contact {}

.page-content {/*color: #ffffff*/}
.page-content img {/*tomado de img responsive*/
  display: block;
  max-width: 100%;
  height: auto;
}

/*----END PAGE----*/


/*----SEARCH-PAGE----*/
.searchpage {
	display: none;
	/* padding: 0px 20px 20px 20px; */
}
.searchpage-map {
	display: block !important;
	/* padding: 0px 20px 20px 20px; */
}
.searchpage2 {
	display:block;
}
/* .searchpage h1 {display: none} */
/* .searchpage h2 {display: none} */

/* .searchpage #map {
	overflow: visible !important;
	position: inherit !important;
} */
.searchpage #show-map {}
@media (max-width: 1024px){ #show-map { display: none;} }/*bloqued less 1024px*/
@media (max-width: 1024px){ #hide-map { display: none;} }/*bloqued less 1024px*/


.searcher-map {
	width: 30%;
	height: 500px;
	float: right;
}
@media (max-width: 1024px){ .searcher-map { display: none;} }/*bloqued less 1024px*/



.searchpage-results {
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*background-color:#565559;*/
	width: 70%;
}
@media (max-width: 1024px){ .searchpage-results { width:100%;} }/*bloqued less 1024px*/




/*searchpage2*/
.searchpage2-item-container {
	height: 380px !important;
	/* width:280px;  */
	width:100%;
	margin: 0px 2px 10px 2px;
	display: inline;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #e2e2e2;
	/* -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px; */
}
@media (max-width: 500px){ .featured-item-container { position: relative;/*min-height: 1px;*/ height:320px; width: 100% !important;} }
@media (max-width: 350px){ .featured-item-container { position: relative;/*min-height: 1px;*/ /*height:270px*/; width: 100% !important;} }
@media (max-width: 270px){ .featured-item-container { position: relative;/*min-height: 1px;*/ height:390px; width: 100% !important;} }


.searchpage2 {
    padding:0px;
    /*height:270px;*/
}
/*
@media (max-width: 500px){ .featured {height:320px; } }
@media (max-width: 350px){ .featured {height:270px; } }
@media (max-width: 270px){ .featured {height:320px; } }
*/
/*
.featured:hover {
	background: url() center top no-repeat #e3e3e3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: none;
}
*/

.searchpage2-image-div {}/*unused*/
.searchpage2-main-image {
	padding: 0px;
	margin-top: 0px;
	background: transparent;
	/* -webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px; */
	/* moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px; */
	margin-bottom:5px;
	/*border-top: 8px solid #231F20;
	border-bottom: 8px solid #231F20;*/
}
@media (min-width: 500px){ .searchpage2-main-image { width: 280px;height:240px; } }/*limited by square if >350px*/
@media (max-width: 500px){ .searchpage2-main-image { width: 100%;} }/*responsive if 350 to 500px*/
@media (max-width: 350px){ .searchpage2-main-image {width:320px;height:240px; } }/*limited by square if <350px*/
@media (max-width: 270px){ .searchpage2-main-image {width:100%;height:auto; } }/*limited by square if <350px*/

.searchpage2-main-image:hover {
	/* border-top: 8px solid #e71c24;
	border-bottom: 8px solid #e71c24; */
}

.searchpage2-location {
	text-align: center;
	font-size: 11px;
	/* margin: 0px 8px 0px 5px; */
	letter-spacing: 0px;
	line-height: 14px;
	color: #666666;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #ececec;
}
.searchpage2-location a {
	text-decoration: none;
	color: #333333;
}
.searchpage2-location a:hover {
	text-decoration: underline;
	color: #bf1e2d;
}

/*IDEM SEARCHPAGE-ITEM-OPERATION-TAG*/
.searchpage2-operation-tag {
	/* opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
	position: absolute; */
	float: left;
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding: 10px 0px 0px 10px ;
	text-transform: uppercase;
	/* text-shadow: 2px 2px 2px #000; */
}
.searchpage2-price {
	font-size: 12px;
	font-weight: bold;
	/* margin-top: -45px; */
	float:left;
	padding: 10px 0px 0px 10px ;
	color: #231F20;
	/* text-shadow:1px 1px 2px #231F20; */
	/* background-color: #000000; */
	/* opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75); */
}
.searchpage2-code {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 10px 10px 0px 0px ;
	float:right;
	font-size: 10px;
	/* position: absolute; */
    /* text-shadow: 1px 1px 3px #000;
	padding-left: 5px;
	padding-top: 10px; */
}
.searchpage2-occupancy {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 10px 10px 0px 0px ;
	float:right;
	font-size: 10px;
	/* position: absolute; */
    /* text-shadow: 1px 1px 3px #000;
	padding-left: 5px;
	padding-top: 10px; */
}
.searchpage2-rooms {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 10px 10px 0px 0px ;
	float:right;
	font-size: 10px;
	/* position: absolute; */
    /* text-shadow: 1px 1px 3px #000;
	padding-left: 5px;
	padding-top: 10px; */
}


.searchpage-item {
	padding: 10px 0px 10px 10px;
	margin: 0px 10px 10px 0px;
	position: relative;
  /* background-color: #eee; */

}
@media (max-width: 350px){ .searchpage-item {width:100%;margin-right:0px; padding-left:0px;margin-bottom:20px;border-bottom:1px solid #FFFFFF;} }



.searchpage-item:hover {
	background: url() center top no-repeat #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.searchpage-item-status {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 124px;
  z-index: 9998;
}
.search-item-suspended {background: url("/images/badge-suspended.png") no-repeat;}
.search-item-rented {background: url("/images/badge-rented.png") no-repeat;}
.search-item-sold {background: url("/images/badge-sold.png") no-repeat;}
.search-item-reserved {background: url("/images/badge-reserved.png") no-repeat;}




.searchpage-item-image {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	background: transparent;
	/*moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	background: #FFFFFF;
	float:left;
	height: 220px;
	width: 200px;
	object-fit: cover;
	object-position: 0px 0px;
}
@media (min-width: 500px){ .searchpage-item-image {/* width: 200px;*//*height:150px;*/ } }/*limited by square if >350px*/
@media (max-width: 500px){ .searchpage-item-image { width: 95%;} }/*responsive if 350 to 500px*/
@media (max-width: 350px){ .searchpage-item-image {/*width:200px;*//*height:150px*/;margin-bottom:10px; } }/*limited by square if <350px*/



/*IDEM LEADING-OPERATION-TAG*/
.searchpage-item-operation-tag {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
	position: absolute;
	text-align: left;
	font-size: 16px;
	margin-left: 0px;
	margin-top:117px;
	letter-spacing: 0px;
	text-shadow: 2px 2px 2px #000;
	background-color:#231F20;
}
.searchpage-item-operation-tag a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}
.searchpage-item-operation-tag a:hover {
	text-decoration: underline;
}
/*VALIDO PARA LEADING Y SEARCHPAGE-ITEM-OPERATION-TAG*/
/*venta*/
.search-operation-1 {background-color: #FFF;color: #1a1a1a;padding:5px;}
/*alquiler*/
.search-operation-2 {background-color: #FFF;padding:5px;	color: #1a1a1a;}
/*alquiler temporario*/
.search-operation-3 {background-color: #FFFF;padding:5px;color: #1a1a1a;}


.searchpage-item .data {
	float:left;
	margin:0px 0px 0px 0px;
}
@media (min-width: 620px){ .searchpage-item .data { width: 350px;} }
@media (max-width: 350px){ .searchpage-item .data {width:100%;margin-left:0px; } }



.searchpage-item .title {
	font-size: 18px;
	margin-bottom: 5px;
	margin-left:0px;
}
.searchpage-item .title a {
	text-decoration: none;
	color:#666666;
}
.searchpage-item .title a:hover {
	text-decoration: underline;
	color:#333333;
}
.searchpage-item .description {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}
.searchpage-item .description span {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}
.searchpage-item .price {
	font-size: 20px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing: -1px;
	float: left;
}
.pagination {
	margin: 0px 0px 20px 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
  /* width:100%; */
	/* border: 1px solid #e71c24; */
	/* -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; */
	/*background-color:#565559;*/
  /* word-wrap: break-word; */
	/* font-size: 12px */
}
.pagination a.disabled {
	/* font-weight: bold; */
	color: black !important;
	background-color: transparent !important;
	border: none !important;
}
.pagination>li>a, .pagination>li>span {
	/* border-radius: 50% !important */
	/* ;margin: 0 5px; */
}
/* .pagination  {
    font-weight: bold;
		font-size: 12px;

}
.pagination a {
    font-weight: normal;
		font-size: 12px;

} */
/*----END SEARCH-LIST----*/



/*----ERROR PAGE----*/
.property-error-message {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 20px 0px;
	border: 4px solid #cc0000;
	/*color:#FFFFFF;*/
	font-weight:bold;
	font-size:24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*background-color:#CC0000;*/

}
.property-error-message h1 {
	/*color:#FFFFFF;*/
	font-size:40px;
}
.property-error-message .home {
	/*color:#585858;*/
	font-size:30px;
	margin-top:50px;
}
.property-error-message .home a {
	/*color:#585858;*/

}
/*----ERROR PAGE----*/


 /*----PROPERTY----*/

.page .nota {
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	float:left;
	border-radius: 6px;
	background-color: #585858;
}


.page .code {
	margin: 10px 20px 10px 0px;
}
@media (max-width: 450px){ .page .code {width:100%;} }







#carousel-property-1 {
	z-index: 0;
	overflow: hidden;

}

@media (min-width: 500px){ #carousel-property-1 { position: relative;/*height: 100%;*/} }
@media (min-width: 768px){ #carousel-property-1 { position: relative;height: 400px;} }
@media (min-width: 1024px){ #carousel-property-1 { position: relative;height: 600px;} }


.main-image {}
@media (max-width: 500px){ .main-image { display: block;} }
@media (min-width: 500px){ .main-image { display: none;} }

.main-carousel {}
@media (max-width: 500px){ .main-carousel { display: none;} }
@media (min-width: 500px){ .main-carousel { display: block;} }



#carousel-property-1  .carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail > img {margin: auto}

#property-carousel-big .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    color: #ffffff;
}
#carousel-property-2 .carousel-inner {}
.bt-property-carousel-big {
	position: relative;
	top: -76px;
	float: right;
	margin-right: 10px;
	z-index: 2;
}


/* inner2 - BELEN*/



/* */



.bt-property-contact {
	position: relative;
	top: -76px;
	float: right;
	margin-right: 10px;
	z-index: 2;
}
.property-info-bar {
	position: relative;
	top: -85px;
	/*float: left;*/
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 15px 15px 15px;
	font-size: 25px;
	color: #ffffff;
}

.property-fluid-white {
	background-color: #ffffff;
	border-bottom:  1px solid #e2e2e2;
	padding-bottom: 25px;
	width: 100%;
}
/*
@media (min-width: 1024px){ .property-fluid-white { position: relative;top:500px;} }
@media (max-width: 1024px){ .property-fluid-white { position: relative;} }
*/
.property-fluid-gray {
	/*position: absolute;*/
	background-color: #e2e2e2;
	border-bottom:  1px solid #ffffff;
	padding-bottom: 25px;

}
.property-title {
	font-size: 25px;
	color: #666666;
	font-weight: 600;
	margin-top: -40px;
}
/*
@media (min-width: 1024px){ .property-fluid { top: 500px;} }
@media (max-width: 1024px){ .property-fluid { top: 450px;} }
@media (max-width: 600px){ .property-fluid { top: 400px;} }
*/


.property-fluid-gray {
	background-color: #f5f4ef;
}

.carousel-caption h4 {
	color:#ffffff;
	text-shadow: 2px 2px 2px #000;
}
.carousel-caption p {
	color:#ffffff;
	text-shadow: 2px 2px 2px #000;
}
.property-reservations {margin:0px 0px 10px 0px;padding:0px;}
.property-reservations h3 {}
.page .property-map {display: none;}
.page #map {
	height: 300px;
	width: 100%;
    margin:10px 0px 10px 0px;
}
.page .property-map-bg {
	margin:0px;
	padding:10px;
	border: 1px solid #870fb2;
    border-radius: 6px 6px 6px 6px;
	float:none;
}


/*idem error-message GENERICO NO TOCAR*/
.query-error {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #585858;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#CC0000;
}

/*Bloqueos o correcciones codigo antiguo*/
.gallery {display: none;}
.page .gallery-title {display: none;}
.property-query{display: none;}
.page .property-description {display: none;}
.page .price {display: none;}
.page .conditions {display: none;}
/**property button functions*/
.functions {display: none;}
.functions .button {display: none;}
.functions .contactbt {display: none;}
.functions .images {display: none;}
.functions .detailsbt {display: none;}
.functions .call {display: none;}
.functions .search {display: none;}
/**end property button functions*/
.bold {}
.query {display:none;}
.query textarea {display: none;}
.hide,.hide a {}
.hide a:hover {}
.alignright {}
.query .note {}
.query-thanks {}
.query-thanks .note {}
.page .video-div {display: none;}
.page .videos-title {display: none;}
.page .details {display: none;}
.page #details {display: none;}
.page .details-title {display: none;}
.page .measures {display: none;}
.page .measures-title {display: none;}
.details .bold {}
.details .body {}
.measures .bold {}
.measures .body {}


/*----PROPERTY----*/



/*----CONTACT----*/
.contact-h2 {display:none;}
.contact-h3 {display:none;}
.contact {display:none;}
.contact textarea {display:none;}

/*idem query-error GENERICO NO TOCAR*/
#error-message {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #585858;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#CC0000;
}
.contact-confirm {/*usado para /propiedad/consulta y para /contacto/enviar*/
	padding: 20px 0px 40px 0px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #4a5559;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}
/*----END CONTACT----*/

.gradient {
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(179,220,237,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(41,184,229,1) 50%, rgba(179,220,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3dced', GradientType=1 );
Copy text

}



	.circle_bg
	  {
	    background-color:#bf1e2d;
			color:#ffffff;
	    border-radius: 50%;
	    width: 300px;
	    height: 300px;
	    padding: 10 15px;
	  }
/**#1755 gabriel gonzalez prop..FLEX 07-2021- AUTOR PUCARALABS by Inkscape and Boostrap**/
