* {
    font-family: 'Source Sans Pro', sans-serif;
}

.filter-row {
    display: none;
}

.toggle_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row.gutters-10 {
    margin-right: 0;
    margin-left: 0;
}

.row.gutters-10>[class^="col-"],
.row.gutters-10>[class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

a {
    color: black;
}

.row.gutters-5 {
    margin-right: 0;
    margin-left: 0;
}

.row.gutters-5>[class^="col-"],
.row.gutters-5>[class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

p {
    margin-bottom: 0.5em;
}

.agent-detail {
    -webkit-box-shadow: 0 0 4px 2px #ccc;
    box-shadow: 0 0 4px 2px #ccc;
    padding: 0.5em 0.5em 0;
    margin-bottom: 1em;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.image-responsive {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.web-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.web-nav>li:last-child {
    margin-right: -1em;
}

.web-nav>li {
    padding: 0 1em;
}

.web-nav>li>a {
    color: black;
    font-weight: 700;
}

.web-nav>li>a:hover {
    color: gray;
}

.swiper-footer .swiper-slide {
    margin-top: 0 !important;
}

.swiper-footer .swiper-slide img {
    width: 123px;
    height: 70px;
}

.swiper-footer .swiper-slide .swiper-text {
    width: 123px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.input-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo img {
    height: 70px;
}

@media (max-width: 480px) {
    .logo img {
        height: 50px;
    }
}

.filter-container .filter-home {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 9;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.filter-container-responsive h2 {
    color: black;
}

.filter-container-responsive .btn-comprar,
.filter-container-responsive .btn-alquilar {
    width: 100%;
    font-weight: bold;
    border: 1px solid #353535;
}

.filter-container-responsive #type {
    margin-left: 0px;
}

.filter-container h2 {
    color: white;
    font-weight: bold;
}

.filter-container .btn-comprar,
.filter-container .btn-alquilar {
    width: 210px;
    font-weight: bold;
}

.filter-container input[type=text] {
    width: 400px;
    border: none;
    border-bottom: 1px solid black;
    padding-left: 1em;
    margin-right: 1em;
}

.filter-container input[type=text]:focus {
    outline: none;
}

.filter-container .btn-primary {
    width: 180px;
}

.filter-container select {
    border: 1px solid black;
    font-size: 0.8em;
    width: 165px;
    margin: 0 0.5em;
    display: inline-block;
    margin-left: -2px;
}

@media (max-width: 1024px) {
    .filter-container select {
        width: 105px;
        margin-left: 0px;
    }
}

.filter-container select:focus {
    outline: none;
}

.input-select {
    padding: 0.5em 1em;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .input-select {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.recientes {
    padding: 1em 0em;
}

.recientes .btn-success {
    width: calc(370px - (16px * 2));
}

.icon-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 0.5em 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-box a span {
    text-align: center;
    padding: 1em 0;
}

.evalucion-box .btn-success {
    width: 100%;
}

.herramientas-box {
    overflow: hidden;
}

.herramientas-box h4 {
    font-weight: 700;
    text-align: center;
    padding: 0.5em 0em;
}

.footer {
    margin-top: 4em;
    background: #184571;
}

.footer a {
    color: white;
}

.footer ul {
    padding: 2em 0;
}

.explora,
.evaluaciones,
.herramientas {
    padding: 1em 0em;
}

.evaluaciones {
    background: #F1F1F1;
}

.btn-success {
    background: black;
    border-radius: 0;
    border-color: #353535;
}

.btn-default {
    background: white;
    border-radius: 0;
    border-color: white;
}

.btn-default:hover {
    background: white;
    border-radius: 0;
    border-color: white;
}

.btn-success:hover {
    background: #353535;
    border-color: #353535;
}

.btn-primary {
    background: #184571;
    color: white;
    border-radius: 0;
    border-color: #052c62;
}

.btn-primary:hover {
    background: #052c62;
    border-color: #052c62;
}

.banner-page {
    max-width: 1400px;
    margin: auto;
}

.banner-page h2 {
    margin-right: 3em;
    font-weight: bold;
    color: #184571;
}

.banner-image {
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 350px;
}

.page-section {
    padding: 4em 0;
}

.page-section .banner-image {
    height: 300px;
}

#toggleFilter {
    background: #184571;
    color: white;
}

.swiper-slider-container .swiper-slide {
    height: 600px;
}

@media (max-width: 768px) {
    .swiper-slider-container .swiper-slide {
        height: auto;
    }
}

.swiper-slider-container .swiper-slide img {
    margin: auto;
    display: block;
}

.banner-agentes .banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #484747;
}

.banner-agentes h2 {
    text-align: center;
    font-weight: bold;
    color: white;
    max-width: 1400px;
}

.section-agentes h2 {
    font-weight: bold;
    font-size: 3em;
    padding-bottom: 1em;
}

.section-agentes p {
    font-size: 1.25em;
}

.section-agentes i {
    color: #184571;
}

.section-contacto p {
    margin: 0;
}

.section-contacto h3 {
    font-weight: bold;
    font-size: 2em;
    padding: 0.5em 0;
    color: #184571;
}

.section-contacto input,
.section-contacto textarea {
    background: #C4C4C4;
}

.section-contacto input {
    margin-bottom: 1em;
}

.section-contacto textarea {
    border-radius: 0.5em;
}

.section-contacto ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1;
    /* Firefox */
}

.section-contacto :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1;
    /* Firefox */
}

.section-contacto ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1;
    /* Firefox */
}

.section-contacto ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1;
    /* Firefox */
}

.section-contacto :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

.section-contacto ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white !important;
}

