/* Navbar links */


/* Navbar toggle */

::-moz-selection {
    /* Code for Firefox */
    color: #FFF;
    background-color: #0f80bc;
}

::selection {
    color: #FFF;
    background-color: #0f80bc;
}

body,
html {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 13px!important;
    color: #666;
    font-weight: 100;
    background-color: #f9f9f9;
}

hr {
    border-top: 1px solid #e4e4e4!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

p {
    margin: 0;
    padding: 10px 0;
    line-height: 24px;
    font-size: 15px;
    font-weight: 300;
}

a {
    color: #008dde;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #c82a32;
    text-decoration: none;
}

ul {
    list-style: none;
}

sup {
    top: -0.45em;
    font-size: 65%;
}


/*------ Botones -----*/

button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #cdcdcd;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cdcdcd;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cdcdcd;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cdcdcd;
}

.no-padding {
    padding-left: 0!important;
    padding-right: 0!important;
}

.no-padRight {
    padding-right: 0;
}

.no-padLeft {
    padding-left: 0;
}


/*-------------- FONTS -------------- */

@font-face {
    font-family: 'Linearicons';
    src: url('../fonts/Linearicons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
    content: "\e92a";
}

.icon-crop:before {
    content: "\e970";
}

.icon-bed:before {
    content: "\e608";
}

.icon-bathtub:before {
    content: "\e606";
}

.icon-car:before {
    content: "\e84f";
}

h2 {
    font-size: 35px;
    font-weight: 100;
    margin: 0;
}


/*----- Títulos Inmuebles Buscador / Características Generales / Títulos Agentes ----*/

h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}


/*----- Precios Buscador / Precios Detalle / Títulos Características Detalle / Footer Items Búsqueda ----*/

h4 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}


/*----- Ubicación Buscador/ Nombre Constructora / Taglines ----*/

h5 {
    margin: 0;
    font-size: 11.5px;
    font-weight: 200;
}


/*----- Precio M2 / Desde M2 / Título Características ----*/

h6 {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
}


/*----- HAMBURGUER MENU ----*/

.navbar-toggle {
    padding: 4px 10px!important;
}

.navbar-toggle .icon-bar {
    background: #fff!important;
}

.navbar-toggle .icon-bar {
    width: 4px!important;
    height: 4px!important;
    border-radius: 50%!important;
}


/* -------------- BARRA SUPERIOR GRIS -------------- */

.navbar .dropdown {
    display: inline-table;
    top: -2px;
}

.navbar .dropdown .btn {
    font-size: 1em;
    font-weight: 100;
    padding-top: 15px;
    border-radius: 0;
    padding-bottom: 13px;
}


/*--Tooltip--*/

div#tipDiv,
.navbar .dropdown ul.dropdown-menu {
    font-size: .975em;
    color: #fff;
    background-color: #383f47;
    width: 180px;
    border-radius: 0;
}

.navbar .dropdown ul.dropdown-menu {
    margin-top: -1px;
    margin-left: -1px;
    padding: 0;
}

.dropdown-menu {
    /*left: -2px;*/
}

div#tipDiv ul {
    margin: 0;
    padding: 0;
}

div#tipDiv ul li,
.navbar .dropdown ul.dropdown-menu li {
    padding: 0;
    height: 40px;
    width: 100%;
    border-bottom: solid 1px #5a6572;
}

div#tipDiv ul li:last-child,
.navbar .dropdown ul.dropdown-menu li:last-child {
    border-bottom: none;
}

div#tipDiv ul li a,
.navbar .dropdown ul.dropdown-menu li a {
    color: #fff;
    min-height: 25px;
    padding: 10px;
    margin-bottom: 0;
    display: block;
}

div#tipDiv ul li a:hover,
div#tipDiv ul li a:active,
div#tipDiv ul li a:focus,
.navbar .dropdown ul.dropdown-menu li a:hover,
.navbar .dropdown ul.dropdown-menu li a:active,
.navbar .dropdown ul.dropdown-menu li a:focus {
    background-color: #4f5964;
}

