@font-face {
font-family: SignPainter-HouseScript;
src: url('https://www.lahomeinmobiliaria.com/fonts/SignPainter-HouseScript.ttf');
}

@font-face {
font-family: SulphurPoint-Regular;
src: url('https://www.lahomeinmobiliaria.com/fonts/SulphurPoint-Regular.ttf');
}

/*******************************

INDEX

01- CSS Reset
02- Basic Styles
03- Header
04- Slider	
05- Properties Grid
06- Properties List
07- Properties Map
08- Facts Counter
09- Banners
10- Blog Posts
11- Blog Single
12- Reviews
13- Call 2 Action
14- Footer
15- Breadcrumbs
16- Typography
17- Team
18- Team Single
19- Pagination
20- Contact
21- Services
22- Services Single
23- Properties
24- Properties Single
25- Error Page
26- Offline
27- Coming Soon

*******************************/


/****************************************************************************
CSS RESET
****************************************************************************/

html {
    overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/****************************************************************************
BASIC STYLES
****************************************************************************/

body {
    background: #fff;
    color: #fff;
    font: 16px "SulphurPoint-Regular", Arial, Helvetica, sans-serif;
	line-height:28px;
	overflow:hidden;
}

body.seccion-vender #buscador-home2{
	display: none;
}

body.seccion-vender .espacio-cabecera{
	padding-bottom: 138px !important;
}

.full-width {
    width: 100%;
}

.feature-item {
    padding: 120px 0;
}

.service-container {
    padding: 50px 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'SulphurPoint-Regular', Arial, Helvetica, sans-serif;
    color: #b48639;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 30px;
}

.noticia-blog h3{
	font-size: 20px !important;
}


h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p strong {
    font-weight: 600;
}

p em {
    font-style: italic;
}

::-moz-selection {
    background: #b48639;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b48639;
    color: #fff;
    text-shadow: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left-side {
    float: left;
}

.right-side {
    float: right;
}

.btn {
    padding: 10px 15px;
    text-transform: uppercase;
    font: 400 14px 'SulphurPoint-Regular', Arial, Helvetica, sans-serif;
    border: none;
}

.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
}

.btn-danger {
   background: #b48639;
	color: #fff;
	border: 1px solid #b48639;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	border-radius: 0;
}

.btn-danger2 {
    background: #b39e89;
    color: #fff;
	border:1px solid #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn-alt {
    background: #b48639;
    color: #000;
}

.btn i {
    margin-right: 10px;
}

.btn-small {
    padding: 6px 11px;
    font-size: 13px;
}

.btn-danger:hover {
      background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.btn-danger2:hover {
    background: #fff !important;
    color: #b48639 !important;
	border: 1px solid #fff !important;
}

.btn-danger:visited {
    color: #000;
}

.btn-danger2:visited {
    color: #fff;
}

.btn-alt:visited {
    color: #000;
}

.btn-alt:hover {
    background: #b48639;
    color: #000;
    opacity: 0.8;
}

.btn-clear {
    background: #b6b6b6;
    color: #fff;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/****************************************************************************
	Header
****************************************************************************/

header {
    padding: 10px 25px 0;
    background: #ffffff;
    position: relative;
    border-bottom: 2px solid #D3902D;
}

header .logo {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

header .logo a {
  display: block;
  color: #000000;
  margin-top: -10px;
  margin-bottom: -10px;
}
header .logo img {
    margin-right: 12px;
}

header .logo:hover a img {
    border-color: #b48639;
}

header .navbar {
    display: block;
    border: 0 !important;
}

header .navbar-nav>li {
    padding-top: 0px;
    margin-right: 14px;
}

header .navbar-nav>li:last-child {
    margin-right: 0;
}

header .navbar-nav>li>a {

    color: #000;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 5px !important;
    text-transform: uppercase;

}

header .nav>li.active>a:before {
    position: absolute;
    left: 0;
    top: -42px;
    width: 100%;
    content: ' ';
    height: 10px;
    background: #b48639;
    display: block;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

header .nav>li>a:focus,
header .nav>li>a:hover {
    background: none;
    color: #D3902D;
}

header .dropdown-menu {
    float: none;
    margin: 0;
    display: none;
    top: 50px;
    left: -25px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    border: none;
    min-width: 245px;
}

header .dropdown-menu li a {
    font-size: 12px;
    padding: 12px 25px;
    color: #727272;
    background: #fff;
    text-transform: uppercase;
}

header .dropdown-menu li a:hover {
    background: #b48639;
}

header .navbar-toggle {
    margin: 5px 0 27px;
}

header .navbar-toggle .icon-bar {
    background: #b48639;
}

header .user {
    padding-bottom: 35px;
    display: inline-block;
    position: relative;
    margin-top: 17px;
    float: right;
}

header .user a:focus,
header .user a:hover {
    text-decoration: none;
}

header .user img {
    margin-top: -3px;
    background: #b48639;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}

header .user:hover img {
    opacity: 0.5;
}

header .user .drop-arow {
    background: url(../images/drop-arrow.png) no-repeat top right;
    width: 12px;
    height: 7px;
    display: inline-block;
}

header .user:hover .drop-arow {
    background: url(../images/drop-arrow.png) no-repeat bottom right;
}

header .user-drop {
    right: -13px;
    left: inherit;
    top: 57px;
}

header .user-drop li i {
    margin-right: 20px;
}

.top-bar {
    background: #211D1E;
    min-height: 28px;
    padding: 0 25px;
    overflow: hidden;
}

.top-bar .text {
    float: left;
}

.top-bar p {
    line-height: 28px;
    text-transform: uppercase;
}

.top-bar i {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.top-bar a {
    margin-right: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.top-bar a:last-child {
    margin: 0;
}

.top-bar .social {
    float: right;
}

.top-bar .social a {
    margin: 0 10px;
}

.top-bar .social a:hover {
    background: none;
}

.top-bar .social i {
    margin: 0;
}


/****************************************************************************
	Slider
****************************************************************************/

#slider {
    width: 100% !important;
    margin-top: -5px !important;
    overflow: hidden;
    z-index: 98;
}

#slider.flexslider {
    margin: 0 !important;
    border: 0 !important;
}

#slider .col-md-12 {
    position: relative;
}

#slider .detail {
    position: absolute;
    bottom: 200px;
    left: 15px;
    z-index: 2;
}

#slider .detail .white {
    min-height: 240px;
    float: left;
    padding: 30px;
    background: #FFF;
    width: 315px;
    padding-bottom: 20px;
    border-radius: 2px;
    z-index: 3;
}

#slider .detail .white h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}

#slider .detail .white .slide-location {
    text-transform: uppercase;
    color: #727272;
    padding-left: 20px;
    background: url(../images/icon-address.png) no-repeat left;
    margin-bottom: 20px;
    display: block;
}

#slider .detail .white .bar {
    width: 100px;
    height: 2px;
    display: block;
    background: #b48639;
    margin-bottom: 20px;
}

#slider .detail .white .slide-price {
    font-size: 30px;
    font-weight: 600;
    color: #b48639;
}

#slider .detail .red {
    width: 230px;
    min-height: 240px;
    padding: 40px;
    background: #b48639 url(../images/slider-detail.png) center center;
    color: #fff;
    float: left;
    border-radius: 2px;
    margin-left: -2px;
}

#slider .detail .red span {
    font-weight: 300;
    font-size: 15px;
    padding-left: 30px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#slider .detail .red span.bath {
    background: url(../images/icon-bath-w.png) left center no-repeat;
}

#slider .detail .red span.bed {
    background: url(../images/icon-bed-w.png) left center no-repeat;
}

#slider .detail .red span.gym {
    background: url(../images/icon-gym-w.png) left center no-repeat;
}

#slider .detail .red span.pool {
    background: url(../images/icon-pool.png) left center no-repeat;
}

.bloquetexto h2 {
  font-size: 47px !important;
  line-height: 54px !important;
  color: #000;
  text-transform: none !important;
}

/****************************************************************************
	Filter
****************************************************************************/

/*.filter {    background: rgba(0, 0, 0, 0) url("../images/filter-pattren.png") repeat scroll 0 0 / cover ;
    border-radius: 4px;
    left: 4.5%;
    margin-bottom: 15px;
    margin-top: -85px !important;
    padding: 30px 40px 0;
    position: absolute;
    width: 90%;
    z-index: 99; }*/

.filter {
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 20px !important;
    padding: 30px 40px 0;
    position: relative;
    width: 100%;
    z-index: 99;
    float: left;
}

.filter .selectBox,
.filter select {
    outline: none;
    background: #fff;
    width: 100% !important;
    cursor: pointer;
    margin-left: 10px;
    padding: 12px 5px 10px 5px;
    font: 14px 'SulphurPoint-Regular', Arial, Helvetica, sans-serif;
    color: #727272;
    text-transform: uppercase;
    border: 0;
}

.filter .selectBox.location {
    margin: 0;
}

.filter .selectBox.type {}

.filter .selectBox.cata {
    /*width: 220px !important;*/
}

.filter .selectBox-dropdown .selectBox-arrow {
    border: 0;
    right: 10px;
    background: url("../images/select-arrow.png") right center no-repeat;
}

.filter .selectBox-dropdown .selectBox-label {
    padding: 0;
    vertical-align: middle;
}

.filter .btn i {
    margin-right: 10px;
}

.filter .adv-srch {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #b48639;
    position: absolute;
    top: 110px;
    right: 40px;
}

.filter .range {
    margin-top: 30px;
}

