@import 'style_old.css';


/* ============================================================
   KEY
/* ============================================================

    01. Global classes
    02. Fonts
    03. Buttons
    04. Forms
    05. Modules
    06. Pages
    07. Cookies
    08. Popup
    100. Media Queries
*/

/*
==========================================================================
01. Global classes
==========================================================================
*/

/*----- pageTitles -----*/
._pageTitles{
    line-height: 1.2;
}
._pageTitles:not(:last-child){
    margin-bottom: 15px;
}
.propHeader ._pageTitles__title{
    font-size: 28px;
}
._pageTitles__title,
._pageTitles > h1 {
    font-size: 38px;
    font-family: var(--title-font);
}
._pageTitles__subtitle,
._pageTitles > h2 {
    font-size: 26px;
    color: var(--color-brown);
}
.propHeader ._pageTitles__subtitle{
    font-size: 20px;
}
._pageTitles__subtitle:not(:first-child),
._pageTitles > h2:not(:first-child) {
    margin-top: 5px;
}

._pageTitles--sm ._pageTitles__title{
    font-size: 28px;
}
._pageTitles--sm ._pageTitles__title{
    font-size: 24px;
}
._pageTitles--center{
    text-align: center;
}
/*----- blockTitle -----*/
.blockTitles{
    text-transform: uppercase;
}
.blockTitles:not(:last-child){
    margin-bottom: 20px;
}
.blockTitles__pre-title{
    font-size: 13px;
}
.blockTitles__pre-title:not(:last-child){
    margin-bottom: 8px;
}
.blockTitles__title{
	font-size: 26px;
    font-family: var(--title-font);
    line-height: 1.3;
}
.blockTitles__subtitle{
	color: var(--color-brown);
	font-size: 20px;
	font-weight: 400;
}
#work-with-us .blockTitles__title, #work-with-us .blockTitles__subtitle{
    text-align: center;
}
.blockTitle--big > * {
    font-size: 30px;
}

/*--------- titles-location-box ---------*/
.titles-location-box__content,
.titles-location-box__content *{
    font-size: 18px !important;
    color: #ffffff;
    font-family: var(--title-font),Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.titles-location-box__content{
    margin-bottom: 30px;
}

.content-link{
    color: var(--main-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    /* text-shadow: 1px 1px 1px rgb(63 86 102 / 30%); */
    margin-top: 65px;
}

.content-image{
    box-shadow: 1px 3px 20px 2px rgb(0 0 0 / 5%);
}
.content-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content.content-description p{
    text-align: center !important;
}
#content-poblacion .content.content-description p,
#geo-district .content.content-description p,
#geo-location .content.content-description p,
#geo-area .content.content-description p
#geo-zone .content.content-description p{
    text-align: left!important;
}

.work_container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.work_blocks{
    display: flex;
    justify-content: space-between;
    padding-right: 5vw;
}
.work_item-titles{
    width: calc(65% - 370px);
    min-width: 440px;
    padding-top: 50px;
}
.work_item-leadform{
    width: 370px;
}
.leadform-work{
    background: white;
}
.thanks-work h3{
    font-size: 20px;
    padding-bottom: 10px;
    color: var(--color-brown);
}

.leadform-work {
  width: 100%;
  border-radius: 2px;
  float: none;
  padding: 20px;
  border: 0;
  box-shadow: 0px 0px 14px -10px #696969;
}
.leadform-work.leadform--jobs {
    background-color: transparent;
    border-top: none;
    padding: 0;
    box-shadow: none;
    border: 0;
}


.inputfile {
    width:0.1px !important;
    height: 0.1px;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label{
    display: block;
    color: #000000 !important;
    background-color: var(--color-light-brown) ;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    transition: 0.2s all;
}
.leadform .inputfile.error ~ label{
    border: 1px solid rgba(255, 0, 0, 0.3);
}


.leadform-work .form-title {
  font-size: 19px;
    font-family: var(--title-font);
    line-height: 1.1;
    font-weight: bold;
    color: var(--color-brown);
}

.leadform-work .field input {
  padding: 15px 10px;
  width: 100%;
    font-size: 16px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    transition: background-color 0.2s linear;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    height: auto !important;
    margin-bottom: 10px;
}
.leadform-work .field input::placeholder{
    color: #333;
}
.leadform-work .field input:hover{
        background-color: #ececec;
}
.leadform-work .form-upload label {
  display: block;
    color: #000000 !important;
    background-color: var(--color-light-brown);
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    transition: 0.2s all;
}
.leadform-work .form-upload span{
    padding-bottom: 5px;
    font-size: 16px;
    padding: 5px 10px;
    display: block;
}
.leadform-work .form-upload label:hover,
.leadform-work .inputfile:focus + label{
    background: var(--color-light-brown-2);
}
.leadform-work .checkbox__text,
.leadform-work .checkbox-text{
    display: inline-block;
}
.leadform-work .btn-form {
    text-transform: inherit;
    display: block;
    width: 100%;
    background-color: black;
    color: #ffffff;
    font-family: var(--main-font);
    text-align: center;
    padding: 18px 30px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    transition: var(--transition);
    height: auto !important
}
.leadform-work .btn-form:hover{
    background: #303030;
}
.leadform-work .field.has-error label{
    border: none!important;
}

/*
==========================================================================
02. Fonts
==========================================================================
*/
._white{
    color: #ffffff;
}
._brown{
    color: #7e6a4c;
}
._gray{
    color: #aaaaaa;
}
._blue{
    color: var(--main-color);
}

.underline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: underline;
}
/* .underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c0c7cd;
    display: none;
} */


/*
==========================================================================
03. Buttons
==========================================================================
*/
._btn,
a._btn{
    display: block;
    width: 100%;
    background-color: var(--color-brown);
    color: #ffffff;
    font-family: var(--main-font);
    text-align: center;
    padding: 18px 30px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    transition: var(--transition);
}
._btn:hover,
a._btn:hover{
	color: #ffffff;
	border-color: transparent;
    background-color: var(--main-color-btn-hover);
    background: #6d5736;
}

._btn--clear,
a._btn--clear {
	background-color: transparent;
    color: #12638b;
    border: 1px solid #cbdde6;
    padding: 12px 15px;
}

._btn--autoWidth,
a._btn--autoWidth{
	display: inline-block;
	width: auto;
}

._btn--icon,
a._btn--icon{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
	align-items:center;
	width: auto;
	text-transform: none;
    background-color: transparent;
    border: 1px solid var(--color-brown);
    color: var(--color-brown);
	padding: 15px;
}
._btn--icon svg,
a._btn--icon svg {
    height: 21px;
    width: 21px;
	fill: var(--color-brown);
	margin-right: 10px;
}
._btn--icon span,
a._btn--icon span{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
	align-items:center;
}
._btn--icon:hover svg,
a._btn--icon:hover svg{
	fill: #ffffff;
}

._btn--big,
a._btn--big{
	min-width: 250px;
}

._btn.spinner:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    --spinner-color: white;
    aspect-ratio: 1/1;
    border-radius: 50%;
    animation-name: spin;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 10px;
    border: 2px solid var(--spinner-color);
    border-top-color: transparent;
    animation-duration: 1s;
    margin-right: 10px;
    margin-bottom: 3px;
   }

   /* Keyframes Spin */
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
/*
==========================================================================
04. Forms
==========================================================================
*/

input,
select,
textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
}
input,
select,
textarea,
.checkbox .checkmark {
    background-color: #ffffff;
}

input.date,
select{
    cursor: pointer;
}

.leadform__ajaxContainer{
    position: relative;
}

.propertyform .fieldset{
    height: 150px;
    transition: var(--transition);
    position: relative;
}
.propertyform .fieldset:after{
    position: absolute;
    content: "";
    width: 100%;
    z-index: 2;
    height: 55px;
    bottom: -55px;
    cursor: pointer;
}
.propertyform .fieldset.active:after{
    display: none;
}
.propertyform .fieldset.active{
    height: 450px;
}
.propertyform .fieldset ul li:first-child{
    display: block;
}
.propertyform .fieldset ul li{
    display: none;
}
.propertyform .fieldset.active ul li{
    display: block;
}
.leadform__field--submit{
    margin-top: 20px;
}

.leadform__loader{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.7);
}
.leadform__loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#modalForm .thanks-container{
    color: #ffffff;
    border: 1px solid #ffffff;
    background: rgba(255,255,255,0.025);
}
.thanks-title{
    font-size: 28px;
}
.thanks-subtitle{
    padding-top: 15px;
}

/*--- form errors ---*/
input.error,
input.error ~ .checkbox__checkmark{
    background-color: #ffe0e0;
}
.leadform__errors {
    display: none;
    color: #ea4848;
    font-size: 14px;
    padding-top: 20px;
}
input.error,
select.error,
.field.has-error label,
.error ~ .checkmark,
.error ~ .checkbox-label .checkmark,
._leadform .field.has-error .checkbox__checkmark,
.leadform-work .field.has-error .checkbox__checkmark{
    border: 1px solid !important;
    border-color: #fd5a5a !important;
}
._leadform .field.has-error label{
	border: none !important;
}
.leadform__errors p:not(:last-child) {
    margin-bottom: 10px;
}
.leadform__errors.-active-{
    display: block;
}

/* Firefox overrides */
:not(output):-moz-ui-invalid {
    -moz-box-shadow: none;
         box-shadow: none;
}
:not(output):-moz-ui-invalid:-moz-focusring {
    -moz-box-shadow: none;
         box-shadow: none;
}


/* Create a custom checkbox */
.checkbox__checkmark {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	cursor: pointer;
	transition: var(--transition);
	margin-right: 5px;
    background: #f7f7f7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
}
.checkbox__checkmark svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: var(--color-brown);
	width: 75%;
	height: 75%;
	transition: 0.2s all;
}
.checkbox__text a{
	text-decoration: underline;
}
.checkbox__checkmark,
.checkbox__text{
    vertical-align: middle;
    line-height: 1.5;
    font-size: 14px;
}
/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    left: -999999px;
    opacity: 0;
    -webkit-appearance: checkbox;
}




/*--- END Custom Checkbox --- */



/*Search*/
#realestate-category .box-empty-full,
#search .box-empty-full,
.searchNoResults {
    font-size: 1.2em;
    background: #fff3cd;
    padding: 20px;
    text-align: left;
    border: 1px solid #ffeeba;
    color: #856404;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    line-height: 1.2;
    border-radius: 0.25em;
}
#realestate-category .box-empty-full span,
#search .box-empty-full span,
.searchNoResults span {
    
}

.searchNoResults{
    width: 800px;
    margin: 0 auto 30px;
}

#realestate-category .title-others,
#search .title-others {
    margin: 40px 0 20px;
    font-size: 1.3em;
}
#realestate-category .title h1,
#search .title h1 {
    display: block;
    margin-bottom: 7px;
    font-weight: normal;
    height: auto;
    line-height:30px;
}
#realestate-category .title h1 ~ h2,
#search .title h1 ~ h2 {
    display: block;
    color: var(--color-brown);
    margin-bottom: 20px;
    font-size: 1.5em;
}

