
@import url(https://fonts.googleapis.com/css?family=Lustria)
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/cookies/imp_cookies_top_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/imp_slider_foto_fija_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/controlNav/imp_controlNav_numeros_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/datos_contacto/imp_datos_contacto_iconos_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/navegacion/imp_idiomas_banderas_desplegable_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/buscador/imp_buscador_horizontal_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_promociones_3col_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_propiedades_3col_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_promociones_horizontal_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_promociones_foto_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_propiedades_completo_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/tags/imp_etiqueta_diagonal_dch_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/results/imp_results_desplegables_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_header_2col_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/actionbar/imp_actionbar_estandar_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/footer/imp_footer_2col_v1.css);
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

#navegacion ul li a, .btn, article > h2, h1, h2 {
    text-transform: uppercase
}

a, a:active, a:hover, label {
    color: #000
}

article > h2, h1, h2 {
    text-align: center
}

a, a:focus {
    outline: 0
}

article > h2, h1, h2, label {
    font-weight: 300
}

@keyframes flash {
    50%, from, to {
        opacity: 1
    }

    25% {
        opacity: 0
    }
}

@-webkit-keyframes zoomIn {
    100% {
        -webkit-transform: scale(1.25)
    }
}

@keyframes zoomIn {
    100% {
        transform: scale(1.25)
    }
}

.zoomIn {
    animation-name: zoomIn
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

::selection {
    background: #000;
    color: #FFF
}

li, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    -webkit-transition: opacity .24s ease-in-out;
    -moz-transition: opacity .24s ease-in-out;
    transition: opacity .24s ease-in-out
}

article > h2, h1 {
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 1.4em
}

h1, h2 {
    letter-spacing: .2em;
    line-height: 40px
}

h1 {
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1.4;
    font-size: 1.8em;
    position: relative
}

article > h2:before, h1:before {
    content: "";
    height: 2px;
    width: 4em;
    bottom: 0;
    left: 50%;
    margin-left: -2em;
    background-color: #000;
    border: 0;
    position: absolute
}

article > h2 {
    letter-spacing: .2em;
    line-height: 1.5;
    font-size: 1.9em;
    position: relative
}

#buscador .busquedaAvanzada > a, #buscador ul.tabs, #navegacion ul li a, #slider #slideshow .nivo-caption h3, .btn, body {

}

iframe, img {
    max-width: 100%
}

#blog .imgBg, #blog .headerResults,
#blog #articuloCompleto .wrapArticulo .social-share {
    display: none
}

#blog .wrapArticulo .texto h2 {
    display: block
}

.wrapArticulo #blog #colIzq {
    padding: 10px 0px;
}

form input[type=text], form select, form textarea {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left !important;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    border-radius: 0 !important;
    color: #000 !important
}

form div.line.checkbox {
    padding-left: 22px !important;
    position: relative
}

form div.line.checkbox p {
    display: inline;
    font-size: 12px;
    line-height: 18px
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    top: 0;
    left: 0;
    border: none !important
}

input[type=checkbox]:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 14px;
    height: 14px
}

input[type=checkbox]:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 7px;
    border: 2px solid #26a69a;
    border-top-style: none;
    border-right-style: none
}

input[type=checkbox]:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 1px solid #c9c9c9;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

input[type=checkbox]:checked:after {
    border: 0
}

input[type=radio]:after, input[type=radio]:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    margin: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%
}

input[type=radio]:checked:before {
    border-color: #26a69a
}

input[type=radio]:checked:after {
    -webkit-transform: scale(.65);
    transform: scale(.65);
    background: #28a4a6;
    border-color: #28a4a6
}

label {
    font-size: 14px
}

.breadcrumbs > ul > li, .breadcrumbs > ul > li:after {
    font-size: 13px;
    color: #aaa;
    position: relative
}

.breadcrumbs ul {
    float: right
}

.breadcrumbs > ul > li {
    float: left;
    margin: 0;
    padding: 0 12px 0 0;
    font-weight: 500
}

.breadcrumbs > ul > li:after {
    content: '/';
    opacity: .6;
    top: 0;
    right: 0;
    line-height: 0 !important;
    margin: 0 0 0 10px
}

.breadcrumbs > ul > li > a {
    color: #000;
    transition: .25s all linear
}

#buscador:before, body {
    -webkit-transition: all .5s
}

.breadcrumbs > ul > li > a:hover {
    color: #000
}

body {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility !important;
    transition: all .5s
}

#background {
    background: #fff !important;
}

.btn {
    outline: 0 !important;
    padding: 0;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
    letter-spacing: .5px
}

.btn:hover {
    color: #fff;
    background: #151515;
    border: none !important
}

.fa-caret-down:before {
    content: "\f107" !important
}

.fa-bullseye:before {
    content: "\f1e0" !important
}

.fa-briefcase:before {
    content: "\f1ec" !important
}

.flecha {
    background: #000;
    width: 55px;
    height: 55px;
    z-index: 999;
    text-align: center;
    border-radius: 20px;
    right: 20px;
    bottom: 105px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: .25s all linear
}

.flecha:hover {
    color: #fff;
    background: #000;
    opacity: .6
}

.flecha i:before {
    content: "\f062";
    font-size: 18px
}

.texto, .texto p, .texto p span {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

#bgContent {
    display: grid;
    padding-bottom: 80px
}

#home #bgContent {
    margin-top: 0px;
    padding-bottom: 0
}

.fa-facebook-square:before {
    content: "\f09a" !important
}

#aviso_cookie {
    bottom: 0;
    top: inherit;
    background: rgba(26, 39, 51, .8)
}

#aviso_cookie div, #home #slider {
    background: 0 0
}

#aviso_cookie div p {
    color: #fff
}

#aviso_cookie div p a {
    color: #fff;
    text-decoration: underline
}

#aviso_cookie div > a {
    background: 0 0;
    top: 16px
}

#aviso_cookie div > a:after, #aviso_cookie div > a:before {
    content: "";
    top: 9px;
    left: 10px;
    width: 18px;
    height: 2px;
    margin: auto;
    background: #fff
}

#aviso_cookie div > a:before {
    position: absolute;
    border-style: solid;
    border-width: 0;
    border-color: rgba(256, 256, 256, 0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#aviso_cookie div > a:after {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#home #logo, #logo {

}

#aviso_cookie div > a:hover {
    background: 0 0;
    opacity: .6
}

header {
    position: relative;
    height: auto
}

#aboutus header, #captacion header, #contact header, #details header, #lopd header, #notFound header, #promo_details header, #results header {
    height: 145px;
    z-index: 55
}

#aboutus #slider, #captacion #slider, #contact #slider, #details #slider, #lopd #slider, #notFound #slider, #promo_details #slider, #results #slider {
    display: none
}

#logo {
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    position: absolute;
    width: 140px !important;
}

#home #logo {
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    position: absolute;
    width: 140px !important;
}

}

#logo a img {
    width: 155px
}

#home #logo a img {
    width: 380px
}

#aboutus #logo a img, #captacion #logo a img, #contact #logo a img, #details #logo a img, #lopd #logo a img, #notFound #logo a img, #promo_details #logo a img, #results #logo a img {
    width: 195px
}

#slider {
    background: url(slider_images/img01.jpg);
    background-size: cover;
    height: 90px
}

#slider #slideshow {
    display: flex;
    height: 100vh;
    min-height: 600px;
    max-height: 1070px !important
}

#slider .nivoSlider:before {
    background: rgba(0, 0, 0, .12) !important
}

#slider .nivoSlider img {
    width: 2000px !important;
    left: 50% !important;
    height: 1070px !important;
    margin-left: -1000px !important;
    animation-duration: 20s;
    animation-fill-mode: both;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

#slider #slideshow .nivo-caption {
    top: 230px !important;
    height: 200px;
    padding: 0;
    max-width: inherit !important;
    display: none
}

.alquiler figure:hover .sliderPropiedad.sliderMini, .promocion figure:hover .sliderPropiedad.sliderMini, .venta figure:hover .sliderPropiedad.sliderMini {
    transform: none !important
}

#slider #slideshow .nivo-caption h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 6px;
    right: 0 !important;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.nivo-caption p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
}

#slider #slideshow .nivo-caption h3 span {
    font-weight: 700;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    -webkit-animation-name: flash;
    animation-name: flash;
    display: block
}

#navegacion.fixed {
    position: absolute;
}

#home #navegacion, #navegacion nav {
    box-shadow: none;
}

#navegacion {
    background: 25px center;
    top: 75px;
    position: absolute;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

#home #navegacion {
    background: 25px center;
    top: 75px;
    position: absolute;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

#home #navegacion.fixed, #navegacion.fixed {
    background: rgba(38, 54, 72, .9);
    top: 0;
}

#navegacion nav {
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    width: 100%;
    position: initial;
}

#navegacion ul li a {
    color: #000;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 12px;
    letter-spacing: 1px;
    display: flex;
    align-items: center
}

#blog #navegacion ul li a {
    color: #000
}

#navLinks > li.dropDownMenu > ul:before, #navegacion ul li.dropDownMenu:hover > a:after, #operationList > li.dropDownMenu > ul:before {
    display: none
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: 0 0;
    color: #000 !important
}

#navegacion ul li.dropDownMenu > ul {
    height: auto !important;
    right: 0;
    top: 110px
}

#navegacion ul li.dropDownMenu > ul {
    background: rgba(0, 0, 0, .23) !important;
    height: auto !important;
    right: 0;
    top: 80px
}

#navegacion #operationList > li > a.title {
    padding-right: 0 !important
}

#navegacion #operationList > li > a.title > i {
    margin-right: 5px
}

#navegacion #operationList > li > ul > li.dropDownMenu > ul {
    top: 0 !important;
    margin-top: 0 !important
}

#navegacion ul li.dropDownMenu ul li a {
    border-right: none !important;
    margin: 0 10px
}

#navegacion ul li.dropDownMenu ul li a, #navegacion ul li.dropDownMenu ul li.dropDownMenu a {
    color: #fff !important;
    padding: 0 10px;
    height: 50px;
    line-height: 50px
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover, #navegacion ul li.dropDownMenu ul li.dropDownMenu:hover > a {
    color: #fff !important;
    transition: none !important
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: rgba(38, 54, 72, .7) !important
}

#navegacion ul li.dropDownMenu:hover ul li a {
    background: 0 0 !important
}

#navegacion ul li.dropDownMenu ul li a:hover {
    background: 0 0 !important;
    color: #fff !important
}

#navegacion ul li.dropDownMenu:hover > a {
    border-bottom: none !important
}

#navLinks .dropDownMenu > a > i {
    float: left;
    margin-right: 5px
}

#navLinks .dropDownMenu > a > span {
    float: left
}

#navegacion #operationList > li > ul > li.dropDownMenu > a > i {
    margin: 0 5px 0 0
}

#navegacion ul#favoritos li > a > i:before {
    content: "\f004"
}

#buscador:before, #details #ficha .header:after, article#mainText h2:before {
    content: ""
}

#navegacion ul#favoritos > li > div {
    background: #ebebeb;
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box
}

#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
    background: #fff;
    height: auto;
    padding: 0 !important;
    margin: 20px 10px
}

#navegacion ul#favoritos > li:hover > div a {
    height: 82px
}

#navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3 {
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: center;
    opacity: 1 !important
}

#navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3 a {
    padding: 0 !important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px !important;
    line-height: 22px;
    color: #fff !important;
    text-shadow: none;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center;
    display: block
}

#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido {
    padding: 0;
    height: auto;
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1
}

#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas {
    padding: 0
}

#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas {
    padding: 0 5px
}

#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li {
    text-align: center;
    display: block;
    width: 100%;
    color: #000;
    margin: 5px 0
}

#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li i {
    display: none
}

#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li span {
    display: inline-block;
    color: #000;
    font-weight: 700;
    margin-right: 2px
}

#navegacion nav ul#favoritos > li > a span, header .datosContacto {
    display: none !important
}

#navegacion ul#favoritos > li > div > div > div > ul > li.promocion .contenido .precio {
    background: 0 0 !important;
    color: #292929 !important;
    font-weight: 700;
    text-align: center;
    position: relative;
    border: none;
    height: auto;
    margin-top: 7px !important;
    border-top: 1px solid #dbdbdb;
    padding: 5px 0 !important
}

