@import url(../libs/animate.css);

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.ttf")
}

@font-face {
    font-family: "OpenSans-Medium";
    src: url("../fonts/OpenSans-Medium.ttf")
}

@font-face {
    font-family: "OpenSans-Medium";
    src: url("../fonts/OpenSans-Medium.ttf")
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("../fonts/OpenSans-Light.ttf")
}

@font-face {
    font-family: "OpenSans-Medium";
    src: url("../fonts/OpenSans-Medium.ttf")
}

body {
    overflow-x: hidden
}

@-webkit-keyframes loading {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes loading {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.container-fluid {
    padding: 0 30px;
    position: relative;
    max-width: 1170px !important
}

body {
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding-top: 90px
}

* {
    padding: 0;
    margin: 0
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.loader img {
    height: 50px;
    -webkit-animation: loading 0.5s infinite;
    animation: loading 0.5s infinite
}

.loader p {
    clear: both;
    color: #43becc
}

.overlay-clear {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease
}

.full-height {
    height: 100%
}

.btn-default {
    display: inline-block;
    outline: none !important;
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #39424a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #43becc;
    color: #fff
}

.btn-default:hover {
    color: #fff;
    background-color: #2e353b;
    text-decoration: none
}

.align-right {
    text-align: right
}

span.dark-tag {
    font-family: OpenSans-Bold;
    font-size: 12px;
    color: #5f5f5f;
    text-transform: uppercase
}

h1.title {
    font-family: OpenSans-Medium;
    font-size: 30px;
    line-height: 24px;
    color: #333333
}

span.price-small {
    font-family: OpenSans-Medium;
    font-size: 14px;
    color: #484848
}

span.price-medium {
    font-family: OpenSans-Medium;
    font-size: 22px;
    color: #484848
}

span.price-big {
    font-family: OpenSans-Medium;
    font-size: 36px;
    color: #484848
}

.message p {
    font-family: OpenSans-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #484848;
    margin: 0;
    padding: 0 0 0 20px
}

.tooltipjs {
    position: relative;
    display: inline-block
}

.tooltipjs .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px
}

.tooltipjs .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.tooltipjs:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.container {
    width: 1170px
}

.checked {
    color: #5fc566;
    display: inline-block;
    font-style: normal;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.checked::before {
    font-family: realty !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\46"
}

#backToTop {
    position: fixed;
    bottom: 242px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #787878;
    color: #fff;
    display: block;
    z-index: 1000;
    display: none;
    border-radius: 50%;
    cursor: pointer;
    animation-duration: 0.5s !important
}

@media (max-width: 768px) {
    #backToTop {
        right: 26px
    }
}

@media (max-width: 425px) {
    #backToTop {
        right: 20px;
        width: 40px;
        height: 40px;
        bottom: 172px
    }
}

#backToTop.active {
    display: block
}

#backToTop i {
    background-image: url(../images/arrow_left.svg);
    background-size: cover;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg)
}

header {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1049
}

header .container-fluid {
    max-width: 1170px !important
}

header h1 {
    margin: 0
}

header .logo img {
    height: 92px
}

header .top {
    height: 50px
}

header .top ul {
    margin: 0
}

header .top ul li {
    height: 45px;
    list-style: none;
    float: left;
    padding: 0 1px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 50px
}

header .top ul li a {
    font-size: 1em;
    color: #787878;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 50px
}

header .top ul li a:hover {
    color: #787878;
    text-decoration: none
}

header .top ul li a i {
    color: #3f3f3f;
    font-size: 20px;
    position: relative;
    top: 5px;
    left: -3px
}

header .top .pull-right li a {
    padding: 0 10px
}

header #main-menu {
    position: relative;
    top: 50%;
    transform: translate(0, -50%)
}

header #main-menu li {
    color: #484848;
    font-family: OpenSans-Medium
}

header #main-menu li a {
    color: #5394ce
}

header #main-menu li a:hover {
    color: #5394ce
}

header #main-menu li ul {
    display: none
}

header #main-menu .icon-email {
    top: 5px;
    position: relative
}

header #main-menu .li-mobile {
    display: none
}

header #main-menu .li-mobile a {
    float: right;
    padding: 0
}

@media (max-width: 500px) {
    header #main-menu li {
        display: none
    }

    header #main-menu .li-mobile {
        display: block
    }

    header #main-menu .li-mobile a {
        margin-left: 10px;
        margin-right: 10px
    }

    header #main-menu .li-mobile a img {
        width: 25px
    }
}

header .bottom {
    height: 92px;
    background: #fff;
    position: relative
}

header .bottom .container-fluid {
    height: 100%
}

header .bottom .container-fluid h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px
}

section {
    margin-bottom: 0
}

@media (max-width: 585px) {
    width: 100% !important
}

.limits {
    margin: -5px 0 0 0
}

.limits p {
    font-family: "OpenSans-Medium";
    font-size: 14px;
    color: #787878;
    text-align: center;
    margin: 0
}

#priceSlider {
    width: 100%;
    margin-top: 0
}

#inhome {
    height: 100%;
    background-color: #f5f5f5
}

#inhome fieldset {
    border: none
}

#inhome fieldset legend {
    font-family: 'OpenSans-Medium';
    font-weight: 500;
    font-size: 20px;
    color: #484848
}

#inhome fieldset>* {
    float: left
}

#inhome fieldset>div {
    margin-left: 15px
}

#inhome fieldset>div label {
    font-family: 'OpenSans-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #484848;
    line-height: 28px
}

#inhome fieldset input[type="radio"] {
    display: none
}

#inhome fieldset input[type="submit"] {
    color: #008bcb;
    border: solid 1px #008bcb !important;
    display: block;
    height: 38px;
    padding: 0 15px;
    line-height: 40px !important;
    font-size: 14px !important;
    font-family: 'OpenSans-Bold';
    background-color: transparent
}

#inhome fieldset input[type="radio"]+label {
    color: #484848;
    font-size: 16px
}

#inhome fieldset input[type="radio"]+label span {
    box-shadow: 0 0 0 1px #cccccc;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 7px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%
}

#inhome fieldset input[type="radio"]+label span {
    border: 3px solid #ffffff;
    background-color: #ffffff
}

#inhome fieldset input[type="radio"]:checked+label span {
    background-color: #008bcb
}

#inhome .input-form {
    padding-right: 0px
}

#inhome h2.search-title {
    margin-bottom: 0px !important;
    font-size: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: #999;
    margin: 0px 20px 30px 20px;
    margin-bottom: 30px !important
}

#inhome #form-filter {
    position: relative;
    z-index: 2;
    margin: 30px 20px;
    padding: 30px 45px 30px 30px;
    background-color: #fff;
    font-size: 1em;
    z-index: 1048;
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400
}

