/*-------------------------------------------------------------------------------------*/
/* Search
/*-------------------------------------------------------------------------------------*/

.mls-search-form p {
    padding-top: 1em;
}

.mls-search-form .grupo {
    overflow: hidden;
    width: 100%;
    padding-bottom: 1em;
}

.mls-search-form .quick-search input[type="text"] {
    display: inline-block;
    float: left;
    width: 23%;
    margin-right: 1em;
    padding: 0.5em;
    line-height: inherit;
}

.mls-search-form .quick-search input[type="text"]::-webkit-input-placeholder {
    font: inherit;
}

.mls-search-form .quick-search input[type="text"]::-moz-placeholder {
    font: inherit;
}

.mls-search-form .quick-search input[type="text"]:-moz-placeholder {
    font: inherit;
}

.mls-search-form .quick-search input[type="text"]:-ms-input-placeholder {
    font: inherit;
}

.mls-search-form .quick-search select {
	display: inline-block;
    float: left;
    padding: 0.5em;
    width: 23%;
    margin: 0 1em 1em 0;
    background-image: url(../img/flecha.svg);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: inherit;
}

.mls-search-form .quick-search select::-ms-expand {
    display: none;
}

.mls-search-form .quick-search select:last-of-type {
    margin-right: 0px;
}

.mls-search-form .grupo-label {
    padding-bottom: 1em;
    overflow: hidden;
    margin-top: -12px;
}

.mls-search-form .grupo-label label {
    display: inline-block;
    margin: 18px 1em 0 0;
}

.mls-search-form .grupo-label label input[type="checkbox"] {
    margin-bottom: 0px;
}

.mls-search-form .grupo-label button {
    float: right;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    margin: 0 4% 0 0;
}

.sidebar .mls-search-form .quick-search input[type="text"] {
    width: 100%;
    margin-right: 0%;
    padding: 0.5em;
}

.sidebar .mls-search-form .quick-search select {
    width: 100%;
    margin-right: 0%;
}

.site-sidebar.sidebar {
    width: 100%;
    margin-left: 0;
}

.mls-search-form .quick-search [type='text'], .enviar-correo [type="text"], .enviar-correo [type='email'], .enviar-correo [type='tel'], .enviar-correo textarea {
    width: 100%;
    margin: 0 0 1em;
}

.mls-search-form .grupo-label label>[type='checkbox'] {
    margin-right: 0.5em;
}

@media screen and (max-width: 48em) {
    .mls-search-form .quick-search input[type="text"] {
        width: 45%;
        margin-right: 4%;
    }
    .mls-search-form .quick-search select {
        width: 45%;
        margin-right: 0%;
        margin-left: 5%;
    }
}

/*-------------------------------------------------------------------------------------*/
/* Propiedad
/*-------------------------------------------------------------------------------------*/

.mls-price {
    // background-color: #EF3F3F;
    color: #FFFFFF;
    padding: 0.5em 1em;
    position: absolute;
    top: 1em;
    left: 0px;
    z-index: 10;
}

.info-agencia span {
    margin-right: 5px;
}

.info-agencia p {
    margin-bottom: 0.5em;
}

.border-gris {
    border: 1px solid #EBEBEB;
}

.mls-footer-logo {
    max-width: 100%;
    padding-top: 0.6em;
}

/*-------------------------------------------------------------------------------------*/
/* Custom Styles
/*-------------------------------------------------------------------------------------*/

.gm-style img {
    max-width: inherit !important;
}

#mapa-01 {
    height: 100%;
}

.uno-arriba {
    padding-top: 1em;
}

.dos-arriba {
    padding-top: 2em;
}

.uno-abajo {
    padding-bottom: 1em;
}

.no-margin {
    margin: 0px;
}

.margin-medio-arriba {
    margin-top: 0.5em;
}

.margin-uno-arriba {
    margin-top: 1em;
}

.margin-dos-abajo {
    margin-bottom: 2em;
}

.line-height-30 {
    line-height: 30px !important;
}

.inline {
    display: inline-block;
}

.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

/*-------------------------------------------------------------------------------------*/
/* Owl Carousel
/*-------------------------------------------------------------------------------------*/