#navegacion ul#idiomas {
    right: 20px;
    top: 11px;
    background: 0 0;
    height: 62px
}

#navegacion ul#idiomas li.dropDownMenu ul {
    top: 92px
}

#home #navegacion ul#idiomas li.dropDownMenu ul {
    top: 65px !important
}

#navegacion ul#idiomas li.dropDownMenu a.langSelect {
    height: 70px;
    line-height: 60px
}

#navegacion ul#idiomas li ul li:hover > a {
    background: #000 !important;
}

#buscador, #home article.home_section h2, .highlighted_searches, article#mainText .datosContacto {
    display: none
}

header .datosContacto address ul li, header .datosContacto address ul li a, header .datosContacto address ul li i, header .datosContacto address ul.socialLinks li i {
    color: #fff
}

header .datosContacto address ul.socialLinks li:hover i {
    color: #000
}

#buscador {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: 0 0;
    margin-bottom: 0;
    width: 100%
}


#buscador:hover ul.tabs, #buscador:hover:before {
    opacity: 1
}

#home #buscador {
    display: block;
    cursor: pointer;
    margin-top: 0;
}

#buscador > div {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 110px;
}

#buscador ul.tabs {
    display: none;
    border: none !important;
    top: 0 !important;
    margin-bottom: 20px;
    position: relative !important;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#buscador .busquedaAvanzada > a, #buscador ul.tabs li a {
    border-radius: 0;
    background: 0 0 !important;
    letter-spacing: .2px;
    font-size: 14px
}

#buscador > div > ul.tabs li.activo a,
#buscador > div > .busquedaAvanzada > a {
    color: #000;
}

#buscador ul.tabs li a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none !important;
    padding: 0 15px 0 0 !important
}

#buscador ul.tabs li a:hover, #buscador ul.tabs li.activo a, #buscador ul.tabs li.activo a:hover {
    color: #fff
}

#buscador ul.tabs li a:hover, #buscador ul.tabs li.activo a:hover {
    opacity: .6;
    color: #000 !important;
}

#buscador .busquedaAvanzada > a {
    border: none !important;
    padding: 0 !important;
    top: 15px !important;
    left: inherit !important;
    right: 0 !important;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#buscador .busquedaAvanzada > a:hover {
    opacity: .6
}

#buscador:hover .busquedaAvanzada > a {
    opacity: 1;
    color: #000 !important;
}

#buscador div#openNew form, #buscador div#openProperty form {
    box-sizing: inherit !important
}

#buscador div#openNew form div.line > div, #buscador div#openProperty form div.line > div, #buscador form div.line .globalSelector > i {
    box-sizing: initial !important
}

#buscador div#openNew form div.line label, #buscador div#openProperty form div.line label {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    visibility: unset !important;
}

#buscador form div.line .globalSelector, #buscador form div.line .globalSelector div.value, #buscador form div.line input[type=text] {
    height: 40px;
    border-radius: 10px !important;
}

#buscador div#openNew form button, #buscador div#openProperty form button {
    padding: 0 12px;
    height: 40px;
    margin: 20px 0 0;
    background: #000;
    color: #fff;
    border-radius: 10px;
}

#buscador div#openNew form button:hover, #buscador div#openProperty form button:hover {
    background: #000;
    color: #fff
}

#buscador div#openNew form:first-child button, #buscador div#openProperty form:first-child button {
    background: 0 0;
    top: 1px;
    color: transparent
}

#buscador div#openNew form:first-child button:before, #buscador div#openProperty form:first-child button:before {
    color: #000
}

#buscador ::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500
}

#buscador :-moz-placeholder {
    color: #fff !important;
    font-size: 14px;
    opacity: 1;
    font-weight: 500
}

#buscador ::-moz-placeholder {
    color: #fff !important;
    font-size: 14px;
    opacity: 1;
    font-weight: 500
}

#buscador :-ms-input-placeholder {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500
}

.ui-slider .ui-slider-handle, .ui-widget-header {
    background: #000 !important
}

section {
    margin-top: 80px
}

#home section {
    margin-top: 0;
    display: grid;
}

#home .offers {
    padding: 120px 0;
}

article#mainText {
    background: #fff;
    margin: 0 !important;
    padding: 80px 0
}

article#mainText h2 {
    display: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 1.5;
    font-size: 1.9em;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1.4em
}

article#mainText h2:before {
    height: 2px;
    width: 4em;
    bottom: 0;
    left: 50%;
    margin-left: -2em;
    background-color: #000;
    border: 0;
    position: absolute
}

article#mainText .welcome {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 300
}

article#mainText .welcome p {
    /*line-height: 26px*/
}

.home_section_parent {
    background: #fff;
}

#home article.home_section {
    background: #fff;
    padding: 40px 0 80px
}

#home article.home_section .column_child {
    position: relative;
    padding-top: 94px;
    text-align: center
}

#home article.home_section .column_child .title_child {
    text-transform: none;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 10px
}

#home article.home_section .column_child img {
    width: auto;
    max-width: 80px;
    display: block;
    margin: 0 auto 0 -40px;
    position: absolute;
    top: 0;
    left: 50%
}

#home article.home_section p {
    text-align: center
}

#home article.home_section p span {
    color: #000
}

.promocion h3 {
    letter-spacing: 1px !important;
    font-size: 23px !important;
    text-transform: uppercase !important;
    font-weight: 300 !important
}

.alquiler h3, .box_vertical .promocion h3, .venta h3, aside #mailingList h3 {

}

.promocion .contenido .descripcionCaracteristicas, .promocion .contenido .precio {
    font-size: .9em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .2em !important;
    padding: 0 15px !important
}

.promocion .contenido .descripcionCaracteristicas p {
    text-align: center !important
}

.alquiler, .venta {
    padding: 65px 5px 5px !important;
    transition: .25s all linear;
    cursor: pointer;
    border-radius: 15px;
    height: auto;
}

.alquiler:hover, .venta:hover {

}

.alquiler .etiqueta, .venta .etiqueta {
    z-index: 9
}

.alquiler figure .sliderPropiedad.sliderMini, .venta figure .sliderPropiedad.sliderMini {
    z-index: 0
}

.alquiler figure .mask, .venta figure .mask {
    background: 0 0 !important;
    display: none
}

.alquiler figure div.mask div.referencia span.numeroRef:before, .venta figure div.mask div.referencia span.numeroRef:before {
    color: #000;
    font-size: 16px;
    display: none
}

.alquiler h3, .venta h3 {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
    position: absolute;
    top: 0;
    text-align: left;
    width: 100%
}

.alquiler .contenido, .venta .contenido {
    margin-top: 20px
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
    padding-left: 0;
    min-height: unset;
}

.alquiler .contenido .descripcionCaracteristicas h4, .venta .contenido .descripcionCaracteristicas h4 {
    display: none;
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    left: 0;
    line-height: 20px;
}

.alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion, .venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion {
    display: none
}

.alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before, .venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before {
    color: #29aea4
}

.alquiler .contenido .descripcionCaracteristicas h4 a, .venta .contenido .descripcionCaracteristicas h4 a {
    color: #000;
    font-weight: 300
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas, .venta .contenido .descripcionCaracteristicas ul.caracteristicas {
    background: 0 0;
    display: table;
    padding: 0 5px;
    margin: 15px auto 10px;
    display: none;
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li {
    color: #535353;
    font-weight: 300
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: block !important;
    line-height: 35px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    display: none
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    font-size: 16px;
    color: transparent;
    height: 22px;
    width: 22px;
    position: relative;
    top: 6px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i {
    background: url(img/bed.png) center no-repeat;
    background-size: 22px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before {
    content: "\f2cd"
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i {
    background: url(img/construida.png) center no-repeat;
    background-size: 19px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i {
    background: url(img/construida.png) center no-repeat;
    background-size: 21px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supParcela i, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supParcela i {
    background: url(img/parcela.png) center no-repeat;
    background-size: 21px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i {
    color: transparent;
    font-size: 19px;
    top: 0;
    background: url(img/bath.png) center no-repeat;
    background-size: 21px
}

.alquiler .contenido .descripcionCaracteristicas .descripcion, .venta .contenido .descripcionCaracteristicas .descripcion {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-align: left
}

.alquiler .contenido .precio, .venta .contenido .precio {
    padding: 0px 5px;
    font-size: 17px;
    color: #000;
    position: relative;
    z-index: 99999;
    left: 0;
    text-align: left;
    bottom: 0;
    width: 100%;
    transition: .25s all linear
}

.alquiler:hover .contenido .precio, .venta:hover .contenido .precio {
    /*color: #fff!important;
    background: #000*/
}

.alquiler .contenido .precio p span, .venta .contenido .precio p span {
    font-weight: 300
}

.alquiler .contenido .precio .antes, .venta .contenido .precio .antes {
    color: #000;
    font-size: 11px;
    float: none;
    text-align: right;
    transition: .25s all linear
}

.alquiler:hover .contenido .precio .antes, .venta:hover .contenido .precio .antes {
    color: #fff
}

.alquiler figure a img, .promocion figure a img, .venta figure a img {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.alquiler figure a img:hover, .promocion figure a img:hover, .venta figure a img:hover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1)
}

.alquiler:hover figure a img, .promocion:hover figure a img, .venta:hover figure a img {
    /*opacity: .4*/
}

aside {
    background: #f5f2e5;
    margin-top: 0;
    position: relative;
    width: 100%;
    margin-left: unset;
    left: unset;
    padding-top: 40px;
}

aside:before {
    background: unset;
}

aside #mailingList h3 {
    font-size: 1.6em;
    color: #000;
    margin-bottom: 1.9em;
    text-transform: none;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.5;
    max-width: 30em
}

aside #mailingList form .line:first-child {
    position: relative
}

aside #mailingList form .line:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    color: #fff;
    width: 44px;
    height: 40px;
    line-height: 38px;
    border-radius: 3px 0 0 3px;
    background-color: #212121;
    border: 1px solid #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 17px
}

aside #mailingList form .line input[type=text] {
    padding-left: 50px
}

aside #mailingList form .line.button button {
    background: #000;

    font-weight: 600;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 10px
}

aside #mailingList form .line.button button:hover {
    background: #000;
    color: #fff
}

aside #mailingList form .line.checkbox p a {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

aside #mailingList form .line.email:before {
    background-color: transparent;
    color: #000;
}

aside #mailingList form .line.email input[type=text] {
    width: 400px !important;
    height: 42px !important;
    padding-left: 55px !important;
    border-radius: 30px !important;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

#results article.headerPage h1:first-letter {
    text-transform: uppercase
}

#results article.headerResults {
    background: 0 0;
    padding: 0
}

#results article.headerResults .filtroResultados {
    height: 45px;
    margin-top: 3px;
    line-height: 36px;
    padding-left: 15px
}

#results article.headerResults .filtroResultados a {
    line-height: 45px
}

#results article.headerResults .filtroResultados ul li a i {
    margin-left: 5px
}

#results article.headerResults .filtroResultados > ul > li > ul {
    width: 410px;
    top: 50px;
    visibility: visible;
    text-align: left;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .1);
    position: absolute;
    transition: transform .5s ease 0s, opacity .6s ease 0s, max-height .6s step-end 0s, max-width .6s step-end 0s, padding .6s step-end 0s
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir > ul > li {
    color: transparent;
    margin-bottom: 10px
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir strong {
    display: block;
    background: 0 0;
    line-height: 10px;
    text-transform: capitalize;
    padding-left: 0;
    font-size: 15px;
    color: #000;
    font-weight: 300
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 10px;
    opacity: .6;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    color: #000;
    font-weight: 300
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir li a:hover {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 1)
}

#results article.headerResults .vistaResultados ul li a {
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0
}

#results article.headerResults .vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
    border: 1px solid #000;
    background: #000
}

#results article.paginacion, #results_promo article.paginacion {
    padding: 0;
    margin: 30px auto
}

#results article.paginacion .resultados, #results_promo article.paginacion .resultados {
    color: #000;
    font-size: 17px
}

#results article.paginacion .resultados a {
    color: #29aea4
}

#results article.paginacion ul li a, #results article.paginacion ul li span {
    width: 32px !important;
    height: 32px !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    border: 1px solid transparent;
    color: #000
}

#captacion form fieldset legend:before, #results .box_horizontal .alquiler .contenido .acciones, #results .box_horizontal .venta .contenido .acciones, #results article.offers #leyenda form > .line {
    display: none
}