#inhome #form-filter .select {
    position: relative;
    border-radius: 0px !important;
    border: solid 1px #ccc;
    padding: 8px 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: auto;
    z-index: 10;
    background: #fff;
    font-size: 1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400
}

#inhome #form-filter .select label {
    display: block;
    font-size: 1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #787878;
    margin-bottom: 10px;
    cursor: pointer
}

#inhome #form-filter .select .arrow {
    position: absolute;
    top: 8px;
    right: 10px
}

#inhome #form-filter .select>div input.autocomplete {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #e6e6e6;
    background: url("../images/chosen-sprite.png") 100% -20px no-repeat;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

#inhome #form-filter .select .results ul {
    max-height: 250px;
    overflow-y: auto;
    top: 0 !important
}

#inhome #form-filter .select .results ul li,
#inhome #form-filter .select .results ul a,
#inhome #form-filter .select .results ul div {
    list-style: none;
    padding: 5px 0px;
    line-height: 2.2;
    color: #787878;
    font-size: 12px !important;
    display: block;
    cursor: pointer
}

#inhome #form-filter .select .results ul li:hover,
#inhome #form-filter .select .results ul a:hover,
#inhome #form-filter .select .results ul div:hover {
    text-decoration: none
}

#inhome #form-filter .select .results ul .level2 {
    padding-left: 10px
}

#inhome #form-filter .select.closed {
    height: 35px;
    z-index: 1
}

#inhome #form-filter input[type="number"],
#inhome #form-filter input[type="text"] {
    position: relative;
    border: solid 1px #e6e6e6;
    padding: 8px 10px;
    width: 100%;
    border-radius: 0px !important
}

#inhome #form-filter input[type="number"]::-webkit-input-placeholder,
#inhome #form-filter input[type="text"]::-webkit-input-placeholder {
    color: #ccc
}

#inhome #form-filter input[type="number"]::-moz-placeholder,
#inhome #form-filter input[type="text"]::-moz-placeholder {
    color: #ccc
}

#inhome #form-filter input[type="number"]:-ms-input-placeholder,
#inhome #form-filter input[type="text"]:-ms-input-placeholder {
    color: #ccc
}

#inhome #form-filter input[type="number"]:-moz-placeholder,
#inhome #form-filter input[type="text"]:-moz-placeholder {
    color: #ccc
}

#inhome #form-filter input[type="submit"] {
    border: 1px solid #5394ce !important;
    color: #5394ce !important;
    border-radius: 0 !important;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1em;
    background-color: #fff
}

#inhome #form-filter input[type="submit"]:hover {
    background-color: #5394ce;
    color: #fff !important
}

#inhome #form-filter .chosen-container {
    width: 100%
}

#inhome #form-filter .chosen-container,
#inhome #form-filter .chosen-single {
    border-radius: 0px !important
}

#inhome #form-filter .price .noUi-base {
    height: 15px
}

#inhome #form-filter .price .noUi-base .noUi-connect {
    background-color: #ffa420;
    border-radius: 10px !important
}

#inhome #form-filter .price .noUi-base .noUi-handle {
    border-radius: 50% !important;
    border: 1.5px solid #cecece !important;
    top: -4px !important;
    width: 24px;
    height: 24px
}

#inhome #form-filter .price .noUi-base .noUi-handle::after {
    display: none
}

#inhome #form-filter .price .noUi-base .noUi-handle::before {
    display: none
}

#inhome #form-filter .price .noUi-target {
    padding-left: 10px;
    height: 15px;
    border-radius: 10px !important;
    border: 0px;
    background-color: #dedede !important
}

#inhome #form-filter .price .noUi-background {
    border-radius: 10px !important;
    background-color: #dedede !important
}

#inhome #form-filter .price-result {
    position: absolute;
    top: 178px;
    left: 30px;
    width: calc(50% - 30px);
    text-align: center
}

#inhome #form-filter .noUi-tooltip {
    display: none
}

#inhome #form-filter #filters .bedrooms {
    display: none
}

#inhome #form-filter #filters .bathrooms {
    display: none
}

#inhome #form-filter #filters .type .subtype-container {
    display: none
}

#inhome #form-filter #filters .input-form {
    width: 19.66667% !important;
    min-height: 60px
}

@media (max-width: 990px) {
    #inhome #form-filter #filters .input-form {
        width: 24.66667% !important
    }
}

@media (max-width: 768px) {
    #inhome #form-filter #filters .input-form {
        width: 32.66667% !important
    }
}

@media (max-width: 585px) {
    #inhome #form-filter #filters .input-form {
        width: 100% !important
    }
}

#inhome #form-filter #filters .submit {
    display: block;
    min-height: 41px
}

#inhome #form-filter #filters .submit:last-of-type {
    display: none
}

#inhome #form-filter #filters.expand .type .chosen-container:last-of-type {
    margin-top: 10px
}

#inhome #form-filter #filters.expand .type .subtype-container {
    display: block
}

#inhome #form-filter #filters.expand .submit {
    display: none
}

#inhome #form-filter #filters.expand .submit:last-of-type {
    display: block
}

#inhome #properties {
    padding: 10px 30px 30px 20px;
    min-height: 650px
}

#inhome #properties .property.active .line-top {
    width: 100%
}

#inhome #properties .property.active .img {
    background-position: 0% top
}

#inhome #properties .property.active .img .overlay-clear {
    opacity: 1
}

#inhome .container-map {
    position: fixed;
    top: 90px;
    right: 0;
    width: calc(50% - 90px);
    height: calc(100% - 90px)
}

#inhome .container-map #map {
    width: 100%;
    height: 100%
}

#inhome .pagination {
    margin: 0 auto;
    display: table;
    list-style: none;
    margin-bottom: 30px
}

#inhome .pagination li {
    width: 40px;
    float: left;
    margin-left: 10px;
    cursor: pointer
}

#inhome .pagination li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 30px;
    color: #787878;
    background-color: #f8f8f8;
    transition: all 0.5s ease;
    border: none;
    border-radius: 0;
    margin: 2px;
    text-align: center;
    font-size: 16px;
    color: #5394ce
}

#inhome .pagination li a:hover {
    background-color: #43becc;
    color: #fff
}

#inhome .pagination li a.active {
    background-color: #5394ce;
    color: #fff
}

@media (max-width: 500px) {
    #inhome #form-filter {
        margin: 30px 0px
    }

    #inhome #properties {
        padding: 20px 0px
    }

    #inhome .property {
        height: auto
    }

    #inhome fieldset legend {
        font-size: 17px;
        margin-bottom: 5px
    }

    #inhome fieldset input[type="radio"]+label {
        font-size: 14px
    }

    #inhome .subtype-container {
        margin-top: 10px
    }

    #inhome .input-form {
        margin-bottom: 10px
    }

    #inhome .price {
        margin-top: 5px
    }

    #inhome .submit {
        margin-top: 10px
    }

    #inhome .search-title {
        font-size: 16px !important
    }

    #inhome .bedrooms {
        margin-top: 6px !important
    }

    #inhome .bathrooms {
        margin-top: 0px !important
    }
}