.owl-controls {
    position: absolute !important;
    top: 50%;
    left: 0% !important;
    padding: 0 0.9375em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-controls {
    width: 100% !important;
}

.owl-controls img {
    opacity: 1;
}

.owl-prev {
    width: auto;
    float: left;
    padding: 4px;
}

.owl-next {
    width: auto;
    float: right;
    padding: 4px;
}

.owl-dots {
    margin-top: 0px;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 2%;
    display: inline-block;
}

.owl-item {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*-------------------------------------------------------------------------------------*/
/* Search Results
/*-------------------------------------------------------------------------------------*/

.contenedor-home {
    padding-top: 3em;
    padding-bottom: 3em;
}

.lista-propiedades .mls-column {
    padding-bottom: 3em;
}

.lista-propiedades .borde-propiedad {
    border: 1px solid #EBEBEB;
    border-top: 0px;
    height: 100%;
}

.lista-propiedades .image {
    position: relative;
}

.lista-propiedades .image img {
    width: 100%;
}

.lista-propiedades .image p {
    // background-color: #EF3F3F;
    color: #FFFFFF;
    padding: 0.5em 1em;
    position: absolute;
    top: 1em;
    left: 0px;
}

.lista-propiedades .amenidades {
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: 0px;
}

.lista-propiedades .amenidades li {
    display: inline-block;
    text-align: center;
    width: 25%;
    float: left;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 1em 0.3em;
}

.lista-propiedades .amenidades li:before {
    content: none;
}

.lista-propiedades .amenidades li:last-of-type {
    border-right: 0px;
}

.lista-propiedades .amenidades .area {
    width: 50%;
}

.lista-propiedades .amenidades .tipo {
    width: 100%;
}

.lista-propiedades .amenidades-propiedad {
    overflow: hidden;
    border-top: 1px solid #EBEBEB;
}

.lista-propiedades .amenidades-propiedad li {
    display: inline-block;
    text-align: center;
    float: left;
    border-right: 1px solid #EBEBEB;
    padding: 1.5em 1em;
}

.lista-propiedades .amenidades-propiedad li:before {
    content: none;
}

.lista-propiedades .amenidades-propiedad li:last-of-type {
    border-right: 0px;
}

.lista-propiedades .descripcion {
    padding: 1em 0.5em;
}

.lista-propiedades .descripcion p:first-of-type {
    text-transform: capitalize;
    margin-bottom: 0.3em;
}

.lista-propiedades .descripcion p:first-of-type a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

.lista-propiedades .descripcion p {
    margin-bottom: 1em;
}

.lista-propiedades .descripcion .direccion {
    padding-bottom: 1em;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 1em;
}

/*-------------------------------------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------------------------------------*/

.agency-image img {
    max-width: 100%;
}

.enviar-correo {
    width: 100%;
}

.enviar-correo form {
    width: 100%;
    padding: 1em;
    overflow: hidden;
}

.enviar-correo input[type="text"] {
    border-radius: 0px;
    margin-bottom: 1em;
    -webkit-appearance: none;
}

.enviar-correo input[type="submit"] {
    margin-top: 1em;
}

.enviar-correo textarea {
    margin-bottom: 1em;
    max-width: 100%;
}

.gracias-prop {
    margin-top: 2em;
    width: 100%;
    padding: 1em;
    margin-bottom: 0px;
    text-align: center;
    float: left;
    border-radius: 0px;
}

.gracias-prop {
    background-color: #1CD366 !important;
}

.no-gracias-prop {
    width: 100%;
    padding: 1em;
    margin-bottom: 0px;
    text-align: center;
    float: left;
    border-radius: 3px;
}

.mls-widget {
    margin-bottom: 4em;
    padding-top: 1.5em;
    border-top: 4px solid #1a1a1a;
}

/*-------------------------------------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------------------------------------*/

.mls-pagination {
    margin-left: 0;
    margin-bottom: 1em;
}

.mls-pagination::before, .mls-pagination::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.mls-pagination::after {
    clear: both;
}

.mls-pagination li {
    margin-right: 0.0625em;
    border-radius: 0;
    display: inline-block;
}

.mls-pagination li:before {
    content: none !important;
}

.mls-pagination li:after {
    content: none !important;
}

.mls-pagination a {
    display: block;
    padding: 0.1875em 0.625em;
    border-radius: 0;
}

.mls-pagination .current {
    padding: 0.1875em 0.625em;
    cursor: default;
}

.mls-pagination .current {
    padding: 0px !important;
}

.mls-pagination .disabled {
    padding: 0.1875em 0.625em;
    cursor: default;
}

.mls-pagination .disabled:hover {
    background: transparent;
}

.mls-pagination-next a::after, .mls-pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: 0.5em;
}

@media screen and (max-width: 48em) {
    .mls-pagination {
        padding-bottom: 2em;
    }
}

/*-------------------------------------------------------------------------------------*/
/* Fonts
/*-------------------------------------------------------------------------------------*/

h1.mls-h1 {
    margin: 0px;
    margin-bottom: 0.5em;
}

h2.mls-h2 {
    margin: 0px;
    margin-bottom: 0.5em;
}

h3.mls-h3 {
    margin: 0px;
    margin-bottom: 0.5em;
}

.titulo-h2 {
    margin: 0px;
    margin-bottom: 0.5em;
}

/*-------------------------------------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------------------------------------*/

.mls-row {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1200px) {
    .mls-row {
        max-width: 1200px;
    }
}

.mls-row::before, .mls-row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.mls-row::after {
    clear: both;
}

.mls-row .mls-row {
    margin-left: -0.625em;
    margin-right: -0.625em;
}

@media screen and (min-width: 48.0625em) {
    .mls-row .mls-row {
        margin-left: -0.9375em;
        margin-right: -0.9375em;
    }
}

.mls-row .mls-row.mls-collapse {
    margin-left: 0;
    margin-right: 0;
}

.mls-column, .mls-columns {
    width: 100%;
    float: left;
    padding-left: 0.625em;
    padding-right: 0.625em;
}

@media screen and (min-width: 48.0625em) {
    .mls-column, .mls-columns {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

.mls-column:last-child:not(:first-child), .mls-columns:last-child:not(:first-child) {
    float: right;
}

.mls-small-2 {
    width: 16.66667%;
}

.mls-small-10 {
    width: 83.33333%;
}

.mls-small-12 {
    width: 100%;
}

.mls-small-up-1>.mls-column {
    width: 100%;
    float: left;
}

.mls-small-up-1>.mls-column:nth-of-type(1n) {
    clear: none;
}

.mls-small-up-1>.mls-column:nth-of-type(1n+1) {
    clear: both;
}

.mls-small-up-1>.mls-column:last-child {
    float: left;
}

*[class^="mls"], *[class^="mls"]::before, *[class^="mls"]::after {
    box-sizing: border-box;
}

@media screen and (min-width: 48.0625em) {
    .mls-medium-4 {
        width: 33.33333%;
    }
    .mls-medium-8 {
        width: 66.66667%;
    }
    .mls-medium-12 {
        width: 100%;
    }
    .mls-medium-up-3>.mls-column {
        width: 33.33333%;
        float: left;
    }
    .mls-medium-up-3>.mls-column:nth-of-type(1n) {
        clear: none;
    }
    .mls-medium-up-3>.mls-column:nth-of-type(3n+1) {
        clear: both;
    }
    .mls-medium-up-3>.mls-column:last-child {
        float: left;
    }
}

@media screen and (min-width: 64em) {
    .mls-large-4 {
        width: 33.33333%;
    }
    .mls-large-8 {
        width: 66.66667%;
    }
    .mls-large-12 {
        width: 100%;
    }
    .mls-large-up-3>.mls-column {
        width: 33.33333%;
        float: left;
    }
    .mls-large-up-3>.mls-column:nth-of-type(1n) {
        clear: none;
    }
    .mls-large-up-3>.mls-column:nth-of-type(3n+1) {
        clear: both;
    }
    .mls-large-up-3>.mls-column:last-child {
        float: left;
    }
}