﻿
.bx-wrapper .bx-viewport
{
    height: 450px !important;
}

.liImage
{
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    height: 450px;
    padding: 5px 0;
    text-align: center;
}

.liImage img
{
    height: 100%;
    margin: auto;
}

.bx-clone
{
}

.gallery #bx-pager
{
    min-height: 70px;
	border-bottom: 3px solid var(--color-primary);
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.bxslider2
{
    /*transform: none !important;*/
}

.item-detalle
{
    font-weight: 600;
}

.item-detalle span
{
    font-weight: normal !important;
}

.inmuebles-wrapper{
	border-bottom: var(--color-primary);
	background: rgb(255, 255, 255) none repeat scroll 0px 0px;
}
/******************** MOBILE *********************/

@media only screen and (max-width: 767px)
{
    .bx-wrapper .bx-viewport
    {
        height: 350px !important;
    }

    .liImage
    {
        height: 350px;
    }
}