.infowindowcustom {
    border: none;
    box-shadow: none
}

.infowindowcustom * {
    box-shadow: none !important
}

.infowindowcustom>div {
    border: none !important
}

.infowindowcustom>div>div:nth-child(1) {
    border: none !important
}

.infowindowcustom>div>div:nth-child(1)+div {
    box-shadow: none !important;
    background: none !important
}

.infowindowcustom>div>div:nth-child(1)+div+div {
    left: 10px !important
}

.infowindowcustom .gm-style-iw .bg-img {
    background: red;
    width: 50px;
    height: 50px
}

.zoom-controls {
    position: absolute;
    top: 20px;
    right: 20px
}

.zoom-controls ul.map-style-opt {
    margin: 0;
    padding: 0;
    width: 130px;
    position: absolute;
    right: 0px;
    top: 34px;
    list-style: none;
    opacity: 0;
    transition: all 0.3s;
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400
}

.zoom-controls ul.map-style-opt.active {
    opacity: 1
}

.zoom-controls ul.map-style-opt li {
    background-color: #fff;
    padding-left: 15px;
    height: 30px;
    transition: all 0.1s
}

.zoom-controls ul.map-style-opt li:hover {
    background-color: #43becc !important;
    color: #fff;
    cursor: pointer
}

.zoom-controls .zoom-in-button,
.zoom-controls .zoom-out-button {
    margin-right: 2px
}

.zoom-controls .zoom-in-button,
.zoom-controls .zoom-out-button,
.zoom-controls #map-style {
    font-family: "Roboto, sans-serif";
    font-size: 15px;
    line-height: 30px;
    padding: 1px 0 0 9px;
    transition: all 0.1s;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-color: #fff;
    float: left;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.7
}

.zoom-controls .zoom-in-button:hover,
.zoom-controls .zoom-out-button:hover,
.zoom-controls #map-style:hover {
    background-color: #43becc !important;
    color: #fff
}

#printingButton,
#comparationButton {
    position: fixed;
    bottom: 50px;
    left: calc(100% - 100px);
    width: 75px;
    height: 75px;
    background: #5394ce;
    color: #fff;
    display: block;
    z-index: 9999;
    border-radius: 50%
}

#printingButton i,
#comparationButton i {
    background-image: url("../images/printer.svg");
    background-size: cover;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#printingButton span.cant,
#comparationButton span.cant {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    background: #c52f2f;
    border-radius: 50%;
    line-height: 30px
}

#printingButton span.text,
#comparationButton span.text {
    font-size: 10px;
    font-family: 'OpenSans-Medium';
    font-weight: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-transform: uppercase;
    line-height: 10px
}

#printingButton.hand,
#comparationButton.hand {
    cursor: pointer
}

#printingButton {
    bottom: 150px !important
}

#comparationButton {
    background: #ffa420
}

#comparationButton i {
    background-image: url("../images/agregar_white.svg")
}

#comparationButton span.text {
    bottom: 17px
}

#printingPopup,
#comparationPopup {
    animation-duration: 0.2s;
    position: relative;
    border: none;
    position: fixed;
    bottom: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: calc(100% - 260px);
    z-index: 1001;
    width: 75px;
    height: 85px;
    display: none;
    background: #f5f5f5
}

#printingPopup.active,
#comparationPopup.active {
    box-shadow: 0 0 15px #bdbdbd;
    height: 465px;
    width: 250px;
    display: block;
    z-index: 10000
}

#printingPopup .min-compare a,
#comparationPopup .min-compare a {
    background: #fff;
    height: 30px;
    display: block;
    text-align: right;
    border-bottom: #e9e9e9;
    padding: 0 20px 0 0;
    font-size: 31px;
    line-height: 10px;
    display: block
}

#printingPopup .thumbnails,
#comparationPopup .thumbnails {
    width: 100%;
    height: calc(100% - 30px - 45px);
    background: #f5f5f5;
    overflow-y: auto
}

#printingPopup .thumbnails ul,
#comparationPopup .thumbnails ul {
    width: 100%;
    margin: 0;
    padding: 15px 0
}

#printingPopup .thumbnails ul li,
#comparationPopup .thumbnails ul li {
    float: none;
    display: table;
    width: 190px;
    height: 160px;
    margin: 0 30px 20px 30px;
    padding: 0;
    background: #fff;
    position: relative
}

#printingPopup .thumbnails ul li h3,
#comparationPopup .thumbnails ul li h3 {
    margin: 0;
    font-size: 14px !important;
    font-family: 'OpenSans-Medium' !important;
    padding: 5px 20px 0 20px
}

#printingPopup .thumbnails ul li p.price,
#comparationPopup .thumbnails ul li p.price {
    margin: 0;
    padding: 0 20px
}

#printingPopup .thumbnails ul li svg,
#comparationPopup .thumbnails ul li svg {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    cursor: pointer
}

#printingPopup .btn,
#comparationPopup .btn {
    width: 100%;
    height: 45px;
    background: #5394ce;
    text-align: center;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    border-radius: 0;
    padding: 0;
    line-height: 45px
}

#printingPopup .btn:hover,
#comparationPopup .btn:hover {
    text-decoration: none
}

#comparationPopup .btn {
    background: #ffa420
}

.actions {
    position: absolute;
    top: 15px;
    left: 30px;
    left: calc(100% - 90px);
    z-index: 999
}

.actions div {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    cursor: pointer
}

.actions div span {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center top;
    display: block
}

.actions div:first-child span {
    background-size: 18px auto;
    background-position: center 1px
}

.actions div:last-child span {
    background-size: 13px auto
}

.actions .print span {
    background-image: url("/images/icono-imprimir.svg")
}

.actions .print.active span {
    background-position: center -21px
}

.actions .compare span {
    background-image: url("/images/icono-comparar.svg")
}

.actions .compare.active span {
    background-position: center bottom
}