.filter .range p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #727272;
    text-transform: uppercase;
}

.filter .range p label {
    margin-right: 23px;
}

.filter .range p input {
    background: none;
    border: 0;
    color: #b48639;
    font: 14px 'SulphurPoint-Regular', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.filter .ui-widget-content {
    background: #c6c6c6;
    border: 0;
    height: 6px;
}

.filter .ui-widget-header {
    background: #b48639;
    height: 6px;
}

.filter .ui-state-default,
.filter .ui-widget-content .ui-state-default,
.filter .ui-widget-header .ui-state-default {
    height: 24px;
    width: 24px;
    border: 0;
    border-radius: 50%;
    background: #b48639;
}

.filter .ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}


/****************************************************************************
	Properties Grid
****************************************************************************/

.item {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.item .item-header {
    padding: 22px 20px;
}

.item .item-header h3 {
    color: #fff !important;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.item .item-header span {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}

.item .item-header span i {
    margin-right: 10px;
}

.item .item-header .favorite {
    float: right;
}

.item .item-header .favorite:hover {
    color: #b48639;
}

.item figure {
    position: relative;
    overflow: hidden;
}

.item figure img {
    width: 360px;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.item figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.item figure .label {
    position: absolute;
    top: 20px;
    right: 20px;
}

.item figure .overlay {
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 178px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.item figure .overlay .btn-detail {
    background: #b48639;
    color: #000;
}

.item figure:hover .overlay {
    opacity: 1;
}

.label {
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.label.rent {
    background: #4caf50;
}

.label.sale {
    background: #b48639;
}

.label.hot {
    background: #d32f2f;
}

.item .item-detail {
    padding: 20px;
    overflow: hidden;
}

.item .item-detail span {
    font-size: 12px;
    color: #727272;
    text-transform: uppercase;
    padding-left: 20px;
    margin-right: 10px;
}

.item .item-detail .left {
    float: left;
}

.item .item-detail .right {
    text-align: right;
    float: right;
}

.item .item-detail .place {
    display: block;
    margin-bottom: 10px;
    padding: 0;
}

.item .item-detail .bath {
    background: url(../images/icon-bath.png) no-repeat left;
}

.item .item-detail .bed {
    background: url(../images/icon-bed.png) no-repeat left;
}

.item .item-detail .garage {
    background: url(../images/icon-garage.png) no-repeat left;
}

.item .item-detail .gym {
    background: url(../images/icon-gym.png) no-repeat left;
}

.item .item-detail .area {
    background: url(../images/icon-area.png) no-repeat left;
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
}

.item .item-detail .price {
    padding-left: 0;
    font: 700 14px 'Ubuntu', Arial, Helvetica, sans-serif;
    color: #000;
    margin-right: 0;
}


/****************************************************************************
	Properties List
****************************************************************************/

.properties-list .item {
    overflow: hidden;
}

.properties-list .item figure {
    width: 335px;
    float: left;
}

.properties-list .item .item-header {
    padding: 4px 25px 22px 30px;
}

.properties-list .item .item-header h3 {
    margin-bottom: 0px;
}

.properties-list .item .item-header .place {
    display: block;
    font-weight: 300;
    clear: both;
}

.properties-list .item .item-detail {
    padding: 15px 25px 0 30px;
}

.properties-list .item .item-detail .price {
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 7px;
}

.properties-list .item .item-data {
    float: left;
    width: 565px;
}


/****************************************************************************
	Properties Map
****************************************************************************/

.map-properties {
    padding-bottom: 0;
}

.map-properties .property-search {
    position: absolute;
    top: 30px;
    z-index: 99;
    width: 390px;
}

.map-properties .contact-form-wrap,
.map-properties .contact-form-wrap aside {
    position: static;
}

.map-properties .properties-list .item {
    margin-bottom: 0;
}

.map-properties .properties-list .item .item-data {
    width: 299px;
}

.map-properties .properties-list .item .item-detail,
.map-properties .properties-list .item .item-header {
    padding-right: 0;
}


/****************************************************************************
	Facts Counter
****************************************************************************/

.facts_wrap {
    padding: 40px 0 70px 0;
}

.facts_wrap ul li {
    text-align: center;
}

.facts_wrap ul li>div {
    border-left: 1px solid #e3e3e3;
}

.facts_wrap ul li:last-child>div {
    border-right: 1px solid #e3e3e3;
}

.facts_wrap ul li figure {
    padding: 0 23px 20px;
    border-bottom: 2px solid #b48639;
    display: inline-block;
    margin-bottom: 15px;
}

.facts_wrap ul li small {
    font-size: 15px;
    font-weight: 300;
    color: #727272;
    display: block;
    text-transform: uppercase;
}

.facts_wrap ul li span {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}


/****************************************************************************
	Banners
****************************************************************************/

.design {
    margin-top: 100px;
    background: #fff;
}

.design article {
    padding: 70px 0;
}

.design article h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.design article p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    margin-bottom: 30px;
}

.design figure {
    overflow: hidden;
    line-height: 0;
}

.personal-agent {
    background: url(../images/banner-agent.png) no-repeat;
    background-size: cover;
    min-height: 415px;
}

.personal-agent figure {
    text-align: center;
    line-height: 0;
}

.personal-agent figure img {
    display: inline-block;
}

.personal-agent article {
    padding-top: 100px;
}

.personal-agent article span {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.personal-agent article h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.personal-agent article p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    display: block;
    margin-bottom: 35px;
}

.history {
    margin: 50px 0 0;
    background: url(../images/equipo-contacto.jpg) no-repeat;
    background-size: cover;
    padding: 35px 0;
}

.history h3 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.history p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 5px;
}

.partners {
    margin: 80px 0 0;
    padding: 145px 0;
    background: url(../images/banner-partners.png) no-repeat;
    background-size: cover;
}

.partners li {
    text-align: center;
}

.partners a {
    vertical-align: middle;
    display: inline-block;
}


/****************************************************************************
	Blog Posts
****************************************************************************/

.home-posts {
    padding: 120px 0;
}

.blog-posts .post {
    border-radius: 2px;
    background: #fff;
    margin-bottom: 30px;
}

.blog-posts .post figure {
    width: 198px;
    height: 394px;
    float: left;
    overflow: hidden;
}

.blog-posts .post figure img {
    width: 198px;
    height: 394px;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.blog-posts .post figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog-posts .post article {
    float: left;
    padding: 53px 30px;
    width: 357px;
}

.blog-posts .post article .date {
    font-weight: 300;
    color: #727272;
    text-transform: uppercase;
    padding-left: 20px;
    background: url(../images/date-icon.png) no-repeat left;
    margin-bottom: 15px;
    display: block;
}

.blog-posts .post article h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
}

.blog-posts .post article h3 a {
    color: #000;
}

.blog-posts .post article p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    margin-bottom: 23px;
}

.blog-posts .post article a.cmmt {
    font-weight: 300;
    color: #727272;
    padding-left: 20px;
    background: url(../images/comment-icon.png) no-repeat left;
}


/****************************************************************************
	Blog Single
****************************************************************************/

.blog-single .page-header {
    color: #fff;
    padding: 75px 0 50px;
}

.blog-single .page-header h2 {
    margin-bottom: 5px;
}

.blog-single .page-wrap {
    background: #fff;
}

.blog-single .single-post-meta {
    color: #727272;
    text-transform: uppercase;
}

.blog-single .single-post-meta span {
    margin-right: 15px;
}

.blog-single .single-post-meta .sep {
    color: #d6d6d6;
    vertical-align: 1px;
}

.blog-single .single-post-meta i {
    margin-right: 10px;
    color: #b6b6b6;
}

.post-comments {
    padding: 60px 0 90px 0;
}

.post-comments h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.post-comments h3 span {
    color: #b6b6b6;
    margin-right: 20px;
}

.comment-box .comment-meta {
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 30px;
}

.comment-box .comment-meta span {
    color: #727272;
    margin-right: 15px;
    text-transform: uppercase;
    float: left;
}

.comment-box .comment-meta span.sep {
    color: #b6b6b6;
}

.comment-box .comment-meta span i {
    color: #b6b6b6;
    margin-right: 10px;
}

.comment-box .comment-meta .avatar {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.comment-box .comment-meta span.like {
    float: right;
    color: #727272;
    display: inline-block;
    margin: 0;
}

.comment-box .comment-meta span.like:hover,
.comment-box .comment-meta span.like:hover i {
    color: #b48639;
}

.comment-box p {
    font-size: 16px;
    color: #727272;
    margin-left: 50px;
    margin-bottom: 20px;
    line-height: 28px;
}

.comment-box .reply {
    color: #b48639;
    margin-left: 50px;
    text-transform: uppercase;
}

.comment-box li {
    padding: 25px 30px 35px 40px;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 30px;
}

.comment-box .children {
    margin-left: 50px;
    margin-top: 25px;
}

.comment-box .children li {
    padding: 0;
}

.add-comment {
    padding: 40px 30px 30px;
    background: #ebebeb;
    margin-top: 42px;
    border-radius: 2px;
}

.add-comment img {
    margin: 0 auto 30px;
    display: block;
}

.add-comment form {
    position: relative;
}

.add-comment form span {
    background: url(../images/corner.png) no-repeat;
    width: 8px;
    height: 6px;
    display: block;
    position: absolute;
    top: 20px;
    left: -7px;
}

.add-comment form textarea {
    color: #727272;
    border-radius: 2px;
    padding: 15px;
    background: #fff;
    height: 300px;
    resize: none;
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

.add-comment form button {
    padding: 16px 0;
    background: #b48639;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 100%;
}

.blog-single .blog-posts {
    padding: 60px 0;
    background: #f0f0f0;
}


/****************************************************************************
	Reviews
****************************************************************************/

.rewiews {
    padding: 115px 0;
    text-align: center;
}

.page-wrap .rewiews {
    padding-bottom: 45px;
}

.rewiews img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: block;
}

.rewiews h6 {
    font-size: 12px;
    color: #727272;
    padding-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid #b48639;
    display: inline-block;
    margin-bottom: 40px;
}

.rewiews p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
}


/****************************************************************************
	Call to Action
****************************************************************************/

.call-action {
    padding: 40px 0;
    border-top: 1px solid #b6b6b6;
}

.call-action h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
    text-transform: unset;
    margin-bottom: 0;
}

.call-action .btn {
    float: right;
}


/****************************************************************************
	Footer
****************************************************************************/

footer {
    width: 100%;
    background: #000;
    padding: 0px 0;
    text-transform: uppercase;
}

footer .copy-right img {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

footer .copy-right p {
    line-height: 36px;
    color: #fff;
}

footer .copy-right a {
    color: #b6b6b6;
}

footer ul {
    text-align: right;
}

footer ul li {
    display: inline-block;
    margin: 0 30px;
    line-height: 36px;
}

footer ul li:last-child {
    margin-right: 0;
}

footer ul li a {
    color: #b6b6b6;
}

footer ul li a:hover {
    color: #fff;
}


/****************************************************************************
	Page Header / Breadcrumbs
****************************************************************************/

.page-header {
    margin: 0;
    border: none;
}

.page-wrap {
    padding: 20px 0 0;
	padding-top: 0;
    background: #fff;
}

.page-wrap .page-title {
    font-size: 30px;
    color: #b48639;
    text-transform: unset;
    margin: 0 0 50px;
	font-family:'SulphurPoint-Regular';
}

.breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs a,
.breadcrumbs span {
    line-height: 12px;
    color: #727272;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 8px 0 0;
}

.breadcrumbs .current,
.breadcrumbs a:hover {
    color: #000000;
    background: #b48639;
    text-transform: uppercase;
}


/****************************************************************************
    Page Contents / Typography
****************************************************************************/

.page-contents .space {
    height: 50px;
}

.page-contents p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 15px;
}

.page-contents img {
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.page-contents ol {
    list-style-type: decimal-leading-zero;
    color: #727272;
    margin-left: 20px;
    margin-bottom: 30px;
}

.page-contents ul {
    list-style-type: disc;
    color: #727272;
    margin-left: 20px;
    margin-bottom: 30px;
}

.page-contents li {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
}

.page-contents p+p:last-child {
    margin: 0;
}

.page-contents figure {
    margin: 0 0 40px;
}

.page-contents figure a {
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 0;
}

.page-contents figure a .overlay {
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(255, 235, 59, 0.5) url("../images/zoom.png") center center no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page-contents figure a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.page-contents figure a:hover .overlay {
    opacity: 1;
}

.page-contents .row {
    margin-bottom: 65px;
}

.page-contents .row p:last-child {
    margin-bottom: 0;
}

.page-contents .row:last-child {
    margin-bottom: 0;
}

.typography .row {
    margin-bottom: 55px;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    margin-bottom: 22px;
}

.typography img {
    margin-bottom: 0;
}

.typography blockquote {
    margin-bottom: 40px;
}

.typography blockquote p {
    color: #727272;
    position: relative;
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    padding: 0 48px;
    margin: 0;
}

.typography blockquote p:before,
.typography blockquote p:after {
    display: inline-block;
    color: #b6b6b6;
    position: absolute;
    width: 20px;
    height: 18px;
}

.typography blockquote p:before {
    content: ' ';
    top: 4px;
    left: 0;
    background: url("../images/qoute-arrow1.png") no-repeat;
}

.typography blockquote p:after {
    content: ' ';
    bottom: 4px;
    right: 0;
    background: url("../images/qoute-arrow2.png") no-repeat;
}

.typography blockquote.style2 {
    background: #000;
    padding: 25px 30px;
}

.typography blockquote.style2 p {
    color: #b6b6b6;
    padding: 0;
}

.typography blockquote.style2 p span {
    color: #d5da5a;
}

.typography blockquote.style2 p:before,
.typography blockquote.style2 p:after {
    content: ' ';
    display: none;
}

.typography .highlight span {
    color: #000000;
    background: #b48639;
    padding: 10px 20px;
}

.typography table {
    width: 100%;
}

.typography table td {
    padding: 15px 20px;
}

.typography thead {
    background: #000;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 10px solid #f7f7f7;
}

.typography tbody {
    background: #fff;
    color: #727272;
    font-size: 15px;
    font-weight: 300;
}

.typography tbody tr {
    border-bottom: 1px solid #f7f7f7;
}

.typography .btn {
    margin: 0 20px 30px 0 !important;
}

.typography .accordion {}

.typography .accordion h3 {
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 15px 30px;
    border-radius: 0;
    border: none;
    margin: 0 0 20px;
}

.typography .accordion h3 .ui-accordion-header-icon {
    left: auto;
    margin-top: -4px;
    right: 1em;
    width: 17px;
    height: 9px;
    background: url("../images/accordion-arrow.png") left top no-repeat;
}

.typography .accordion h3.ui-state-active {
    color: #000000;
    background: #b48639;
}

.typography .accordion h3.ui-state-active .ui-accordion-header-icon {
    background-position: left bottom;
}

.typography .accordion h3:focus {
    outline: none;
}

.typography .accordion>div {
    border: none;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 25px 30px;
}

.typography .accordion>div p:last-child {
    margin: 0;
}


/****************************************************************************
    Team
****************************************************************************/

.team-posts .post {
    margin-bottom: 30px;
}

.team-posts .post figure {
    width: 198px;
    height: 394px;
    float: left;
    overflow: hidden;
}

.team-posts .post figure img {
    width: 198px;
    height: 394px;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.team-posts .post figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.team-posts .post article {
    float: left;
    padding: 53px 30px;
    width: 357px;
}

.team-posts .post article span {
    color: #727272;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 13px;
}

.team-posts .post article h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 25px;
    display: block;
}

.team-posts .post article h3 a {
    color: #000;
}

.team-posts .post article p {
    font-size: 16px;
    color: #727272;
    line-height: 28px;
    margin-bottom: 35px;
}

.team-page .facts_wrap {
    padding-bottom: 0;
}


/****************************************************************************
    Team Single
****************************************************************************/

.team-single .page-title {
    margin-bottom: 55px;
}

.team-single h3 {
    margin-bottom: 25px;
    font-size: 30px;
}

.team-single h5 {
    color: #727272;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 400;
}

.team-single span.role {
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 8px;
    background: #b48639;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 40px;
}

.team-single p {
    font-size: 16px;
    line-height: 28px;
    color: #727272;
}

.team-single figure img {
    width: 100%;
}

.agent-social {
    margin: 0 0 35px;
}

.agent-social a {
    text-align: center;
    line-height: 23px;
    width: 25px;
    height: 25px;
    border: 2px solid #b6b6b6;
    color: #b6b6b6;
    display: inline-block;
    border-radius: 50%;
    margin-right: 18px;
}

.agent-social a:nth-child(1):hover {
    border-color: #3b5998;
    color: #3b5998;
}

.agent-social a:nth-child(2):hover {
    border-color: #5ea9dd;
    color: #5ea9dd;
}

.agent-social a:nth-child(3):hover {
    border-color: #d44132;
    color: #d44132;
}

.agent-social a:nth-child(4):hover {
    border-color: #45bbff;
    color: #45bbff;
}

.agent-social a:nth-child(5):hover {
    border-color: #bb0000;
    color: #bb0000;
}

.team-single .agent-contact {
    margin-bottom: 40px;
}

.team-single .agent-contact li {
    margin-bottom: 20px;
}

.team-single .agent-contact li a {
    font-size: 14px;
    color: #727272;
    text-transform: uppercase;
}

.team-single .agent-contact li i {
    margin-right: 15px;
    color: #b6b6b6;
    font-size: 20px;
    vertical-align: middle;
}

.team-single .skills {
    margin: 0 0 35px;
}

.team-single .skills .progress-bar {
    float: none;
    width: 100%;
    height: 5px;
    background: #c6c6c6;
    border-radius: 2px;
    margin-bottom: 20px;
}

.team-single .skills .progress-bar>div {
    height: 5px;
    background: #b48639;
    border-radius: 2px;
}


/****************************************************************************
		Pagination
****************************************************************************/

.pagination {
    text-align: center;
    display: block;
    margin: 30px 0 60px;
    overflow: hidden;
}

.pagination a,
.pagination span {
    padding: 0 10px;
    line-height: 29px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    background: #b6b6b6;
    border-radius: 2px;
    display: inline-block;
    margin: 7px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination a.prev {
    float: left;
}

.pagination a.prev i {
    margin-right: 7px;
}

.pagination a.next i {
    margin-left: 7px;
}

.pagination a.next {
    float: right;
}

.pagination a:hover,
.pagination a.active,
.pagination span {
    background: #b48639;
}


/****************************************************************************
    Contact
****************************************************************************/

.map-wrap {
    position: relative;
}

.contact-form-wrap {
    position: absolute;
    top: 55px;
    width: 100%;
}

.contact-form {
    border-radius: 2px;
    padding: 25px;
    margin-bottom: 20px;
	color: #000;
}

.sidebar-izq .contact-form {
    background: #EDEDED;
    border-radius: 2px;
    padding: 25px;
    margin-bottom: 20px;
}

.sidebar-izq .contact-form textarea {
    background: #fff;
}

.contact-form h3,
.property-search h3 {
    color: #b48639;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-form input[type=text],
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form textarea,
.contact-form select {
    line-height: 20px;
    width: 100%;
    background: #ededed;
    color: #727272;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    margin-bottom: 20px;
}

.contact-form textarea {
    height: 80px;
}

.contact-form input[type=submit] {
    width: 100%;
}

.address {
    text-align: center;
    margin-top: 60px;
    padding: 18px 0;
    border-left: 1px solid #e3e3e3;
}

.address:last-child {
    border-right: 1px solid #e3e3e3;
}

.address i {
    width: 66px;
    color: #b48639;
    font-size: 30px;
    margin: 0 auto 15px;
    display: inline-block;
    border-bottom: 2px solid #b48639;
    padding: 0 0 20px;
}

.address span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}


/****************************************************************************
	Services
****************************************************************************/

.services-page .facts_wrap {
    padding-bottom: 0;
}

.services-wrap {
    margin-bottom: 80px;
}

.service {
    width: 50%;
    float: left;
}

.service figure {
    position: relative;
    overflow: hidden;
}

.service figure img {
    margin: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.service figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.service .overlay {
    padding-left: 35px;
    line-height: 92px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.service .overlay a {
    padding: 0 4px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.service .overlay a:hover {
    background: #b48639;
    border-radius: 2px;
}


/****************************************************************************
	Services Single
****************************************************************************/

.services-single {
    padding-bottom: 120px;
}

.services-single .page-contents h4 {
    margin-bottom: 30px;
}

.pricing-tables {
    background: url("../images/banner-pricing.png") center top no-repeat;
    padding: 320px 0 0;
    margin-bottom: 80px;
}

.pricing-tables .price-col {
    padding: 42px 55px 60px;
    background: #fff;
    border-radius: 2px;
    min-height: 420px;
}

.pricing-tables .price-col h2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.pricing-tables .price-col h2 small {
    font-weight: 300;
    font-size: 20px;
    display: block;
}

.pricing-tables .price-col .price {
    font-weight: 700;
    font-size: 40px;
    color: #b48639;
    display: block;
    margin-bottom: 25px;
}

.pricing-tables .price-col p {
    font-size: 14px;
    line-height: 14px;
    color: #727272;
    padding-left: 25px;
    background: url(../images/tick.png) no-repeat left top;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.steps-sec {
    margin-bottom: 75px;
}

.steps-sec .step {
    width: 20%;
    text-align: center;
    float: left;
}

.steps-sec .step span {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 80px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    border: 10px solid #f7f7f7;
    margin: 0 auto 30px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.steps-sec .step:hover span {
    background: #b48639;
    border-color: #b48639;
}

.steps-sec .step p {
    font-size: 14px;
    color: #727272;
    text-transform: uppercase;
    margin: 0;
}

.grid-sizer,
.grid-item {
    width: 20%;
}

.grid-item-half a {
    width: 50%;
}

.grid-item a {
    display: block;
    line-height: 0;
    overflow: hidden;
    float: left;
    position: relative;
}

.grid-item img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}

.grid-item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.grid-item a .overlay {
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: rgba(255, 235, 59, 0.5) url("../images/zoom.png") center center no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.grid-item a:hover .overlay {
    opacity: 1;
}


/****************************************************************************
    Properties
****************************************************************************/

.properties-page .pagination {
    margin-bottom: 0;
}

.properties-page .page-title {
    margin-bottom: 18px;
}

.property-views {
    text-align: right;
    margin-bottom: 60px;
}

.property-views a {
    font-size: 14px;
    background: #b6b6b6;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-left: 20px;
}

.property-views a:hover {
    background: #b48639;
    color: #000;
}

.property-views a.active {
    background: #000;
    color: #fff;
}

.property-views a i {
    margin-right: 10px;
}

.property-filter {
    margin-bottom: 60px;
}

.property-filter a {
    font-size: 14px;
    background: #b6b6b6;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-right: 20px;
}

.property-filter a:hover {
    background: #b48639;
    color: #000;
}

.property-filter a.active {
    background: #000;
    color: #fff;
}

.property-filter a:focus,
.property-filter a:visited {
    text-decoration: none;
}

.property-search {
    padding: 10px;
    background: #f3eeea;
    border-radius: 2px;
	width: 100%;
}

.property-search .selectBox {
    outline: none;
    background: #fff;
    width: 100% !important;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px 5px 10px 5px;
    font: 12px 'SulphurPoint-Regular', Arial, Helvetica, sans-serif;
    color: #727272;
    text-transform: uppercase;
    border: 0;
}

.property-search .selectBox-dropdown .selectBox-arrow {
    border: 0;
    right: 10px;
    background: url("../images/select-arrow.png") right center no-repeat;
}

.property-search .selectBox-dropdown .selectBox-label {
    padding: 0;
    vertical-align: middle;
}

.property-search hr {
    display: block;
    clear: both;
    height: 1px;
    width: 100%;
    background: #d1d1d1;
    margin: 10px 0 30px;
}

.property-search .selectBox.half {
    min-width: inherit;
    width: 47.5% !important;
    float: left;
    margin-bottom: 30px;
}

.property-search .selectBox.half.first {
    margin-right: 5%;
}

.property-search .range {
    margin-top: 30px;
}

.property-search .range p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #727272;
    text-transform: uppercase;
}

.property-search .range p span {
    float: right;
}

.property-search .range p input {
    width: 100px;
    background: none;
    border: 0;
    color: #b48639;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.property-search .ui-widget-content {
    background: #c6c6c6;
    border: 0;
    height: 6px;
}

.property-search .ui-widget-header {
    background: #b48639;
    height: 6px;
}

.property-search .ui-state-default,
.property-search .ui-widget-content .ui-state-default,
.property-search .ui-widget-header .ui-state-default {
    height: 24px;
    width: 24px;
    border: 0;
    border-radius: 50%;
    background: #b48639;
}

.property-search .ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.property-search .check-box label {
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.property-search .check-box label:last-child {
    margin-bottom: 30px;
}

.property-search .check-box label>div {
    margin-right: 20px;
}

.property-search .buttons {
    margin-top: 50px;
}

.property-search .btn-clear {
    float: right;
}


/****************************************************************************
    Properties Single
****************************************************************************/

.property-single .personal-agent {
    margin-bottom: 120px;
}

.property-single .property-filter .view-map {
    float: right;
    margin: 0;
}

.element {
    border-radius: 2px;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
}

.element h6 {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}

.element span {
    text-transform: uppercase;
    padding-left: 20px;
    color: #ffffff;
    line-height: 12px;
}

.element span.walk {
    /*background: url("../images/icon-walk.png") left center no-repeat;*/
	background: none;
	padding-left: 0;
}

.element span.cycling {
    background: url("../images/icon-cycle.png") left center no-repeat;
}

.element span.car {
    background: url("../images/icon-car.png") left center no-repeat;
}

.element .loc-marker {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
}

.infra-elements {
    margin-bottom: 0;
    margin-top: 15px;
}

.infra-elements .element {
    padding: 30px;
    min-height: 118px;
    padding-bottom: 0;
}

.infra-elements .element img {
    float: left;
    margin-right: 12px;
    display: inline-block;
    margin-top: 0px;
}

.infra-elements .element h6 {
    margin-bottom: 5px;
}

.nearby-places {
    margin-bottom: 120px;
}

.nearby-places .element {
    overflow: hidden;
    padding: 0;
}

.nearby-places .element figure {
    float: left;
    width: 300px;
    margin-right: 30px;
}

.nearby-places .element h6 {
    margin-top: 30px;
}

.nearby-places .element span {
    position: absolute;
    bottom: 30px;
}

.infra-elements>h5,
.nearby-places>h5 {
    margin: 0 0 30px;
}

.property-slider {
    margin-bottom: 10px;
}

.property-slider figure {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}

.property-slider figure img {
    width: 100%;
}

.property-slider figure .label {
    position: absolute;
    top: 30px;
    right: 30px;
}

.property-slider .thumbnails a {
    display: inline-block;
    line-height: 0;
    margin-right: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.property-slider .thumbnails a:last-child {
    margin-right: 0;
}

.property-slider .thumbnails a:hover {
    opacity: 0.8;
}

.property-data {
    margin-bottom: 10px;
}

.property-data .prop-price {
    overflow: hidden;
    margin-bottom: 22px;
}

.property-data .prop-price .price {
    color: #000;
    font: 700 30px 'Ubuntu', Arial, Helvetica, sans-serif;
    line-height: 39px;
}

.property-data .prop-price .btn {
    float: right;
}

.property-data .prop-features {
    margin-bottom: 22px;
    overflow: hidden;
	max-width: 100%;
	  width: 1000px;
	  margin: 0 auto;
}

.property-data .prop-features span {
    display: inline-table;
    margin-right: 13px;
    font-size: 17px;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
	vertical-align: middle;
	width: 315px;
}

.property-data .prop-features span:last-child {
    /*margin: 0;*/
}

.property-data .prop-features span i {}


.property-data .prop-features.prop-before span {
    width: auto;
}

.property-data>ul {
    overflow: hidden;
}

.property-data>ul li {
    font-weight: 300;
    color: #727272;
    background: url("../images/tick.png") 0 -25px no-repeat;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.property-data>ul li:last-child {
    margin: 0;
}


/****************************************************************************
    Error Page
****************************************************************************/

.error-page.page-wrap {
    background: url("../images/pattern2.jpg") repeat;
    text-align: center;
    min-height: 660px;
    padding-top: 140px;
}

.error-page h4 {
    font-size: 100px;
    color: #000;
    margin-bottom: 15px;
}

.error-page h4:after {
    width: 40px;
    height: 2px;
    content: ' ';
    background: #b48639;
    display: block;
    margin: 0 auto;
}

.error-page h6 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 7px;
}

.error-page p {
    color: #727272;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 35px;
}


/****************************************************************************
    Offline
****************************************************************************/

.offline header .logo a:before {
    display: none;
}

.offline header .right-side {
    margin-top: 5px;
}

.offline header .adress {
    padding-bottom: 35px;
    position: relative;
    margin-right: 17px;
    text-transform: uppercase;
    display: inline-block;
}

.offline header .adress a {
    background: url(../images/icon-address.png) no-repeat left center;
    padding-left: 17px;
    color: #727272;
    line-height: 12px;
    margin-right: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.offline header .adress:after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 0;
    background: #e1e1e1;
}

.offline header .adress a:hover {
    background-color: #b48639;
}

.offline header .phone {
    margin-right: 20px;
    display: inline-block;
}

.offline header .phone a {
    background: url(../images/icon-phone.png) no-repeat left;
    padding-left: 20px;
    color: #727272;
    line-height: 12px;
}

.offline header .phone a:hover {
    background-color: #b48639;
}

.offline .page-wrap {
    padding-top: 200px;
}

.offline .error-page p {
    font-size: 30px;
    font-weight: 600;
}

.offline .error-page h4:after {
    width: 65px;
}

.offline footer {
    padding: 42px 0;
    background: #fff;
}

.offline footer p {
    color: #727272;
}


/****************************************************************************
    Coming Soon
****************************************************************************/

.coming-soon .error-page {
    padding-bottom: 120px;
}

.coming-soon .error-page h4:after {
    display: none;
}

.coming-soon .error-page p {
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
}

.coming-soon .error-page p span {
    color: #000;
    background: #b48639;
    display: inline-block;
    margin-right: 20px;
}

.coming-soon .error-page .progress-bar {
    float: none;
    width: 100%;
    height: 5px;
    background: #c6c6c6;
    border-radius: 2px;
    margin-bottom: 50px;
}

.coming-soon .error-page .progress-bar>div {
    height: 5px;
    background: #b48639;
    border-radius: 2px;
}

.coming-soon .error-page .cycle-slide {
    width: 100%;
}

.coming-soon .slider-control {
    margin-top: 200px;
}

.coming-soon .slider-control a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    margin: 0 17px;
    display: inline-block;
}

.coming-soon .slider-control .prev i {
    margin-right: 20px;
}

.coming-soon .slider-control .next i {
    margin-left: 20px;
}



b {
    font-weight: bold;
}

/* ==========================================================================
    Slider core styles
===========================================================================*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider {
    position: relative;
    width: 9999px;
}

.slider:before,
.slider:after {
    display: table;
    content: ' ';
}

.slider:after {
    clear: both;
}

.slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slider__item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.slider__switch span {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
}

/* Arrows */
.slider__switch {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    background: #000;
    opacity: .3;
    transition: opacity .15s ease;
    fill: #fff;
}

.slider__switch--prev {
    left: 10px;
}

.slider__switch--next {
    right: 10px;
}

.slider__switch:hover {
    opacity: .85;
}

.slider__switch[disabled] {
    visibility: hidden;
    opacity: 0;
}

.slider__caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    max-width: 500px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    /* ie8 */
}

.slider__caption[disabled] {
    opacity: 0;
    visibility: hidden;
}

.slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99999;
    filter: alpha(opacity=90);
    /* ie8 */
}

.slider-nav__control {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slider-nav__control.is-active {
    width: 12px;
    height: 12px;
    background: #fff;
}

.slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

@media (max-width: 580px) {
    .slider__switch {
        display: none;
    }

    .slider__caption {
        display: none;
    }
}

#opciones-detalle {

    padding: 15px;
    border-radius: 2px;
    right: 0px;
    top: 0px;
    z-index: 1;
    margin-bottom: 0px;

}

#opciones-detalle a {
    color: #FFFFFF;
}

#opciones-detalle a:hover {
    text-decoration: underline;
}

.label.sale.etiqueta-slider {
    border-radius: 5px;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    right: 20px;
    top: 150px;
    z-index: 100;
}

.label.sale.etiqueta-slider a {
    color: #fff;
}

.item-header.clearfix a {
    color: #000;
}

.item-header.clearfix>p {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
    width: 100%;
}

.dropdown-toggle {
    border: 1px solid #b48639;
    border-radius: 6px;
    color: #000 !important;
    display: block;
    font-size: 15px;
    margin-top: 4px;
    padding: 5px;
}

.filter .selectBox {
    width: 90% !important;
}

.filter {
    text-transform: uppercase;
}

@media (min-width:1199px) {

    body.lahome .contenido {
        width: 1060px;
    }

}

.selectBox-options LI A {
    text-transform: uppercase;
}

ul.parsley-errors-list li {
    color: #ff0000;
    padding: 5px;
}

th,
td {
    border: 1px solid #222222;
    padding: 5px;
    text-align: center;
}

th {
    background: #EDEDED;
}

@media only screen and (max-width: 600px) {

    .bloque-video-home {
        height: 200px !important;
    }
}

header .navbar-nav>li>a{
	border: 2px solid #fff;
    border-radius: 4px;
}

header .navbar-nav>li>a:hover {
    border: 2px solid #b48639 !important;
    color: #b48639 ;
    border-radius: 4px;
}

a.menu-obranueva{
    border: 2px solid #b48639 !important;
    color: #b48639 !important;
    border-radius: 4px;
}

a.menu-obranueva:hover {
    background: #b48639 !important;
    color: #fff !important;
}


#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: #b48639;
    color: #fff;
    z-index: 99999;
}

#barraaceptacion .inner {
    width: 100%;
    padding: 15px;
    top: 30%;
    font-size: 13px;
    line-height: 25px;
}

#barraaceptacion .inner a.ok {
    padding: 5px;
    color: #fff;
    text-decoration: none;
    background: #000;
}

#barraaceptacion .inner a.info {
    padding: 5px;
    text-decoration: none;
    color: #fff;
    background: #000;
}

.servicios-personal-seller:hover>img {
    opacity: 0.7;
}


/* new images */

.servicios-personal-seller {
    border-radius: 20px;
    font-size: 15px;
    background-position: center;
    background-size: cover;
}

#acm{
    background-image: url(../images/galeria/ACM.png);
    /* background-position: center;
    background-size: cover; */
}