#results article.paginacion ul li a:hover, #results article.paginacion ul li span.activa {
    color: #fff;
    background: #000
}

#results article.offers {
    position: relative
}

#results article.offers #tooMuchResults {
    right: 0
}

#results .box_vertical .alquiler, #results .box_vertical .venta {
    width: 38%
}

#results .box_vertical figure {
    height: auto !important;
    overflow: hidden;
    min-height: 263px
}

#results .box_horizontal .alquiler, #results .box_horizontal .venta {
    padding: 0 !important;
    margin-bottom: 30px !important
}

#results .box_horizontal .alquiler h3, #results .box_horizontal .venta h3 {
    width: 60%;
    margin-top: 0;
    background: 0 0;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    padding: 25px 20px 9px 25px;
    opacity: 1
}

#results .box_horizontal .alquiler:hover, #results .box_horizontal .venta:hover {
    background: #fff
}

#results article.offers #leyenda {
    padding: 0 0 0 28px;
    float: right
}

#results article.offers #listOffers {
    float: left
}

#results article.offers #leyenda form .line.filtro_m2 div input, #results article.offers #leyenda form .line.filtro_precio div input {
    border: 1px solid #e5e5f8 !important;
    border-radius: 0
}

#results .alquiler .contenido .precio, #results venta .contenido .precio {
    margin-top: 280px
}

#results article.offers #leyenda form .line.filtro_m2 div span:nth-child(1), #results article.offers #leyenda form .line.filtro_precio div span:nth-child(1) {
    border-right: 1px solid #e5e5f8;
    left: 0;
    color: #000
}

#results article.offers #leyenda form .line.filtro_m2 div span:nth-child(3), #results article.offers #leyenda form .line.filtro_precio > div span:nth-child(3) {
    border-right: 1px solid #e5e5f8;
    color: #000
}

#results article.offers #leyenda form .line label {
    font-weight: 300;
    color: #000;
    border-radius: 0 !important;
    border: 1px solid #e5e5f8
}

#results .alquiler .contenido .descripcionCaracteristicas h4 a, #results .box_horizontal .venta .contenido .descripcionCaracteristicas h4 a {
    color: #000;
    font-weight: 300;
    font-size: 16px
}

#results .box_horizontal .alquiler .contenido .precio, #results .box_horizontal .venta .contenido .precio {
    height: auto;
    top: 58px;
    right: initial;
    bottom: inherit;
    left: 0;
    width: auto;
    opacity: 1;
    text-align: left;
    color: #000;
    border: none;
    position: absolute;
    background: #fff !important;
    margin-top: 95px;
    padding: 0 20px;
    font-size: 16px;
    transition: .25s all linear
}

#results .box_horizontal .alquiler:hover .contenido .precio, #results .box_horizontal .venta:hover .contenido .precio {
    color: #fff;
    background: #000 !important
}

#results .box_horizontal .alquiler .contenido, #results .box_horizontal .venta .contenido {
    margin-top: 0
}

#results .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4, #results .box_horizontal .venta .contenido .descripcionCaracteristicas h4 {
    text-align: center;
    margin: 0
}

#results .box_horizontal .alquiler .contenido .precio p, #results .box_horizontal .venta .contenido .precio p {
    line-height: 50px
}

.wxp-map-icon span, .wxp-map-icon-animated span, .wxp-map-icon-hover span {
    background-color: #000 !important
}

.wxp-map-icon img, .wxp-map-icon-animated div img, .wxp-map-icon-hover div img {
    border: 7px solid #000 !important
}

#results article#offers.box_mapa + article + article#mapa_results {
    top: 170px !important;
    right: 0;
    z-index: 0
}

#captacion form fieldset legend {
    line-height: 20px;
    color: #000;
    border-bottom: none;
    font-size: 20px;
    padding-left: 0;
    z-index: 0;
    background: 0 0;

    position: relative;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px
}

#captacion form input[type=text], #captacion form select, #captacion form textarea {
    background: #fff;
    font-weight: 300;
    border: none !important;
    border-bottom: 1px solid #000 !important;
}

#captacion form#frm {
    padding: 10px 0
}

#captacion form .detalleInmueble div.line.labelCheckbox {
    position: relative;
    padding-left: 22px
}

#captacion form div.line div button {
    height: 50px;
    border-radius: 10px;
    margin-left: 10px;
    border: 1px solid transparent;
    font-weight: 700
}

#captacion form div.line div button:hover {
    background: #000;
    border: 3px solid #000
}

#captacion form div.line div button:last-child {
    color: #434345;
    background-color: transparent;
    border-color: #434345
}

#captacion form .datosPersonales, #captacion form .localizacionInmueble {
    width: 100%;
    padding-bottom: 20px;
    margin: 40px auto
}

#captacion form {
    padding: 0
}

#details #slider, #promo_details #slider {
    height: 90px
}

#details section {
    margin-top: 0;
    padding-top: 395px
}

#details .breadcrumbs {
    margin: 0 auto;
    float: none
}

#details .breadcrumbs li.activo a {
    color: #000
}

#details #detalle #ficha .header {
    top: 140px;
    height: 400px;
    padding: 70px 0 0;
    clip: rect(0, 3000px, 580px, 0)
}

#promo_details #detalle #ficha .header {
    margin-bottom: 0
}

#details #ficha .header:before {
    height: 100% !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, .36) !important
}

#details #ficha .header:after {
    height: 70px;
    bottom: 96px !important;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .74))
}

#details #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa, footer {
    z-index: 0
}

#details #detalle #ficha .header .headerTitulo, #promo_details #detalle #ficha .header .headerTitulo {
    margin: 0 auto;
    background: 0 0;
    border: none
}

#details #detalle #ficha .header .headerTitulo .headerLeft, #promo_details #detalle #ficha .header .headerTitulo .headerLeft {
    width: 100% !important
}

#details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    font-size: 2.3em;
    color: #000;
    margin-bottom: 0;
}

#detalle #ficha .header .headerTitulo .headerRight .precioReducido > span:nth-child(1) {
    color: #fff
}

#promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    font-size: 2.3em;
    color: #000
}

#details #detalle #ficha .header .headerTitulo .headerLeft h1:before {
    content: none;
    background: #fff
}

#details #detalle #ficha .header .headerTitulo .headerLeft p {
    color: #000;
    margin: 0;
}

#details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    text-align: center;
    opacity: 1;
    font-size: 1.8em;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0
}

#promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    color: #000
}

#details #detalle #ficha .header .headerTitulo .headerRight, #promo_details #detalle #ficha .header .headerTitulo .headerRight {
    width: 100%;
    text-align: center;
    margin-top: 28px
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight {
    margin-top: 50px
}

#details #detalle #ficha .header .headerTitulo .headerRight p.precio, #promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 1.8em;
    opacity: 1;
    display: inline;
    border: 1px solid #000;
    padding: 10px 15px;
    background: #000;
    color: #000;
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    border: none;
    color: #fff
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight .precio span {
    display: inline;
    font-weight: 600
}

#details #detalle #ficha .header .actionBar ul li a, #detalle #ficha .header .caracteristicasPrincipales ul li strong, #promo_details #detalle #ficha .header .actionBar ul li a {
    font-weight: 300
}

#detalle #ficha .header .caracteristicasPrincipales {
    background: #fff;
    border-bottom: 1px solid #e5e5f8;
    padding: 20px 0
}

#detalle #ficha .header .caracteristicasPrincipales ul li {
    color: #000;
    font-weight: 300
}

#detalle #ficha .header .caracteristicasPrincipales ul li i {
    height: 40px;
    width: 40px;
    line-height: 40px
}

#detalle #ficha .header .caracteristicasPrincipales ul li#sup_util i {
    color: transparent;
    background: url(img/construida.png) center no-repeat;
    background-size: 22px
}

#detalle #ficha .header .caracteristicasPrincipales ul li#sup_parcela i {
    color: transparent;
    background: url(img/parcela.png) center no-repeat;
    background-size: 25px
}

#detalle #ficha .header .caracteristicasPrincipales ul li#habitaciones i {
    color: transparent;
    background: url(img/bed.png) center no-repeat;
    background-size: 25px
}

#detalle #ficha .header .caracteristicasPrincipales ul li#banos i {
    background: url(img/bath.png) center no-repeat;
    background-size: 25px;
    font-size: 20px;
    color: transparent
}

#details #detalle #ficha .header .actionBar {
    bottom: 95px;
    position: absolute;
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#promo_details #detalle #ficha .header .actionBar {
    margin-top: 35px
}

#details #detalle #ficha .header .actionBar ul li, #promo_details #detalle #ficha .header .actionBar ul li {
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s
}

#promo_details #detalle #ficha .header .actionBar ul li a, #promo_details #detalle #ficha .header .actionBar ul li i {
    color: #4f515d
}

#details #detalle #ficha div.colIzq {
    background: 0 0
}

#details #detalle #ficha div.colIzq #descripcionFicha {
    display: block !important
}

#details #detalle #ficha div.colIzq .groupTabs .tabs {
    border: none
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li {
    width: auto
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a {
    box-shadow: none;
    border: none;
    background: 0 0;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 600;
    transition: .25s all linear
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
    color: #000
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a, #detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
    color: #4b505e;
    background: 0 0;
    border: none;
    border-bottom: 2px solid #4b505e
}

#ficha #etiqueta .descuento_label {
    display: none
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a i {
    display: inline-block;
    margin-right: 10px
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta:after, #detalle #ficha div.colDch .detallesFicha h3 i, #detalle #ficha div.colIzq .detallesFicha h3 i {
    display: none
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta {
    border-radius: 0 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    top: 0px !important
}

#details #detalle #ficha div.colIzq .groupTabs .sliderPropiedad {
    background: 0 0
}

#detalle #ficha div.colIzq .detallesFicha {
    width: 100% !important
}

#detalle #ficha div.colDch #formMasInfo #contenido h3, #detalle #ficha div.colDch .detallesFicha h3, #detalle #ficha div.colIzq .detallesFicha h3 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    letter-spacing: .1em;
    text-align: center;
    font-size: 22px
}

#detalle #ficha div.colDch .detallesFicha ul, #detalle #ficha div.colIzq .detallesFicha ul {
    padding: 0
}

#detalle #ficha div.colDch .detallesFicha ul li, #detalle #ficha div.colIzq .detallesFicha ul li {
    width: 32.3% !important;
    float: left !important;
    margin: 10px .5%;
    font-size: 14px !important;
    padding: 14px 10px !important;
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
    color: #000 !important;
    border-radius: 0;
    background: #fff;
    font-weight: 300
}

#detalle #ficha .header .headerTitulo p {
    margin: 5px 0 25px;
    font-size: 22px;
    font-weight: 600
}

#detalle #ficha div.colDch .detallesFicha:nth-child(2) {
    width: 100% !important
}

#detalle #ficha div.colDch .detallesFicha ul li i, #detalle #ficha div.colIzq .detallesFicha ul li i {
    color: transparent !important
}

#detalle #ficha div.colDch .detallesFicha ul li strong, #detalle #ficha div.colIzq .detallesFicha ul li strong {
    font-weight: 300
}

#detalle #ficha div.colIzq #descripcionFicha2 {
    display: block
}

#detalle #ficha div.colDch #formMasInfo {
    width: 100% !important;
    float: none
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 i {
    display: none
}

#detalle #ficha div.colDch #formMasInfo #contenido > p:nth-child(2) {
    text-align: center
}

#detalle #formMasInfo #contenido form div.line {
    position: relative
}

#detalle #formMasInfo #contenido p:nth-child(4) {
    text-align: center
}

#detalle #formMasInfo #contenido .tlf {
    text-align: center
}

#detalle #formMasInfo #contenido .tlf:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    margin-right: 8px;
    font-size: 23px
}

#detalle #formMasInfo #contenido > a {
    display: none
}

#details .offers h2:first-letter {
    text-transform: uppercase
}

#detalle #fichaScroll {
    display: none !important;
    top: 90px;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 100000;
    background: rgba(38, 54, 72, .9);
    box-shadow: 0 4px 4px 0 rgba(70, 70, 70, .4);
}

#detalle #fichaScroll div {
    float: none;
    margin: 0 auto
}

#detalle #fichaScroll figure {
    float: left !important;
    width: 95px !important
}