.overlay {
    background: rgba(226, 226, 226, 0);
    background: -moz-linear-gradient(bottom, rgba(226, 226, 226, 0) 0%, rgba(219, 219, 219, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(226, 226, 226, 0)), color-stop(0%, rgba(219, 219, 219, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(bottom, rgba(226, 226, 226, 0) 0%, rgba(219, 219, 219, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(bottom, rgba(226, 226, 226, 0) 0%, rgba(219, 219, 219, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(bottom, rgba(226, 226, 226, 0) 0%, rgba(219, 219, 219, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to top, rgba(226, 226, 226, 0) 0%, rgba(219, 219, 219, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 50px;
    z-index: 99
}

@media (max-width: 500px) {
    header .logo img {
        height: auto;
        max-width: 200px
    }

    #printingButton,
    #comparationButton {
        width: 55px;
        height: 55px;
        bottom: 30px;
        left: calc(100% - 70px)
    }

    #printingButton i,
    #comparationButton i {
        top: 50%
    }

    #printingButton .cant,
    #comparationButton .cant {
        top: -8px !important
    }

    #printingButton .text,
    #comparationButton .text {
        display: none
    }

    #printingButton {
        bottom: 100px !important
    }

    .pagination {
        margin-bottom: 30px !important
    }
}

.property {
    width: 100%;
    border: solid 1px #eeeeee;
    position: relative;
    margin-bottom: 30px;
    background-color: #fbfbfb;
    height: 436px
}

.property .img {
    height: 184px;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 5px;
    position: relative;
    cursor: pointer
}

.property .img .overlay-clear {
    padding: 15px;
    transition: all 0.2s ease;
    opacity: 0
}

.property .img .property_status {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    padding: 8px 15px;
    display: table;
    margin-bottom: 5px;
    margin-left: -3px;
    left: initial;
    top: 10px
}

.property .property_content {
    padding: 25px 25px 18px 25px;
    position: relative;
    min-height: 166px
}

.property .property_content h3 {
    color: #484848;
    font-size: 22px;
    padding-bottom: 8px;
    margin: 0;
    font-family: 'OpenSans-Medium';
    font-weight: normal;
    overflow: hidden;
    width: 100%;
    height: 70px
}

.property .property_content p.address {
    color: #008bcb;
    font-size: 12px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    width: 100%;
    height: 30px;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    line-height: 15px
}

.property .property_content .content-details div {
    font-family: 'OpenSans-Medium';
    font-size: 14px;
    color: #484848
}

.property .property_content .content-details div span {
    position: relative;
    margin: 0 10px 0 0;
    top: 2px
}

.property .property_content .content-details>div {
    height: 30px
}

.property .property_content .printer,
.property .property_content .comparation {
    position: absolute;
    top: -23px;
    right: 30px;
    width: 45px;
    height: 45px;
    display: block;
    background: #5394ce;
    border-radius: 50%
}

.property .property_content .printer i,
.property .property_content .comparation i {
    background-image: url("../images/printer.svg");
    background-size: cover;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.property .property_content .printer.active,
.property .property_content .comparation.active {
    background: #fff
}

.property .property_content .icon-id {
    background-image: url(../images/icono-id.svg);
    margin-right: 3px;
    padding: 0px 8px;
    background-repeat: no-repeat
}

.property .property_price {
    justify-content: space-between;
    height: 50px;
    overflow: hidden;
    background: #008bcb;
    padding-right: 25px;
    padding-left: 25px
}

.property .property_price .price-tag {
    color: #484848;
    font-family: 'OpenSans-Medium';
    font-size: 22px;
    margin: 0;
    float: right;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    color: #fff
}

.property .property_price .price-tag span {
    font-size: calc(20px - 4px)
}

.property .property_price .price-tag span.small {
    font-size: 16px
}

.property .property_price .price-tag span.symbol {
    font-size: 16px
}

.property .property_price .compare-property {
    display: block;
    color: #5394ce;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    cursor: pointer
}

.property .property_price .compare-property i {
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url(../images/agregar.svg);
    background-size: cover;
    top: 3px;
    left: 4px;
    opacity: 1;
    margin-right: 10px
}

.property .property_price .compare-property:hover {
    text-decoration: none
}

.property .property_price .compare-property.delete {
    color: #ba2f2f
}

.property .property_price .compare-property.delete i {
    background-image: url(../images/quitar.svg)
}

.property .overlay {
    width: 100%;
    margin: 0
}

.property .property_status {
    position: relative;
    z-index: 999
}

@media (max-width: 500px) {
    .property .property_content .content-details>div {
        white-space: nowrap
    }
}

#wrapperAgent .ficha {
    margin-bottom: 50px;
    margin-top: 60px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15)
}

#wrapperAgent .ficha .agent-image {
    width: 100%
}

#wrapperAgent .ficha .agent-social {
    position: relative;
    background-color: #f3f3f3;
    height: 77px;
    width: 100%
}

#wrapperAgent .ficha .agent-social>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 35px;
    width: 182px
}

#wrapperAgent .ficha .agent-social>div a {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px
}

#wrapperAgent .ficha .agent-social>div a::before {
    width: 35px;
    height: 35px;
    transition: all 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    z-index: 1
}

#wrapperAgent .ficha .agent-social>div a.facebook::before {
    background: #d4d6d8
}

#wrapperAgent .ficha .agent-social>div a.twitter::before {
    background: #d4d6d8
}

#wrapperAgent .ficha .agent-social>div a.google::before {
    background: #d4d6d8
}

#wrapperAgent .ficha .agent-social>div a.pinterest::before {
    background: #d4d6d8
}

#wrapperAgent .ficha .agent-social>div a img {
    transition: all 0.5s ease;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

#wrapperAgent .ficha .agent-social>div a:hover::before {
    transform: rotate(90deg);
    border-radius: 50px
}

#wrapperAgent .ficha .agent-social>div a:hover.facebook::before {
    background: #3b5998
}

#wrapperAgent .ficha .agent-social>div a:hover.twitter::before {
    background: #4cc2ff
}

#wrapperAgent .ficha .agent-social>div a:hover.google::before {
    background: #d23e2b
}

#wrapperAgent .ficha .agent-social>div a:hover.pinterest::before {
    background: #c91a22
}

#wrapperAgent .ficha .agent-social>div a:last-child {
    margin: 0
}

#wrapperAgent .ficha h3 {
    font-family: "Source Sans Pro";
    font-weight: 400;
    color: #42484b;
    font-size: 24px;
    line-height: 31px
}

#wrapperAgent .ficha h4 {
    font-family: "Fira Sans";
    font-weight: 400;
    color: #42484b;
    font-size: 17px;
    line-height: 29px
}

#wrapperAgent .ficha ul {
    margin-bottom: 20px
}

#wrapperAgent .ficha ul li {
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    padding-bottom: 1px
}

#wrapperAgent .ficha ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    padding-bottom: 1px;
    border-bottom: 1px solid #e6e6e6
}

#wrapperAgent .ficha ul li span {
    margin-right: 10px
}

#wrapperAgent .ficha .agent-description p {
    font-family: "Fira Sans";
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #999
}

#wrapperAgent .wrapper-title {
    overflow: hidden;
    margin-bottom: 30px
}

#wrapperAgent .wrapper-title h3 {
    padding-right: 1em;
    position: relative;
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
    display: table;
    background: #fff
}

#wrapperAgent .wrapper-title h3::after {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    margin-top: -1px;
    margin-left: 1em;
    content: "";
    height: 2px;
    width: 9999px;
    background-color: #e6e6e6
}

#wrapperAgent #contact-form {
    padding-bottom: 50px
}

#wrapperAgent #contact-form .form-group {
    margin-bottom: 15px
}