#marketing{
    background-image: url(../images/galeria/marketing.png);
}

#publicacion{
    background-image: url(../images/galeria/publicacion.png);
    
}

#visitas{
    background-image: url(../images/galeria/visitas.png);
}

#arras{
    background-image: url(../images/galeria/contrato.png);
}

#financiacion{
    background-image: url(../images/galeria/financiamos.png);
}

#notaria{
    background-image: url(../images/galeria/arras.png);
}

#piscilimp{
    background-image: url(../images/galeria/piscilimp.png);

}



.col-xs-12.servicios-personal-seller {

    margin-bottom: 1% !important;

}

/* ajusto los margenes en estas dimensiones */
@media (min-width: 992px) {

    .col-md-6.servicios-personal-seller {

        width: 48% !important;
        margin-left: 1.3% !important;
    }

}

/* ajusto los margenes en estas dimensiones */
@media (min-width: 1200px) {

    .col-lg-6.servicios-personal-seller {

        width: 48% !important;
        margin-left: 1.3% !important;

    }

}

.servicios-personal-seller:hover {
    overflow: hidden;
}

.servicios-personal-seller img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
}

.servicios-personal-seller h5 {
    position: relative;
    top: 75%;
    display: block;
    margin: 0px auto;
}


.servicios-personal-seller {
    height: 300px;
    
    
}