#search .title h1 ~ h2{
    font-size: 18px;
}


.selects-active .search-area, .selects-active .mod-select, .selects-active .type-select {
    height: 192px;
}
.search-area, .mod-select, .type-select {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#search-home .wrapper-top-form {
    padding: 0 18px;
    box-sizing: content-box;
}
#search-home .title-form-home,
.search_titles .title-form-home {
    font-weight: bold;
    color:  #3d4e56;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 15px;
}
.search_titles .title-form-home {
    color: #ffffff;
    display: block;
    font-size:1.1em;
    font-weight:300;
}
#search-home h1 span {
    display: block;
    font-size: 1.4em;
    font-family: var(--title-font),Helvetica, Geneva, Verdana, Arial, sans-serif;
}
#search-home .search-box {
    width: 215px;
    float: left;

}
#search-home .search-box .title {
    line-height: 30px;
    text-transform: uppercase;
    font-size: 0.84em;
}
#search-home .search-box.mid {
    padding: 0 18px;
}
#search-home .select-box {
    min-height: 115px;
}
#search-home .select-box select {
    background: #fcfcfc;
    border: none;
    min-height: 115px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #c9d1d3;
    font-size: 0.9em;
    -webkit-appearance: none;
}
#search-home .select-box select option {
    padding: 7px 0 4px 8px;
    line-height: 27px;
    display: block;
}
#search-home .select-box select option:checked, #search-home .select-box select option[selected] {
    background: #c3ccd1;
}
#search-home .searh-home-footer .pull-right input {
    height: 37px;
    background: #12638b;
    color: white;
    padding-left: 5px;
    border-radius: 2px;
    border: none;
    font-weight: bold;
    /*background-image: url("/templates/images/lupa.png");*/
    width: 175px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: 50px center;
        margin-right: 10px;
}
#search-home .searh-home-footer .pull-right input:hover {
    background-color: #A5A5A5;
}
#search-home .searh-home-footer {
    margin-top: 12px;
}
#search-home .searh-home-footer .last-search {
    width: 356px;
    border-radius: 2px;
    border: 1px solid #c9d1d3;
    height: 26px;
    padding: 5px;
    height: 25px;
}
#search-home .searh-home-footer .advanced {
    padding: 0 18px;
}
#search-home .searh-home-footer .advanced p {
    height: 25px;
    line-height: 25px;
    width: 160px;
    cursor: pointer;
    padding: 5px;
    text-indent: 5px;
    background-image: url(/templates/images/arrowhead.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}
#search-home .searh-home-footer .advanced.down p {
    background-image: url(/templates/images/arrowhead-down.png);
}
#search-home .searh-home-footer .last-search-text {
    color: #01619d;
}

.search-home-link.disabled {
    position: relative;
}
.search-home-link.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
}
.search-area {
    overflow: auto !important;
}
.search_titles{
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 0px;
    display: block;
    font-family: "Merriweather";
    bottom: 100%;
    margin-bottom: 335px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    color: #ffffff;
}
.search_titles > span{
    font-family:var(--title-font),Helvetica, Geneva, Verdana, Arial, sans-serif!important;
    font-weight: 300;
}
#search-home > span {
    color: #3d4e56;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 0px;
    display: block;
    font-family: "Merriweather";
}
select[multiple]:focus {
    outline: none !important;
}

/*--------- rs-searchbar ---------*/
.topImage__search .rs-searchbar{
    min-height: 180px;
}
.rs-searchbar__form {
    display: inline-block;
    background-color: #ffffff;
    text-align: left;
	max-width: 100%;
}
.rs-searchbar__form__inner{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
}

.rs-searchbar__field__cols{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.rs-searchbar__field__cols > div{
	position: relative;
    width: 50%;
}
.rs-searchbar__fields{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
}

.rs-searchbar__field {
    position: relative;
    width: 145px;
}
.rs-searchbar__field--area,
.rs-searchbar__field--location,
.rs-searchbar__field--district{
    width: 180px;
}
.rs-searchbar__field--submit{
    width: 170px;
}
.rs-searchbar__field--hide{
	width: 0;
	height: 0;
}
.rs-searchbar__field:not(:last-child):after{
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: -1px;
    width: 1px;
    background-color: #d5d5d5;
}
.rs-searchbar__label {
    font-size: 14px;
	line-height: 1;
    padding: 10px 20px 3px 20px;
    font-weight: bold;
}
/* .rs-searchbar__label.fn-select{
    cursor: pointer;
} */
#category-obra-nueva .rs-searchbar__field--mode,#obra-nueva .rs-searchbar__field--mode{
    width: auto;
}
.rs-searchbar__field .select-box > .rs-searchbar__select,
.rs-searchbar__field .select-box .rs-searchbar__field__cols .rs-searchbar__select{
    padding: 1px 40px 14px 20px;
    background-image: url('/templates/images/arrowhead.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 20px top 3px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
}
.rs-searchbar__field .select-box > div > span,
.rs-searchbar__field .select-box .rs-searchbar__field__cols > div > div > span,
#search-sidebar #selectlook-loc > span,
#search-sidebar #selectlook-group > span,
#search-sidebar #selectlook-area > span,
#search-sidebar #selectlook-zona > span,
#search-sidebar #selectlook > span{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
	line-height: 1;
    min-height: 17px;
}
.rs-searchbar__field .select-box > ul,
.rs-searchbar__field .select-box .rs-searchbar__field__cols > div > ul,
#search-sidebar #selectlook-loc ~ ul,
#search-sidebar #selectlook-group ~ ul,
#search-sidebar #selectlook-area ~ ul,
#search-sidebar #selectlook-zona ~ ul,
#search-sidebar #selectlook ~ ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	z-index: 50;
	width: auto;
    height: auto;
    min-height: 0;
    max-height: 158px;
	overflow: auto!important;
	padding: 0;
    background: #ffffff;
	color: #222222;
    border: none;
    border-radius: unset;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    transition: none;
}

.rs-searchbar__field .select-box > ul > li,
.rs-searchbar__field .select-box .rs-searchbar__field__cols > div > ul > li,
#search-sidebar #selectlook-loc ~ ul > li,
#search-sidebar #selectlook-group ~ ul > li,
#search-sidebar #selectlook-area ~ ul > li,
#search-sidebar #selectlook-zona ~ ul > li,
#search-sidebar #selectlook ~ ul > li{
    font-size: 15px;
    padding: 5px 20px !important;
	cursor: pointer;
    transition: 0.2s background-color;
}
#search-sidebar #selectlook-loc ~ ul > li,
#search-sidebar #selectlook-group ~ ul > li,
#search-sidebar #selectlook-area ~ ul > li,
#search-sidebar #selectlook-zona ~ ul > li,
#search-sidebar #selectlook ~ ul > li{
	padding: 5px 15px !important;
}
.rs-searchbar__field .select-box > ul > li:hover,
.rs-searchbar__field .select-box .rs-searchbar__field__cols > div > ul > li:hover,
#search-sidebar #selectlook-loc ~ ul > li:hover,
#search-sidebar #selectlook-group ~ ul > li:hover,
#search-sidebar #selectlook-area ~ ul > li:hover,
#search-sidebar #selectlook-zona ~ ul > li:hover,
#search-sidebar #selectlook ~ ul > li:hover{
    background-color: #ede8e1;
	color: inherit;
	font-weight: inherit;
}
.rs-searchbar__field .select-box > ul > li.selected,
.rs-searchbar__field .select-box .rs-searchbar__field__cols > div > ul > li.selected,
#search-sidebar #selectlook-loc ~ ul > li.selected,
#search-sidebar #selectlook-group ~ ul > li.selected,
#search-sidebar #selectlook-area ~ ul > li.selected,
#search-sidebar #selectlook-zona ~ ul > li.selected,
#search-sidebar #selectlook ~ ul > li.selected{
    background-color: var(--color-light-brown) !important;
}

.search-sidebar__text{
	margin-top: 30px;
}

.rs-searchbar__field--double{
    width: 285px;
}

.rs-searchbar__field--search{
    width: 300px;
}
.rs-searchbar__field--search input {
    width: 100%;
    padding: 26px;
    box-sizing: border-box;
    outline: none;
    border: none;
}

.rs-searchbar__field--submit ._btn{
    height: 100%;
}

.rs-searchbar__tabs {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
    justify-content:center;
    margin-bottom: 35px;
}
.rs-searchbar__tabs__tab{
    font-size: 18px;
    font-weight: bold;
    color: var(--color-light-brown-2);
    text-decoration: none;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 60%);
    cursor: pointer;
}
.rs-searchbar__tabs__tab.-active-{
    color: #ffffff;
    position: relative;
    /* text-decoration: underline; */
}

.rs-searchbar__tabs__tab.-active-:after{ 
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    bottom: -3px;
}
.rs-searchbar__tabs__tab:not(:last-child){
    margin-right: 25px;
}

.rs-searchbar__field.fn-tabBlock-2{
    display: none;
    padding-right: 20px;
}

.rs-searchbar--v2 .rs-searchbar__form{
	box-shadow: 1px 1px 8px 4px rgb(0 0 0 / 3%);
}

.rs-searchbar__field--radio{
	width: 230px;
}
.rs-searchbar__radio{
	padding: 4px 20px 7px;
}