#wrapperAgent #contact-form .form-group .form-control {
    color: #787878;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    height: 40px;
    width: 100%;
    padding-left: 15px
}

#wrapperAgent #contact-form .form-group textarea {
    height: 147px !important;
    padding-top: 15px
}

#wrapperAgent #contact-form input[type="submit"] {
    display: inline-block;
    outline: none !important;
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #39424a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #43becc;
    color: #fff
}

#wrapperAgent #contact-form input[type="submit"]:hover {
    color: #fff;
    background-color: #2e353b;
    text-decoration: none
}

#page_comparation {
    overflow: hidden
}

@media screen and (max-width: 768px) {
    #page_comparation [data-attribute^="GPS"] {
        display: none !important
    }
}

#page_comparation .wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 50px auto 0 auto
}

#page_comparation .wrapper>.row {
    margin-bottom: 40px;
    margin-left: 15px !important;
    margin-right: 15px !important
}

#page_comparation .wrapper>.row #table {
    display: table;
    width: 100%
}

#page_comparation .wrapper>.row #table .row {
    margin: 0;
    display: table-row
}

#page_comparation .wrapper>.row #table .row .col {
    display: table-cell;
    padding: 10px 3px 10px 0;
    border-bottom: solid 1px #ccc
}

@media screen and (max-width: 450px) {
    #page_comparation .wrapper>.row #table .row .col {
        font-size: 11px
    }
}

#page_comparation .wrapper>.row #table .row.header {
    border-bottom: none
}

#page_comparation .wrapper>.row #table .row.header .col_header {
    color: transparent;
    border-bottom: none
}

#page_comparation .wrapper>.row #table .row.header .col_image {
    border-bottom: none
}

@media screen and (max-width: 980px) {
    #page_comparation .wrapper>.row #table .row.header .col_image {
        width: 18% !important
    }
}

#page_comparation .wrapper>.row #table .row.header .col_image div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    border: solid 5px #f5f5f5;
    border-left: none;
    position: relative
}

#page_comparation .wrapper>.row #table .row.header .col_image div i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 25px;
    height: 25px;
    cursor: pointer
}

#page_comparation .wrapper>.row #table .row.header .col_image div i::before {
    content: '';
    background-image: url("../images/close_ico.svg");
    background-size: cover;
    background-position: center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px)
}

#page_comparation .wrapper>.row #table .row.header .col_title {
    font-size: 20px;
    font-weight: 400;
    border-bottom: none
}

#page_comparation .wrapper>.row #table .row.header .col_title div {
    margin: 0 20px 0 0;
    font-size: 14px
}

@media screen and (max-width: 450px) {
    #page_comparation .wrapper>.row #table .row.header .col_title div {
        font-size: 11px
    }
}

#page_comparation .wrapper>.row #table .row.header .col_adress {
    border-bottom: none
}

#page_comparation .wrapper>.row #table .row.header .col_adress div {
    margin: 0 20px 0 0
}

.single-property {
    background-color: #f5f5f5;
    padding-top: 50px
}

.single-property .tambien span {
    padding: 30px 0 10px 0;
    display: block
}

.single-property .link-back {
    text-align: left;
    margin-top: 45px;
    margin-bottom: 30px;
    display: block;
    font-family: "OpenSans-Bold"
}

.single-property .container-fluid {
    max-width: 1170px !important
}

.single-property .dark-tag {
    display: inline-block
}

.single-property .dark-tag.second {
    margin-left: 10px
}

.single-property h1.title {
    font-size: 30px;
    font-family: OpenSans-Medium;
    color: #333333;
    margin: 25px 0 30px 0
}

.single-property span.address {
    font-family: OpenSans-Medium;
    font-size: 18px;
    color: #5f5f5f;
    margin-bottom: 30px;
    display: block;
    line-height: 18px
}

.single-property .description {
    font-family: "OpenSans-Light";
    font-size: 14px;
    color: #484848
}

.single-property h3.sub-title {
    font-size: 20px;
    font-family: OpenSans-Medium;
    color: #333333
}

.single-property .features {
    margin-bottom: 60px;
    margin-top: -17px
}

.single-property .features h3 {
    margin-bottom: 15px
}

.single-property .features .meta-title {
    width: 25px;
    display: inline;
    margin-right: 10px
}

.single-property .features .meta-data {
    display: inline;
    font-size: 14px !important;
    color: #484848 !important;
    font-family: OpenSans-Medium !important;
    line-height: 37px
}

.single-property .features ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-property .features ul .feature-item {
    display: inline-block;
    width: calc(100% / 2)
}

.single-property .features ul .feature-item span {
    font-family: OpenSans-Light;
    color: #484848;
    font-size: 14px
}

.single-property .features ul .feature-item i {
    font-size: 11px;
    margin-right: 15px
}

.single-property .location {
    margin-bottom: 60px
}

.single-property .location h3 {
    margin-bottom: 40px
}

.single-property .location .property-map {
    height: 412px;
    width: 100%
}

.single-property .floor-plans-wrapper h3 {
    margin-bottom: 40px
}

.single-property .floor-plans-wrapper img {
    height: 510px;
    width: 100%
}

.single-property .thumbnail-slider .slider-single .slick-slide {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
    object-fit: cover
}

.single-property .thumbnail-slider .slider-single .slick-slide img {
    height: 400px
}

.single-property .thumbnail-slider .slider-nav .slick-slide {
    margin: 5px !important;
    overflow: hidden;
    height: 100px !important
}

.single-property .thumbnail-slider .slider-nav .slick-slide img {
    width: 140px !important;
    height: 100% !important
}

.single-property .thumbnail-slider .slick-next {
    background-image: url("../images/arrow_right.svg");
    background-size: cover;
    background-position: center;
    background-color: initial;
    display: block;
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    margin: 0;
    opacity: 1 !important;
    border: none
}

.single-property .thumbnail-slider .slick-next:focus {
    outline: 0
}

.single-property .thumbnail-slider .slick-prev {
    background-image: url("../images/arrow_left.svg");
    background-size: cover;
    background-position: center;
    background-color: initial;
    display: block;
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    margin: 0;
    opacity: 1 !important;
    border: none
}

.single-property .thumbnail-slider .slick-prev:focus {
    outline: 0
}

.single-property h3 {
    font-family: OpenSans-Medium !important;
    font-size: 20px !important;
    color: #333333 !important
}

.single-property .share-content {
    padding: 40px 30px;
    background: #fff;
    border: solid 1px #eeeeee
}

.single-property .share-content div {
    display: table;
    margin: auto
}

.single-property .share-content div a {
    display: inline-block;
    margin: 0 10px;
    font-size: 19px;
    color: #484848
}

.single-property .property-title {
    background-color: #fff;
    padding: 25px 25px 15px 25px
}

.single-property .property-title .share-property {
    display: inline-flex
}