#detalle #fichaScroll figure img {
    width: 100%
}

#detalle #fichaScroll > div > div {
    position: relative;
    top: 0
}

#detalle #fichaScroll div ul li {
    width: auto;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-left: 20px;
    margin-top: 16px
}

#detalle #fichaScroll div ul li i {
    color: #fff
}

#detalle #fichaScroll div ul li.precio i {
    color: #000
}

#detalle #fichaScroll div ul li.precio {
    font-weight: 700;
    float: right;
    font-size: 22px;
    top: -2px;
    position: relative;
    color: #000
}

#ficha .colDch .certificacionContenedor h3 {
    display: block;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 20px;

    text-transform: uppercase;
    font-weight: 300;
    padding: 0 !important;
    margin: 0 auto 40px
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td {
    width: 25% !important;
    padding: 15px 10px;
    margin-bottom: 1px
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a {
    font-weight: 600
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    top: 1px;
    color: #848484
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_] {
    background: #fff;
    margin: 12px 0;
    border-radius: 0 !important
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_]:before {
    background: #fff
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_] .row .caracteristicas {
    width: 100%
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_] p.precio {
    border-bottom: none;
    color: #292929;
    font-size: 20px
}

#promo_details #detalle #ficha div.colIzq {
    background: 0 0
}

#promo_details #detalle #ficha .detallesFicha .descripcion {
    text-align: justify
}

#promo_details #detalle #ficha div.colDch .detallesFicha {
    border-top: 2px solid #000;
    margin-top: 40px;
    padding-top: 30px
}

#promo_details #detalle #ficha div.colDch .detallesFicha ul li {
    width: 100% !important
}

#contact #bgContent {
    position: relative
}

#contact section {
    margin-top: 0;
    padding-top: 50px
}

#contacto .mapa {
    width: 100%;
    height: 340px;
    position: absolute !important;
    left: 0;
    top: 0;
    background: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/no-results.png) center top no-repeat #e3e3e3
}

#contacto .texto {
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    font-family: 'lato', serif !important;
}

#contacto .datosContacto {
    background: 0 0;
    width: 100%;
    padding: 0;
    margin-top: 60px
}

#contacto .datosContacto .sucursales {
    padding: 0;
    border: none;
    width: 100%;
    text-align: left
}

#contacto .datosContacto .sucursales .sucursal {
    padding: 0 0 20px;
    margin-bottom: 25px
}

#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) {
    background: #fff
}

#contacto .datosContacto .sucursales .sucursal address ul li, #contacto .datosContacto .sucursales .sucursal ul li a {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px
}

#contacto .datosContacto .sucursales .sucursal address ul li {
    margin: 10px 20px
}

#contacto .datosContacto .sucursales .sucursal address ul li.agencia {
    margin: 0 0 25px;
    padding: 15px 20px;
    background: #fff;
    border-bottom: 1px solid #000;
    font-weight: 500;
    color: #000;
    font-size: 16px
}

#contacto .datosContacto form .alert {
    margin-bottom: 30px;
    line-height: 18px;
    color: #dc2b32
}

#contacto .datosContacto form div.line {
    position: relative
}

#contacto .datosContacto form div.line:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    font-size: 22px;
    transition: color .2s;
    color: #000
}

#contacto form input[type=text], #contacto form textarea {
    background: #fff;
    border: none !important;
    border-bottom: 1px solid #000 !important;
}

#contacto form label {
    cursor: text;
    font-weight: 40;
    font-size: 15px;
    transform: none;
    position: initial
}

#contacto form input[type=text]:focus label, #contacto form textarea:focus label {
    font-size: .8rem;
    color: #000;
    transform: translateY(-140%)
}

#contacto form input[type=text]:focus:before, #contacto form textarea:focus:before {
    color: red
}

#contacto .datosContacto form div.line button.btn {
    width: 135px !important;
    border: none;
    color: #fff;
    outline: 0 !important;
    padding: 0 1em !important;
    font-size: 15px !important;
    height: 45px !important;
    line-height: 40px !important;
    transition: all .2s;
    overflow: hidden;
    border-radius: 10px;
}

#contacto .datosContacto form div.line button.btn:hover {
    background: #000 !important
}

#contacto .datosContacto form div.line button.btn i {
    display: none !important
}

#contacto .datosContacto form {
    float: none;
    width: 55%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    margin: 40px auto 0;
    overflow: hidden;
    padding-top: 40px
}

address ul li i {
    display: none !important;
    font-size: 22px !important
}

.modalContainer .modal {
    border-bottom: 45px solid #2e353e
}

.modalContainer .modal span.titulo {
    text-transform: uppercase !important;
    color: #000 !important
}

.modalContainer .modal form fieldset div.line label, .modalContainer .modal form fieldset div.line.labelHorizontal label {
    color: #000 !important
}

.modalContainer .modal form .colDcha {
    float: right !important
}

.modalContainer .modal form fieldset div.line {
    border: none
}

.modalContainer .modal form button.btn {
    color: #fff;
    background: #000 !important;
}

.modalContainer .modal form button.btn:hover {
    background: #000 !important
}

#container footer {
    padding-top: 100px;
    background: #fff;
    color: #fff;
    position: relative;
    clear: both;
    padding-bottom: 125px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(80, 43, 126, .83);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: none
}

footer #datosContactoFooter {
    width: auto !important;
    padding: 0;
    margin: 0;
}

footer #datosContactoFooterSucursales {
    width: auto !important;
    padding: 0;
    margin: 0;
}

footer #datosContactoFooter div > i {
    font-size: 30px;
    color: #000;
    display: none;
}

footer #datosContactoFooter div.email > i:before {
    content: "\f2b7"
}

footer #datosContactoFooter div.direccion > i:before {
    content: "\f278"
}

footer #datosContactoFooter div.socialLinks ul li a i {
    /*border: 1px solid #000;*/
    color: #000;
    border-radius: 0;
    background: 0 0;
    transition: .25s all linear
}

footer #datosContactoFooter div.socialLinks ul li a i:hover {
    border: 1px solid #000;
    color: #fff;
    border-radius: 0;
    background: #000
}

footer #datosContactoFooter div span {
    font-size: 15px;
    color: #000;
    font-weight: 300;
}

footer #creditos {
    /*background: #000;*/
    font-size: 12px;
    border-top: 1px solid rgba(256, 256, 256, .2)
}

#creditos a, footer a {
    color: #000;
}

footer #creditos .right p a {
    /*background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png)!important*/
}

footer #creditos .left p,
footer #creditos .left a {
    color: #000
}

table thead tr th {
    background: #000
}

#details #ficha #etiqueta {
    position: relative;
    top: 50px !important;
}

#details #detalle #ficha div.colIzq {
    display: grid;
}

#details #detalle #ficha div.colIzq #descripcionFicha {
    display: none !important;
}

#details #detalle #ficha div.colIzq #descripcionFicha2 {
    display: block !important;
    grid-row-start: 1;
}

#details #detalle #descripcionFicha2 .wxp_property_external_frame {
    width: 100% !important;
    height: 500px;
}

#home #slider {
    padding-top: 150px;
    height: 850px;
}

/*#home #container > header:after{
    content: "No vendemos casas, ayudamos a encontrar un estilo de vida";
    width: 100%;
    height: 200px;
    position: absolute;
    background: #f5f2e5;
    font-family: 'Lato', sans-serif;
}*/
#navegacion ul#idiomas li.dropDownMenu > a.langSelect > i {
    color: #000;
}

#buscador > div > .busquedaAvanzada > a {
    position: absolute;
    top: 120px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    border-bottom: 2px solid #000 !important;
    border-radius: 0;
}

.offers.box_vertical.tipo_1:before {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 330px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 4px;
    /*font-family: 'Nothing You Could Do', cursive;
    font-family: 'Tangerine', cursive;*/
    font-family: 'lato', serif !important;
}

:lang(es).offers.box_vertical.tipo_1:before {
    content: "Nuestra selección";
}

:lang(en).offers.box_vertical.tipo_1:before {
    content: "Our selection";
}

:lang(fr).offers.box_vertical.tipo_1:before {
    content: "Notre sélection";
}

:lang(de).offers.box_vertical.tipo_1:before {
    content: "Unsere Auswahl";
}

:lang(nl).offers.box_vertical.tipo_1:before {
    content: "Onze selectie";
}

.offers.box_vertical.tipo_1 {
    position: relative;
    grid-row-start: 2;
    /*background: #f5f2e5;*/
    width: 100%;
}

#content section .offers > h2 {
    display: none;
}

#content section .offers > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 10px;
}

#custom__section {
    display: flex;
}

#custom__section__left {
    width: 70%;
    text-align: justify;
}

#custom__section__left p {
    padding-top: 30px;
    padding-right: 50px;
    text-align: justify !important;
    text-align-last: center !important;
}

#custom__section__right {

}

#buscador #refForm {
    display: none;
}

#buscador #openProperty {
    display: flex;
    justify-content: center;
}

aside #mailingList p {
    color: #000;
}

aside #mailingList > div > p {
    text-align: center !important;
}

footer #datosContactoFooter > div.socialLinks {
    display: none;
}

aside #mailingList {
    float: unset;
    width: 100% !important;
}

footer #datosContactoFooter div.socialLinks ul li.facebook a,
footer #datosContactoFooter div.socialLinks ul li.instagram a {
    background: unset;
}

#container footer #datosContactoFooter:before {
    content: "CONTACTO";
    position: absolute;
    left: 0;
    text-align: center;
    color: #000;
    font-size: 20px;
    top: -30px;
    font-weight: 300;
    letter-spacing: 4px;
}

:lang(es) #container footer #datosContactoFooter:before {
    content: "CONTACTO";
}

:lang(en) #container footer #datosContactoFooter:before {
    content: "CONTACT";
}

:lang(fr) #container footer #datosContactoFooter:before {
    content: "CONTACT";
}

:lang(de) #container footer #datosContactoFooter:before {
    content: "CONTACT";
}

:lang(nl) #container footer #datosContactoFooter:before {
    content: "CONTACT";
}

footer #datosContactoFooter div {
    margin-bottom: 0 !important;
}

#home footer #datosContactoFooter div,
footer #datosContactoFooter div {
    width: 100%;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

footer #datosContactoFooter div {
    text-align: left;
}

footer #datosContactoFooterSucursales {
    display: block;
    position: relative;
}

footer #datosContactoFooterSucursales:before {
    position: absolute;
    left: 0;
    text-align: center;
    color: #000;
    font-size: 20px;
    top: -30px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    min-width: 136px;
    white-space: nowrap;
}

:lang(es) footer #datosContactoFooterSucursales:before {
    content: "SÍGUENOS";
}

:lang(en) footer #datosContactoFooterSucursales:before {
    content: "Follow us";
}

:lang(fr) footer #datosContactoFooterSucursales:before {
    content: "Suivez nous";
}

:lang(de) footer #datosContactoFooterSucursales:before {
    content: "Folge uns";
}

:lang(nl) footer #datosContactoFooterSucursales:before {
    content: "Volg ons";
}

footer #datosContactoFooterSucursales > div.socialLinks ul li i {
    font-size: 35px;
}

footer #datosContactoFooterSucursales > div > ul.socialLinks {
    display: flex;
}

footer #datosContactoFooterSucursales > div > ul.socialLinks > li:nth-child(1) {
    order: 1;
}

footer #datosContactoFooterSucursales > div > ul.socialLinks > li {
    margin-right: 10px;
}

footer #datosContactoFooterSucursales > div {
    padding: 0;
}

footer #datosContactoFooter div:nth-child(1) {
    margin-top: 40px;
}

aside #mailingList > div #newsletter_form #email_newsletter {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 5px !important;
}

aside #mailingList form .line.email:before,
#navegacion ul#favoritos,
#results #content .headerPage,
.vistaResultados > ul > li:nth-child(2),
#content .headerResults > .breadcrumbs,
#blog #content > section > #tituloBlog > h2,
#blog #content > section > .texto,
#content > section > article > h2 {
    display: none;
}

#custom__section__left > h3 {
    text-align: center;
    font-family: 'lato', cursive;
    font-size: 24px;
    letter-spacing: 4px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}

.home_section_parent {
    grid-row-start: 1;
}

/*.swiper-button-next{
    background: url(img/next.png)!important;
    background-size: 100% !important;
}
.swiper-button-prev{
    background: url(img/prev.png)!important;
    background-size: 100% !important;
}*/
#blog #articuloCompleto .imgBg > img {
    display: none;
}