div#tipDiv ul li a i,
.navbar .dropdown ul.dropdown-menu li a i {
    margin-right: 6px;
}

div#tipDiv ul li:nth-child(1):hover a i,
div#tipDiv ul li:nth-child(1):active a i,
div#tipDiv ul li:nth-child(1):focus a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(1):hover a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(1):active a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(1):focus a i {
    color: #8b9dc3;
}

div#tipDiv ul li:nth-child(2):hover a i,
div#tipDiv ul li:nth-child(2):active a i,
div#tipDiv ul li:nth-child(2):focus a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(2):hover a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(2):active a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(2):focus a i {
    color: #00aced;
}

div#tipDiv ul li:nth-child(3):hover a i,
div#tipDiv ul li:nth-child(3):active a i,
div#tipDiv ul li:nth-child(3):focus a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(3):hover a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(3):active a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(3):focus a i {
    color: #D34836;
}

div#tipDiv ul li:nth-child(4):hover a i,
div#tipDiv ul li:nth-child(4):active a i,
div#tipDiv ul li:nth-child(4):focus a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(4):hover a i,
.navbar .dropdown ul.dropdown-menu li:nth-child(4):active a i,
.navbar .dropdown ul.dropdown-menuli:nth-child(4):focus a i {
    color: #25d366;
}

div#tipDiv .close {
    font-size: 1.4em;
    padding: 2px 6px;
    opacity: 0.5;
    font-weight: 100;
}

div#tipDiv .close a {
    color: #fff;
    text-shadow: none;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.card-white {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #eaebf0;
    background-color: #fff;
    font-weight: 100;
    color: #223a4c;
    margin-bottom: 10px;
    overflow: hidden;
}

.card-white .content-card {
    padding: 26px 30px 22px;
}

.bar-dark-grey {
    background-color: #08222F;
    color: #fff;
}

.bar-dark-grey h1 {
    font-size: 1.2em;
    margin: 0;
    font-weight: 100;
    margin: 12px 0;
}

.buttons-bar {
    text-align: right;
    font-size: 0.775em;
    height: 43px;
}

.buttons-bar button {
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    margin: 0 -2px;
    background-color: transparent;
    padding: 13.5px 20px;
}

.buttons-bar button:hover,
.buttons-bar button:active,
.buttons-bar button:focus {
    outline: none;
    background-color: #0f3f57;
}

.buttons-bar button:nth-child(1) {
    border-left: solid 1px #4c626d;
    border-right: solid 1px #4c626d;
}

.buttons-bar button:nth-child(2) {
    border-left: none;
    border-right: solid 1px #4c626d;
}

.iconsvg i,
.iconsvg svg {
    width: 90px;
    font-size: 1.2em;
    padding-right: 4px;
    vertical-align: baseline;
    /*padding-bottom: 2px;*/
    /*display: block;*/
}

.iconsvg i.icon-exit-up {
    font-size: 1.3em;
}

.icon-car {
    font-size: 130%!important;
    vertical-align: sub!important;
}

.st-container {
    margin-top: 90px;
    background-color: #f0f2f4;
}

.navbar {
    font-size: 1.1em;
    font-weight: 100;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
}

.navbar-nav li {
    margin-left: 0;
    margin-right: 25px;
    min-height: 48px;
}

.nav>li.active {
    border-bottom: solid 3px #008dde;
}

.nav>li.active a {
    color: #008dde;
}

.navbar-nav>li>a {
    color: #596471;
    padding: 14px 0 11px!important;
    transition: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    border-bottom: solid 3px #008dde;
    color: #008dde;
    background-color: #fff;
}

.nav>li.active>a:hover,
.nav>li.active>a:focus {
    border-bottom: none;
}


/*----- GALERÍA FOTOS----*/

.galeria-detalle-inmueble-estandard {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.02);
}


/*----- Slider Flechas------*/