.servicios-personal-seller>p{
    padding: 30px;
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    opacity: 0;
    min-height: 100%;
    font-size: 15px;
    background-color: rgba(180, 134, 57, .9);
    justify-content: center;
    align-items: center;
    color: white;
}

/* .servicios-personal-seller a {
    display: flex;
    align-items: flex-end;
} */


.servicios-personal-seller:hover>p>a{
    
    color: white;
    text-decoration: underline;
}
.servicios-personal-seller:hover>p{
    opacity: 1;
}

#buscador-home {
    margin-top: -190px;
}

#idiomas-header{ margin-bottom:20px; }

#idiomas-header a{
	
	margin-right:10px;
	
}

#idiomas-header a img{
	
	width: 20px;
	
}

#redes-header{
	
	text-align:center;
	padding-bottom:10px;
	
}

#redes-header i{
	
	font-size: 16px;
	border:	2px solid #b48639;
	color: #b48639;
	padding: 5px;
	width:30px;
	border-radius:4px;
	
}

#redes-header i:hover{
	
	font-size: 16px;
	border:	2px solid #b48639;
	background:	#b48639;
	color: #fff;
	padding: 5px;
	width:30px;
	border-radius:4px;
	
}

.caja1{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
	background-position: center center;
}

.caja2{
	text-align:center;
	border: 5px solid #b48639;
	display: inline-table;
	color: #b48639;
	width: 200px;
	padding: 35px;
	font-size: 45px;
	font-family:'SulphurPoint-Regular';
	font-weight:bold;
	line-height:47px;

}