#blog #articuloCompleto .texto ul,
#blog #articuloCompleto .texto li {
    list-style: inside;
}

.articulo .fecha .dia:after {
    content: "-";
    position: relative;
    left: 2px;
}

#blog #bgContent #content {
    width: unset !important;
    display: flex;
    flex-direction: column;
}

#blog #bgContent {
    max-width: 1220px;
    margin: 0 auto;
}

#blog #latestArticle {
    width: 100%;
    display: flow-root;
}

#blog #articuloCompleto {
    margin: 0 auto;
}

#blog #articulosBlog .articulo {
    border-radius: 5px;
}

#details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    background: none;
    border: none;
}

#details #frmPropertyContact input[type=text],
#details #frmPropertyContact select,
#details #frmPropertyContact textarea {
    border: none !important;
    border-bottom: 1px solid #000 !important;
}

.gdprcookie > h1:before {
    content: none;
}

.gdprcookie .gdprcookie-buttons button:nth-child(1) {
    background: #000;
    border: solid 1px #000;
    border-radius: 5px;
}

.gdprcookie .gdprcookie-buttons button:nth-child(2) {
    border-radius: 5px;
    border: 1px solid #000;
    background: #fff;
}

#blog #slider,
#blog .paginacion,
#detalle #ficha div.colIzq .detallesFicha ul li i,
#buscador div#openProperty #globalForm #tipo_operacion {
    display: none !important;
}

#buscador div#openProperty #globalForm fieldset {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#custom__section__left p:nth-child(2),
#home article.home_section p {
    line-height: 25px;
    text-align: justify !important;
    text-align-last: center !important;
}

#contact #mapa_principal {
    display: none;
}

aside #mailingList > div > p {
    visibility: hidden;
}

aside #mailingList > div > #newsletter_form:before {
    position: absolute;
    top: -20px;
    font-size: 16px;
    text-align: center;
}

:lang(es) aside #mailingList > div > #newsletter_form:before {
    content: "Suscríbete a nuestra Newsletter y te enviaremos información sobre novedades y tendencias";
}

:lang(en) aside #mailingList > div > #newsletter_form:before {
    content: "Subscribe to our Newsletter and we will send you information about our new products and trends";
}

:lang(fr) aside #mailingList > div > #newsletter_form:before {
    content: "Abonnez-vous à notre Newsletter pour recevoir des informations sur les nouveautés et tendances";
}

:lang(de) aside #mailingList > div > #newsletter_form:before {
    content: "Abonnieren Sie unseren Newsletter und wir schicken Ihnen Informationen über Neuheiten und Trends";
}

:lang(nl) aside #mailingList > div > #newsletter_form:before {
    content: "Schrijf u in voor onze Newsletter en wij sturen u informatie over nieuwtjes en trends.";
}

#home article.home_section h3 {
    text-align: center !important;
    font-family: lato, cursive !important;
    font-size: 26px !important;
    letter-spacing: 4px !important;
    margin-bottom: 30px;
}

#captacion .localizacionInmueble > .line:nth-child(7),
#captacion .localizacionInmueble > .line:nth-child(8),
#captacion .localizacionInmueble > .line:nth-child(9),
#captacion .detalleInmueble > .line:nth-child(5),
#captacion .detalleInmueble > .line:nth-child(6),
#captacion .detalleInmueble > .line:nth-child(7),
#captacion .detalleInmueble > .line:nth-child(8),
#captacion .detalleInmueble > .line:nth-child(9),
#captacion .detalleInmueble > .line:nth-child(10),
#captacion .detalleInmueble > .line:nth-child(11),
#captacion .detalleInmueble > .line:nth-child(12),
#captacion .detalleInmueble > .line:nth-child(13),
#captacion .detalleInmueble > .line:nth-child(14),
#captacion .detalleInmueble > .line:nth-child(15),
#captacion .detalleInmueble > .line:nth-child(16),
#captacion .detalleInmueble > .line:nth-child(17),
#captacion .detalleInmueble > .line:nth-child(18),
#captacion .detalleInmueble > .line:nth-child(19),
#captacion .detalleInmueble > .line:nth-child(20),
#captacion .detalleInmueble > .line:nth-child(21),
#captacion .detalleInmueble > .line:nth-child(22),
#captacion .detalleInmueble > .line:nth-child(23),
#captacion .detalleInmueble > .line:nth-child(24),
#captacion .detalleInmueble > .line:nth-child(25),
#captacion .detalleInmueble > .line:nth-child(26),
#captacion .detalleInmueble > .line:nth-child(27),
#captacion .detalleInmueble > .line:nth-child(28) {
    display: none;
}

.busquedaAvanzada.modalContainer {
    z-index: 111111;
}

.busquedaAvanzada #buscadorAvanzado form fieldset {
    border: none;
}

.busquedaAvanzada #buscadorAvanzado form fieldset legend {
    color: #000000 !important;
    padding: 5px 0px !important;
}

.busquedaAvanzada #buscadorAvanzado form fieldset .globalSelector,
.busquedaAvanzada #buscadorAvanzado form div.line input[type=text],
.busquedaAvanzada #buscadorAvanzado form div.line select {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0 !important;
}

#contact #contacto .datosContacto .sucursales {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

#contacto form fieldset div.ok {
    border: 1px solid #f5f2e5;
    background: #f5f2e5;
}

#poblacion div > div > ul {
    z-index: 1111111;
}

#seccionInterna p {
    text-align: justify !important;
    text-align-last: left !important;
}

#aboutus #seccionInterna p {
    /*text-align: left !important*/;
    text-align-last: left !important;
}

#contacto form fieldset div.ok,
form div.line.messages div.ok:before,
#contacto form fieldset div.ok b {
    color: #000;
    font-weight: 300;
}

.globalSelector.opened > ul {
    z-index: 1111111;
}

footer #datosContactoFooter .direccion > div > span:nth-child(1),
#contacto .datosContacto .sucursales .sucursal address ul .direccion {
    display: none;
}

footer #datosContactoFooter .direccion > div > span:nth-child(2) {
    margin-left: 0;
}

.fotorama__fullscreen-icon {
    background-color: #00000000 !important;
    top: 50px !important;
}

#details .fotorama__arr--prev:before, #details .fotorama__arr--next:before {
    color: #000 !important;
    font-size: 40px !important;
}

#details .fotorama__arr {
    background: #00000000 !important;
}

#details #detalle #ficha .header img {
    display: none;
}

#details #ficha .header:before, #details #detalle #ficha .header:after {
    background: #fff !important;
}

#details #detalle #ficha .header .actionBar ul li i, #promo_details #detalle #ficha .header .actionBar ul li i,
#details #detalle #ficha .header .actionBar ul li a, #promo_details #detalle #ficha .header .actionBar ul li a,
#details #detalle #ficha .actionBar a.hazOferta {
    color: #000;
}

#details section > .box_vertical.offers {
    width: 100%;
    background: #fff;
}

#details section > .box_vertical.offers h2 {
    display: block;
    padding: 50px 30px 20px;
    font-size: 22px;
    text-align: left;
}

#details section > .box_vertical.offers h2:before {
    content: none;
}

.venta .etiqueta, .alquiler .etiqueta {
    transform: rotate(0deg);
    right: 0 !important;
    bottom: 15px;
    top: unset !important;
    border-radius: 3px !important;
}