.galeria-detalle-inmueble-estandard .slick-arrow {
    background-color: transparent;
    position: absolute;
    z-index: 99;
    height: 100%;
    top: 0;
    border: none;
    width: 26%;
    outline: none;
}

.galeria-detalle-inmueble-estandard .slick-arrow svg {
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px;
    border-radius: 50%;
    opacity: .85;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.galeria-detalle-inmueble-estandard .slick-arrow svg:hover,
.galeria-detalle-inmueble-estandard .slick-arrow svg:active,
.galeria-detalle-inmueble-estandard .slick-arrow svg:focus {
    opacity: 1;
}

.galeria-detalle-inmueble-estandard .slick-prev {
    left: 0;
    float: left;
    text-align: left;
}

.galeria-detalle-inmueble-estandard .slick-next {
    right: 0;
    float: right;
    text-align: right;
}

.galeria-detalle-inmueble-estandard .slick-slide {
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
    border-bottom: solid 6px #fff;
}

.galeria-detalle-inmueble-estandard .slick-slide img {
    height: 450px;
}

.video-slider {
    max-height: 456px;
    overflow: hidden;
}
.info-formulario-inmueble-detalle .form-group::-webkit-input-placeholder,
.info-formulario-inmueble-detalle .form-group:-ms-input-placeholder {
    color: #cdcdcd;
}

.footer-legales {
    padding: 15px;
    color: #ced3d8;
    font-size: 11px;
    font-weight: 300;
    background-color: #08223a;
}


/*----Contenido----*/

.title-section-data {
    font-size: 1.5em;
    line-height: 120%;
    font-weight: 100;
}

.icons-data {
    -webkit-padding-start: 0;
    font-size: 1.1em;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0;
}

.icons-data li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 300;
}

.icons-data li i {
    font-size: 0.875em;
    font-weight: 100;
    bottom: 2px;
    position: relative;
    color: #6c757b;
}

.content-card.data-estate ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.data-estate .title-item {
    padding-right: 0;
}

.data-estate .data-item {
    padding-left: 0;
}

.address {
    margin-top: 3px;
}

.data-info {
    font-size: 1.173em;
    line-height: 100%;
}

.data-info p:nth-child(1) {
    padding-top: 0;
}

.data-list sup {
    top: 0.7em;
    font-size: 50%;
}

.features ul {
    -webkit-padding-start: 0;
}

.features ul li {
    margin: 10px 0;
    text-transform: lowercase;
}

.features ul li::first-letter {
    text-transform: capitalize;
}

.features ul li:nth-child(1) {
    margin-top: 0;
}

.features .no-data {
    font-size: 1.275em;
    line-height: 100%;
    color: #9ba5b0;
}

.container-fluid.ubicacion {
    padding-left: 0;
    padding-right: 0;
}

.ubicacion {
    padding-left: 0!important;
    padding-right: 0!important;
    height: 500px;
}


/* -------------- 
//--------------
// ACA COMIENZAN LOS MEDIA QUERIES
//-------------- 
-------------- */

@media (max-width: 1600px) {
    .galeria-detalle-inmueble-estandard .slick-arrow {
        width: 23%;
    }
}

@media (max-width: 1400px) {
    .galeria-detalle-inmueble-estandard .slick-arrow {
        width: 18%;
    }
}

@media (max-width: 1200px) {
    .galeria-detalle-inmueble-estandard .slick-arrow {
        width: 13%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1024px!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
        display: none !important;
    }
    nav.navbar-collapse {
        display: block !important;
    }
    .responsive-logo {
        float: left !important;
    }
    nav.navbar-collapse ul li {
        width: auto !important;
        margin-left: 10px !important;
        border-bottom: none !important;
    }
    #site-navigation {
        height: auto;
    }
    .collapse {
        display: block!important;
    }
    .navbar-nav {
        float: left!important;
        margin: 0!important;
    }
    .navbar-nav>li {
        float: left!important;
    }
}