.section-contacto .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.section-contacto button {
    border-radius: 0.5em;
    padding: 0.25em 1em;
    width: 100%;
}

#map {
    margin-top: 2em;
    height: 300px;
    width: 100%;
}

.filter .filter-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.4em 0;
}

.filter .filter-icon strong {
    padding: 0 1em;
}

.filter .filter-icon img {
    width: 25px;
}

.filter {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f6f6f6), color-stop(50%, white));
    background: -webkit-linear-gradient(left, #f6f6f6 50%, white 50%);
    background: -o-linear-gradient(left, #f6f6f6 50%, white 50%);
    background: linear-gradient(to right, #f6f6f6 50%, white 50%);
}

.filter-form {
    background: #000;
    padding: 0.5em 4em 1em 4em;
    height: 100%;
}

.filter-form h2 {
    color: white;
    padding-bottom: 0.5em;
}

.filter-form input {
    border-radius: 0em;
}

.filter-form .label-1 {
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}

.filter-form .label-2 {
    color: white;
    margin: 0;
    padding-right: 1em;
    width: 150px;
}

.product-card-bottom2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product-card-bottom2 .card-icon2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card-bottom2 img {
    margin-right: 0.5em;
    height: 18px;
}

.product-card-bottom2 a {
    color: black;
}

#hidden-content {
    max-width: 800px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.product-card {
    height: 305px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
}

.product-card .product-card-text {
    margin-top: auto;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.product-card h4 {
    margin: 0.10em 0em;
    font-weight: bold;
}

.product-card .product-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card .product-card-bottom a {
    width: 50%;
    color: black !important;
}

.product-card a {
    color: black !important;
}

.product-card a:hover {
    color: black !important;
}

.product-card .card-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card .card-icons .card-icon {
    position: relative;
    padding: 0.85em;
}

.product-card .card-icons .icon-desc {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: black;
    height: 1.5em;
    width: 1.5em;
    color: white;
}

.slider-recientes .product-card .card-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-recientes .product-card .card-icons .card-icon {
    position: relative;
}

.slider-recientes .product-card .card-icons .card-icon img {
    padding: 0;
}

.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.section-width {
    max-width: 1400px;
    margin: auto;
}

.section-width .section-text {
    padding: 3em;
}

.section-width .banner-image {
    height: 100%;
}

@media (max-width: 768px) {
    .section-width .section-text {
        padding: 1em;
    }
    .section-width img {
        float: none !important;
        padding: 0rem !important;
    }
    .section-width .banner-image {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .section-width .banner-image {
        height: 150px;
    }
}

.multiselect {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1;
    width: 150px !important;
}

.multiselect-container {
    width: 250px;
}

.multiselect-container a {
    color: black;
}

.multiselect-container a:hover {
    color: #353535;
}

.menu-icon {
    display: none;
}

.web-nav-responsive {
    display: none;
}

.slick-next-arrow {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-prev-arrow {
    position: absolute;
    left: 0;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* the slides */

.slick-slide {
    margin: 0 10px;
}

.slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* the parent */

.slick-list {
    margin: 0 -10px;
}

.section-content .slider-container {
    height: 500px;
}

.section-content .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-content .swiper-slide {
    background-size: cover;
    background-position: center;
}

.section-content .gallery-top {
    height: 80%;
    width: 100%;
}

.section-content .gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.section-content .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
}

.section-content .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #184571;
}

@media (max-width: 768px) {
    .section-content .property_name {
        font-size: 1.5em;
    }
    .section-content .slider-container {
        height: 300px;
    }
}

.form-calculadora input {
    width: 200px;
}

.form-calculadora .input-group {
    width: 200px;
}

.form-calculadora .input-group input {
    text-align: center;
}

.featured-heading {
    color: #184571;
    font-size: 2.5rem;
    text-align: left;
    text-shadow: 0px 1px 1px #969696;
}

.pagination {
    margin-bottom: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #184571 !important;
    border-color: #353535 !important;
    color: white !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #8b4835;
}

.property-results {
    line-height: 36px;
    text-align: right;
}

.pagination-results {
    padding-top: 20px;
}

.filter-container-responsive,
.input-search-responsive {
    display: none;
}

input[name=search] {
    background-color: #184571;
    color: white;
}

.footer-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5em 0;
}

ul.slider-footer {
    width: 344px;
    margin-left: auto;
}

@media (max-width: 575.98px) {
    ul.slider-footer {
        width: auto;
    }
}

@media (max-width: 769px) {
    .input-search {
        display: none;
    }
    .input-search-responsive {
        display: block;
    }
    .pagination-first,
    .pagination-last {
        display: none;
    }
    .section-agentes img {
        margin: auto;
    }
    .banner-image {
        height: 150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner-page h2 {
        color: #184571;
        font-size: 4em;
        margin: 0;
    }
    .filter {
        background: #F6F6F6;
    }
    .filter .filter-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .filter-form {
        padding: 0.5em;
    }
    .filter-container {
        display: none;
    }
    .filter-container-responsive {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .menu-icon {
        display: block;
        margin-left: auto;
        font-size: 2em;
    }
    .container {
        max-width: initial !important;
    }
    .web-nav {
        display: none;
    }
    .web-nav-responsive {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        opacity: 0;
        -webkit-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1em 0;
        position: absolute;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        top: 0;
        background: white;
        z-index: -1;
        width: 100%;
        margin-top: 78px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    .web-nav-responsive>li {
        padding: 0.35em 1em;
    }
    .web-nav-responsive>li>a {
        color: black;
        font-weight: 700;
    }
    .web-nav-responsive>li>a:hover {
        color: gray;
    }
    .open-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        z-index: 9999;
        opacity: 1;
    }
}


/*Cambios ML 23.11.2020 New Design*/

.product-card {
    height: 460px;
}

.product-card h4 {
    margin: 0 0 10px 0px;
    background-color: #3762a4;
    padding: 5px 10px;
    width: fit-content;
    text-align: left;
}

.product-card .product-card-text {
    background: none;
}

.web-nav {
    background-color: #184571;
    color: white;
    justify-content: left;
}

.web-nav li a {
    color: white;
    padding: 10px 20px;
    font-size: 20px;
}

.web-nav li a:hover {
    background-color: white;
    color: #3762a4;
}

.filter-container .filter-home {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: -80px;
}

.btn.btn-primary {
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
}

.input-search {
    display: unset;
    -webkit-box-align: end;
    -ms-flex-align: end;
    text-align: center;
}

.filter-container input[type=text] {
    border-bottom: 3px solid #3762a4;
}