.single-property .property-title .share-property div {
    margin-right: 10px;
    font-size: 15px
}

.single-property .property-title .share-property div a {
    text-decoration: none;
    color: #333;
    position: relative;
    top: -4px
}

.single-property .property-title .share-property div img {
    width: 30px;
    position: relative;
    top: -3px
}

.single-property .property-title .share-property div.share-title {
    margin-right: 0px
}

.single-property .property-title .share-property div.share-facebook img {
    left: 4px
}

.single-property .property-title .share-property div:last-child {
    margin-right: 0
}

.single-property .property-title .title-custom {
    margin-bottom: 0
}

.single-property .property-title .title-custom h2 {
    font-size: 22px !important;
    font-family: 'OpenSans-Medium' !important;
    margin: 0;
    color: #42484b !important
}

.single-property .property-title .title-custom small {
    font-size: 12px;
    font-family: OpenSans-Medium;
    text-transform: uppercase;
    color: #008bcb;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0
}

.single-property .property-title .title-custom span {
    padding-top: 10px;
    display: flex;
    font-size: 15px;
    font-family: OpenSans-Medium !important
}

.single-property .property-price {
    background-color: #008bcb;
    padding: 20px 25px
}

.single-property .property-price .price-tag {
    margin: 0
}

.single-property .property-price .price {
    font-family: OpenSans-Medium;
    font-size: 24px;
    color: #fff;
    line-height: 1
}

.single-property .property-price .price small,
.single-property .property-price .price span {
    font-size: 18px
}

.single-property .property-info {
    background-color: #fff;
    padding: 25px
}

.single-property .property-info .available {
    margin-top: 15px
}

.single-property .property-info .available a {
    font-family: OpenSans-Medium;
    font-size: 13px;
    color: #008bcb
}

.single-property .property-info .more-info {
    position: relative;
    height: 50px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 50px;
    border: solid 1px #008bcb;
    font-family: 'OpenSans-Medium';
    font-weight: bold;
    font-size: 14px;
    color: #008bcb
}

.single-property .property-info .view-more {
    position: relative;
    height: 50px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 50px;
    font-family: 'OpenSans-Medium';
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #FFA420;
    color: #FFA420
}

.single-property .property-info .meta-custom .property-meta .row>div {
    padding: 0;
    text-align: left
}

.single-property .property-info .meta-custom .property-meta .row>div.icon-row {
    white-space: nowrap
}

.single-property .property-info .meta-custom .property-meta .row>div.gps a {
    cursor: pointer;
    color: #ff9b00 !important
}

.single-property .property-info .meta-custom .property-meta .row>div #print {
    cursor: pointer
}

.single-property .contact-custom {
    background: #fff;
    border: solid 1px #eeeeee;
    border-top: none;
    padding: 40px 30px;
    margin-bottom: 25px;
    position: relative
}

.single-property .contact-custom form {
    margin: 0
}

.single-property .contact-custom form input,
.single-property .contact-custom form .chosen-container {
    margin-bottom: 20px
}

.single-property .contact-custom form input[type="submit"] {
    margin-top: 20px
}

.single-property .contact-custom form input[type="submit"].disabled {
    background: #cacaca !important;
    color: #808080
}

.single-property .contact-custom .prefer a {
    display: block;
    width: 50%;
    height: 40px;
    border: solid 1px #b3b3b3;
    line-height: 40px;
    text-align: center;
    color: #484848;
    font-size: 14px;
    font-family: 'OpenSans-Medium';
    font-weight: normal;
    float: left
}

.single-property .contact-custom .prefer a:last-child {
    border-left: none
}

.single-property .contact-custom .prefer a:first-child {
    border-right: none
}

.single-property .contact-custom .prefer a.active {
    border: solid 1px #5394ce;
    color: #5394ce
}

.single-property .contact-custom .prefer .clear {
    clear: both
}

.single-property .contact-custom input[type="submit"].submit {
    width: 100% !important;
    height: 40px !important;
    background: #5394ce !important;
    color: #fff !important;
    text-align: center !important
}

.single-property .contact-custom .thanks {
    display: none
}

.single-property .contact-custom.send form {
    display: none
}

.single-property .contact-custom.send .thanks {
    display: block
}

.single-property .feature-custom ul {
    list-style: none
}

.single-property .thanks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none
}

.single-property .thanks .content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    max-width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #484848
}

.single-property .contact-info {
    margin-bottom: 60px
}

.single-property .contact-info .agent-name {
    font-size: 15px
}

.single-property .contact-info ul {
    margin-left: 0;
    padding-left: 0;
    display: inline-flex
}

.single-property .contact-info ul li {
    margin-right: 10px;
    list-style: none
}

.single-property .contact-info ul li a {
    color: #5394ce !important
}

.single-property .contact-info .li-mobile {
    display: none
}

.property_status {
    background-color: #78d259;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 100;
    padding: 10px 15px 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "OpenSans-Bold"
}

.property_status:nth-child(1) {
    top: 20px
}

.property_status:nth-child(2) {
    top: 60px
}

.property_status:nth-child(3) {
    top: 100px
}

@media (max-width: 500px) {
    .share-facebook {
        margin-left: -6px
    }

    .contact-info ul {
        display: block !important
    }

    .contact-info ul li {
        margin-bottom: 10px
    }

    .contact-info ul li a {
        color: #5394ce !important;
        margin-left: 10px;
        margin-right: 10px
    }

    .contact-info ul li a:first-child {
        margin-left: 0;
        margin-bottom: 10px
    }
}

.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8)
}

.cookie-modal .cookie-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    border-top: 5px solid #008bcb
}

.cookie-modal .cookie-container p {
    width: 80%;
    margin: 30px auto 10px;
    text-align: left;
    font-size: 14px
}

.cookie-modal .cookie-container .cookie-accept {
    color: #008bcb;
    border: solid 1px #008bcb;
    display: block;
    height: 38px;
    width: 100px;
    padding: 0 15px;
    line-height: 40px !important;
    font-size: 14px !important;
    font-family: 'OpenSans-Bold';
    margin: auto;
    margin-top: 0;
    margin-bottom: 20px
}

.footer {
    color: #fff;
    background-color: #333
}

.footer #agente-copyright {
    top: 0px
}

.footer .top,
.footer .bottom {
    padding-left: 30px;
    padding-right: 30px
}

.footer .top .container-fluid,
.footer .bottom .container-fluid {
    max-width: 1440px
}

.footer .top {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5)
}

.footer .top .textwidget {
    color: #999 !important;
    font-size: 14px
}

.footer .bottom {
    background-color: #333333;
    padding: 80px 0
}

.footer .bottom .legals p {
    font-size: 11px;
    font-family: OpenSans-Medium;
    color: #b3b3b3;
    text-align: justify;
    opacity: 0.7;
    color: #fff
}