@media (max-width: 1024px) {
    .st-container .no-padding {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .no-padding {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .no-padRight {
        padding-right: 15px;
    }
    .no-padLeft {
        padding-left: 15px;
    }
    .galeria-detalle-inmueble-estandard .slick-arrow {
        width: 7%;
    }
}

@media (max-width: 991px) {
    .buttons-bar button {
        margin: 0 6px;
    }
    .galeria-detalle-inmueble-estandard .slick-arrow {
        width: 14%;
    }
    .data-estate .title-item {
        margin-bottom: 6px;
    }
    .features .title-item {
        margin-bottom: 14px;
        margin-left: -15px;
        width: 100%;
    }
    .features.row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    /*Centra al 50% las columnas sm entre 991 y 768*/
    .data-estate .title-item,
    .data-estate .data-item {
        width: 50%!important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 11px!important;
    }
    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav li {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-nav {
        margin: 7.5px 0!important;
        text-align: center;
    }
    .navbar-fixed-top {
        min-height: auto!important;
        border-width: 0px!important;
    }
    .bar-dark-grey h1 {
        text-align: center;
    }
    .landing-detalle-inmueble .st-container {
        margin-top: 41px;
    }
    .container>.navbar-header {
        top: 0;
        position: absolute;
        float: right;
        width: 100%;
    }
    .icons-dark-grey ul {
        text-align: left;
        padding-left: 0;
        margin-top: 10px;
    }
    .icons-dark-grey ul li:nth-child(1) {
        margin-left: 0;
    }
    header {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .st-container {
        margin-top: 39px;
    }
    .card-white .content-card {
        padding-top: 25px;
    }
    .icons-data {
        text-align: initial;
        margin-top: 15px;
        margin-left: 15px;
    }
    .data-estate {
        padding-bottom: 5px;
    }
    .data-estate ul {
        margin-bottom: 0;
    }
    .content-card.data-estate ul li {
        margin-bottom: 0;
    }
    .galeria-detalle-inmueble-estandard .slick-arrow {
        width: 50px;
    }
    .button-FAB {
        position: fixed;
        /*bottom: 10px;*/
        right: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .button-FAB .buttons-bar button {
        width: 55px;
        height: 55px;
        display: block;
        margin: 15px 0;
        opacity: .85;
        background-color: #0f4170;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.2);
        font-size: 2.05em;
    }
    .buttons-bar button:hover,
    .buttons-bar button:active,
    .buttons-bar button:focus {
        opacity: 1;
        outline: none;
        -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }
    /*.button-FAB .buttons-bar .iconsvg svg,*/
    .button-FAB .buttons-bar .iconsvg:nth-child(1) i {
        width: 41px;
    }
    .button-FAB .buttons-bar .iconsvg:nth-child(2) i {
        width: 44px;
    }
    /*Boton FAB*/
    #floating-button {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #008dde;
        position: fixed;
        bottom: 30px;
        right: 30px;
        cursor: pointer;
        box-shadow: 0px 2px 5px #666;
    }
    .plus {
        color: white;
        position: absolute;
        top: 0;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 55px;
        font-size: 38px;
        font-family: 'Roboto';
        font-weight: 300;
        animation: plus-out 0.3s;
        transition: all 0.3s;
    }
    .plus i {
        font-size: .735em;
        margin-top: 14px;
        margin-left: 2px;
        display: block;
    }
    #container-floating {
        position: fixed;
        width: 70px;
        height: 70px;
        bottom: 30px;
        right: 29px;
        z-index: 50px;
    }
    #container-floating:hover {
        height: 60px;
        width: 60px;
        padding: 30px;
    }
    #container-floating:hover .plus {
        animation: plus-in 0.15s linear;
        animation-fill-mode: forwards;
    }
    
    #floating-button .edit {
        position: absolute;
        top: 0;
        display: block;
        bottom: 0;
        left: 0;
        display: block;
        right: 0;
        padding: 0;
        opacity: 0;
        margin: auto;
        /*line-height: 65px;*/
        transform: rotateZ(-70deg);
        transition: all 0.3s;
        animation: edit-out 0.3s;

    }
     #floating-button i.edit {
        color: #fff;
        font-size: 2.3em;
        margin-top: 20px;
        margin-left: 16px;
        display: block;
        width: 40px;
    }
    .edit {
        display: none;
    }
     i.edit {
    }

    #container-floating:hover .edit {
        animation: edit-in 0.2s;
        animation-delay: 0.1s;
        animation-fill-mode: forwards;
    }
    @keyframes edit-in {
        from {
            opacity: 0;
            transform: rotateZ(-70deg);
        }
        to {
            opacity: 1;
            transform: rotateZ(0deg);
        }
    }
    @keyframes edit-out {
        from {
            opacity: 1;
            transform: rotateZ(0deg);
        }
        to {
            opacity: 0;
            transform: rotateZ(-70deg);
        }
    }
    @keyframes plus-in {
        from {
            opacity: 1;
            transform: rotateZ(0deg);
        }
        to {
            opacity: 0;
            transform: rotateZ(180deg);
        }
    }
    @keyframes plus-out {
        from {
            opacity: 0;
            transform: rotateZ(180deg);
        }
        to {
            opacity: 1;
            transform: rotateZ(0deg);
        }
    }
    .nds {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: fixed;
        z-index: 300;
        transform: scale(0);
        cursor: pointer;
        right: 40px;
        padding: 12px 0 0 11px;
        animation-fill-mode: forwards;
    }
    .nds i {
        color: #fff;
    }
    .nd1 {
        bottom: 120px;
        animation-delay: 0.2s;
        animation: bounce-out-nds 0.3s linear;
        background: #25d366;
    }
    .nd2 {
        bottom: 180px;
        animation-delay: 0.15s;
        animation: bounce-out-nds 0.15s linear;
        background: #D34836;
    }
    .nd3 {
        bottom: 240px;
        animation-delay: 0.1s;
        animation: bounce-out-nds 0.1s linear;
        background: #00aced;
    }
    .nd4 {
        bottom: 300px;
        animation-delay: 0.08s;
        animation: bounce-out-nds 0.1s linear;
        background: #3b5998;
    }

    @keyframes bounce-nds {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
    @keyframes bounce-out-nds {
        from {
            opacity: 1;
            transform: scale(1);
        }
        to {
            opacity: 0;
            transform: scale(0);
        }
    }
    #container-floating:hover .nds {
        animation: bounce-nds 0.1s linear;
        animation-fill-mode: forwards;
    }
    #container-floating:hover .nd1 {
        animation-delay: 0.04s;
    }
    #container-floating:hover .nd2 {
        animation-delay: 0.08s;
    }
    #container-floating:hover .nd3 {
        animation-delay: 0.12s;
    }
    #container-floating:hover .nd4 {
        animation-delay: 0.16s;
    }
    #container-floating:hover .nd5{
        animation-delay: 0.36s;
    }
    .letter {
        font-size: 23px;
        font-family: 'Roboto';
        color: white;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        line-height: 40px;
    }
    .reminder {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        line-height: 40px;
    }
    .profile {
        border-radius: 50%;
        width: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 20px;
    }
}

@media (max-width: 640px) {
    .galeria-img-estandard {
        height: 265px;
    }
    .galeria-foto-superior-estandard {
        width: 100%;
        height: 265px;
    }
    .galeria-detalle-inmueble-estandard .slick-slide img {
        margin: 0 auto;
        height: 260px;
    }
    .card-white .content-card {
        padding-top: 13px;
        padding-bottom: 11px;
    }
    .mapa-inmueble,
    .ubicacion {
        height: 300px!important
    }
    div#tipDiv ul li:last-child {
        border-bottom: solid 1px #5a6572;
    }
}

@media (max-width: 480px) {
    .container>.navbar-header {
        top: 10px;
    }
    
    .features ul li {
        margin: 20px 0;
        line-height: 100%;
    }
    
    .title-section-data {
        font-size: 1.6em;
    }
    
    .data-estate {
        font-size: .975em
    }
    
    .data-item {
        width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 360px) {}