.filters__radios{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
}
.filters__radio{
	position: relative;
	width: 39px;
}
.filters__radio:not(:last-child){
	margin-right: 8px;
}
.filters__radio input{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
    cursor: pointer;
}
.filters__radio label{
	display: block;
	cursor: pointer;
	text-align: center;
	padding: 3px;
	font-size: 14px;
}
.search_mandatory_message{
    display: none;
    position: absolute;
    font-size: 14px;
    padding-top: 4px;
    color: red;
}
.search_mandatory_message:before{
    content: "";
    background: url('/templates/images/warning.png') no-repeat 50% 50% / contain;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: revert;
}
.search_mandatory_message.--active--{
    display: block;

}
._mandatorytext._alert{
    border: solid 1px red!important;
}
@media (max-width:1150px){
	.rs-searchbar--full .rs-searchbar__field--area,
	.rs-searchbar--full .rs-searchbar__field--location,
	.rs-searchbar--full .rs-searchbar__field--district{
		width: 145px;
	}
}
.freetextform{
    border-radius: 4px;
    box-shadow: 0px 6px 24px rgb(48 47 47 / 15%);
}
.freetextform .rs-searchbar__field--mode{
    display: flex;
    width: auto;
}
.freetextform .rs-searchbar__field--search{
    width: 320px;
}
.freetextform .rs-searchbar__field:not(:last-child):after{
    display: none;
}
.freetextform .search-box{
    padding-right: 20px;
}
.freetextform .rs-searchbar__label {
    padding: 10px 20px 10px 10px;
}
.freetextform .rs-searchbar__field--submit ._btn{
    padding: 5px 30px;
    border-radius: 3px;
    height: 45px;
}
.freetextform .rs-searchbar__label{
    padding: 0;
    padding-bottom: 10px;
    
}
.freetextform .rs-searchbar__form__inner{
    align-items: flex-end;
    padding: 26px 20px;
    padding-bottom: 30px;
}
.freetextform .rs-searchbar__field .select-box > .rs-searchbar__select,
.freetextform .rs-searchbar__field .select-box .rs-searchbar__field__cols .rs-searchbar__select,
.freetextform .rs-searchbar__field--search input{
    padding: 14px 40px 10px 10px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-position: right 20px top 18px;
}
.freetextform .rs-searchbar__field .select-box > .rs-searchbar__select{
    width: 140px;
}
.freetextform ._searchfreetext{
    width: 530px;
    
}
.freetextform ._searchfreetext input{
    width: 100%;
    padding: 10px;
    caret-color: var(--color-brown);
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.freetextform ._searchfreetext input:focus-within,.freetextform .rs-searchbar__field .select-box.-active- .rs-searchbar__select{
    box-shadow: 0 0 8px rgb(126 106 76 / 30%);
    border: 1px solid var(--color-brown);
}
.freetextform .autocomplete_search{
    position: absolute;
    top: 69px;
    left: 0;
    width: calc(100% - 20px);
    background: white;
    text-align: left;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    overflow: hidden;
    display: none;
    transition: .4s;
    z-index: 9;
  }
  .freetextform .autocomplete_search ul a mark {
    background: transparent;
    font-weight: bold;
    color: inherit;
  }
  .freetextform .autocomplete_search.active{
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .freetextform .autocomplete_search ul li{
    list-style-type: none;
    display: block;
    width: 100%;
  }
  .freetextform .autocomplete_search ul li a{
    display: block;
    width: 100%;
    padding: 8px 10px;
    transition: .6s;
  }
  .freetextform .autocomplete_search ul li a:hover{
    background-color: var(--color-light-brown);
  }



._leadform__titles{
	margin-bottom: 20px;
}
.contentStep__step .genericForm__title{
    font-weight: normal;
}
#contactform .title,
.leadform .button-sidebar-more-info1,
.genericForm__title,
._leadform__title {
    font-size: 19px;
    font-family: var(--title-font);
    line-height: 1.1;
    font-weight: bold;
    color: var(--color-brown);
}
.property-specs ._leadform__title{
    font-size: 20px;
    font-weight: bold;
    color: var(--color-brown);
    font-family: var(--main-font);
    padding-bottom: 10px;
    text-transform: inherit;
}


._leadform input, 
._leadform select, 
._leadform textarea, 
._leadform .checkbox__checkmark{
    box-shadow: inset 1px 3px 20px 2px rgb(0 0 0 / 5%);
    border: none;
}
._leadform fieldset li {
	margin-bottom: 20px;
}
#contactform input:not(._btn),
#contactform textarea,
#contactform select,
._leadform input:not(._btn),
._leadform textarea {
    padding: 15px;
    width: 100%;
    font-size: 15px;
    background: #ffffff;
    line-height: 1.2;
}
#contactform input:not(._btn),
#contactform textarea,
#contactform select,
._leadform input:not(._btn),
._leadform textarea {
    padding: 15px 8px;
    width: 100%;
    font-size: 16px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    transition: background-color 0.2s linear;
    background-color: #f7f7f7;
    border: 1px solid transparent;
}
#contactform input:not(._btn):hover,
#contactform textarea:hover,
#contactform select:hover,
._leadform input:not(._btn):hover,
._leadform textarea:hover {
    background-color: #ececec;
}
._leadform .checkbox-label {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
}
._leadform .checkbox-label .checkbox-text{
	margin-top: 3px;
    font-size: 14px;
}
._leadform .checkbox-text span{
    color: var(--main-color);
    font-weight: bold;
    text-decoration: underline;
}
._leadform textarea{
    height: 135px;
}
._leadform .checkbox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 10px;
}
._leadform .checkbox__label > *{
    display: inline-block;
}
.checkbox input:not(:checked) ~ .checkbox__label .checkbox__checkmark svg {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
 .checkbox input:checked ~ .checkbox__label .checkbox__checkmark svg {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.checkbox input:checked ~ .checkmark, .checkbox input:checked ~ label .checkmark {
    background-image: url(/templates/images/icons/icon-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}



.genericForm__title{font-weight:bold; font-size: 1.15em;}
.genericForm__content{
	margin-top:10px;
	/*overflow:hidden;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.genericForm__intro{display:block;color: #313131;}
.genericForm .datepicker>*{display:inline-block!important;}
.genericForm input,
.genericForm select,
.genericForm textarea,
.genericForm input::placeholder,
.genericForm textarea::placeholder,
.genericForm option:disabled{
	-webkit-appearance:none;
	appearance:none;
	padding:15px;
	width:100%;
	font-size:16px;
	color:#000000;
	box-sizing:border-box;
}
.genericForm input::placeholder,
.genericForm textarea::placeholder{
    padding: 0;
}

.genericForm.leadformSell input:hover,
  .genericForm.leadformSell select:hover,
  .genericForm.leadformSell textarea:hover,
  .genericForm.leadformSell .checkbox input:hover{
    background-color: #f5f5f5;
}
.genericForm .genericForm__field{
    width: 100%;
}
.genericForm .genericForm__field--half{width:49%;}
.genericForm .genericForm__field--third{width:32.33%;}
.genericForm .genericForm__field--fourth{width:23.5%;}
.genericForm .genericForm__field--twoThird{width:65.66%;}
.genericForm .genericForm__field{margin-top:10px;}
.genericForm select,#contactform select{
	background-image: url(/templates/images/arrowhead.png);
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
}

.genericForm .form-time{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: 0s 0s max-height , 0.4s opacity;
}
.genericForm .form-time.open{
	display: inline-block;
	max-height: 100px;
	opacity: 1;
}

.genericForm #event_time{
	margin-top: 10px;
}
.genericForm textarea{height:100px;}
.genericForm .ui-datepicker select.ui-datepicker-month,
.genericForm .ui-datepicker select.ui-datepicker-year{width: 23%;}

.genericForm .checkbox {
    margin: 10px 0;
}
.genericForm .checkbox label > span {
    vertical-align: middle;
    display: inline-block;
    font-size: 0.9em;
}
#leadform-open-legal{
    text-decoration: underline;
}
.genericForm .checkmark{
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    transition: 0.2s all;
    margin-right: 5px;
}
.genericForm input.error,
.genericForm .field.has-error label,
.genericForm .error ~ .checkmark{
    border: 1px solid #dcdcdc !important;
    background-color: #ffd8d8;
}

.form-success{
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all;
}
.form-success.open{
    max-height: 300px;
}
.landing-form-post__title:first-letter{
	text-transform: uppercase;
}


.genericForm .form-errors {
    text-align: right;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s all;
}
.genericForm .form-errors.open{
	max-height: 100px;
}
/* .genericForm .form-errors__container {
    background-color: #ffd8d8;
    color: #3a3a3a;
    text-align: left;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
} */

.genericForm__submit-container {
    display: inline-block;
    position: relative;
    height: 42px;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s all;
}
.genericForm__submit-container.open{
	max-height: 42px;
}
.genericForm__submit-container .ajax-form-loader{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.genericForm__title{
	text-align: center;
}

.genericForm input,
.genericForm select,
.genericForm textarea,
.genericForm .checkbox input{
	box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    transition: background-color 0.2s linear;
    background-color: #f7f7f7;
	border: none;
	outline: none;
}
.genericForm input:hover,
.genericForm select:hover,
.genericForm textarea:hover,
.genericForm .checkbox input:hover{
	background-color: #ececec;
}

.genericForm__submit-container{
    display: block;
    max-height: none !important;
    height: auto !important;
}
.genericForm__submit-container__cols{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
    justify-content:space-between;
}

.genericForm .ajax-form-errors{
    margin: 10px 0;
}

.switch-fields__field,
.switch-fields__btn-text{
    display: none;
}
.switch-fields__field.open{
    display: block;
}
.switch-fields{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.switch-fields__field input{
    margin-left: 0 !important;
}
.switch-fields__field input:first-child{
	display: block;
    float: none;
    width: 100%;
}
.switch-fields__field input:nth-child(3){
	margin-left: 2% !important;
}

.switch-fields__btn{
	clear: both;
}
.switch-fields__btn-text{
    cursor: pointer;
    color: #12638b;
    margin-top: 10px;
}
.switch-fields__btn-text.open{
    display: inline-block;
}

.checkbox-container{
    margin: 10px 0;
}

/* genericPopup thanks */
.genericPopup__thanks-icon{
    text-align: center;
}
.genericPopup__thanks-icon:before{
    content: "";
    display: inline-block;
    width: 72px;
    height: 72px;
    background-image: url(/templates/images/icon-checkmark.png);
    background-repeat: no-repeat;
    background-position: center;
}
.genericPopup__thanks-title{
	text-align: center;
    margin: 30px 0;
    font-size: 1.5em;
}
.genericPopup__thanks-content {
    font-size: 1.2em;
    margin-bottom: 30px;
}
.thanks-btns{
	text-align: center;
}
.thanks-btns > button:first-child {
    margin-right: 10px;
}

.contentStep{counter-reset:contentSlider-counter;}
.contentStep__step {
	margin: 10px 0 50px;
}
.contentStep__step:last-child{
	margin-bottom: 0;
}

/*
==========================================================================
05. Modules
==========================================================================
*/

/*--------- header ---------*/
.header__cols{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
    justify-content:space-between;
    justify-content: flex-end;
}



.header__top {
    padding: 10px 0;
    background-color: #ffffff;
}
@media (max-width: 1250px){
	.header__top .header__col{
		width: 50%;
	}
}
.header__top .header__col:last-child .header__cols{
	-webkit-box-pack:flex-end;-moz-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;
	justify-content:flex-end;
}
.header__phones,
.header__right,
.header__links{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
}
.header__top .header__col:first-child{
    width: 60%;
}
.header__top .header__col:last-child{
    width: 40%;
}
@media (max-width: 1210px){
    .header__top .header__col:first-child{
        width: 430px;
    }
    .header__top .header__col:last-child{
        width: 50%;
    }
}


.phone{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.phone:not(:last-child){
    margin-right: 10px;
}
.phone__label{
    color: #a5a5a5;
    text-transform: uppercase;
    margin-right: 3px;
}
.phone__value{
    font-weight: bold;
}

.header__links > *:not(:last-child):after{
    content: "|";
    margin: 0 10px 0 8px;
    color: #a2d7e8;
}
.header__link > *{
    color: #12638b;
}
.header__link a{
	text-transform: uppercase;
    font-size: 12px;
}
.header__link a:hover{
	text-decoration: underline;
}

.header__langs {
    margin-left: 10px;
}

.header__logo__light{
    display: none;
}
.header__logo__dark{
    width: auto;
}
.header__bot{
    position: relative;
    padding: 15px 0;
}
.header__bot > *{
    position: relative;
}
.header__bot .header__cols{
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
    align-items:center;
}
.header__bot .header__col:first-child{
    width: 25%;
}
.header__bot .header__col:last-child{
    width: 75%;
}

.header__nav{
    position: relative;
    top: 7px;
	text-align: right;
}
.header__nav > nav {
    display: inline-block;
    text-align: center;
}
.header__nav > nav > ul > li:not(:last-child){
    margin-right: 30px;
}
.header__nav > nav > ul > li > a {
	display: block;
    font-family: var(--main-font);
    color: var(--main-color-2);
    text-transform: none;
    font-size: 16px;
    margin-left: 0;
    border-bottom: 3px solid;
    border-color: transparent;
    padding-bottom: 7px;
    transition: var(--transition);
}
.header__nav > nav > ul > li > a:hover,
.header__nav > nav > ul > li.active > a {
	border-color: var(--main-color-2);
}

.header--transparent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    min-width: 1000px;
}
.header--transparent.header--home .header__top,
.header--transparent .header__bot{
    background: transparent !important;
}
.header--transparent .header__bot:before{
    display: none;
}

.header--transparent.header--home .phone__label,
.header--transparent.header--home .phone__value,
.header--transparent.header--home .header__link > *{
    color: #ffffff;
}
.header--transparent.header--home .header_bot .phone__label,
.header--transparent.header--home .header_bot .phone__value,
.header--transparent.header--home .header_bot .header__link > *{
    color: #ffffff;
}
.header--transparent .header__links > *:not(:last-child):after{
    color: rgb(162 215 232 / 30%);
}

.header--transparent .header__logo__light{
    display: block;
}
.header--transparent .header__logo__dark{
    display: none;
}
.header--transparent .header__nav > nav > ul > li > a {
    color: #ffffff;
}
.header--transparent .header__nav > nav > ul > li > a:hover,
.header--transparent .header__nav > nav > ul > li.active > a {
	border-color: #ffffff;
}

.header--half-transparent .header__bot{
	position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
	min-width: 1000px;
    background: transparent;
}
.header--half-transparent .header__bot:before{
	display: none;
}


/*--------- topImage ---------*/
.topImage {
    position: relative;
    min-height: 500px;
    height: 500px;
}
.topImage--full{
    height: 100vh;
}
.topImage--big{
    height: 700px;
}
.topImage--contentCenter{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
    align-items:center;
}
.topImage--contentBot .topImage__content{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.topImage--contentBot:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(19 98 138 / 25%);
    z-index: 1;
}

.topImage__titles._pageTitles,
.topImage__titles._pageTitles * {
    color: #ffffff !important;
}

.top-image--overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.top-image--overlay > *{
	position: relative;
}

/* slideshow */
.cycle-slideshow,
.topImage__image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.topImage__image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.topImage__content{
    position: relative;
    z-index: 150;
    width: 100%;
}
.topImage__content--bot{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
	text-align: center;
}

.topImage__titles > *{
	display: block;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 60%);
}
.topImage__titles__title{
    font-size: 65px;
    font-weight: 900;
}
.topImage__titles__subtitle{
    font-size: 26px;
    margin-top: 5px;
}
.topImage__search:not(:first-child){
    margin-top: 50px;
}

.topImage--transparentHeader:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    background: linear-gradient(to bottom, #023c5a -30%, transparent 50%);
}
.topImage--transparentHeader > .topImage__content{
    z-index: 151;
}

.topImage--booking.topImage--full{
	min-height: 650px;
}
.topImage--booking.topImage--full .topImage__content{
	margin-top: 15%;
}


/*--------- _swiper ---------*/
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    text-align: center;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
._swiper__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #a4a19b;
    border-radius: 50%;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-align: center;-moz-box-align: center;-webkit-align-items: center;-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
    justify-content:center;
    transition: var(--transition);
}
._swiper__btn--prev {
    left: -80px;
}
._swiper__btn--next {
    right: -80px;
}

._swiper__btn--disabled{
    opacity: 0.4;
    cursor: unset;
}
._swiper__btn--prev:not(._swiper__btn--disabled):hover{
    left: -85px;
}
._swiper__btn--next:not(._swiper__btn--disabled):hover{
    right: -85px;
}


/*--------- properties-swiper ---------*/
.properties-swiper{
    position: relative;
}
.quotes__swiper{
    pointer-events: none;
}
@media (max-width: 1400px){
    .properties-swiper{
        padding: 0 80px;
    }
    .properties-swiper.quotes__swiper{
        padding: 0;
    }
    .properties-swiper .property-block__image .property-block__text{
        padding: 25px;
    }
    .properties-swiper ._swiper__btn--prev {
        left: 0;
    }
    .properties-swiper ._swiper__btn--next {
        right: 0;
    }
    ._swiper__btn--prev:not(._swiper__btn--disabled):hover{
        left: -5px;
    }
    ._swiper__btn--next:not(._swiper__btn--disabled):hover{
        right: -5px;
    }
}



/* PROPERTY BLOCK */
.propertyBlock{padding:10px;}
.propertyBlock>div{
	background:#ffffff;
	box-shadow: 1px 1px 8px 4px rgb(0 0 0 / 3%);
	line-height:24px;
	height: 100%;
}
.propertyBlock>div>a{display: block;}
.propertyBlock__image{
	padding-top:60%;
}
.propertyBlock__image._imgTagBg > :first-child{
	transition: 0.5s all;
}
.propertyBlock:hover .propertyBlock__image._imgTagBg > :first-child{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    -ms-transform: translate(-50%, -50%) scale(1.03);
    -o-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}
.propertyBlock__image--media:before {
    content: "";
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
}
.propertyBlock__image--media:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 2;
    width: 100px;
    height: 100px;
    background-image: url(/templates/images/play-cropped.png);
    background-size: 100% 100%;
}
.col-three .propertyBlock__image{padding-top: 75%;}

.propertyBlock__tag{
	position: absolute;
    top: 15px;
    left: 15px;
	z-index: 5;
    padding: 5px 10px;
    background-color: var(--color-brown);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.propertyBlock__tag--2{
	background-color: var(--color-brown);
}

.propertyBlock__ribbon{position: absolute;top: 28px;z-index: 2;right: -77px;background: var(--color-brown);width: 245px;text-align: center;text-transform: uppercase; color: white;font-size: 0.8em;padding: 5px 0;-webkit-transform: rotate(43deg);-moz-transform: rotate(43deg);-ms-transform: rotate(43deg);transform: rotate(43deg);}
.propertyBlock__info{padding:8px 15px;}
.propertyBlock__infoTop{
	display:table;
	width:100%;
	margin-bottom:10px;
}
.propertyBlock__infoTop>*{display:table-cell;vertical-align:top;}
.propertyBlock__reference{
	color:#555;
	font-size: 0.9em;
	min-width: 75px;
	line-height: 1;
}
.propertyBlock__infoTop .propertyBlock__reference{
	display: block;
	margin-top: 5px;
}
.propertyBlock__priceContainer{
	display: none;
	text-align:right;
	font-size: 18px;
}
.propertyBlock__price{
	line-height: 1;
}
.propertyBlock__price span{
    font-size: 80%;
    font-weight: normal;
}
.propertyBlock__infoTop .propertyBlock__priceContainer{
	display: inline-block;
    color: #555;
}
.propertyBlock__from{font-size: 0.75em;color: #999999;display: inline-block;margin-right:4px;line-height: 1;}
.propertyBlock__oldprice{
    color: #656565;
    font-weight: normal;
    font-size: 16px;
	text-decoration:line-through;
}
.propertyBlock__infoContent{
	height:105px;
	margin-bottom: 8px;
}
.propertyBlock__title,
.promotion-title{
	color: var(--color-brown);
	font-size:18px;
	font-family: 'Lato', Arial, sans-serif;
	line-height:1.2;
	margin:10px 0;
	transition: 0.2s all;

	max-height:63px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.propertyBlock__title{
    color: #333;
}
.listado .propertyBlock__title {
    font-size: 20px;
}
.propertyBlock__location{
	margin:10px 0;
	line-height: 1;
    font-size: 14px;
    color: var(--color-brown);
    margin: 0;
    height: auto;
    max-height: 32px;
    overflow: hidden;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.propertyBlock__infoBot{}
.propertyBlock__content{height: 190px;}
.propertyBlock__details{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: -5px 0 10px;
}
.footer-text__related{
    padding-bottom: 20px;
}
.propertyBlock__details>*{
	font-size: 14px;
	padding-top: 10px;
    margin-right: 25px;
}
.propertyBlock__details>*>span{
	display: block;
	line-height: 1;
}
.propertyBlock__value{
	font-weight: bold;
	margin-top: 6px;
}
.propertyBlock__value sup{
    font-size: 70%;
    top: -0.2em;
    position: relative;
    line-height: 0;
}

.propertyBlock__cols{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
	-webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
	justify-content:space-between;
	-webkit-box-align:flex-end;-moz-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;
	align-items:flex-end;
}
.propertyBlock__col:only-child{
	width: 100%;
}
.propertyBlock__col:only-child .propertyBlock__priceContainer{
	width: 100%;
	text-align: right;
}
.propertyBlock__cols--price{
	display: none;
}
.propertyBlock__infoTop .propertyBlock__cols {
    -webkit-box-align:flex-start;-moz-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;
	align-items:flex-start;
}


.properties-viewed .propertyBlock__image--media:before,
.properties-viewed .propertyBlock__image--media:after,
.properties-viewed .propertyBlock__vr{
	display: none;
}
.propertyBlock__vr{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
	align-items:center;
}
.propertyBlock__vr img{
	margin-right: 5px;
}
.propertyBlock__vr span{
	display: inline-block;
	font-size: 14px;
    font-weight: bold;
	color: #12638b;
}

.listado .propertyBlock{
	padding:10px 10px 10px;
	width:100%!important;
	transition:.2s background-color;
}
.listado .propertyBlock>div>a,
.propertyBlock--horizontal>div>a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
/*.listado .propertyBlock>div>a>*,
.propertyBlock--horizontal>div>a>*{display:table-cell;}*/
.listado .propertyBlock .propertyBlock__image,
.propertyBlock--horizontal .propertyBlock__image{
	margin:0;
	padding:0;
	width:47%;
	box-sizing: border-box;
}
.listado .propertyBlock .propertyBlock__info,
.propertyBlock--horizontal .propertyBlock__info{
	padding: 20px;
	position:relative;
	width:53%;
	box-sizing: border-box;
}
@media (max-width: 1100px){
	.listado .propertyBlock .propertyBlock__image,
	.propertyBlock--horizontal .propertyBlock__image{
		width: 42%;
	}
	.listado .propertyBlock .propertyBlock__info,
	.propertyBlock--horizontal .propertyBlock__info{
		width: 58%;
	}
}

.listado .propertyBlock .propertyBlock__reference,
.propertyBlock--horizontal .propertyBlock__reference{
	display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.listado .propertyBlock .propertyBlock__infoTop,
.propertyBlock--horizontal .propertyBlock__infoTop{height:auto;margin:0;}
.listado .propertyBlock .propertyBlock__infoContent,
.propertyBlock--horizontal .propertyBlock__infoContent{
	height:auto;
	margin-bottom: 15px;
}
.listado .propertyBlock .propertyBlock__title,
.propertyBlock--horizontal .propertyBlock__title{
	margin-top:0;
	height:auto;
	margin-bottom: 5px;
	max-height:50px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.listado .propertyBlock .propertyBlock__location,
.propertyBlock--horizontal .propertyBlock__location{
	line-height: 1;
    font-size: 13px;
    color: #000000;
	margin: 0;
	height:auto;
	max-height:17px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.listado .propertyBlock .propertyBlock__content,
.propertyBlock--horizontal .propertyBlock__content{
	height:auto;
	line-height:1.2;
	height: 77px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.listado .propertyBlock .propertyBlock__details,
.propertyBlock--horizontal .propertyBlock__details{
	margin: 0 0 25px;
	height: auto;
	-webkit-box-pack:flex-start;-moz-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;
	justify-content:flex-start;
}
.listado .propertyBlock .propertyBlock__details > *:not(:last-child),
.propertyBlock--horizontal .propertyBlock__details > *:not(:last-child){
	margin-right: 35px;
}

.listado .propertyBlock .propertyBlock__priceContainer,
.propertyBlock--horizontal .propertyBlock__priceContainer{
	display: inline-block;
	font-size:20px;
	color: #7E6A4C;
}
.listado .propertyBlock .propertyBlock__infoTop .propertyBlock__priceContainer,
.propertyBlock--horizontal .propertyBlock__infoTop .propertyBlock__priceContainer{
	display: none;
}


.propertyBlock--condensed .propertyBlock__info{padding-bottom: 15px;}
.propertyBlock--condensed .propertyBlock__infoTop{height:25px;}
.propertyBlock--condensed .propertyBlock__infoContent{height:78px;}
.propertyBlock--condensed .propertyBlock__priceContainer{position:relative;font-size: 1.1em; color: var(--color-brown)}
/* .fotos .propertyBlock .propertyBlock__oldprice,
.propertyBlock--condensed .propertyBlock__oldprice{
	position: absolute;
	right: 0;
	bottom: -7px;
	font-size: 11px;
	line-height: 11px;
} */
.propertyBlock--condensed .propertyBlock__location{overflow: hidden;font-size:0.75em;max-height:28px;height:auto;}
.fotos .propertyBlock .propertyBlock__content,
.propertyBlock--condensed .propertyBlock__content,
.propertyBlock--noContent .propertyBlock__content {
    height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    display: block;
    display: -webkit-box;
    margin-bottom: 5px;
    line-height: 1.3;
}

.fotos .propertyBlock .propertyBlock__priceContainer{position:relative;}
/* .fotos .propertyBlock .propertyBlock__oldprice{bottom:0;font-size:14px;} */

/* .propertyBlock--condensed.propertyBlock--horizontal .propertyBlock__oldprice,
.propertyBlock--condensed.propertyBlock--horizontal .propertyBlock__priceContainer{position:static;} */

.propertyGallery{margin-bottom: 10px;}
.propertyGallery__main{position:relative;overflow:hidden;}
.propertyGallery__playbtn{background:rgba(0,0,0,.5);-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#ffffff;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-size:23px;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:0;text-align:center;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1;}
.propertyGallery__playbtn:before{}
.propertyGallery__playbtn img{display:block;margin:0 auto;    width: 200px;
    height: 200px;}
.propertyGallery__playbtn span{    margin-top: -30px;}
.propertyGallery__mainViewer{height:550px;overflow:hidden;position:relative;background-color: #e9edf0;}
.propertyGallery__mainViewer a{}
.propertyGallery__mainViewer a>img{
	min-height:100%;
	max-width:auto;
	min-width: auto !important;
	height: inherit !important;
	width: inherit !important;
}
.propertyGallery__carrusel{margin:25px 20px 0;position:relative;}
.propertyGallery__carruselItem{cursor:pointer;display: inline-block;min-height: 38px;max-height: 91px;opacity: 0.85;width: 100px;padding: 0 10px;position: relative!important;}
.propertyGallery__carruselItem--vr{}
.propertyGallery__carruselItem--vr:before{content: '';background: rgba(0,0,0,.5);position: absolute;top: 0;left: 10px;right: 10px;bottom: 0;    z-index: 1;}
.propertyGallery__carruselItem--vr:after{content: '';position: absolute;background: url(/templates/images/virtual-tour-icon-white.png);width: 24px;	height: 24px;top: 50%;left: 50%;-o-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 1;}
.propertyGallery__carruselItem img{width: 100%;opacity:.7;-moz-transition: opacity 0.2s ease-in;-webkit-transition: opacity 0.2s ease-in;-ms-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;}
.propertyGallery__carruselItem:hover img,
.propertyGallery__carruselItem--active img{opacity:1;}
.propertyGallery__slide{height:100%;width:100%; visibility: hidden}
/* .propertyGallery__slide--leadform:after{content:'';position:absolute;background:white;top:0;left:0;right:0;bottom:0;} */
.propertyGallery__slide--leadform>div{
	display: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
}
.propertyGallery__slide--leadform .contactform2 form{
	margin: 0 auto;
}

/* leadform */
.propertyGallery__controlPrev,
.propertyGallery__controlNext{background-color:rgba(255,255,255,.3);background-position:center;background-repeat:no-repeat;cursor:pointer;height:50px;margin-top:-25px;opacity:.5;position:absolute;top:50%;width:50px;z-index:200;}
.propertyGallery__controlPrev{background-image:url(/templates/images/arrow-right2.png);left:0;}
.propertyGallery__controlNext{background-image:url(/templates/images/arrow-left1.png);right:0;}
.propertyGallery__controlPrev:hover,
.propertyGallery__controlNext:hover{background-color: rgba(255,255,255,.8);}
.propertyGallery__carruselControls{position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.propertyGallery__carruselControl{background-size:15px;background-repeat:no-repeat;background-position:right center;cursor:pointer;position:absolute;width:15px;top: 50%;height: 15px;margin-top: -7px;}
.propertyGallery__carruselControl--prev{background-image:url(/templates/images/arrow-right2.png);left:-20px;}
.propertyGallery__carruselControl--next{background-image:url(/templates/images/arrow-left1.png);right:-20px;}

.mapWithSidebar__map{
	width: 100%;
	padding: 40px 0 70px;
}
.mapWithSidebar__map #map-canvas{
	width: 100%;
	height: 75vh;
	min-height: 600px;
}


#content-home .contenido-home {
	display: table;
	width: 100%;
	background: #f2f6f9;
	padding: 20px 0;
	margin-top: 20px;
}
#content-home .contenido-home > div{
	display: table-cell;
	vertical-align: middle;
}


.mapBlock {
	display: table;
	width: 100%;
	box-shadow: 0px 0px 6px #e6e6e6;
	transition: 0.2s all;
}
.mapWithSidebar__mapBlocks{
	padding: 0 5px;
}
.mapWithSidebar__mapBlocks .mapBlock{
	margin: 5px 0;
}
.mapBlock:hover{
	box-shadow: 0px 0px 6px #a9a9a9;
}
.mapBlock > div{
	position: relative;
	/* display: table-cell;
	vertical-align: top; */
}
.mapBlock__left {
	width: 200px;
	height: 150px;
}
.mapBlock__right {
	width: 200px;
	box-sizing: border-box;
	padding-top: 10px;
}
.mapBlock__text{
	position: relative;
	height: 100%;
}
.mapBlock__top{
	padding-bottom: 15px;
}
.mapBlock__bottom {
	width: 100%;
	text-align: right;
}

.mapBlock__img {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.mapBlock__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mapBlock__title{
	font-size: 17px;
}
.mapBlock__title a{
	display: block;
	text-decoration: none;
}
.mapBlock__title span{
	transition: 0.2s all;
}
.mapBlock__title a:hover span:first-child{
	text-decoration: underline;
}
.mapBlock__title h3{
	margin: 0;
	font-size: 100%;
	color: #12638b;
	text-decoration: none;
	line-height: 1.2;
	font-weight: 300;
}
.mapBlock__title h3 span:first-child{

}
.mapBlock__title .stars {
	float: none;
	display: inline-block;
}
.mapBlock__price {
	text-transform: capitalize;
	font-size: 14px;
	color: #666666;
	font-weight: 300;
}
.mapBlock--offMap .mapBlock__price {
	position: absolute;
	bottom: 0;
	bottom: 10px;
	left: 10px;
	color: #666666;
	font-weight: 300;
}

.mapBlock__link {
	margin-top: 5px;
}
.mapBlock__link a{
	color: #95911C;
	text-decoration: none;
	font-weight: 300;
}
.mapBlock__location > * {
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: 300;
	margin-bottom: 5px;
	font-family: "Arial", Helvetica, sans-serif;
	font-style: italic;
	color: #666666;
}
.mapBlock__price span{
	margin: 0px;
	padding-bottom: 5px;
}
.mapBlock__btn{
	text-align: right;
}
.mapBlock__btn a {
	display: inline-block;
	text-decoration: none;
	color: #12638b;
	font-weight: bold;
	font-size: 15px;
	transition: 0.2s all;
}
.mapBlock__btn a:hover{
	text-decoration: underline;
}

.mapBlock__book{
	text-align: right;
}
.mapBlock__book a {
	display: inline-block;
	background-color: #95911c;
	text-transform: uppercase;
	padding: 8px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	transition: 0.2s all;
}
.mapBlock__book a:hover {
	color: #777777;
	background: #DCD629;
}

.mapBlock.mapBlock--map{
	margin: 0;
	box-shadow: none;
}
.gm-style .gm-style-iw-c{
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #d8d8d8;
}

/* LEADFORM */
.leadform{

}
.leadform__container{

}

.leadform__title{
	font-weight: bold;
	text-transform: none;
	margin-bottom: 10px;
	font-size: 1.22em;
	color: #023b54;
	font-family: var(--title-font),Helvetica, Geneva, Verdana, Arial, sans-serif;
}
.leadform__subtitle{

}
.leadform_fieldset{

}
.leadform__field{
	margin-bottom: 14px;
}
.leadform__field>label>span{
	display: none;
}
.leadform__field input,
.leadform__field select,
.leadform__field textarea{
	border: 1px solid #dcdcdc;
	color: #777777;
	box-sizing: border-box;
	background: #ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	appearance: none;
}
.leadform__field input,
.leadform__field select,
.leadform__field textarea{
	padding: 10px;
	font-size: 0.84em;
	width: 100%;
	height: 40px;
}
.leadform__field textarea{
	height: 130px;
	resize: none;
}
.leadform__submit button{
	background: #12638b;
	background-image: url(/templates/images/message.png);
	background-repeat: no-repeat;
	background-position: 36%, center;
	color: white;
	font-size: 1.1em;
	border-radius: 2px;
	border: none;
	padding: 10px 0 10px 30px;
	background-size: 22px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.leadform__errors{

}
.leadform__success{

}
.leadform__thanks{

}
.leadform__thanks_title{

}
.leadform__thanks_subtitle{

}

/*--------- arrow ---------*/
.arrow {
    position: relative;
    top: -5px;
    display: inline-block;
    border: solid #a4a19b;
    border-width: 0 2px 2px 0;
    border-radius: 2px;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow--left,
.arrow--right{
    top: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.arrow--left{
    left: 3px;
}
.arrow--right{
    right: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*--------- deco ---------*/
.deco {
    position: absolute;
    height: 470px;
    width: 100%;
    z-index: -1;
}
.deco:before {
    content: "";
    display: block;
    height: 100%;
    background-image: url(/templates/images/bg-3.jpg);
    opacity: 0.4;
}
.deco.pattern:before{
    background-image: url(/templates/images/pattern.jpg);
}
.deco:after {
    content: "";
    display: block;
    height: 100%;
    background: linear-gradient(270deg, #e0d8cc, #faf5ee);
    opacity: 0.6;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.deco-section{
    position: relative;
}
.deco-section:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58%;
    background-image: url(/templates/images/bg-6.jpg);
    opacity: 0.4;
}
.header .deco-section:before{
    background: linear-gradient(315deg, var(--color-light-brown), #faf5ee);
    background: var(--color-light-brown);
}
.deco-section:not(.header__bot)::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58%;
    background: linear-gradient(270deg, #e0d8cc, #faf5ee);
    z-index: -1;
    opacity: .6;
}
.deco-section > :first-child{
    position: relative;
}

.deco-section--full:before,.deco-section--full:not(.header__bot)::after{
    height: 100%;
}
.backgtobottom{
    background: linear-gradient(180deg, var(--color-light-brown), #F5F5F5)
}
.deco-full{
    background: linear-gradient(315deg, var(--color-light-brown), #faf5ee);
}
@media (max-width: 1200px){
    .deco {
        height: 400px;
    }
    .header__nav > nav > ul > li:not(:last-child){
        margin-right: 22px;
    }
}
@media (max-width: 1100px){
    .header__nav > nav > ul > li:not(:last-child){
        margin-right: 16px;
    }
}






/*Landing*/
#landing-marketing .topImage {
    height: 90vh;
    min-height: 700px;
}
#landing-marketing .top-image--overlay:before{
    display: none;
}
#landing-marketing .header__top{
    background: transparent;
}
#landing-marketing .header__link a{
    color: white;
}
#landing-marketing .titles-location-box__titles {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
#landing-marketing .titles-location-box{
    display: flex;
margin: 0;
align-items: center;
justify-content: center;
height: 100%;
padding-top: 70px;
}
#landing-marketing ._pageTitles--sm ._pageTitles__title,#landing-marketing ._contentStyle h3{
    font-size: 22px;
    font-family: var(--title-font);
    line-height: 1.2;
}
#landing-marketing ._pageTitles__title__custom span{
    display: block;
    text-transform: uppercase;

}   
#landing-marketing .logopdg{
    
    width: max-content;
    margin: 0 auto;
    margin-top: 80px;
}
#landing-marketing .footer__top,#landing-marketing .section__branches{
    display: none;
}
#landing-marketing .properties-viewed, #landing-marketing .relateds-props{
    padding: 0;
    padding-top: 10px;
}
#landing-marketing .link_kitchen::before{
    width: 12px;
    height: 12px;
    background: url(/templates/images/arrowhead.png) no-repeat 50% 50% / contain;
    transform: rotate(90deg);
    display: inline-block;
    content: "";
    margin-right: 10px;
    margin-bottom: -1px;
}
#landing-marketing .link_kitchen{
    color: var(--color-brown)!important;
}
#landing-marketing ._pageTitles__title h3 span{
    display: block;
}












/*--------- socials ---------*/
.socials {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
}
.socials > *:not(:last-child) {
    margin-right: 30px;
}
.socials__item svg {
	fill: var(--main-color);
	width: 24px;
    height: 24px;
}
.socials__item--instagram svg {
    width: 31px;
    height: 31px;
    margin-top: -3px;
}

/*----- content-rent -----*/
#content-rent ._pageTitles__subtitle{
	margin-top: 10px;
}
#content-rent .landing-form-block{
	padding: 80px 15px;
}
#content-rent .landing-form-block__inner{
	box-shadow: 0px 0px 14px -10px #696969;
    border: solid 1px #efefef;
	padding: 30px;
	position: relative;
}
#content-rent .landing-form-block__inner:before{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(/templates/images/bg-6.jpg);
    opacity: 0.4;
}
#content-rent .contentStep__step{
	margin-top: 0;
}
#content-rent ._bannerSection .container{
	padding: 0;
}

/*--------- sell-block ---------*/
.sell-block .content-link{
    margin-top: 45px;
}
.sell-block .content-image {
    padding-bottom: 93%;
}
.sellblock{
    display: flex;
    justify-content: space-between;
}
.sellblock-reverse{
    flex-direction: row-reverse;
}
.sellblock-reverse .sellimage{
    width: 400px;
    height: 400px;
    padding-top: 35px;
}
.sellblock.sellblock-reverse .iconBlock__icon img{
    width: 58px;
}
.sellblock .content-link img{
        vertical-align: middle;
    margin-right: 10px;
}
.sellblock-reverse .sellimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sellblock .columnHalf{
    width: 45%;
}
.sellblock .iconBlock{
    display: flex;
    align-items: flex-start;
}
.sellblock ._columnHalficons{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.sellblock .iconBlock:not(:last-child){
    margin: 0;
}
.sellblock .iconBlock__icon{
	width: 90px;
    padding-right: 20px;
}
.sellblock .iconBlock__icon img {
	width: auto;
	height: auto;
}
.sellblock .iconBlock__content{
	width: 100%;
}
.sellblock .iconBlock__content p{
    font-size: 18px;
    color: #333333;
}




/*--------- loc-box ---------*/

.main-locations__locations{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    overflow: hidden;
}
.loc-box__titles {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    line-height: 1.2;
    color: #ffffff;
    padding: 25px 45px;
    text-shadow: 1px 1px 1px #333333;
    box-sizing: border-box;
}
.loc-box {
	display: block;
    position: relative;
	width: 25%;
    padding-bottom: 36%;
    overflow: hidden;
}
.box-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 1;
    transition: 0.5s all;
}
.loc-box__titles span{
    display: block;
}
.loc-box__titles span:first-child{
    font-size: 12px;
    text-transform: uppercase;
}
.loc-box__titles span:last-child{
    font-size: 26px;
    font-family: var(--title-font);
    text-transform: uppercase;
}
.loc-box img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.loc-box:hover .box-overlay {
    background: rgba(0,0,0,.3);
}

@media (max-width: 1350px){
    .loc-box{
        padding-bottom: 46%;
    }
}


/*--------- propertiesMapSection ---------*/
.propertiesMapSection{
    margin: 0 -15px 55px -15px;
}


/*--------- property-block ---------*/
.property-blocks__cols{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.property-blocks__col--full{
    grid-column: 1 / 4;
}
.property-blocks + .content-link{
    margin-top: 80px;
}
.property-blocks__col{
    box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 3%);
}
.property-block{
    display: block;
    width: 100%;
    text-align: left;
}
.property-block__cols {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
    justify-content:space-between;
}
.property-block__cols ._boxflex{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.property-block__text {
    padding: 12px;
}
.property-block__location{
    color: var(--color-brown);
}
.property-block__title,
.property-block__price{
    font-family: var(--main-font);
}

.property-block__price .property-block__price-month {
    display: inline;
    text-transform: lowercase;
    font-size: 20px;
}
.property-block__itemtitle{
    display: flex;
    justify-content: space-between;
    min-height: 32px;

}
.property-block__title{
    font-size: 26px;
    line-height: 1;
}
.property-block__title:not(:last-child){
    margin-bottom: 5px;
}

.property-block__subtitle{
    font-size: 12px;
}
.property-block__price{
    font-size: 24px;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: white;
    z-index: 3;
}
.property-block__price:not(:last-child){
    margin-bottom: 5px;
}
.property-block__price span {
    font-size: 14px;
    display: block;
    font-family: var(--main-font);
    margin-bottom: -2px;
}
.property-block__title-2 {
    padding-top: 10px;
    font-size: 18px;
    min-height: 60px;
    line-height: 1.2;
}
.property-block__image {
    height: 250px;
    min-height: 200px;
}
.property-block__image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.property-block__image .property-block__text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    text-transform: uppercase;
    color: #ffffff;
}
.property-block__image .property-block__cols {
    flex-direction: column;
    height: 100%;
} 
.property-block__value {
    text-transform: uppercase;
}
.property-block__label {
    font-size: 11px;
    color:#707070;
}
.property-block__value {
    font-family: var(--main-font);
    margin-top: 3px;
}

.property-block__value--ref {
    margin-left: auto;
    margin-right: 0 !important;
}

a.property-block .property-block__image{
    filter: brightness(1);
    transition: var(--transition);
    position: relative;
}
a.property-block:hover .property-block__image{
    filter: brightness(1.12);
}

.property-block--overlay .property-block__image:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.3;
}
.property-block--overlay .property-block__image .property-block__text{
    z-index: 1;
}

.property-block__image .property-block__text--bot {
    top: auto;
    padding: 20px 25px;
}
/* Exception */
.properties-swiper .property-block--overlay .property-block__image:after{
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 44%, rgba(0,0,0,0.7) 100%);
    opacity: .5s;
}
.properties-swiper .property-block__image{
    height: 350px;
}
.properties-swiper .property-block__text:not(.property-block__text--bot) {
    position: absolute;
    top: 0;
    padding: 20px;
    color: white;
}
.properties-swiper .property-block__text:not(.property-block__text--bot) .property-block__label{
    color: white;
    font-size: 14px;
}
.properties-swiper .property-block__text:not(.property-block__text--bot) .property-block__item{
    display: flex;
    flex-direction: column-reverse;
}
.properties-swiper .property-block__text:not(.property-block__text--bot) .property-block__item .property-block__value{
    font-size: 26px;
    padding-bottom: 5px;
}
.properties-swiper .property-block__price{
    padding: 0;
    position: relative;
}
.properties-swiper .property-block__title-2{
    padding:  0;
    min-height: inherit;
}