.logo-footer h4{
	
	color: #fff;
	font-size:24px;
	
}

.logo-footer a{
	
	color:#000000;
	font-size: 17px;
	line-height: 25px;
	
}

a:hover{ text-decoration: underline; }

.owl-nav{
	
	position: unset;
	top: 33%;
	width: 100%;
	
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 38%;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 38%;
}

.owl-carousel .owl-item {
    height: auto !important;
}

.owl-next{ float:right; }

.owl-prev{ float:left; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background: rgba(0, 0, 0, 0.5) !important;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
	
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding:10px;
	
}

.copy-right {
    font-size: 14px;
    line-height: 24px;
}

.social_media:hover{ background: #007A00 !important; }

.imagen-movil{
	
	display: none;
	
}

@media only screen and (max-width: 990px){
	
	.owl-nav{ top: 28%; }
	
	.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
		font-size: 35px;
		padding: 10px;
	}
	
	.imagen-movil{
	
		display: block;
		margin: 0 auto;
	
	}

	.imagen-pc{
		
		display: none;
		
	}
	
	
}

.separador-blanco{
	
	border:1px solid #fff;
	width: 20px;
	margin: 0 auto;
	margin-bottom: 13px;
	
}

.separador-naranja{
	
	border: 1px solid #b48639;
    width: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 18px;
	
}