#detalle #ficha div.colDch #formMasInfo #contenido form button {
    border-radius: 10px;
}
/*#results .contenido .descripcionCaracteristicas .descripcion{
    display: none;
}*/
#results #content > section > article.paginacion:nth-child(5){
    visibility: visible;
    display: flex;
    justify-content: center;
}
#results article.paginacion .resultados{
    display: none;
}
#results .offers table tbody tr td{
    color: #000000;
    font-weight: 100;
}
#results table tbody tr:nth-child(2n) td{
    background: unset;
}
.gdprcookie .gdprcookie-buttons button:nth-child(1){
    color: #fff;
}
.gdprcookie .gdprcookie-buttons > button:nth-child(3){
    border-radius: 5px;
    border: 1px solid #000;
    background: #fff;
    margin-top: 10px;
}
#results #content > section > article.paginacion:nth-child(5) .pagination > li:nth-child(1),
#results #content > section > article.paginacion:nth-child(5) .pagination > li:nth-child(2),
#results #content > section > article.paginacion:nth-child(5) .pagination > li:nth-child(5),
#results #content > section > article.paginacion:nth-child(5) .pagination > li:nth-child(6){
    display: none;
}
@media screen and (min-width: 0) and (max-width: 480px) {
    #home #logo a img, #logo a img {
        width: 100% !important
    }

    article#mainText h2 {
        color: red
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    #details section {
        padding: 225px 0 0 0;
    }
    #details #detalle{
        width: 100%;
    }
    #details #detalle #ficha div.colIzq{
        padding: 0;
    }
    #details #detalle #ficha div.colIzq > div{
        padding: 0px 35px;
    }
    #details #detalle #ficha div.colIzq .groupTabs .tabs{
        padding: 0 15px;
    }
    #details #detalle #ficha div.colIzq > .groupTabs{
        padding: 0;
    }
    .fotorama__wrap--css3 .fotorama__fullscreen-icon{
        top: 25px !important;
    }
    #details #detalle #ficha div.colIzq #descripcionFicha2 {
        display: block !important;
        grid-row-start: 2;
    }
    .venta .etiqueta, .alquiler .etiqueta {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
        bottom: 0;
    }

    #input_img {
        right: 15px !important;
        left: unset !important;
    }

    #contacto .datosContacto form {
        width: 100%;
    }

    #details .colIzq .detallesFicha .certificacion_A,
    #details .colIzq .detallesFicha .certificacion_B,
    #details .colIzq .detallesFicha .certificacion_C,
    #details .colIzq .detallesFicha .certificacion_D,
    #details .colIzq .detallesFicha .certificacion_E,
    #details .colIzq .detallesFicha .certificacion_F,
    #details .colIzq .detallesFicha .certificacion_G {
        display: flex !important;
    }

    #results .headerResults {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .alquiler .contenido .descripcionCaracteristicas h4 a, .venta .contenido .descripcionCaracteristicas h4 a {
        font-size: 14px;
    }

    body:not(#home) #slider {
        display: none !important;
    }

    #home #slider {
        height: 770px;
    }

    #buscador div#openProperty #globalForm fieldset {
        flex-direction: column;
    }

    #detalle #ficha div.colIzq .detallesFicha ul li {
        background: #fff;
        padding: 0px 5px !important;
    }

    #details header #navegacion {
        top: 10px !important;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1,
    #details #detalle #ficha .header .headerTitulo .headerLeft p,
    #details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        color: #000;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1:before {
        background: #000;
    }

    footer ul.socialLinks {
        display: flex !important;
        justify-content: center;
        flex-direction: row;
    }

    footer #datosContactoFooter div.socialLinks ul li:nth-child(1) {
        order: 1;
        margin-right: 0;
    }

    footer #datosContactoFooter div.socialLinks ul li:nth-child(2) {
        margin-right: 10px;
    }

    #custom__section__left p:nth-child(3) {
        text-align: center;
    }

    /** BLOG **/
    #blog #articulosBlog .articulo {
        width: 100%;
        float: left;
        margin: 10px;
        background-color: #f5f2e5;
    }

    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 0px;
        overflow: hidden;
    }

    #blog #articulosBlog .articulo figure img {
        width: 100% !important;
        margin-top: 0;
    }

    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas {
        display: none;
    }

    #blog #content #articulosBlog .contenido h3 {
        padding: 17px 20px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #articulosBlog .contenido .fecha {
        display: none;
    }

    #blog #content #articulosBlog .contenido p {
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle .articulo {
        width: 95%;
        float: left;
        margin: 10px;
        background-color: #f5f2e5;
    }

    #blog #latestArticle .articulo figure {
        position: relative;
        top: 0px;
        overflow: hidden;
    }

    #blog #latestArticle .articulo figure img {
        width: 100% !important;
        margin-top: 0;
    }

    #blog #latestArticleg .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas {
        display: none;
    }

    #blog #content #latestArticle .contenido h3 {
        padding: 17px 20px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #latestArticle .contenido .fecha {
        display: none;
    }

    #blog #content #latestArticle .contenido p {
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas {
        display: none;
    }

    /** BLOG **/
    #container footer {
        flex-direction: column;
        padding-bottom: 25px;
    }

    aside {
        bottom: unset !important;
    }

    #home article.home_section {
        margin: 0;
        padding: 60px 30px;
        width: 100%;
        background: #f5f2e5;
    }

    #home article.home_section h3 {
        text-align: center;
        font-family: lato, cursive;
        font-size: 26px;
        letter-spacing: 5px;
        margin-bottom: 30px;
    }

    .alquiler .contenido .descripcionCaracteristicas h4, .venta .contenido .descripcionCaracteristicas h4 {
        display: block;
        position: relative;
        top: unset;
        margin-bottom: 3px;
    }

    .alquiler .contenido .descripcionCaracteristicas .descripcion, .venta .contenido .descripcionCaracteristicas .descripcion {
        display: none;
    }

    .alquiler h3, .promocion h3, .venta h3 {
        margin-top: 10px !important;
    }

    .alquiler h3, .promocion h3, .venta h3,
    .alquiler .contenido, .venta .contenido {
        margin: 0;
    }

    .venta .contenido .precio p, .alquiler .contenido .precio p {
        line-height: 20px;
    }

    .alquiler figure a img, .promocion figure a img, .venta figure a img {
        width: 95%;
        min-height: 300px;
        object-fit: cover;
    }

    #custom__section__left > h3 {
        font-size: 18px;
        text-align: center;
        font-family: 'lato', cursive;
        font-size: 24px;
        letter-spacing: 4px;
    }

    #custom__section__left p {
        padding-right: 0;
    }

    #home .offers {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .offers.box_vertical.tipo_1:before {
        top: 30px;
    }

    .alquiler h3, .venta h3,
    .alquiler .contenido .precio, .venta .contenido .precio {
        text-align: center;
        position: relative;
        padding-bottom: 3px;
    }

    .venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {

    }

    aside #mailingList > div #newsletter_form {
        display: flex;
        flex-direction: column;
    }

    aside #mailingList > div #newsletter_form .line.captcha {
        order: 1;
    }

    aside #mailingList > div #newsletter_form .line.button {
        order: 2;
    }

    aside #mailingList form .line.checkbox p a {
        font-size: 12px;
    }

    footer #datosContactoFooter div:nth-child(1) {
        margin-top: 20px;
    }

    #container footer #datosContactoFooter:before {
        content: none !important;
    }

    footer #datosContactoFooterSucursales {
        display: none;
    }

    footer #creditos .left a:before {
        content: none;
    }

    #container footer:before {
        content: "CONTACTO";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        color: #000;
        font-size: 20px;
        top: 18px;
        font-weight: 300;
        letter-spacing: 4px;
    }

    footer #datosContactoFooter div.socialLinks ul li a i {
        font-size: 30px;
    }

    .flecha {
        width: 35px;
        height: 35px;
    }

    #navegacion ul#idiomas {
        z-index: 111111;
    }

    /*NEW MENU*/
    #home header, header {
        padding-top: 65px;
    }

    #home header #navegacion,
    header #navegacion {
        position: absolute !important;
        top: 63px !important;
    }

    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        color: #000 !important;
        font-size: 22px;
    }

    /*NEW MENU*/
    #home #slider {
        padding-top: 0;
        top: 15px;
    }

    #slider #slideshow img {
        width: auto !important;
        height: 250px !important;
        left: unset !important;
        margin-left: unset !important;
    }

    #slider #slideshow .nivo-caption {

    }

    #navegacion ul#idiomas li.dropDownMenu > a.langSelect > i {
        color: #fff;
    }

    article#mainText {
        padding: 30px 10px;
        background: #f5f2e5;
    }

    #buscador > div > .busquedaAvanzada > a {
        top: 0 !important;
        color: #000 !important;
    }

    #custom__section {
        display: flex;
        flex-direction: column;
        padding: 20px 30px;
    }

    #custom__section__left,
    #custom__section__right {
        width: 100%;
    }

    #custom__section__right img {
        min-height: 390px;
        object-fit: cover;
    }

    aside {
        position: relative;
        left: unset;
        padding: 20px 30px;
    }

    aside #mailingList {
        width: 100% !important;
    }

    #aviso_cookie div, #buscador > div, #details #detalle #ficha .header .headerTitulo, #details .breadcrumbs, #fichaScroll div, #home .row, #slider #slideshow .nivo-caption, article, header .datosContacto address {
        width: 95%
    }

    #home .row {
        width: 100%
    }

    #aboutus header, #captacion header, #contact header, #details header, #lopd header, #notFound header, #promo_details header, #results header {
        height: auto
    }

    #home #home_section_90911 div p {
        margin-left: 0px !important;
    }

    #slider::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 6
    }

    #slider .nivoSlider::before {
        background: 0 0 !important
    }

    #details #detalle #ficha .header img {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        transform: none !important
    }

    #details #detalle #ficha .header {
        top: 70px !important;
        clip: initial;
        padding-top: 30px;
        padding-bottom: 30px;
        z-index: 1
    }

    #aboutus #slider, #captacion #slider, #contact #slider, #details #slider, #lopd #slider, #promo_details #slider {
        height: 250px !important
    }

    #details #detalle #ficha .header:after {
        bottom: 0 !important;
        background: none;
    }

    #details #detalle #ficha .header .headerTitulo .headerRight p.precio, #promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        font-size: 22px
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1, #promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 24px;
        margin-top: 0;
        padding-bottom: 10px;
        letter-spacing: 1px
    }

    #details #detalle #ficha .header .headerTitulo .headerRight, #promo_details #detalle #ficha .header .headerTitulo .headerRight {
        margin-top: 10px;
        margin-bottom: 15px
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
        margin-top: 60px !important;
        margin-bottom: 0 !important
    }

    #blog .headerResults, #detalle #ficha .header .caracteristicasPrincipales, #home #logo:after, #navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before, #slider, .box_vertical .etiqueta:before, .breadcrumbs, .mainText, article#mainText, aside, footer #datosContactoFooter div.socialLinks > i {
        display: none
    }

    article#mainText, aside {
        display: block !important
    }

    aside #mailingList {
        padding: 35px 0 5px !important
    }

    aside #mailingList form .line.captcha {
        height: auto;
        margin-bottom: 5px !important
    }

    aside #mailingList h3 {
        font-size: 18px;
        margin: 0 0 5px;
        padding: 0 10px
    }

    aside #mailingList form .line.button {
        float: none;
        display: table;
        width: 100% !important
    }

    aside #mailingList form .line.checkbox {
        margin-top: 10px
    }

    aside #mailingList form .line.captcha .g-recaptcha {
        transform: scale(.8);
        transform-origin: 50%
    }

    article .texto img {
        height: auto !important
    }

    article > h2 {
        letter-spacing: .1em;
        font-size: 1.5em
    }

    .offers, .row {
        display: block;
        padding: 0
    }

    #home #bgContent {
        margin-top: 0;
        padding: 0
    }

    #contacto, #results article.headerPage, #seccionInterna, form {
        padding: 0
    }

    .headerRight {
        border-top: 1px solid #fff
    }

    .ui-widget.ui-widget-content {
        width: 95%
    }

    .flecha {
        right: 0;
        margin-right: 15px;
        bottom: 55px
    }

    .column_child {
        width: 100% !important;
        float: none !important
    }

    #home header, header {
        height: auto;
        background: #fff
    }

    #home #logo, #logo {
        top: 0px;
        width: 170px !important;
        height: 70px;
        z-index: 11;
    }

    #home #logo a img {
        width: auto !important;
        max-height: 79px;
    }

    #logo a img {
        width: auto !important;
        max-height: 65px;
    }

    #aboutus #logo, #captacion #logo, #contact #logo, #details #logo, #lopd #logo, #notFound #logo, #promo_details #logo, #results #logo {

    }

    #slider {
        background: url(http://storage.googleapis.com/static.inmoweb.es/clients/2436/header/61E1A24147E1D.jpg) center no-repeat !important;
        background-size: cover !important;
        display: block !important;
        height: 450px !important
    }

    #slider #slideshow {
        height: 450px !important;
        min-height: inherit !important
    }

    #slider #slideshow .nivo-slice {
        height: 450px !important;
    }

    #slider #slideshow .nivo-caption {
        display: block;
        height: auto;
        top: 110px !important
    }

    #slider #slideshow img {
        height: 450px !important;
    }

    #slider #slideshow .nivo-caption h3 {
        text-align: center;
        font-size: 35px;
        position: relative
    }

    #slider #slideshow .nivo-caption p {
        margin-top: 100px;
        font-size: 16px;
        width: 70%;
    }

    #slider::before {
        background: rgba(0, 0, 0, .22) !important
    }

    #navegacion {
        position: relative !important;
        top: 0 !important;
        /*background: rgba(38,54,72,.6)!important;*/
        margin-top: -48px
    }

    #details #navegacion {
        margin-top: 0 !important
    }

    #home #navegacion, #navegacion {
        z-index: 5
    }

    #navegacion nav {
        padding: 0;
        width: 100%;
        background: 0 0
    }

    #navegacion #navHeader {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        right: 0;
        margin: 0 !important
    }

    #navegacion #navHeader #navLinks {
        position: absolute;
        background: #fff;
        left: 0;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        display: none;
        z-index: 9999999;
        top: 48px
    }

    #navegacion #navHeader #navLinks li {
        float: none;
        border-bottom: 1px solid rgba(217, 217, 217, .4)
    }

    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: 0 0 !important;
        display: block
    }

    #buscador::before, #navegacion #idiomas > li.dropDownMenu > ul:before, #navegacion #navLinks > li.dropDownMenu > ul:before, #navegacion #operationList > li.dropDownMenu > ul:before {
        display: none
    }

    #navegacion #navHeader #navLinks li a:hover {
        background: 0 0
    }

    #navegacion ul li a {
        padding-left: 10px !important;
        height: 50px;
        line-height: 50px;
        color: #000
    }

    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block
    }

    #home #navegacion #navHeader #searchToggle,
    #navegacion #navHeader #searchToggle {
        position: absolute;
        right: 45px;
    }

    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 0;
        padding: 6px 10px;
        background: 0 0;
        color: #fff;
        border-radius: 3px;
        border: none
    }

    #navegacion #navHeader #navToggle button:hover, #navegacion #navHeader #searchToggle button:hover {
        background: #ebebeb;
        color: #fff
    }

    #navegacion ul#idiomas {
        right: 0
    }

    #navegacion ul#idiomas > li > a > i {
        color: #fff
    }

    #navegacion ul#idiomas li a {
        padding: 0 10px !important
    }

    #buscador, #home #buscador {
        display: none;
        left: 0;
        top: 0 !important;
        position: relative;
        margin: 0 !important;
        outline: 0;
        padding: 0;
        background: #fff !important;
        width: 100%;
        height: auto;
        z-index: 555
    }

    body#home #buscador {
        display: block;
    }

    #buscador > div {
        height: auto;
        background: 0 0;
        width: 95%;
        padding: 20px 20px 56px
    }

    #buscador div form {
        border: none !important
    }

    #buscador > div > ul.tabs {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100% !important;
        opacity: 1 !important
    }

    #ficha #etiqueta, .promocion .contenido .precio {
        position: relative
    }

    #buscador .tabs li {
        width: 50%;
        text-align: center;
        margin: 0 !important;
        float: left !important
    }

    #buscador ul.tabs li a {
        border: none !important;
        height: auto;
        line-height: inherit
    }

    #buscador .busquedaAvanzada {
        position: relative;
        display: block;
        bottom: 0;
        top: inherit;
        right: 0;
        left: inherit
    }

    #buscador .busquedaAvanzada > a {
        width: 100%;
        text-align: center;
        right: 0 !important;
        left: inherit !important;
        top: inherit !important;
        bottom: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: #000;
        color: #fff !important;
        opacity: 1 !important
    }

    #buscador form div.line .globalSelector {
        justify-content: inherit
    }

    #buscador form div.line .globalSelector div.value {
        max-width: 350px
    }

    #gtypeContent.globalSelector > ul, #pbAContent.globalSelector > ul, #pbContent.globalSelector > ul {
        width: 100%
    }

    #price-range, #price-rangep {
        width: 95%
    }

    #home section, section {
        float: none;
        width: 100%;
        margin: 40px 0 0 !important;
        padding: 0 10px;
        box-sizing: border-box
    }

    #home section {
        padding: 0;
        margin: 0 !important
    }

    #results .box_vertical .alquiler, #results .box_vertical .promocion, #results .box_vertical .venta, .alquiler, .promocion, .venta {
        height: auto !important;
        width: 100% !important;
        float: none !important;
        padding: 30px 5px 5px !important;
    }

    #results header {
        position: relative !important
    }

    #results section {
        padding-top: 10px !important;
        width: 90% !important;
        margin: 40px auto !important;
    }

    #results_promo article.offers #listOffers, article.offers #leyenda form .line {
        display: table
    }

    #results article#offers, #results article.headerPage, #results article.headerResults, #results article.offers #leyenda, #results article.paginacion {
        width: 100% !important
    }

    #results article.paginacion {
        padding: 0;
        display: none;
    }

    #results article.paginacion .resultados {
        font-size: 18px
    }

    #results section.box_mapa > article.paginacion:nth-child(3) {
        display: none
    }

    #results article.offers #leyenda form .line .desplegado span, #results article.offers #leyenda form .line ul li, article.offers #leyenda form .line.checkboxNum div span {
        padding-left: 25px;
        margin-bottom: 15px;
        font-size: 16px
    }

    article.offers #leyenda form .line.filtro_m2 div input, article.offers #leyenda form .line.filtro_m2 div span, article.offers #leyenda form .line.filtro_precio div input, article.offers #leyenda form .line.filtro_precio div span {
        float: none
    }

    #results article.offers #leyenda form .line.filtro_m2 div span:nth-child(3), #results article.offers #leyenda form .line.filtro_precio > div span:nth-child(3) {
        margin-top: 0
    }

    #results article.offers #leyenda {
        background-color: unset !important;
        border: none !important;
    }

    #results article.offers #leyenda span.titulo {
        background-color: unset !important;
        color: #000 !important;
        font-size: 14px !important;
        border-bottom: 1px solid #000 !important;
        border-width: medium;
    }

    #results article.headerResults .vistaResultados {
        margin-left: 0
    }

    #results article.headerResults .filtroResultados > ul > li > ul {
        min-width: 300px;
        left: 0px;
    }

    #results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
        font-size: 12px
    }

    #results article.headerResults .filtroResultados #filtroResultadoAbrir strong {
        font-size: 14px
    }

    #results article#offers.box_mapa + article + article#mapa_results {
        top: 0 !important
    }

    #detalle #ficha div.colDch .detallesFicha ul li, #detalle #ficha div.colIzq .detallesFicha ul li {
        width: 100% !important;
        margin: 10px 0
    }

    #results article.offers #leyenda span.titulo {
        color: #fff
    }

    #results article.offers #leyenda form {
        padding: 25px !important
    }

    #results .alquiler .contenido .precio, #results .venta .contenido .precio {

    }

    #results .box_vertical .alquiler, #results .box_vertical .venta {
        margin: 10px 1% !important
    }

    #results article.headerResults .filtroResultados {
        margin-bottom: 40px
    }

    #details section {
        margin-top: 0 !important;
        position: inherit;
        padding-top: 225px
    }

    #details #detalle {
        padding: 80px 0 0
    }

    #detalle #ficha .header {
        height: auto !important
    }

    #detalle #ficha .header img {
        max-width: inherit !important;
        width: auto !important
    }

    #detalle #ficha div.colIzq #descripcionFicha p, #detalle #ficha div.colIzq #descripcionFicha2 p {
        text-align: justify
    }

    #ficha h1 {
        text-align: center
    }

    #ficha #etiqueta {
        z-index: 9
    }

    #details #detalle #ficha .header .actionBar, #promo_details #detalle #ficha .header .actionBar {
        width: 100% !important;
        position: fixed;
        bottom: 0;
        left: 0;
        top: initial;
        z-index: 12;
        background-color: #000;
        padding: 0;
        border: none !important
    }

    #details #detalle #ficha .header .actionBar > ul, #promo_details #detalle #ficha .header .actionBar > ul {
        float: left
    }

    #details #detalle #ficha .header .actionBar ul li, #promo_details #detalle #ficha .header .actionBar a.hazOferta {
        position: relative;
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        float: left;
        border-radius: 0 !important;
        margin: 0;
        border-right: 1px solid rgba(120, 120, 120, .4) !important
    }

    #details #detalle #ficha .actionBar a.hazOferta {
        float: left !important;
        clear: inherit;
        border-radius: 0 !important
    }

    #details #detalle #ficha .header .actionBar #ficha .actionBar ul li > a, #promo_details #detalle #ficha .header .actionBar ul li.share {
        width: 50px !important;
        height: 50px !important
    }

    #details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox, #promo_details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox {
        position: absolute;
        top: 0
    }

    #details #detalle #ficha .header .actionBar ul li a, #detalle #ficha .actionBar ul li.share div.addthis_toolbox a, #promo_details #detalle #ficha .header .actionBar ul li a {
        border: none !important;
        width: 50px !important;
        height: 50px !important;
        color: transparent !important;
        padding: 0 !important
    }

    #details #detalle #ficha .actionBar a.hazOferta {
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        border: none !important;
        border-right: 1px solid rgba(120, 120, 120, .4) !important
    }

    #details #detalle #ficha .actionBar a.hazOferta i, #details #detalle #ficha .actionBar a.hazOferta:before, #details #detalle #ficha .header .actionBar ul li i, #promo_details #detalle #ficha .actionBar a.hazOferta i, #promo_details #detalle #ficha .header .actionBar ul li i {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100% !important;
        font-size: 16px;
        color: #fff
    }

    #details #detalle #ficha .header .actionBar ul li.share > i, #promo_details #detalle #ficha .header .actionBar ul li.share > i {
        top: 0 !important;
        margin: 0 !important
    }

    #details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a, #promo_details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a {
        padding: 0;
        margin: 0
    }

    #details #detalle #ficha .actionBar ul li.documents, #details #detalle #ficha .actionBar ul li.presentation, #details #detalle #ficha .actionBar ul li.printPage {
        display: inline-block !important
    }

    #details #detalle #ficha div.colDch, #promo_details #detalle #ficha div.colDch {
        margin-top: 0
    }

    #ficha > div.colIzq > div:nth-child(4) > p {
        text-align: justify
    }

    #detalle #ficha .header .headerTitulo .headerRight {
        position: relative;
        border: none
    }

    #ficha #sliderPropiedad {
        width: 320px
    }

    #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa, #detalle #ficha div.colIzq .groupTabs .videos iframe {
        height: 260px
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
        font-size: 1.5em
    }

    #details #detalle #ficha .header img {
        display: none
    }

    #details #ficha .header::before {
        /*background: #f5f2e5 !important;*/
    }

    #aviso_cookie div a, footer #datosContactoFooter {
        background: 0 0
    }

    #home footer, footer {
        margin-top: 30px;
        padding-top: 45px;
        padding-bottom: 0;
        display: inherit;
    }

    #home footer {
        margin-top: 50px
    }

    #details footer {
        padding-bottom: 65px !important
    }

    #home footer #datosContactoFooter {
        padding: 10px 0 !important;
        display: flex;
        flex-direction: column;
    }

    #home footer #datosContactoFooter div, footer #datosContactoFooter div {
        width: 100% !important;
        position: relative;
        padding: 0 10px !important;
        text-align: center !important;
        display: block;
        top: 0 !important;
        margin-bottom: 0px !important
    }

    #home footer #datosContactoFooter div.socialLinks, footer #datosContactoFooter div.socialLinks {
        margin-top: 30px !important;
        position: relative;
        top: 0 !important;
        padding: 0 !important;
        display: block;
    }

    #home footer #datosContactoFooter div > i, footer #datosContactoFooter div > i {
        position: relative !important;
        top: 0 !important;
        margin: 0 auto 8px;
        transform: none !important;
        font-size: 26px
    }

    footer #datosContactoFooter div.socialLinks > i {
        display: none !important
    }

    footer #creditos .right:before {
        margin-right: 0
    }

    footer #creditos {
        position: relative !important;
        padding: 0;
        margin-top: 0 !important
    }

    footer #creditos .left {
        margin-top: 15px;
        float: none;
        top: 0;
        text-align: center;
        flex-direction: column;
        font-size: 15px;
        line-height: 20px;
    }

    footer #creditos .right {
        float: none;
        width: 100%;
        text-align: center
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(6), #captacion form .localizacionInmueble div.line:nth-child(7), #captacion form .localizacionInmueble div.line:nth-child(8), #captacion form .localizacionInmueble div.line:nth-child(9), #captacion form .localizacionInmueble > div.line:last-child, #contacto .datosContacto form div.line button.btn, aside #mailingList form .line.email input[type=text] {
        width: 100% !important
    }

    footer #creditos .right p {
        float: none;
        margin: 10px 0 0 !important;
        color: #000;
    }

    footer #creditos .right p a, footer #creditos .right p.mls_logo img {
        margin: auto
    }

    #contact section {
        margin-top: 0 !important;
        padding-top: 20px
    }

    #contacto .mapa {
        height: 200px
    }

    #contacto {
        margin-top: 20px;
        padding: 0 30px;
    }

    #contacto .datosContacto, #contacto .datosContacto form {
        padding: 0
    }

    #home article.home_section .column_child {
        position: relative;
        padding-top: 94px;
        text-align: center;
        margin-bottom: 60px
    }

    .alquiler .contenido .precio, .venta .contenido .precio {
        font-size: 14px;
    }

    #captacion form > div.line.button button {
        WIDTH: 49% !important
    }

    #aviso_cookie div p {
        padding-right: 50px
    }
}