.unitsTable{
	width: 100%;
	text-align:center;
}
.unitsTable thead{
	background:#00628d;
	color:#ffffff;
	font-weight:bold;
}
.unitsTable tbody{
	background: #f9f9f9;
    font-size: 15px;
}
.unitsTable tbody tr:not(:last-child){
	border-bottom: 1px solid #dfdfdf;
}
.unitsTable tbody tr:nth-child(even){
	background: #ececec;
}
.unitsTable thead>tr>td{
	padding: 15px 5px;
}
.unitsTable tbody>tr>td{
	padding: 15px 8px;
}

.unitsTable__col--reserved,
.unitsTable__col--sold,
.unitsTable__col--rented,
.unitsTable__col--closed{
	color: #eb9604;
}
.fancybox-close-small {
    display: none;
}
.property-subtitle h2 {
    font-size: 1.2rem !important;
    padding: 15px 0;
}
.units-container {
    width: 100%;
    margin: 24px 0 30px;
}
.units-title {
    padding-bottom: 30px;
}
.units-title h2 {
    font-size: 1.2em !important;
    color: #333 !important;
}
.units-container table {
    width: 95%;
    text-align: center;
}
.units-container table thead {
    background: linear-gradient(315deg, #e0d8cc, #faf5ee);
    color: black;
}
.units-container table th {
    padding: 15px;
}
.units-container table td {
    padding: 15px;
    white-space: nowrap;
}
.units-container tr:nth-child(even) td {
    background: #f5f5f5;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.units-container tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}
#main {
    padding-bottom: 0px;
}
.title {
    position: relative;
}
.sub-title {
    font-size: 1.4em;
    color: #333;
}
.property-title {
    padding-top: 15px;
}
.ficha-header {
    width: 100%;
}
.precio-header {
    width: 25%;
    position: absolute;
    bottom: 15px;
    font-size: 1.2rem;
}
.precio-header span {
    font-size: 2rem;
}
.property-promo-specs {
    font-size: 1rem;
    padding-top: 15px;
    float: right;
}
.spec {
    float: left;
    padding: 0px 15px;
    border-right: 1px solid #cecece;
}
.spec-title {
    padding: 5px 0;
    font-size: 0.8rem;
}
.spec-data {
    font-size: 1.5rem;
}
#contactform .title {
    display: none;
}
.fancybox-container #box-form-info{
    display: inline-block;
    width: 80%;
    height: 70%;
    max-width: 1000px;
    max-height: 600px;
    background: #00638e;
}
#leadform2 #contactform .title {
    display: block !important;
}
#leadform2 #contactform .title::first-letter{
    text-transform: uppercase;
}
#contactform label, ._leadform .checkbox__label {
    display: inline-block;
}