.separador-negro{
	
	border: 1px solid #000;
    width: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 18px;
	
}

.caracteristica{ padding-left:10%; }

.enlace-legal {
  display: block;
}

.ocultar-pc{
	display: none;
}

.seccion-whatsapp{
	position:fixed;
	left:24px;
	bottom:45px;
	z-index: 101;
}

.enlace-whatsapp{
	font-weight: bold;
	font-size: 15px;
	background: #b39e89;
	border-radius: 5px;
	padding: 13px;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff !important;
	padding-top: 15px;
	text-decoration: none;
}

.enlace-whatsapp:hover{
	text-decoration: none;
	background: #b39e89;
	color: #fff;
}

.enlace-legal{
	display: inline;
}

.tabulador-enlace {
    	display: inline;
    	margin-left: 10px;
		color: #000;
    }

@media only screen and (max-width: 990px){

	.caracteristica{ padding-left:36%; }

	
	
	 .seccion-whatsapp {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 100;
		width: 100%;
		 text-decoration: none;
	  }

	.enlace-whatsapp{
		font-weight: bold;
		font-size: 15px;
		background: #b39e89;
		border-radius: 0px;
		padding: 13px;
		padding-right: 15px;
		padding-left: 15px;
		color: #fff;
		padding-top: 15px;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	footer{
	  float: left;
	  width: 100%;
	  padding-bottom: 58px;
	}

}

@media only screen and (max-width: 490px){

.caracteristica{ padding-left:30%; }

}

.properties-list .item img.img-responsive{
	
	-webkit-transition:all .9s ease; /* Safari y Chrome */
-moz-transition:all .9s ease; /* Firefox */
-o-transition:all .9s ease; /* IE 9 */
-ms-transition:all .9s ease; /* Opera */
width:100%;
	
	
}


.properties-list .item:hover img.img-responsive {
-webkit-transform:scale(1.15);
-moz-transform:scale(1.15);
-ms-transform:scale(1.15);
-o-transform:scale(1.15);
transform:scale(1.15);
}

.boton-casas:hover{
	
	background: #000 !important;
	color: #fff !important;
	
}

.movil-tablet-total{
	float:left;
	width: 100%;
}

.enlace-seo {
  font-size: 12px;
  background: #f5f5f5;
  padding: 2px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none !important;
  width: 100%;
  display: block;
  text-transform:uppercase;
}

.boton-buscador-general{

	color: #000;
	border: 1px solid #000;
	height: 35px;
	width: 100%;
	background: #fff;
	margin-top: 5px;	
	
}

.boton-buscador-general:hover{

	color: #fff;
	border: 1px solid #000;
	background: #000;
	
}

::placeholder{
	
color: #000 !important;
opacity: 1 !important; /* Firefox */
	
}

input, select, textarea {
  outline: none !important;
}

ul.select-idioma{
	
	position:absolute;
	right:0;
	z-index:1;
	
}


ul.select-idioma li ul{
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	width: 42px;
	padding-right: 0;
	border-top: 0;
}


ul.select-idioma li:hover ul a{
	width: 100%;
	display: block;
	text-decoration: none;
}

.container{
	
	max-width: 100% !important;	
	
}

	.calcular-home{
		position: absolute;
		display: block;
		right: 0;
		margin-top: -115px;
		margin-right: 50px;
	}
	
	.calcular-home img{
		width: 190px;
		max-width: 100%;
	}
	
	
	
	.calcular-interior{
		position: absolute;
		display: block;
		right: 0;
		margin-top: -205px;
		margin-right: 50px;
	}
	
	.calcular-interior img{
		width: 250px;
		max-width: 100%;
	}

  @media only screen and (max-width: 1200px){
	  
	#buscador-home2{
	  display: none !important;
	}  
	
	.espacio-cabecera, body.seccion-vender .espacio-cabecera {
	  padding-bottom: 55px !important;
	}  
	
	
	.calcular-home{
		position: absolute;
		display: block;
		right: 0;
		margin-top: -98px;
		margin-right: 10px;
		z-index: 0;
	}
	
	.calcular-home img{
		width: 130px;
		max-width: 100%;
	}
	
	
	.calcular-interior{
		position: absolute;
		display: block;
		right: 0;
		margin-top: -70px;
		margin-right: 10px;
		z-index: 1;
	}
	
	.calcular-interior img{
		width: 150px;
		max-width: 100%;
	}
	
	
  }
  
  
 .page-contents ul.parsley-errors-list {
  margin-left: 0;
  margin-bottom: -10px !important;
}
  
ul.parsley-errors-list li {
  list-style: none;
  padding-left: 0;
}


body.noticia-blog b, body.noticia-blog strong {
  font-weight: 700 !important;
}

/* VERSIÓN WEB NEGRA */