@media screen and (min-width: 0) and (max-width: 320px) {
    #buscador form div.line .globalSelector div.value {
        max-width: 298px
    }
}

@media screen and (min-width: 768px) {
    #results .box_mapa .paginacion{
        display: none;
    }
    #results article#offers.box_mapa+article+article#mapa_results{
        position: relative !important;
        top: 50px !important;
        margin: 0 auto;
    }
    #results article.offers #listOffers {
        width: 100%;
    }

    #results article.offers #leyenda {
        display: none;
    }

    #detalle #ficha .header .caracteristicasPrincipales > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    #lopd footer > b {
        display: flex;
    }

    #detalle #ficha div.colIzq .detallesFicha ul {
        display: flex;
        flex-wrap: wrap;
    }

    .offers.box_vertical.tipo_1 {
        background: #f5f2e5;
    }

    .swiper-container .swiper-button-next {
        background: url(http://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/swipe-next.svg) !important;
    }

    .swiper-container .swiper-button-prev {
        background: url(http://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/swipe-prev.svg) !important;
    }

    .paginacion {
        visibility: hidden;
    }

    #details section {
        background: #f5f2e5;
    }
}

@media screen and (min-width: 1024px) {
    #results .box_vertical .alquiler, #results .box_vertical .venta{
        min-height: 520px;
    }
    /** Header Ficha inmueble **/
    #details section > .headerResults {
        display: none;
    }

    #details section {
        padding-top: 0;
    }

    #details #ficha .header:before, #details #detalle #ficha .header:after {
        background: none !important;
    }

    #details #detalle #ficha .header {
        position: unset;
        height: auto;
        width: 100%;
        padding: 50px 0 0;
    }

    #details #detalle #ficha .header:before {
        content: unset;
    }

    #details #detalle #ficha .header img {
        float: left;
        display: unset;
        position: unset;
        width: 50%;
        transform: unset !important;
        height: 600px !important;
        object-fit: cover;
    }

    #details #detalle #ficha .header > div {
        width: 50% !important;
        position: unset !important;
        max-height: 250px;
        float: left;
        background: none;
        border: none;
        padding: 0px 35px;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1,
    #details #detalle #ficha .header .headerTitulo .headerLeft p,
    #details #detalle #ficha .header .headerTitulo .headerRight p {
        font-size: 22px !important;
        text-align: left;
    }

    #details #detalle #ficha .header .headerTitulo .headerRight p {
        padding: 10px 0 !important;
    }

    #details #detalle #ficha .header .headerTitulo .headerRight {
        text-align: left;
        margin-top: 15px;
    }

    #details #detalle #ficha .header .caracteristicasPrincipales ul {
        width: 100%;
        justify-content: space-around;
    }

    #details #detalle #ficha .header .caracteristicasPrincipales ul li {
        width: auto;
    }

    #details #detalle #ficha div.colIzq .detallesFicha {
        margin-top: 0px;
    }

    #detalle #ficha .header .caracteristicasPrincipales {
        display: none;
    }

    #details #detalle #ficha .header .actionBar > ul {
        display: flex;
        flex-direction: column;
    }

    #details #detalle #ficha .header .actionBar {
        justify-content: flex-start;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft p {
        margin-top: 60px;
    }

    #details #detalle #ficha .header .actionBar ul li > a {
        padding: 10px 0;
    }

    /** Header Ficha inmueble **/
    .alquiler figure a img, .promocion figure a img, .venta figure a img {
        width: 99%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #home #buscador {
        height: 200px;
        padding-top: 40px;
    }

    /** BLOG **/
    #blog #articulosBlog .articulo {
        width: 30.5%;
        float: left;
        margin: 10px;
        background-color: #f5f2e5;
    }

    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }

    #blog #articulosBlog .articulo figure img {
        width: 234px;
        height: 131px;
        transition: transform .5s ease;
    }

    #blog #articulosBlog .articulo figure img:hover {
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }

    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas {
        display: none;
    }

    #blog #content #articulosBlog .contenido h3 {
        padding: 16px 20px;
        position: relative;
        top: -175px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #articulosBlog .contenido .fecha {
        padding: 0 20px;
    }

    #blog #content #articulosBlog .contenido p {
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle .articulo {
        width: 30.5%;
        float: left;
        margin: 10px;
        background-color: #f5f2e5;
    }

    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }

    #blog #latestArticle .articulo figure img {
        width: 234px;
        height: 216px;
        object-fit: cover;
    }

    #blog #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas {
        display: none;
    }

    #blog #content #latestArticle .contenido h3 {
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #latestArticle .contenido .fecha {
        padding: 0 20px;
    }

    #blog #content #latestArticle .contenido p {
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle h3 {
        margin: 0 !important;
    }

    /** BLOG **/
    #extra_section nav #navLinks li a span, #extra_section nav #operationList li a,
    #blog nav #operationList li a {
        font-size: 11px;
    }

    #extra_section #slider, #blog #slider {
        background: none;
    }

    #extra_section header, #blog header {
        height: 165px;
    }

    #aboutus #logo a img, #captacion #logo a img, #contact #logo a img, #details #logo a img, #lopd #logo a img, #promo_details #logo a img, #results #logo a img {
        width: 160px
    }

    #aviso_cookie div, #buscador > div, #details #detalle #ficha .header .headerTitulo, #details .breadcrumbs, #fichaScroll div, #home .row, #slider #slideshow .nivo-caption, .headerResults, .home_section > div, .paginacion, article, header .datosContacto address {
        width: 95%
    }

    #home .row {
        width: 100%
    }

    #home #bgContent {

    }

    #buscador::before {
        height: 100%
    }

    #home #logo a img {
        width: 300px
    }


    .alquiler .contenido .precio, .venta .contenido .precio {

    }

    #blog .texto {
        width: 768px !important
    }

    #navegacion ul li a, #results article.headerResults, #results article.paginacion, article#mainText .welcome, article#mainText div > h2, h1, h2 {
        padding-left: 10px;
        padding-right: 10px
    }

    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1 / 5) - 0px - 1px) !important
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5), #gtypeContent.globalSelector > ul, #pbContent.globalSelector > ul, #tipo_propiedad.globalSelector > ul {
        width: 100%
    }

    #navegacion ul#idiomas {
        right: 10px
    }

    #buscador label {
        font-size: 12px
    }

    #buscador .busquedaAvanzada > a, .modalContainer {
        right: 27px
    }

    #captacion form .detalleInmueble div.line {
        width: 45.3%
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 50%
    }

    #contacto .datosContacto form, #details #detalle #ficha .header .actionBar, #detalle #ficha .header .caracteristicasPrincipales ul, #promo_details #detalle #ficha .header .actionBar, #promo_details .sliderPropiedad .miniaturas div ul {
        width: 100%
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 2em
    }

    #results .box_vertical .alquiler figure, #results .box_vertical .venta figure {
        width: 100% !important;
        height: auto;
        overflow: hidden
    }

    #results .alquiler .contenido .precio, #results .venta .contenido .precio {
        margin-top: 280px
    }

    #results .box_vertical .alquiler h3, #results .box_vertical .venta h3 {
        width: 100% !important;
        float: none;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 0;
        opacity: 1;
        margin: 10px 0 0;
        padding: 0 20px;
        font-size: 20px
    }

    #results .box_vertical .alquiler .contenido h4, #results .box_vertical .venta .contenido h4 {
        font-size: 20px;
        text-align: center
    }

    #results .box_vertical .alquiler .contenido, #results .box_vertical .venta .contenido {
        float: left;
        width: 100% !important;
        padding: 5px 20px;
        box-sizing: border-box;
        margin-top: 42px
    }

    #results .box_vertical .alquiler .contenido .precio, #results .box_vertical .venta .contenido .precio {
        position: absolute;
        top: 115px;
        color: #373737;
        font-size: 19px;
        width: auto;
        opacity: 1;
        padding: 0 20px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    /** BLOG **/
    #blog #articulosBlog .articulo {
        width: 31%;
        float: left;
        margin: 10px;
        background-color: #f5f2e5;
    }

    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }

    #blog #articulosBlog .articulo figure img {
        width: 305px;
        height: 171px;
        transition: transform .5s ease;
    }

    #blog #articulosBlog .articulo figure img:hover {
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }

    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas {
        display: none;
    }

    #blog #content #articulosBlog .contenido h3 {
        padding: 17px 20px;
        position: relative;
        top: -220px;
        height: 62px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #articulosBlog .contenido .fecha {
        padding: 0 20px;
    }

    #blog #content #articulosBlog .contenido p {
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle .articulo {
        width: 23%;
        float: left;
        margin: 10px;
        background-color: #f5f2e5;
    }

    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }

    #blog #latestArticle .articulo figure img {
        width: 305px;
        height: 216px;
        object-fit: cover;
    }

    #blog #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas {
        display: none;
    }

    #blog #content #latestArticle .contenido h3 {
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #latestArticle .contenido .fecha {
        padding: 0 20px;
    }

    #blog #content #latestArticle .contenido p {
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle h3 {
        margin: 0 !important;
    }

    /** BLOG **/
    #extra_section nav #navLinks li a span, #extra_section nav #operationList li a,
    #blog nav #operationList li a {
        font-size: 11px;
    }

    #extra_section #slider, #blog #slider {
        background: none;
    }

    #extra_section header, #blog header {
        height: 165px;
    }

    #extra_section nav #navLinks li a span, #extra_section nav #operationList li a,
    #blog nav #operationList li a {
        font-size: 11px;
    }

    #aviso_cookie div, #buscador > div, #details #detalle #ficha .header .headerTitulo, #details .breadcrumbs, #fichaScroll div, #home .row, #slider #slideshow .nivo-caption, .home_section > div, article, header .datosContacto address {
        width: 95%
    }

    #home .row {
        width: 100%
    }

    #blog .texto {
        width: 984px !important
    }

    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1 / 7) - 0px - 1px) !important
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%
    }

    #captacion form .detalleInmueble div.line {
        width: 21.8%
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 50%
    }

    #results .box_vertical .alquiler figure, #results .box_vertical .venta figure {
        height: auto;
        overflow: hidden;
        min-height: 216px
    }

    #results article.headerResults, #results article.paginacion, #results_promo article.paginacion {
        width: 95%
    }

    #details .headerResults, #detalle #ficha .header .caracteristicasPrincipales ul {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .btn {
        font-size: 11px;
    }

    #details #detalle #descripcionFicha2 .wxp_property_external_frame {
        width: 100% !important;
        height: 650px;
    }

    #home footer #datosContactoFooter > div.socialLinks {

    }

    footer #datosContactoFooter div.socialLinks ul li:last-child {

        margin-right: 10px !important;
    }
}