#map {
    height: auto !important;
    padding-bottom: 0px !important;
}
#map_canvas {
    height: 500px !important;
    margin-top: 40px;
}
.fullpage-gallery {
    min-height: 500px;
}
.property-specs {
    color: #858585;
    z-index: 999999;
}
.property-sidebar.is_stuck {
    padding-top: 15px;
}
.right_side {
    width: 24%;
    float: left;
}
.left_side{
    margin: 0;
    padding-right: 332px;
}

.property-options-buttons {
    margin-top: 125px;
    margin-left: 4%;
}
.left_side-2 {
    width: 100%;
    line-height: 1.5;
}
@media(max-width: 1200px){
    .left_side-2 {
        width: 100%;
        line-height: 1.5;
    }
}
@media print {
    .header-switch, #nav, .header-top-info, .top-header, .related-container, .search-links-property, #footer,  #sidebar {
        display:none;
    }
     .container article {
        padding-right: 0;
    }
    .logo {
        float: none;
        text-align: center;
    }
    #features {
        display: block;
    }
}

.fancybox-inner {
    overflow: hidden !important;
}
 .district_container .content {
    font-size: 1.2em;
}
 .last-viewed,  .related-container {
    border-top: 0;
}
@media(max-width:1200px){
    .units-container table {
        width: 100%;
        font-size:0.7em;
    }table th {
        padding:13px;
    }
    .units-container table td {
        padding:13px;
    }
    .unitsTable thead>tr>td,
    .unitsTable tbody>tr>td{
        padding: 15px 5px;
        max-width: 85px;
        overflow: hidden;
    }

    .unitsTable__col--pdf{
        display: none;
    }

}