body, header, .page-wrap{
			background:#000;
		}
		
		header .navbar-nav > li > a {
		  border: 2px solid #fff;
		  border-radius: 4px;
		  color: #fff;
		}
		
		header .navbar-nav > li > a {
		  border: 2px solid #000;
		  border-radius: 0;
		  color: #fff;
		  background: #000;
		}
		
		.filter, #buscador-home2, .selectBox {
			background: #000 !important;
		}
		
		.cata{
		
			color: #fff !important;	
		}
		
		select{ background-color: #000 !important; }
		
		.property-search .selectBox, .filter .selectBox{
			
			color: #fff !important;	
				
		}
		
		
		
		@media only screen and (max-width: 1200px) {
			header .navbar-toggle .icon-bar {
				background: #fff;
			}
			
			.misma-altura{
		
			min-height: 550px !important;	
			
		}
		
		}
		
		/* Selector estándar para navegadores modernos */
		.selectBox::placeholder {
		  color: #fff !important; /* Color deseado */
		  opacity: 1;      /* Corrige la transparencia en Firefox */
		}
		
		#buscador-home2{
		
			border: 1px solid #fff !important;
			border-right: 0 !important;
			border-left: 0 !important;
			margin-bottom: 0 !important;
		}
		
		/*.espacio-cabecera{
			
			display: none !important;
			
		}*/
		
		select{
			color: #fff !important;
			
		}
		
		#boton-mostrar{
			
			color: #fff;
		
		}
		
		@media only screen and (max-width: 1200px) {
		  header .navbar .navbar-nav {
			margin: 0;
			padding: 0 0 10px;
			width: 100%;
			background: #000;
		  }
		}
			
		
			#caja{ display: none; }
		
			#caja{ display: none; }
			
			/* Quita márgenes por defecto (si no, nunca será “pantalla completa”) */

			/* HERO a pantalla completa */
			.hero {
			position: relative;
			  width: 100%;
			  height: 150vh;
			  height: 150dvh;
			  overflow: initial;
			  z-index: 1;
			}

			/* Imagen cubriendo TODO el hero */
			.hero__img {
			  position: relative;
			  inset: 0;
			  width: 100%;
			  height: 100%;
			  object-fit: cover;
			  object-position: center;
			  display: block;
			}

			/* Elementos por encima de la imagen */
			.hero__overlay{
			  position: absolute;
			  z-index: 2;
			}


			/* Sustituye tu margin-top:90px por top:90px (más correcto al ser overlay) */
			.hero__overlay {
			  top: 90px;       /* si tu header ocupa 90px */
			  right: 0;
			  width: min(420px, 100%);
			  padding: 0 10px;
			}


			@media only screen and (max-width: 1200px) {
			  #homepage #buscador-lateral {
				margin-top: 40px !important;
				float: left;
				width: 100%;
			  }
			}

			 /* ====== TEAM SECTION ====== */
			 /* ====== EQUIPO / CAROUSEL (responsive + infinito + drag) ====== */

			.team {
			  /*background: #f6e4df;*/
			  padding: 20px 0px;
			}

			.team__header {
			  max-width: 1100px;
			  margin: 0 auto 22px auto;
			  text-align: center;
			}

			.team__header h2 {
			  margin: 0 0 10px 0;
			  font-size: clamp(32px, 4vw, 64px);
			  line-height: 1;
			  letter-spacing: 0.02em;
			}

			.team__header p {
			  margin: 0;
			  font-weight: 700;
			  letter-spacing: 0.06em;
			  text-transform: uppercase;
			  opacity: 0.95;
			}

			/* ====== CAROUSEL ====== */
			.team-carousel {
			  --spv: 1; /* móvil */
			  --gap: 22px;
			  --btn-size: 44px;

			  max-width: 1100px;
			  margin: 0 auto;
			  position: relative;
			  display: grid;
			  grid-template-rows: auto auto;
			  row-gap: 14px;
			  align-items: center;
			}

			/* tablet */
			@media (min-width: 768px) {
			  .team-carousel {
				--spv: 2;
			  }
			}

			/* desktop */
			@media (min-width: 1024px) {
			  .team-carousel {
				--spv: 3;
			  }
			}

			@media (max-width: 767px) {
			  .team-carousel {
				--gap: 14px;
				--btn-size: 40px;
			  }
			}

			/* Viewport SIN padding para evitar que se vean slides “asomando” */
			.team-carousel__viewport {
			  overflow: hidden;
			  padding: 0;
			  cursor: grab;
			  touch-action: pan-y;
			}

			.team-carousel__viewport.is-dragging {
			  cursor: grabbing;
			  user-select: none;
			}

			.team-carousel__viewport.is-dragging * {
			  user-select: none;
			}

			/* Track */
			.team-carousel__track {
			  display: flex;
			  gap: var(--gap);
			  will-change: transform;
			  transition: transform 320ms ease;
			  padding: 0;
			}

			/* Slide estilo “foto circular + texto” */
			.team-card {
			  flex: 0 0 calc((100% - (var(--gap) * (var(--spv) - 1))) / var(--spv));
			  text-align: center;
			  background: transparent;
			  box-shadow: none;
			  border-radius: 0;
			  overflow: visible;
			  display: grid;
			  grid-template-rows: auto auto;
			  justify-items: center;
			  padding: 6px 0;
			}

			.team-card__img {
			  width: clamp(120px, 22vw, 170px);
			  height: clamp(120px, 22vw, 170px);
			  border-radius: 5px;
			  object-fit: cover;
			  display: block;
			}

			.team-card__body {
			  padding: 14px 0 0 0;
			}

			.team-card__name {
			  margin: 0 0 6px 0;
			  font-size: clamp(18px, 2.2vw, 26px);
			  line-height: 1.15;
			  text-transform: uppercase; /* como tu captura */
			  letter-spacing: 0.02em;
			}

			.team-card__role {
			  margin: 0;
			  font-size: 14px;
			  opacity: 0.85;
			}

			/* Flechas (sin tapar contenido, sin padding en viewport) */
			.team-carousel__btn {
			  position: absolute;
			  top: 38%;
			  transform: translateY(-50%);
			  z-index: 3;
			  width: var(--btn-size);
			  height: var(--btn-size);
			  border-radius: 999px;
			  border: 0;
			  cursor: pointer;
			  background: rgba(255, 255, 255, 0.65);
			  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
			  font-size: 26px;
			  line-height: var(--btn-size);
			  text-align: center;
			  user-select: none;
			}

			.team-carousel__btn--prev {
			  left: -18px; /* fuera del carrusel */
			}

			.team-carousel__btn--next {
			  right: -18px; /* fuera del carrusel */
			}

			@media (max-width: 767px) {
			  .team-carousel__btn--prev {
				left: 6px; /* en móvil dentro, para que no se corte */
			  }
			  .team-carousel__btn--next {
				right: 6px;
			  }
			}

			/* Dots */
			.team-carousel__dots {
			  display: flex;
			  justify-content: center;
			  align-items: center;
			  gap: 8px;
			}

			.team-carousel__dot {
			  width: 10px;
			  height: 10px;
			  border-radius: 999px;
			  border: 0;
			  cursor: pointer;
			  background: rgba(0, 0, 0, 0.22);
			}

			.team-carousel__dot[aria-selected="true"] {
			  width: 22px;
			  background: rgba(0, 0, 0, 0.5);
			}

			/* MÓVIL: 1 centrado + laterales iguales (peek simétrico) */
			@media (max-width: 767px) {

			.ocultar-movil{
				display: none;	
			}

			  .team-carousel {
				--spv: 1;
				--gap: 14px;
				--btn-size: 40px;
			  }

			  .team-carousel__viewport {
				overflow: hidden;
				padding: 0; /* sin hacks */
			  }

			  /* Ancho exacto para que entren 2 slides + 2 gaps en el viewport:
				 w = 50% - gap  => se ve “media” del vecino a cada lado al centrar */
			  .team-card {
				flex: 0 0 calc(50% - var(--gap));
			  }

			  .team-carousel__track {
				padding: 0; /* importante */
			  }

			  .team-carousel__btn--prev { left: 8px; }
			  .team-carousel__btn--next { right: 8px; }
			}

			/* ====== FADE SLIDER ====== */
			  .fade-slider {
				position: relative;
				width: 100%;
				height: clamp(500px, 45vw, 700px); /* ajusta altura */
				overflow: hidden;
				margin-bottom: 25px;
				margin-top: 0px;
			  }

			  .fade-slider__slides {
				position: relative;
				width: 100%;
				height: 100%;
			  }

			  .fade-slide {
				position: absolute;
				inset: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;

				opacity: 0;
				transition: opacity 900ms ease;
				pointer-events: none; /* evita clics en slides ocultos */
			  }

			  .fade-slide.is-active {
				opacity: 1;
				pointer-events: auto;
			  }

			  /* Dots */
			  .fade-slider__dots {
				position: absolute;
				left: 50%;
				bottom: 14px;
				transform: translateX(-50%);
				display: flex;
				gap: 8px;
				z-index: 2;
			  }

			  .fade-slider__dot {
				width: 10px;
				height: 10px;
				border-radius: 999px;
				border: 0;
				cursor: pointer;
				background: rgba(255, 255, 255, 0.55);
			  }

			  .fade-slider__dot[aria-current="true"] {
				width: 22px;
				background: rgba(255, 255, 255, 0.95);
			  }

			.fade-slider__dots {
			  display: none !important;
			}

			  /* Respeta accesibilidad si el usuario prefiere menos animación */
			  @media (prefers-reduced-motion: reduce) {
				.fade-slide { transition: none; }
			  }

/* VERSIÓN NEGRO */