@media screen and (min-width: 1260px) {

    /** BLOG **/
    #blog #articulosBlog .articulo {
        width: 29%;
        float: left;
        margin: 25px;
        background-color: #f5f2e5;
    }

    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 65px;
        overflow: hidden;
    }

    #blog #articulosBlog .articulo figure img {
        width: 384px;
        height: 216px;
        transition: transform .5s ease;
    }

    #blog #articulosBlog .articulo figure img:hover {
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }

    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas {
        display: none;
    }

    #blog #content #articulosBlog .contenido h3 {
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #articulosBlog .contenido .fecha {
        padding: 0 20px;
    }

    #blog #content #articulosBlog .contenido p {
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle .articulo {
        width: 23.3%;
        float: left;
        margin: 10px;
        background-color: #f5f2e5;
    }

    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }

    #blog #latestArticle .articulo figure img {
        width: 384px;
        height: 216px;
    }

    #blog #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas {
        display: none;
    }

    #blog #content #latestArticle .contenido h3 {
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #blog #content #latestArticle .contenido .fecha {
        padding: 0 20px;
    }

    #blog #content #latestArticle .contenido p {
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    #blog #latestArticle h3 {
        margin: 0 !important;
    }

    /** BLOG **/
    #details #detalle #descripcionFicha2 .wxp_property_external_frame {
        width: 100% !important;
        height: 650px;
    }

    #extra_section #navHeader, #aboutus #navHeader,
    #captacion #navHeader, #blog #navHeader {
        top: 10px;
    }

    #extra_section #slider, #blog #slider {
        background: none;
    }

    #extra_section header, #blog header {
        height: 165px;
    }

    #extra_section nav #navLinks li a span, #extra_section nav #operationList li a,
    #blog nav #navLinks li a span, #blog nav #operationList li a {
        font-size: 14px;
    }

    #blog .texto, #buscador > div, #details #detalle #ficha .header .headerTitulo, #details .breadcrumbs, #fichaScroll div, #home .row, #slider #slideshow .nivo-caption, .home_section > div, header .datosContacto address {
        width: 1220px
    }

    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1 / 8) - 0px - 1px) !important
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%
    }

    #aviso_cookie div {
        width: 97%;
        background: 0 0
    }

    #results .box_vertical .alquiler, #results .box_vertical .venta {
        width: 48% !important
    }

    #blog figure img {
        width: 1220px;
        max-width: 1220px !important
    }

    #blog .contenido .texto img {
        width: 1220px !important;
        height: initial !important;
        max-width: 1220px !important
    }
}

@media print {
    #detalle #ficha div.colIzq .groupTabs .googleMaps, #detalle #ficha div.colIzq .groupTabs .tabs, #detalle #ficha div.colIzq .groupTabs .videos, #ficha #etiqueta, #fichaScroll, .fotorama__nav-wrap, div#miniaturas {
        display: none !important
    }

    #detalle {
        padding-top: 40px
    }

    #detalle #ficha {
        margin-top: -40px
    }

    #detalle #ficha .header {
        height: 200px
    }

    #detalle #ficha .header .headerTitulo {
        top: 0;
        padding: 0 !important;
        border: none !important
    }

    #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 1.6em;
        border-bottom: 0
    }

    #detalle #ficha .header .headerTitulo p {
        font-size: 15px
    }

    #detalle #ficha .header .caracteristicasPrincipales ul li {
        font-size: 18px;
        width: 100px;
        height: 70px;
        padding-top: 0;
        margin: 0 20px
    }

    #detalle #ficha div.colIzq {
        margin-top: 0;
        width: 700px
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 48%;
        padding: 1px 1%
    }

    #detalle #ficha .sliderPropiedad, .fotorama__img, .fotorama__stage, .fotorama__stage img, .fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img, .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--slide .fotorama__stage__frame, .sliderPropiedad {
        height: 500px !important;
        width: 700px !important
    }

    #detalle .colIzq .detallesFicha#descripcionFicha p {
        font-size: 12px
    }

    #details section {
        margin-top: -120px
    }

    #promo_details #detalle {
        margin-top: -140px
    }

    #detalle #ficha .header .headerTitulo .headerRight .precio {
        font-size: 25px !important;
        font-weight: 700;
        margin-bottom: 20px
    }

    #detalle #ficha div .detallesFicha h3 {
        padding-left: 0;
        font-size: 18px;
        font-weight: 700
    }

    .sliderPropiedad {
        margin-top: -40px;
        background: 0 0
    }
}