#realestate-promotion a.fancybox {
    height: 574px !important;
}
 #realestate-promotion .cycle-next, #realestate-promotion .cycle-prev {
    top: 50%;
}
 #realestate-promotion .current-price {
    float: left;
    padding: 0 10px 0 0!important;
    color: #555!important;
    margin-top: 8px;
    border-left: 1px solid #ccc;
    font-weight: bold;
    font-size: 0.98em;
}
 #realestate-promotion .property-sidebar #fx-page-title {
  font-size: 1.7em !important;
}
 #realestate-promotion .location-district {
    font-size: 0.6em;
}
 .location-district a {
     /*color: rgb(0, 96, 156) !important;*/
}
 #realestate-promotion .property-reference {
    margin-top: 20px;
    margin-bottom: -5px;
    font-size: 0.6em;
}
 #realestate-promotion .title .ref {
    font-size: 0.6em;
    color: #555;
    float: right;
    margin-top: 70px;
}
 #realestate-promotion .cycle-prev {
  left: 0;
  background-image: url(/templates/images/arrow-right2.png);
  background-color: rgba(255,255,255,.6);
}
 #realestate-promotion .cycle-prev:hover {
  opacity: 1;
  background-color: rgba(255,255,255,.8);
}
 #realestate-promotion .cycle-next {
  right: 0;
  background-image: url(/templates/images/arrow-left1.png);
  background-color: rgba(255,255,255,.3);
}
 #realestate-promotion .cycle-next:hover {
  opacity: 1;
  background-color: rgba(255,255,255,.8);
}
.button-sidebar-more-info, .button-sidebar-visit {
    background: goldenrod;
    /*background-image: url(/templates/images/message.png);
    background-repeat: no-repeat;
    background-position: 15%, center;*/
    color: white;
    font-size: 1.1em;
    border-radius: 2px;
    border: none;
    /*padding-left: 30px;*/
    /*background-size: 22px;*/
    /*width: 100%;*/
    text-align: center;
    width: 300px;
    float: right;
    cursor: pointer;
    margin: 20px 0;
    margin-bottom: 0px;
}
.button-sidebar-more-info p, .button-sidebar-visit p {
    padding: 10px;
    /*padding-left: 30px;*/
}
.button-sidebar-more-info p img, .button-sidebar-visit p img {
    margin-top: -5px;
    height: 22px;
    padding-right: 5px;
}
.box-form-info {
    /*display: none;*/
}
#realestate-promotion .property-specs .box-form-info p.title {
    display:none;
}
.box-form-visit {
    display: none;
}
#realestate-promotion .property-specs .box-form-visit p.title {
    display:none;
}
.sliderPop #contactform input[type="submit"] {
    background-color: #e9edf0 !important;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 36%, center;
    color: #00609c;
    font-size: 1.1em;
    border-radius: 2px;
    border: none;
    padding-left: 0;
    background-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