body, header, .page-wrap{
			background:#000;
		}
		
		header .navbar-nav > li > a {
		  border: 2px solid #fff;
		  border-radius: 4px;
		  color: #fff;
		}
		
		header .navbar-nav > li > a {
		  border: 2px solid #000;
		  border-radius: 0;
		  color: #fff;
		  background: #000;
		}
		
		.filter, #buscador-home2, .selectBox {
			background: #000 !important;
		}
		
		.cata{
		
			color: #fff !important;	
		}
		
		/* Selector estándar para navegadores modernos */
		.selectBox::placeholder {
		  color: #fff !important; /* Color deseado */
		  opacity: 1;      /* Corrige la transparencia en Firefox */
		}
		
		#buscador-home2{
		
			border: 1px solid #fff !important;
			border-right: 0 !important;
			border-left: 0 !important;
			margin-bottom: 0 !important;
		}
		
		/*.espacio-cabecera{
			
			display: none !important;
			
		}*/
		
		select{
			color: #fff !important;
			
		}
		
		#boton-mostrar{
			
			color: #fff;
		
		}
		
		
		
		
		@media only screen and (max-width: 1200px) {
		  header .navbar .navbar-nav {
			margin: 0;
			padding: 0 0 10px;
			width: 100%;
			background: #000;
		  }
		}
		
				

			
		
			#caja{ display: none; }
		
			#caja{ display: none; }
			
			/* Quita márgenes por defecto (si no, nunca será “pantalla completa”) */

			/* HERO a pantalla completa */
			.hero {
			position: relative;
			  width: 100%;
			  height: 150vh;
			  height: 150dvh;
			  overflow: initial;
			  z-index: 1;
			}

			/* Imagen cubriendo TODO el hero */
			.hero__img {
			  position: relative;
			  inset: 0;
			  width: 100%;
			  height: 100%;
			  object-fit: cover;
			  object-position: center;
			  display: block;
			}

			/* Elementos por encima de la imagen */
			.hero__overlay{
			  position: absolute;
			  z-index: 2;
			}


			/* Sustituye tu margin-top:90px por top:90px (más correcto al ser overlay) */
			.hero__overlay {
			  top: 90px;       /* si tu header ocupa 90px */
			  right: 0;
			  width: min(420px, 100%);
			  padding: 0 10px;
			}


			@media only screen and (max-width: 1200px) {
			  #homepage #buscador-lateral {
				margin-top: 40px !important;
				float: left;
				width: 100%;
			  }
			}

			 /* ====== TEAM SECTION ====== */
			 /* ====== EQUIPO / CAROUSEL (responsive + infinito + drag) ====== */

			.team {
			  /*background: #f6e4df;*/
			  padding: 20px 0px;
			}

			.team__header {
			  max-width: 1100px;
			  margin: 0 auto 22px auto;
			  text-align: center;
			}

			.team__header h2 {
			  margin: 0 0 10px 0;
			  font-size: clamp(32px, 4vw, 64px);
			  line-height: 1;
			  letter-spacing: 0.02em;
			}

			.team__header p {
			  margin: 0;
			  font-weight: 700;
			  letter-spacing: 0.06em;
			  text-transform: uppercase;
			  opacity: 0.95;
			}

			/* ====== CAROUSEL ====== */
			.team-carousel {
			  --spv: 1; /* móvil */
			  --gap: 22px;
			  --btn-size: 44px;

			  max-width: 1100px;
			  margin: 0 auto;
			  position: relative;
			  display: grid;
			  grid-template-rows: auto auto;
			  row-gap: 14px;
			  align-items: center;
			}

			/* tablet */
			@media (min-width: 768px) {
			  .team-carousel {
				--spv: 2;
			  }
			}

			/* desktop */
			@media (min-width: 1024px) {
			  .team-carousel {
				--spv: 3;
			  }
			}

			@media (max-width: 767px) {
			  .team-carousel {
				--gap: 14px;
				--btn-size: 40px;
			  }
			}

			/* Viewport SIN padding para evitar que se vean slides “asomando” */
			.team-carousel__viewport {
			  overflow: hidden;
			  padding: 0;
			  cursor: grab;
			  touch-action: pan-y;
			}

			.team-carousel__viewport.is-dragging {
			  cursor: grabbing;
			  user-select: none;
			}

			.team-carousel__viewport.is-dragging * {
			  user-select: none;
			}

			/* Track */
			.team-carousel__track {
			  display: flex;
			  gap: var(--gap);
			  will-change: transform;
			  transition: transform 320ms ease;
			  padding: 0;
			}

			/* Slide estilo “foto circular + texto” */
			.team-card {
			  flex: 0 0 calc((100% - (var(--gap) * (var(--spv) - 1))) / var(--spv));
			  text-align: center;
			  background: transparent;
			  box-shadow: none;
			  border-radius: 0;
			  overflow: visible;
			  display: grid;
			  grid-template-rows: auto auto;
			  justify-items: center;
			  padding: 6px 0;
			}

			.team-card__img {
			  width: clamp(120px, 22vw, 170px);
			  height: clamp(120px, 22vw, 170px);
			  border-radius: 5px;
			  object-fit: cover;
			  display: block;
			}

			.team-card__body {
			  padding: 14px 0 0 0;
			}

			.team-card__name {
			  margin: 0 0 6px 0;
			  font-size: clamp(18px, 2.2vw, 26px);
			  line-height: 1.15;
			  text-transform: uppercase; /* como tu captura */
			  letter-spacing: 0.02em;
			}

			.team-card__role {
			  margin: 0;
			  font-size: 14px;
			  opacity: 0.85;
			}

			/* Flechas (sin tapar contenido, sin padding en viewport) */
			.team-carousel__btn {
			  position: absolute;
			  top: 38%;
			  transform: translateY(-50%);
			  z-index: 3;
			  width: var(--btn-size);
			  height: var(--btn-size);
			  border-radius: 999px;
			  border: 0;
			  cursor: pointer;
			  background: rgba(255, 255, 255, 0.65);
			  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
			  font-size: 26px;
			  line-height: var(--btn-size);
			  text-align: center;
			  user-select: none;
			}

			.team-carousel__btn--prev {
			  left: -18px; /* fuera del carrusel */
			}

			.team-carousel__btn--next {
			  right: -18px; /* fuera del carrusel */
			}

			@media (max-width: 767px) {
				
				header .logo {
				  margin-top: 0;
				  margin-bottom: 0;
				}
				
			  .team-carousel__btn--prev {
				left: 6px; /* en móvil dentro, para que no se corte */
			  }
			  .team-carousel__btn--next {
				right: 6px;
			  }
			}

			/* Dots */
			.team-carousel__dots {
			  display: flex;
			  justify-content: center;
			  align-items: center;
			  gap: 8px;
			}

			.team-carousel__dot {
			  width: 10px;
			  height: 10px;
			  border-radius: 999px;
			  border: 0;
			  cursor: pointer;
			  background: rgba(0, 0, 0, 0.22);
			}

			.team-carousel__dot[aria-selected="true"] {
			  width: 22px;
			  background: rgba(0, 0, 0, 0.5);
			}

			/* MÓVIL: 1 centrado + laterales iguales (peek simétrico) */
			@media (max-width: 767px) {

			.ocultar-movil{
				display: none;	
			}

			  .team-carousel {
				--spv: 1;
				--gap: 14px;
				--btn-size: 40px;
			  }

			  .team-carousel__viewport {
				overflow: hidden;
				padding: 0; /* sin hacks */
			  }

			  /* Ancho exacto para que entren 2 slides + 2 gaps en el viewport:
				 w = 50% - gap  => se ve “media” del vecino a cada lado al centrar */
			  .team-card {
				flex: 0 0 calc(50% - var(--gap));
			  }

			  .team-carousel__track {
				padding: 0; /* importante */
			  }

			  .team-carousel__btn--prev { left: 8px; }
			  .team-carousel__btn--next { right: 8px; }
			}

			/* ====== FADE SLIDER ====== */
			  .fade-slider {
				position: relative;
				width: 100%;
				height: clamp(500px, 45vw, 700px); /* ajusta altura */
				overflow: hidden;
				margin-bottom: 25px;
				margin-top: 0px;
			  }

			  .fade-slider__slides {
				position: relative;
				width: 100%;
				height: 100%;
			  }

			  .fade-slide {
				position: absolute;
				inset: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;

				opacity: 0;
				transition: opacity 900ms ease;
				pointer-events: none; /* evita clics en slides ocultos */
			  }

			  .fade-slide.is-active {
				opacity: 1;
				pointer-events: auto;
			  }

			  /* Dots */
			  .fade-slider__dots {
				position: absolute;
				left: 50%;
				bottom: 14px;
				transform: translateX(-50%);
				display: flex;
				gap: 8px;
				z-index: 2;
			  }

			  .fade-slider__dot {
				width: 10px;
				height: 10px;
				border-radius: 999px;
				border: 0;
				cursor: pointer;
				background: rgba(255, 255, 255, 0.55);
			  }

			  .fade-slider__dot[aria-current="true"] {
				width: 22px;
				background: rgba(255, 255, 255, 0.95);
			  }

			.fade-slider__dots {
			  display: none !important;
			}

			  /* Respeta accesibilidad si el usuario prefiere menos animación */
			  @media (prefers-reduced-motion: reduce) {
				.fade-slide { transition: none; }
			  }
			  
			.espacio-cabecera{
				
				display: block;
				  
			  }

				.inicio .espacio-cabecera{
					display: none !important;
				}
				.bed img {
				  width: 35px !important;
				  filter: invert(0%) brightness(141%);
				}

.bed{
	border-bottom: 2px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
	padding-top: 10px;
}

.element .zona{
	display: table;
    margin: 0 auto;
    width: 235px;
}

.boton-negro{
	font-size: 20px;
	border: 2px solid #000;
	padding: 6px;
	text-decoration: none !important;
	color: #000 !important;
}

.boton-negro:hover{
	border: 2px solid #000;
	background: #000;
	padding: 6px;
	text-decoration: none !important;
	color: #fff !important;
}

.boton-beis{

	border: 2px solid #fff;
	padding: 6px;
	text-decoration: none !important;
	color: #fff;

}

.boton-beis:hover{

	border: 2px solid #fff;
	background: #b39e89;
	padding: 6px;
	text-decoration: none !important;
	color: #fff;

}

.bloque-causas-sociales {
    background: #000;
    position: relative;
    overflow: visible !important;
}

#bloqueCausas {
    position: relative;
    overflow: visible !important;
}

#columnaTextoCausas {
    position: relative;
    overflow: visible !important;
}

.texto-causas {
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
}

.texto-causas h2,
.texto-causas p,
.texto-causas a {
    color: #fff !important;
}

.texto-causas h2{
	font-size: 47px !important;
	line-height: 54px !important;
	text-transform: none !important;
}

.texto-causas.fijo {
    position: fixed;
}

.texto-causas.final {
    position: absolute;
}

.texto-causas {
    will-change: position, top, left;
}


@media (max-width: 991px) {

    .bloque-causas-sociales {
        /*padding-top: 120px !important;  espacio para la cabecera fija móvil */
    }

    #bloqueCausas {
        display: block !important;
    }

    #columnaTextoCausas {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
        margin-bottom: 25px !important;
        position: relative !important;
    }

    #textoCausas,
    #textoCausas.fijo,
    #textoCausas.final {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        transform: none !important;
    }

    #textoCausas h2 {
        font-size: 38px !important;
        line-height: 1.15 !important;
        margin-bottom: 18px !important;
    }

    #textoCausas p {
        font-size: 22px !important;
        line-height: 1.35 !important;
    }

    #columnaImagenCausas {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px 30px !important;
        text-align: center !important;
    }

    #columnaImagenCausas img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
	
	.bloquetexto h2, .internacional-static h2, #textoCausas h2 {
		  font-size: 40px !important;
		  line-height: 50px !important;
		  text-transform: none !important;
	}
	
	.bloquetexto p, .internacional-static p {
		  font-size: 23px !important;
		  line-height: 33px !important;
		  margin-bottom: 20px !important;
	}
	
	.internacional-static .boton-negro {
		font-size: 20px !important;
	  }
	  
	  .internacional-static {
    top: 50% !important;
  }
  
  .bloque-causa-social .bloquetexto{
	  
	  top: 12% !important;
	  
  }

}