@media (max-width: 500px) {
    .footer .top {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .footer .bottom {
        padding: 30px 0
    }
}

#book {
    display: none
}

#print-list {
    padding-top: 30px;
    min-height: 100px
}

#print-list-button {
    display: inline-flex;
    float: right;
    position: relative;
    top: -85px
}

@media only screen and (max-width: 575px) {
    #print-list-button {
        position: relative;
        top: -38px
    }

    #print-list-button .btn-print {
        padding: 0 10px
    }

    #print-list-button span:last-child {
        display: none
    }

    #print-list-button span {
        margin: 0
    }
}

#trash-print span:first-child {
    background-image: url(../images/close-button-blue.svg) !important;
    background-position-y: 0 !important;
    width: 18px !important;
    height: 18px !important
}

.btn-print {
    border: solid 1px #008bcb;
    display: block;
    height: 38px;
    cursor: pointer;
    padding: 0 15px;
    position: relative;
    margin-right: 20px
}

.btn-print:last-child {
    margin-right: 0
}

.btn-print span {
    color: #008bcb
}

.btn-print span:first-child {
    background-repeat: no-repeat;
    background-image: url(../images/icono-imprimir-azul.svg);
    width: 18px;
    height: 17px;
    float: left;
    top: 10px;
    background-position-y: -21px;
    background-size: cover;
    margin-right: 7px;
    position: relative
}

.btn-print span:last-of-type {
    position: relative;
    top: 10px
}

#print-list-container {
    margin-top: 30px
}

#print-list-container>.row h2 {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px
}

#print-list-container>.row .col-lg-12:first-child {
    margin-bottom: -40px
}

#print-list-container a.back-button {
    border: solid 1px #008bcb;
    display: block;
    width: 107px;
    height: 38px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 40px !important;
    font-size: 14px !important;
    font-family: 'OpenSans-Bold';
    margin-top: 10px
}

#print-list-container a.back-button span {
    background-image: url(../images/arrow_left_blue.svg);
    background-position-y: 0;
    width: 18px;
    height: 18px;
    float: left;
    top: 10px;
    background-size: 100%;
    margin-right: 7px;
    position: relative
}