#contactform .privacy-checkbox a,  
div.contenido a,
.unitsTable a{
    text-decoration: underline;
    color: #00638e;
}
#contactform {
    float: none !important;
    margin-bottom: 20px;
    /* margin-top: -31px; */
   /* width: auto !important;
*/    margin: 0 auto;
    display: block;
}
#contactform .privacy-checkbox {
    margin-bottom: 20px !important;
}
 .download-pdf {
    margin-top: 20px;
}
.properties-viewed .viewed:hover, .properties-viewed .recent .viewed:hover {
    background-color: white!important;
    border: 1px ridge rgb(161, 161, 161)!important;
}
.leadform {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1000;
    background-color: #e9edf0;
    padding: 0 25px;
    padding-bottom: 30px;
    /* height: 550px; */
}
.sliderPop #contactform .privacy-checkbox a{
    color:#fff;
}
.sliderPop .title {
    display: none;
    text-align:center;
}
.slider-title {}
.sliderPop .slider-title {
    width: 250px !important;
    color: #fff !important;
    position: relative;
    display: block;
    background: none !important;
    font-family: 'Merriweather',Helvetica, Geneva, Verdana, Arial, sans-serif;
    width: 250px;
    height: auto !important;
    text-align: center !important;
    padding: 0 !important;
}
.sliderPop .privacy-checkbox label {
    color:#fff;
}
.lessOpacity img {
    opacity:0.1 !important;
}
 .district_container h2 {
    font-size:1.2em!important;
}
  .sliderPop #contactform form {
    padding-top: 15px;
}
.botones-propiedad a {
    display: inline-block;
    color: #0a5579;
}
.botones-propiedad a.email-icon-link {
    background: url(/templates/images/sobreicon.png) left no-repeat;
    padding: 18px 25px 15px 25px;
}
.botones-propiedad a.pdf-icon-link {
    background: url("/templates/images/pdficon.png") left no-repeat;
    padding: 18px 25px 15px 25px;
}
.last-spec {
    border-right: 0px !important;
}
.property-title .new-development {
    font-family: 'Merriweather',Helvetica, Geneva, Verdana, Arial, sans-serif;
    font-size: 0.8em;
    color: #777;
    display: block;
    margin-bottom: 5px;
}
/* .empty-floorplan{
    display: none;
} */
.unit-spec{
    display: block !important;
}
.botones-propiedad a {
    display: inline-block;
    color: #0a5579;
    font-size: 1.1em;
    padding: 18px 25px 15px 25px;
}
.botones-propiedad a.email-icon-link {
    background: url(/templates/images/sobreicon.png) left no-repeat;
}
.botones-propiedad a.pdf-icon-link {
    background: url("/templates/images/pdficon.png") left no-repeat;
}
.botones-propiedad a.location-icon-link {
    background: url("/templates/images/location-icon.png") left 3px center no-repeat;
}
.botones-propiedad a.vr-icon-link {
    background: url('/templates/images/icon-play-blue.png') left 0px center no-repeat;
    background-size: 18px;
}

/* property-block--v2 */
.property-block--v2 .property-block__image {
    padding-bottom: 67%;
}
.property-block--v2 .property-block__price:not(:last-child){
    margin-bottom: 10px;
}

@media (max-width: 1100px){
    .property-blocks__cols{
        grid-template-columns: repeat(2, 1fr);
    }
}


/*--------- d-blocks ---------*/
.d-blocks > :nth-child(odd) .d-block{
    padding: 55px 50px 0 85px;
}
.d-blocks > :nth-child(odd) .d-block .d-block__cols{
    -webkit-box-pack:flex-end;-moz-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;
    justify-content:flex-end;
}
.d-blocks > :nth-child(odd) .d-block.d-block--imgAuto .d-block__col:first-child{
    bottom: 0;
}

.d-block{
    position: relative;
    padding: 30px;
}
.d-block__inner{
    background: #faf5ee;
    background: linear-gradient(315deg, #e0d8cc, #faf5ee);
    position: relative;
}
.d-block__block{
    position: relative;
    padding: 60px;
    z-index: 1;
}

.d-block,
.d-block__inner{
    height: 100%;
}
.d-block__cols{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
    align-items:center;
    min-height: 285px;
}
.d-block__col:not(.d-block__col--img){
    width: 57%;
}
.d-block__block:nth-child(even) .d-block__cols{
    -webkit-box-pack:flex-end;-moz-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;
    justify-content:flex-end;
}

.d-block__image {
    display: block;
    padding-bottom: 100%;
}
.d-block__text {
    padding: 0 !important;
    text-align: left;
}
.d-block__titles:not(:last-child) {
    margin-bottom: 35px;
}
.d-block__content{
    height: auto;
    -webkit-line-clamp: unset;
}
.d-block__btn:not(:first-child) {
    margin-top: 40px;
}

.d-block__col--img{
    position: absolute;
    top: -50px;
    right: -60px;
    width: 45%;
    z-index: 1;
}
.d-block__block:nth-child(even) .d-block__col--img{
    bottom: unset;
    left: -60px;
    top: auto;
    right: auto;
}


/*--------- virtualSearchesBox ---------*/
._vs_block:not(:last-child){
	margin-bottom: 25px;
}

.virtualSearchesBox>*{position:relative;z-index:1;}
.virtualSearchesBox__title{color:#ffffff;margin:0 auto;text-align:left;}
.virtualSearchesBox__title2,
._vs_block__title{
    font-weight: bold;
	margin-bottom: 20px;
}
.virtualSearchesBox__content{
    column-gap: 20px;
    column-count: 4;
}
.virtualSearchesBox__content .ordervirtuals{
    page-break-inside: avoid;
    break-inside: avoid-column;
    padding-bottom: 30px;
}
.virtualSearchesBox__text{color:#ffffff;line-height:normal;}
.virtualSearchesBox__list a{
	color:#ffffff;
}
.virtualSearchesBox__list a:hover{
	text-decoration:underline;
}
.virtualSearchesBox__listItem,
._vs_block__listItem{
	display:block;
}
.virtualSearchesBox__listItem:not(:last-child),
._vs_block__listItem:not(:last-child){
    margin-bottom: 10px;
}
.virtualSearchesBox__listItemLink,
._vs_block__listItem a{
	font-size: 16px;
}
.virtualSearchesBox__listItemLink:hover,
._vs_block__listItem a:hover{
	text-decoration:underline;
}

.workbtn{
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.items_work_content{
    display: flex;
    justify-content: space-between;
}
.items_work_content .item_work .work_image{
    padding-bottom: 20px;
    text-align: center;
}
.items_work_content .item_work .work_image img{
    width: 50px;
    height: auto;
}
.items_work_content .item_work{
    width: 25%;
    padding: 20px;
}
.items_work_content .item_work .work_name{
    font-family: var(--main-font);
    color: var(--color-brown);
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
}
.items_work_content .item_work .work_description{
    text-align: center;
}

.videoplayer{
    height: 680px;
    min-height: 300px;
    position: relative;
}
/* Quotes Block */
.swiper_quote{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
}
.quote_info{
    padding: 10px;
}
.quote_name{
    font-family: var(--main-font);
    color: var(--color-brown);
    min-height: 30px;
    font-size: 18px;
    text-align: left;
}
.quote_description{
    font-family: var(--main-font);
    font-size: 16px;
    text-align: left;
}
.quote_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}



/*--------- contactMap ---------*/
.contactMap{
    background-color: #fcfaf6;
    background-size: 100%;
    background-position: top;
}
.contactMap__cols{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-pack:flex-end;-moz-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;
    justify-content:flex-end;
    align-items: flex-start;
    padding-top: 20px;
}
.contactMap__col:not(:last-child) {
    margin-right: 50px;
    padding-top: 20px;
}

/* .contactMap__branches{
    margin-top: 78px;
} */
.contactMap .branch:not(:last-child) {
    margin-bottom: 30px;
}
.contactMap .branch__title {
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--color-brown);
    font-weight: bold;
}
.contactMap .branch__title:not(:last-child) {
    margin-bottom: 5px;
}
.contactMap .branch__text {
    font-size: 14px;
    line-height: 1.2;
}

.contactMap--no-form .contactMap__branches{
    margin-top: 0;
}
@media (max-width:1550px){
    .contactMap{
        background-size: 150%;
    }
}


/*--------- footer ---------*/
.footer{
    color: var(--main-color);
}
.footer__top{
	background-color: var(--color-light-brown);
	padding: 60px 15px 40px;
}
#article .footer__top{
    display: none;
}
.footer__top > :not(:last-child) ._container,
.footer__bot > :not(:last-child) ._container{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-light-brown-2);
}
.footer__bot > :not(:last-child) ._container{
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.footer__logo{
    margin-bottom: 35px;
    text-align: center;
}
.footer__menu {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    -webkit-box-pack: center;-moz-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;
    justify-content: center;
}
.footer__menu__item:not(:last-child) {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.footer__menu__item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--color-light-brown-2);
}

.footer__title{
	font-family: "Merriweather", georgia,serif;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px 0;
    text-align: inherit;
}

.footer__socials {
    margin-top: 20px;
}
.footer .socials__item svg {
    fill: #ffffff;
}

.footer__bot{
    background: #faf5ee;
    background: linear-gradient(315deg, var(--color-light-brown), #faf5ee);
    padding: 40px 15px;
}
.logosFooter .logobig {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 90px;
}
.disclaimersSection{
	padding: 60px 0 0;
}
.disclaimers{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
	justify-content:center;
	-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.disclaimers__item{
	margin-top: 10px;
}
.disclaimers__item{
	color: var(--main-color);
    font-size: 15px;
}
.disclaimers__item:not(:last-child):after{
	content: "|";
	color: var(--color-light-brown-2);
	margin: 0 10px;
}

.disclaimers__item a:hover{
	text-decoration: underline;
}

 .branches__info__office a{
	text-decoration: underline;
} 
.branches__last > div a:hover{
    color:rgba(194,130,114,1);
}


.branches{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}
.property-specs .branches__branch{
    background-position: left 20px top 30px;
    padding: 20px;
}
.branches__branch {
    background-image: url('/templates/images/logos/icon-logo-aproperties-103-blue.png')!important;
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: 50px;
    color: var(--main-color);
}
.branches__branch__inner{
    padding: 12px 0 0 70px;
}
.branches__title {
    font-size: 19px;
    margin: 0 0 10px 0;
    font-family: var(--title-font);
    line-height: 1.3;
}
.branches__info {
    line-height: 1.2;
}
.branches__address {
    font-size: 15px;
}

footer ._section--pad {
    padding: 80px 0 60px;
}
@media only screen and (max-width: 1250px) {
    .branches.row {
        width: 1100px;
    }
    .branches__col {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 1101px) {
    .branches.row {
        width: 980px;
    }
}


/*--------- rentalAgency ---------*/
.rentalAgency {
    display: inline-block;
	color: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 10px 20px;
	line-height: 1.3;
}
.rentalAgency__title{
	font-weight: bold;
}
.rentalAgency__subtitle{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
	display:flex;
	-webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
    justify-content:space-between;
}


/*
==========================================================================
06. Pages
==========================================================================
*/

/*--------- content-home ---------*/
.home-content .blockTitles{
    padding-right: 22%;
}
.home-content .contentWithSidebar__content {
    padding-bottom: 130px;
}

.home-content-image .content-image {
    padding-bottom: 57.3%;
}
.home-content-image{
    pointer-events: none;
    margin-top: -230px;
}
.home-content-image .contentWithSidebar__sidebar {
    padding-top: 325px;
}

.home-content-image .contentWithSidebar__sidebar > div{
    pointer-events: auto;
}
.home-content-image__logo:not(:last-child){
    margin-bottom: 35px;
}
.home-content-image__socials .socials{
    -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
    justify-content:center;
}

@media (max-width: 1700px){
    .home-content-image .contentWithSidebar__sidebar {
        padding-top: 280px;
    }
}


/*----- content-empresa -----*/
#content-empresa ._pageTitles__subtitle:not(:first-child){
    margin-top: 10px;
    text-transform: uppercase;
    font-family: var(--title-font);
}
#content-empresa .topImage{
    min-height: 0;
    height: 410px;
}
#content-empresa .topImage ._pageTitles__title,
#content-empresa .topImage ._pageTitles__title *{
    font-size: 32px !important;
    
}
#content-empresa .contactMap ._pageTitles__title{
    color: var(--color-brown);
    text-transform: uppercase;
}
#content-empresa .topImage ._pageTitles__subtitle,
#content-empresa .topImage ._pageTitles__subtitle *{
    font-size: 24px !important;
}

#content-empresa .contactMap{
	margin-top: 0 !important;
    background-size: cover;
}
#content-empresa .contactMap:last-child{
    margin-bottom: 80px;
}
#content-empresa .main-locations{
    margin-top: 30px;
}
#content-empresa .map_contact .directions{
    margin-top: 0;
}
#content-empresa .map_contact .directions li:last-child{
    margin-bottom: 0;
}


/*----- category-news -----*/
#category-news #latest-articles {
	margin-top: 25px;
}
#category-news article.news {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 25px;
}
#category-news article.news .title {
	font-size: 18px;
	min-height: 60px;
}
#category-news article.news .title h2 {
	color: var(--color-brown);
	transition: 0.2s all;
    font-family: var(--main-font);
}
#category-news article.news .title a:hover h2{
	color: #000000;
}
#category-news article.news.last {
	margin-right: 0;
}

#category-news article.news .photo  {
	margin: 10px 0;
	width: 100%;
	margin-right: 10px;
}
#category-news article.news .photo a{
	display: block;
	width: 100%;
	height: 230px;
}
#category-news article.news .photo img {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px -5px;
	transition: 0.5s all;
}
#category-news article.news .photo a._imgTagBg:hover > :first-child {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    -ms-transform: translate(-50%, -50%) scale(1.03);
    -o-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}
#category-news .news-metadata {
	color: #888;
}
#category-news .news-:not(:first-child) {
	margin-top: 5px;
}
#category-news .news-container {
	padding: 3px;
}
#category-news .sidebar-news {
	float: right;
	margin-top: 25px;
	width: 200px;
	min-height: 372px;
	border-left: 1px dashed rgba(0, 96, 156, 0.49);
}
#category-news .tag-list a {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	color: rgba(59, 78, 88, 1);
	font-size: 1.1em;
	padding-left: 20px;
	position: relative;
}
#category-news .tag-list a:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: rgb(59, 78, 88);
	left: -6px;
	top: 50%;
	margin-top: -6px;
}
#article article.fullpage{
    display: flex;
    flex-direction: row-reverse;
    
}
#article #sidebar-info{
    width: 300px;
}
.article-premsa{
    padding-right: 20px;
}

/*----- obra-nueva -----*/
#obra-nueva .searchbarWithOptions {
    margin-top: 40px;
}


/*----- content-contact -----*/
#content-contact .contactMap {
    margin-top: 0 !important;
}


/*
==========================================================================
08. Popup
==========================================================================
*/
.popupCustomOverlay{
    display:none;
    position: fixed;
    z-index:2000;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.popupCustom{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:2001;
    padding: 50px 8px 20px 20px;
    background-color: #ffffff;
    border-radius: 3px;
    max-width: 90%;
    max-height: 90%;
}
.popupCustom.popupCustom--open{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:flex !important;
}
.popupCustom__close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0px;
    line-height: 0;
    cursor: pointer;
    height:15px;
    width:15px;
}
.popupCustom__container{
    overflow: auto;
    padding-right: 20px;
}
.popupCustom__title{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blue-overlay {
    background-color: rgba(0,0,0, 0.45);
}

#leadform-open-legal-popup p {
    margin: 20px 0
}