@media print {
    body {
        font-family: Arial, sans-serif !important;
        font-size: 10pt;
        color: #000;
        padding: 0px !important;
        margin: 0px !important;
        width: 100% !important
    }

    #printingPopup,
    #printingButton,
    #comparationButton,
    #compare-properties-popup,
    #newSearch,
    .single-property-detail,
    #print-list-container {
        display: none !important
    }

    header {
        display: none
    }

    #content {
        margin: 0 !important;
        margin-top: 0 !important
    }

    #content #property-layout-full-width {
        display: none
    }

    #content .container>.row,
    #content .container .container {
        display: none
    }

    footer {
        display: none
    }

    @page {
        size: A4;
        margin: 0
    }

    .page-break {
        -webkit-column-break-inside: avoid !important;
        page-break-inside: avoid !important;
        break-inside: avoid !important;
        -webkit-column-break-after: always !important;
        page-break-after: always !important;
        berak-after: always !important;
        -webkit-column-break-before: always !important;
        page-break-before: always !important;
        berak-before: always !important
    }

    .single-property {
        padding-top: 0 !important
    }

    #popUpPrinting {
        display: block;
        width: 100%;
        background: #fff
    }

    #popUpPrinting .logotipo {
        float: right
    }

    #popUpPrinting .info {
        float: left
    }

    #popUpPrinting h2 {
        font-size: 11px
    }

    #book {
        display: block
    }

    #book .page {
        width: 210mm;
        min-height: 297mm;
        padding: 2cm;
        margin: 0;
        border: initial;
        border-radius: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always
    }

    #book .subpage {
        height: 257mm
    }

    #book .print-content {
        height: 100%
    }

    #book .print-content .print-title {
        height: 32.72mm;
        display: block;
        border-bottom: 3px solid #77a4dc;
        padding: 10px
    }

    #book .print-content .print-title.hoa {
        height: 35.72mm
    }

    #book .print-content .print-title .title-info {
        float: left;
        height: 100%;
        width: 70%
    }

    #book .print-content .print-title .title-info .property-name {
        font-family: 'OpenSans-Medium';
        font-weight: 500;
        line-height: 22px;
        font-size: 22px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    #book .print-content .print-title .title-info .property-adress,
    #book .print-content .print-title .title-info .property-id {
        color: #5f5f5f;
        font-size: 13px;
        font-family: 'OpenSans-Medium';
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #book .print-content .print-title .title-info .property-price-status {
        font-family: 'OpenSans-Medium';
        font-weight: 400;
        font-size: 20px;
        line-height: 34px
    }

    #book .print-content .print-title .title-info .property-hoa {
        font-family: 'OpenSans-Medium';
        font-weight: 500;
        font-size: 15px;
        line-height: 20px
    }

    #book .print-content .print-title .title-logo {
        float: right;
        width: 30%;
        text-align: center
    }

    #book .print-content .print-photo {
        height: 97.28mm;
        margin-top: 3mm;
        width: 100%;
        padding: 2.5px
    }

    #book .print-content .print-photo .tag-container {
        position: absolute
    }

    #book .print-content .print-photo .tag-container .status-update {
        min-width: 25%;
        position: relative;
        margin-top: 10px;
        margin-left: -5px;
        -webkit-print-color-adjust: exact
    }

    #book .print-content .print-photo .tag-container .status-update:not(:first-child) {
        position: absolute
    }

    #book .print-content .print-photo .tag-container .status-update:first-of-type {
        margin-top: 25px
    }

    #book .print-content .print-photo .tag-container .status-update.status-0 {
        margin-top: 20px
    }

    #book .print-content .print-photo .tag-container .status-update.status-1 {
        margin-top: 70px
    }

    #book .print-content .print-photo .tag-container .status-update span {
        -webkit-print-color-adjust: exact;
        padding: 10px 25px;
        color: #fff !important;
        width: 100%;
        font-size: 12px;
        text-align: center
    }

    #book .print-content .print-photo img {
        height: 100%;
        width: 100%
    }

    #book .print-content .print-photo .photo-content {
        height: 100%;
        width: 100%
    }

    #book .print-content .print-photo .photo-content>div {
        float: left;
        padding: 5px
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(1) {
        width: 100%;
        height: 100%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(2),
    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(1) {
        width: 50%;
        height: 100%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(3) {
        width: 50%;
        height: 100%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(2),
    #book .print-content .print-photo .photo-content>div:nth-child(3):nth-last-child(1) {
        width: 50%;
        height: 50%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(4),
    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(3),
    #book .print-content .print-photo .photo-content>div:nth-child(3):nth-last-child(2),
    #book .print-content .print-photo .photo-content>div:nth-child(4):nth-last-child(1) {
        width: 50%;
        height: 50%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(5) {
        width: 50%;
        height: 100%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(4),
    #book .print-content .print-photo .photo-content>div:nth-child(3):nth-last-child(3),
    #book .print-content .print-photo .photo-content>div:nth-child(4):nth-last-child(2),
    #book .print-content .print-photo .photo-content>div:nth-child(5):nth-last-child(1) {
        width: 25%;
        height: 50%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(6),
    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(5) {
        width: 50%;
        height: 75%
    }

    #book .print-content .print-photo .photo-content>div:nth-child(3):nth-last-child(4),
    #book .print-content .print-photo .photo-content>div:nth-child(4):nth-last-child(3),
    #book .print-content .print-photo .photo-content>div:nth-child(5):nth-last-child(2),
    #book .print-content .print-photo .photo-content>div:nth-child(6):nth-last-child(1) {
        width: 25%;
        height: calc(100% / 4)
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(7) {
        width: 75%;
        height: calc((100% / 3) * 2)
    }

    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(6),
    #book .print-content .print-photo .photo-content>div:nth-child(3):nth-last-child(5),
    #book .print-content .print-photo .photo-content>div:nth-child(4):nth-last-child(4),
    #book .print-content .print-photo .photo-content>div:nth-child(5):nth-last-child(3),
    #book .print-content .print-photo .photo-content>div:nth-child(6):nth-last-child(2),
    #book .print-content .print-photo .photo-content>div:nth-child(7):nth-last-child(1) {
        width: 25%;
        height: calc(100% / 3)
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(8) {
        width: 75%;
        height: calc((100% / 3) * 2)
    }

    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(7),
    #book .print-content .print-photo .photo-content>div:nth-child(3):nth-last-child(6),
    #book .print-content .print-photo .photo-content>div:nth-child(4):nth-last-child(5),
    #book .print-content .print-photo .photo-content>div:nth-child(5):nth-last-child(4),
    #book .print-content .print-photo .photo-content>div:nth-child(6):nth-last-child(3),
    #book .print-content .print-photo .photo-content>div:nth-child(7):nth-last-child(2) {
        width: 25%;
        height: calc(100% / 3)
    }

    #book .print-content .print-photo .photo-content>div:nth-child(8):nth-last-child(1) {
        display: none
    }

    #book .print-content .print-photo .photo-content>div:nth-child(1):nth-last-child(9) {
        width: 50%;
        height: calc((100% / 3) * 2)
    }

    #book .print-content .print-photo .photo-content>div:nth-child(2):nth-last-child(8),
    #book .print-content .print-photo .photo-content>div:nth-child(3):nth-last-child(7),
    #book .print-content .print-photo .photo-content>div:nth-child(4):nth-last-child(6),
    #book .print-content .print-photo .photo-content>div:nth-child(5):nth-last-child(5),
    #book .print-content .print-photo .photo-content>div:nth-child(6):nth-last-child(4),
    #book .print-content .print-photo .photo-content>div:nth-child(7):nth-last-child(3),
    #book .print-content .print-photo .photo-content>div:nth-child(8):nth-last-child(2),
    #book .print-content .print-photo .photo-content>div:nth-child(9):nth-last-child(1) {
        width: 25%;
        height: calc(100% / 3)
    }

    #book .print-content .print-info {
        height: 79.8mm;
        padding-top: 5px;
        width: 100%;
        padding: 5px;
        border-bottom: 3px solid #77a4dc
    }

    #book .print-content .print-info #map-qr {
        width: 80px;
        margin-top: -80px
    }

    #book .print-content .print-info .info-title {
        font-family: 'OpenSans-Medium';
        font-weight: 500;
        line-height: 22px;
        font-size: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    #book .print-content .print-info .col-1 {
        float: left;
        height: 100%;
        width: 50%
    }

    #book .print-content .print-info .col-1 .map-container {
        height: 85%;
        overflow: hidden
    }

    #book .print-content .print-info .col-1 .map-container img {
        display: block;
        width: 100%;
        height: auto
    }

    #book .print-content .print-info .col-2 {
        padding-left: 10px;
        height: 100%;
        float: left;
        width: 50%;
        font-size: 13px
    }

    #book .print-content .print-info .col-2 .col50 {
        float: left;
        width: 50%;
        padding-left: 5px;
        line-height: 20px
    }

    #book .print-content .print-info .col-2 .col100 {
        float: left;
        width: 100%;
        padding-left: 5px;
        line-height: 20px
    }

    #book .print-content .print-info .col-2 .b1 {
        height: 40%
    }

    #book .print-content .print-info .col-2 .b1>div {
        font-family: 'OpenSans-Medium';
        font-weight: 300;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        margin-bottom: 5px
    }

    #book .print-content .print-info .col-2 .b2 {
        height: 67%
    }

    #book .print-content .print-info .col-2 .b2>div {
        font-size: 13px;
        font-family: 'OpenSans-Medium';
        font-weight: normal;
        margin-bottom: 5px
    }

    #book .print-content .print-info .contact .name,
    #book .print-content .print-info .contact .tel {
        font-size: 13px;
        font-family: 'OpenSans-Medium';
        font-weight: normal
    }

    #book .print-content .print-footer {
        height: 25.6mm;
        width: 100%
    }

    #book .print-content .print-footer .izq {
        height: 100%;
        float: left;
        width: 60%
    }

    #book .print-content .print-footer .izq span {
        display: block;
        margin-top: 4px
    }

    #book .print-content .print-footer .izq>div {
        position: relative;
        top: 10px;
        color: #78787b;
        line-height: 7.5px;
        font-size: 7px;
        text-align: justify
    }

    #book .print-content .print-footer .izq>div p {
        font-size: 7px;
        text-align: justify;
        line-height: 7.5px
    }

    #book .print-content .print-footer .der {
        padding: 10px;
        float: left;
        width: 40%;
        text-align: right;
        font-family: 'OpenSans-Medium';
        position: relative
    }

    #book .print-content .print-footer .der img {
        width: 1.2cm
    }

    #book .print-content .print-footer .der .logo-footer {
        position: absolute;
        top: 10px;
        left: 0
    }

    #book .print-content .print-footer .der .logo-footer img {
        width: 138px;
        margin-left: 10px
    }

    #book .print-content .print-footer .der p {
        color: #135196;
        font-weight: normal;
        font-size: 11px;
        line-height: 12px;
        margin-top: 10px
    }

    #book .print-content .print-footer .der p span {
        display: inline-block;
        color: #6aaae4;
        font-weight: normal;
        font-size: 7px
    }
}

.copyrigh {
    width: 100%;
    display: block;
    width: 210mm;
    min-height: 297mm;
    padding: 0 2cm 0 2cm;
    margin: 0
}

.copyrigh p {
    font-size: 7px;
    text-align: justify;
    line-height: 7.5px;
    color: #78787b
}

/*# sourceMappingURL=master.css.map */