@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);@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_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_buttons_v1.css);@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/footer/imp_footer_3col_v1.css);a,a:focus {
    outline: 0
}

a,a:active,a:hover,h2 {
    color: #fff
}

#aviso_cookie div p a,#navegacion ul li a,#slider #slideshow .nivo-caption,.box_vertical .promocion h3,.btn,article#mainText h2,h2 {
    text-transform: uppercase
}

#slider #slideshow,.flecha {
    display: flex
}

@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
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

::selection {
    background: #fff;
    color: #FFF
}

li,ul {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
    -webkit-transition: opacity .24s ease-in-out;
    -moz-transition: opacity .24s ease-in-out;
    transition: opacity .24s ease-in-out
}

h2 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 30px 0;
    padding-bottom: 25px;
    letter-spacing: .2em;
    position: relative;
    font-size: 27px
}

iframe,img {
    max-width: 100%
}

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;
    border: 1px solid #d0d0d0;
    font-size: 13px;
    border-radius: 0!important
}

form div.line.checkbox {
    padding-left: 22px!important;
    position: relative
}

form div.line.checkbox p {
    display: inline;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300
}

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 red;
    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 #c9c9c9;
    background: #fff;
    border-radius: 50%
}

input[type=radio]:checked:before {
    border-color: red
}

input[type=radio]:checked:after {
    -webkit-transform: scale(.65);
    transform: scale(.65);
    background: red;
    border-color: red
}

label {
    font-size: 14px;
    font-weight: 300
}

.breadcrumbs>ul>li,.breadcrumbs>ul>li:after {
    font-size: 13px;
    color: #aaa;
    position: relative
}

.breadcrumbs ul {
    float: left;
    padding-left: 23px
}

.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
}

.btn,body {
    font-size: 14px;
    font-family: Montserrat,sans-serif
}

.breadcrumbs>ul>li>a {
    color: #fff;
    font-weight: 300;
    font-family: Montserrat,sans-serif
}

.breadcrumbs>ul>li.activo>a {
    color: red;
    font-weight: 600
}

body {
    color: #fff;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility!important;
    -webkit-transition: all .5s;
    transition: all .5s
}

#background,#details #background,#promo_details #background {
    background: #901320
}

.btn {
    outline: 0!important;
    padding: 0;
    line-height: 25px;
    color: #444;
    border: none;
    border-radius: 0;
    background-color: #ffdd41;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.btn:hover {
    color: #fff;
    background: #d1b63c;
    border: none
}

.fa-caret-down:before {
    content: "\f107"!important
}

.fa-bullseye:before {
    content: "\f1e0"!important
}

.fa-briefcase:before {
    content: "\f1ec"!important
}

.flecha {
    background: red;
    width: 55px;
    height: 55px;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
    right: 20px;
    bottom: 105px;
    align-items: center;
    justify-content: center
}

.flecha i:before {
    content: "\f062";
    font-size: 18px
}

.texto,.texto p,.texto p span {
    color: #fff!important;
    font-weight: 300
}

#bgContent {
    margin-top: 100px;
    padding-bottom: 60px
}

#home #bgContent,#promo_details #bgContent {
    padding-bottom: 0;
    margin-top: 0
}

.fa-facebook-square:before {
    content: "\f09a"!important
}

#home .offers {
    margin: 40px auto
}

#home .offers.tipo_1 {
    margin: 40px auto;
    background: #901320;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 60px
}

#logo,#logo a img {
    padding-top: 20px;
    padding-bottom: 20px
}

#home .offers.tipo_1 .row {
    margin: auto
}

#aboutus .texto,#aboutus .texto p,#contact .texto,#contact .texto p,#seccionInterna .texto,#seccionInterna .texto p {
    text-align: center!important
}

#aviso_cookie {
    background: rgba(0,0,0,.7);
    top: initial;
    bottom: 0
}

#aviso_cookie div p {
    color: #f0f0f0;
    font-size: 13px!important;
    font-weight: 300
}

#aviso_cookie div p a {
    color: red
}

#aviso_cookie div>a,#home #slider,#home header {
    background: 0 0
}

#aviso_cookie div>a:hover {
    background: #060d17;
    border: 1px solid #7d8283
}

#aviso_cookie div>a::after,#aviso_cookie div>a::before,#logo {
    background: #fff
}

#logo {
    position: relative;
    z-index: 10;
    left: 0;
    margin-left: 0;
    width: 100%!important;
    text-align: left;
    padding-left: 20px
}

#logo a img {
    width: 190px
}

#slider {
    background: url(slider_images/img01.jpg);
    background-size: cover;
    height: 90px
}

#slider #slideshow,#slider .nivoSlider img {
    min-height: 640px!important;
    max-height: 640px!important;
    height: 640px!important
}

#slider .nivoSlider:before {
    background: rgba(0,0,0,0)!important
}

#navegacion,#navegacion.fixed {
    background: #c60b1e
}

#slider .nivoSlider img {
    width: 2000px!important;
    left: 50%!important;
    margin-left: -1000px!important;
    animation-duration: 20s
}

#slider #slideshow .nivo-caption {
    top: 55%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,50%)!important;
    transform: translate(-50%,-50%)!important;
    height: auto;
    max-width: inherit!important;
    width: 750px;
    text-align: center;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    font-family: Montserrat,sans-serif;
    font-size: 37px
}

#slider #slideshow .nivo-caption h3 {
    color: #ffe156;
    text-transform: uppercase;
    font-family: ''Montserrat', sans-serif',sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    letter-spacing: 6px;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    right: 0!important;
    position: absolute;
    text-align: right
}

#buscador .busquedaAvanzada>a,#buscador ul.tabs,#navegacion ul li a,.alquiler .contenido .descripcionCaracteristicas h4 a,.alquiler .contenido .precio p span,.alquiler figure .mask,.promocion h3,.venta .contenido .descripcionCaracteristicas h4 a,.venta .contenido .precio p span,.venta figure .mask {
    font-family: Montserrat,sans-serif
}

#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 {
    position: absolute;
    top: 185px;
    z-index: 99
}

#navegacion nav {
    display: table;
    position: relative;
    box-sizing: border-box;
    box-shadow: none
}

#navegacion #navHeader {
    float: left;
    z-index: 10
}

#navegacion ul li a {
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0 15px;
    font-size: 14px
}

#navegacion ul li:hover>a,#navegacion ul li>a:hover {
    background: 0 0;
    color: #fff!important;
    opacity: .6
}

#navegacion ul li.dropDownMenu>ul {
    background: #c60b1e!important;
    height: auto!important;
    right: 0;
    top: 60px
}

#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
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: #901320!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
}

#navegacion ul li.dropDownMenu:hover>a:after {
    display: none
}

#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"
}

#navegacion ul#favoritos>li>div {
    width: 100%!important;
    padding: 0 10px;
    box-sizing: border-box;
    background: rgba(6,13,23,.5)
}

#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: #fff;
    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: #fff;
    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: #fff;
    font-weight: 700;
    margin-right: 2px
}

#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 nav ul#favoritos>li>a span {
    display: none!important
}

#navegacion ul#idiomas {
    position: relative;
    top: 12px
}

#navegacion ul#idiomas li.dropDownMenu>a.langSelect>i {
    display: inline-block;
    color: #fff
}

header .datosContacto address ul li a,header .datosContacto address ul li i,header .datosContacto address ul.socialLinks li i {
    color: red
}

header .datosContacto {
    display: block;
    background: 0 0;
    border-bottom: 1px solid rgba(256,256,256,.2)!important
}

header .datosContacto address {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: right
}

header .datosContacto address ul {
    width: auto;
    overflow: hidden;
    float: left;
    border-right: 1px solid red;
    padding-left: 10px;
    margin-top: 15px;
    max-width: 290px
}

header .datosContacto address ul:nth-child(4) {
    border-right: none!important
}

header .datosContacto address ul li {
    color: red;
    float: none;
    height: 20px;
    width: 100%
}

header .datosContacto address ul li.agencia,header .datosContacto address ul li.direccion,header .datosContacto address ul li.poblacionProvincia {
    display: block
}

#buscador,.alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion,.alquiler figure div.mask div.referencia span.tipo,.highlighted_searches,.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion,.venta figure div.mask div.referencia span.tipo,article#mainText .datosContacto,header .datosContacto address ul li.fax,header .datosContacto address ul.socialLinks {
    display: none
}

header .datosContacto address ul.socialLinks li:hover i {
    color: #901420
}

#buscador {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: 0 0;
    width: 100%;
    margin: 0 auto
}

#buscador ul.tabs,#buscador:before {
    -webkit-transition: all .5s;
    opacity: 1
}

#buscador:before {
    content: "";
    width: 100%;
    background: rgba(255,0,0,.6);
    height: 166px;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute
}

#buscador .busquedaAvanzada>a,#buscador ul.tabs li a {
    font-size: 14px;
    background: 0 0!important;
    letter-spacing: .2px
}

#buscador:hover:before {
    opacity: 1
}

#home #buscador {
    display: block
}

#buscador>div {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    position: relative;
    padding-top: 22px
}

#buscador ul.tabs {
    border: none!important;
    top: 0!important;
    margin-bottom: 20px;
    position: relative!important;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#buscador:hover ul.tabs {
    opacity: 1
}

#buscador:hover ul.tabs li {
    border-radius: 0!important
}

#buscador>div>.busquedaAvanzada>a,#buscador>div>ul.tabs li a {
    color: #fff
}

#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;
    border-radius: 0!important
}

#buscador ul.tabs li a:hover,#buscador ul.tabs li.activo a,#buscador ul.tabs li.activo a:hover {
    border-bottom: 2px solid #fff!important;
    font-size: 14px;
    border-top: 2px solid #fff!important;
    color: #fff!important;
    opacity: 1!important
}

#buscador .busquedaAvanzada>a {
    border-radius: 0;
    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;
    color: #fff
}

#buscador .busquedaAvanzada>a:hover {
    font-size: initial;
    opacity: .8;
    color: #901320
}

#buscador:hover .busquedaAvanzada>a {
    font-size: 14px;
    opacity: .6
}

#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: #fff;
    font-size: 14px;
    font-weight: 400
}

#buscador form div.line .globalSelector,#buscador form div.line .globalSelector div.value,#buscador form div.line input[type=text] {
    height: 40px;
    border-radius: 0
}

#buscador div#openNew form button,#buscador div#openProperty form button {
    padding: 0 12px;
    height: 40px;
    margin: 20px 0 0;
    background: #fd0;
    color: #333
}

#buscador div#openNew form button:hover,#buscador div#openProperty form button:hover {
    background: #d5bf2f;
    color: #fff
}

#buscador div#openNew form:first-child button,#buscador div#openProperty form:first-child button {
    background: #fd0;
    top: 1px;
    border-radius: 0;
    color: transparent
}

#buscador div#openNew form:first-child button:before,#buscador div#openProperty form:first-child button:before {
    color: #444
}

#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: #ffdd02!important
}

#home section {
    margin-top: -20px!important
}

article#mainText {
    padding: 70px 0 20px;
    background: #901320
}

article#mainText h2 {
    color: #fff;
    position: relative;
    letter-spacing: .2em;
    padding-bottom: 25px
}

article#mainText h2:after {
    content: "";
    width: 60px;
    top: -42px;
    left: 50%;
    margin-left: -30px;
    background: url(img/logo-icon.png) no-repeat;
    position: absolute;
    height: 65px;
    z-index: 1;
    background-size: 100%
}

article#mainText .welcome {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px
}

article#mainText .welcome p {
    line-height: 26px
}

.promocion {
    width: 31.333%!important;
    padding: 5px!important;
    margin: 1%;
    border: 1px solid #c54c59;
    background: #c60b1e
}

.promocion figure:hover .sliderPropiedad.sliderMini {
    transform: none!important
}

.promocion h3 {
    font-size: 22px!important
}

.alquiler .contenido .precio p span,.promocion .contenido .precio p span,.venta .contenido .precio p span {
    font-weight: 400
}

.box_vertical .promocion h3 {
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    text-align: center;
    padding: 14px 0 0;
    width: 100%;
    color: #fff;
    background: 0 0;
    left: 0;
    margin: 0;
    text-shadow: none;
    font-size: 14px!important;
    letter-spacing: .5px;
    position: initial
}

.box_vertical .promocion:hover h3 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.box_vertical .promocion .contenido .descripcionCaracteristicas {
    font-weight: 600;
    color: #fff;
    font-size: 1.2em;
    margin: 10px auto 0;
    text-shadow: none;
    position: initial;
    z-index: 12;
    top: 58px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
    letter-spacing: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    max-width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.box_vertical .promocion:hover .contenido .descripcionCaracteristicas {
    visibility: visible!important;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1!important
}

.box_vertical .promocion .contenido .precio {
    top: 45%!important
}

.box_vertical .alquiler,.box_vertical .venta {
    border: 1px solid #c54c59;
    border-radius: 0;
    text-align: center;
    padding: 5px!important;
    background: #c60b1e
}

.alquiler,.venta {
    width: 23%!important;
    background: #fff
}

.alquiler .etiqueta,.venta .etiqueta {
    z-index: 1;
    text-transform: uppercase!important;
    font-size: 13px!important
}

.alquiler figure,.venta figure {
    min-height: 150px
}

.alquiler figure .sliderPropiedad.sliderMini,.venta figure .sliderPropiedad.sliderMini {
    z-index: 0
}

.alquiler figure .mask,.venta figure .mask {
    background: 0 0!important;
    bottom: 18px!important;
    z-index: 1
}

.alquiler figure div.mask div.referencia,.venta figure div.mask div.referencia {
    font-weight: 500;
    background: 0 0
}

.alquiler figure div.mask div.referencia span.numeroRef,.venta figure div.mask div.referencia span.numeroRef {
    color: #fff;
    background: rgba(0,0,0,.8);
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px
}

.alquiler figure div.mask div.referencia span.numeroRef:before,.venta figure div.mask div.referencia span.numeroRef:before {
    color: #fff;
    font-size: 16px;
    display: none
}

.alquiler figure:hover .sliderPropiedad.sliderMini,.venta figure:hover .sliderPropiedad.sliderMini {
    transform: none!important
}

.alquiler h3,.venta h3 {
    text-align: center;
    padding: 14px 0 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: 0 0;
    left: 0;
    margin: 0;
    font-weight: 600
}

.alquiler .contenido,.venta .contenido {
    min-height: 160px
}

.alquiler .contenido .descripcionCaracteristicas,.venta .contenido .descripcionCaracteristicas {
    padding: 0
}

.alquiler .contenido .descripcionCaracteristicas h4,.venta .contenido .descripcionCaracteristicas h4 {
    padding: 0 15px;
    text-align: center;
    line-height: 20px;
    font-size: 18px
}

.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 {
    font-weight: 400;
    color: #fff
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas,.venta .contenido .descripcionCaracteristicas ul.caracteristicas {
    float: none;
    padding-left: 18px;
    margin-top: 20px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li {
    float: none;
    margin: 8px 25px 0 0;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: block!important
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    display: inline-block;
    font-weight: 300
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    font-size: 16px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    display: none!important
}

.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: 18px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i {
    background: url(img/bath.png) center no-repeat;
    background-size: 18px
}

.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: 15px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i {
    background: url(img/habitable.png) center no-repeat;
    background-size: 15px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before {
    content: "\f236";
    color: transparent
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before {
    content: "\f2cd";
    color: transparent
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i:before {
    content: "\f015";
    color: transparent
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before {
    content: "\f0b2";
    color: transparent
}

.alquiler .contenido .descripcionCaracteristicas .descripcion,.venta .contenido .descripcionCaracteristicas .descripcion {
    font-size: 13px;
    min-height: 65px;
    color: #fff;
    padding: 0 15px 7px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
    font-weight: 300;
    display: none
}

.alquiler .contenido .precio,.venta .contenido .precio {
    text-align: center
}

.alquiler .contenido .precio p,.venta .contenido .precio p {
    color: #fff
}

.alquiler .contenido .precio p span,.venta .contenido .precio p span {
    font-weight: 400!important
}

.alquiler .contenido .precio .antes,.venta .contenido .precio .antes {
    color: #fff;
    margin: 14px 0 -10px
}

aside {
    margin-top: 80px;
    background: url(img/bg_aside.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 50% 0!important;
    margin-bottom: 0;
    padding: 55px 0 80px;
    position: relative
}

aside:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46,53,62,.5);
    z-index: 6;
    position: absolute
}

aside #mailingList {
    z-index: 6;
    position: relative;
    padding: 35px 0 0
}

aside #mailingList h3 {
    font-weight: 600;
    font-size: 17px;
    text-transform: none;
    color: #FFF
}

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.email:before {
    background: 0 0;
    border: 1px solid #e8e8e8;
    color: #ffdd41
}

aside #mailingList form .line input[type=text] {
    padding-left: 50px;
    background: 0 0;
    border: 1px solid #e8e8e8;
    color: #fff;
    border-radius: 0!important
}

aside #mailingList form .line.button button {
    background: #ffdd41;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    border: none;
    height: 53px!important;
    color: #444;
    border-radius: 0
}

aside #mailingList form .line button:hover {
    background: #d1b63c;
    border: none;
    color: #333
}

aside #mailingList form .line.checkbox p a {
    font-size: 13px;
    font-weight: 300
}

#results article.headerPage h1:first-letter {
    text-transform: uppercase
}

#results article.headerResults {
    background: 0 0;
    padding: 0
}

#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: 5px;
    font-size: 15px;
    color: #fff
}

#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
}

#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: 40px;
    height: 40px;
    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 red;
    background: red;
    color: #fff
}

#results article.paginacion,#results_promo article.paginacion {
    padding: 0;
    margin: 30px auto
}

#results article.paginacion .resultados,#results_promo article.paginacion .resultados {
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

#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: #fff;
    font-weight: 300
}

#results article.paginacion ul li a:hover,#results article.paginacion ul li span.activa {
    color: #fff;
    background: red;
    border: 1px solid red
}

#results article.offers {
    position: relative
}

#results article.offers #tooMuchResults {
    right: 0
}

#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) {
    left: 0;
    border-right: 1px solid #e8e8e8;
    color: #444!important
}

#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 #e8e8e8
}

#results .alquiler figure .mask,#results .venta figure .mask {
    bottom: 18px!important
}

#results .alquiler .contenido .descripcionCaracteristicas .descripcion,#results venta .contenido .descripcionCaracteristicas .descripcion {
    min-height: 77px
}

#results table thead tr th {
    padding: 10px;
    background: red
}

#results .box_vertical .alquiler figure,#results .box_vertical .venta figure {
    height: 178px;
    min-height: 178px
}

#results .box_vertical .alquiler .contenido .precio,#results .box_vertical .venta .contenido .precio {
    width: 100%;
    position: initial
}

#results .box_horizontal .alquiler,#results .box_horizontal .venta {
    border: 1px solid #c54c59;
    border-radius: 0;
    padding: 5px!important;
    background: #c60b1e!important;
    margin-bottom: 30px!important
}

#results article.offers #leyenda form .line label {
    border-radius: 0!important;
    border: 1px solid #e8e8e8!important;
    color: #444
}

#results article.offers #leyenda form .line label:first-child {
    color: #fff
}

#results article.offers #leyenda form .line.filtro_bano label,#results article.offers #leyenda form .line.filtro_dormitorio label,#results article.offers #leyenda form .line.filtro_fecha label,#results article.offers #leyenda form .line.filtro_obra label,#results article.offers #leyenda form .line.filtro_otro label,#results article.offers #leyenda form .line.filtro_piscina label,#results article.offers #leyenda form .line.filtro_tags label,#results article.offers #leyenda form .line.filtro_tipo label {
    color: #444;
    font-weight: 300
}

#results article.offers #leyenda form>.line {
    display: none
}

#results .box_horizontal .alquiler h3,#results .box_horizontal .venta h3 {
    position: initial;
    width: auto;
    background: 0 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0
}

#results .box_horizontal .alquiler .contenido .precio,#results .box_horizontal .venta .contenido .precio {
    position: initial!important;
    right: 0!important;
    top: 15px!important;
    width: 100%!important;
    text-align: right!important;
    padding: 0 0 30px
}

#results .box_horizontal .alquiler .contenido,#results .box_horizontal .venta .contenido {
    margin: 0;
    padding: 20px;
    float: left;
    width: 60%;
    height: 212px!important
}

#results .box_horizontal .alquiler figure div.mask,#results .box_horizontal .venta figure div.mask {
    bottom: 15px!important
}

#results .alquiler .contenido .descripcionCaracteristicas h4 a,#results .box_horizontal .venta .contenido .descripcionCaracteristicas h4 a {
    color: #fff
}

#results .box_horizontal .alquiler .contenido .descripcionCaracteristicas .descripcion,#results .box_horizontal .venta .contenido .descripcionCaracteristicas .descripcion {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: none;
    text-align: left;
    margin-left: 0;
    padding: 0;
    min-height: 50px
}

#results .box_horizontal .alquiler .contenido .acciones,#results .box_horizontal .venta .contenido .acciones {
    display: none
}

#results .box_horizontal .alquiler:hover,#results .box_horizontal .venta:hover {
    background: 0 0
}

#results .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4,#results .box_horizontal .venta .contenido .descripcionCaracteristicas h4 {
    margin: 10px auto 0;
    padding: 0
}

#results .box_horizontal .alquiler .contenido .precio p,#results .box_horizontal .venta .contenido .precio p {
    text-align: right;
    width: 100%
}

#results .box_horizontal .alquiler .contenido .precio p.antes,#results .box_horizontal .venta .contenido .precio p.antes {
    margin: -5px 5px 0 0;
    position: initial
}

#results article.offers #leyenda form .line.filtro_precio div span:nth-child(5),#results article.offers #leyenda form div.line.filtro_m2::after {
    color: #fff
}

#results .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span,#results .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    display: inline-block
}

#results section {
    padding-bottom: 60px
}

.wxp-map-icon span {
    background-color: #fff!important
}

.wxp-map-icon-animated span,.wxp-map-icon-hover span {
    background-color: #333!important
}

.wxp-map-icon img {
    border: 7px solid #fff!important
}

.wxp-map-icon-animated div img,.wxp-map-icon-hover div img {
    border: 7px solid #333!important
}

#results article#offers.box_mapa+article+article#mapa_results {
    top: 170px!important;
    right: 0;
    left: inherit!important;
    z-index: 0
}

#results .alquiler .contenido .descripcionCaracteristicas .descripcion,#results .venta .contenido .descripcionCaracteristicas .descripcion {
    min-height: 73px
}

#formAlertaBusqueda .titulo {
    background: #2f353e
}

#formAlertaBusqueda form div button {
    background: #7d8283
}

#captacion #slider,#captacion form fieldset.datosPersonales legend:before,#captacion form fieldset.detalleInmueble legend:before,#captacion form fieldset.localizacionInmueble legend:before {
    display: none
}

#captacion form fieldset legend {
    float: left;
    width: 100%;
    border: none;
    background: 0 0;
    text-align: center;
    margin-bottom: 30px;
    color: #fff
}

#captacion form input[type=text],#captacion form select,#captacion form textarea {
    background: #fff;
    border: 1px solid #e8e8e8
}

#captacion form#frm {
    padding: 10px 0
}

#captacion form .detalleInmueble div.line.labelCheckbox {
    position: relative;
    padding-left: 22px
}

#captacion form div.line.button div button:last-child {
    height: 50px;
    border-radius: 0;
    margin-left: 10px;
    border: 3px solid;
    color: #434345;
    background-color: #e8e8e8;
    font-weight: 400
}

#captacion form div.line.button:hover div button:last-child {
    background: #ccc
}

#captacion form .datosPersonales,#captacion form .detalleInmueble,#captacion form .localizacionInmueble {
    float: left;
    width: 100%;
    border: 1px solid #c54c59;
    padding: 20px;
    margin: 20px auto;
    background: #c60b1e
}

#captacion form>div.line.button {
    padding-bottom: 120px
}

#details #bgContent {
    margin-top: 180px
}

#details #slider,#promo_details #slider {
    height: 115px;
    background: 0 0
}

#details #detalle #ficha .header img {
    top: 70%!important
}

#details section {
    margin-top: 0;
    padding-top: 130px
}

#details #navegacion.fixed ul li a {
    height: 70px;
    line-height: 70px
}

#details .headerResults {
    margin-top: 50px
}

#details .breadcrumbs {
    margin: 30px auto 0;
    float: left;
    width: 100%
}

#details #detalle #ficha {
    margin-top: 5px
}

#details #detalle #ficha .header {
    top: 0;
    height: 480px;
    display: initial;
    overflow: hidden;
    clip: initial;
    margin-top: 180px
}

#details #detalle #ficha .header:before {
    background: rgba(0,0,0,.7);
    height: 100%
}

#details #detalle #ficha .header .headerTitulo {
    margin: 0 auto;
    background: 0 0;
    border: none;
    margin-top: 150px!important
}

#details #detalle #ficha .header .headerTitulo .headerLeft,#promo_details #detalle #ficha .header .headerTitulo .headerLeft {
    width: 100%
}

#details #detalle #ficha .header .headerTitulo .headerLeft h1,#promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    font-family: Montserrat,sans-serif;
    font-size: 36px;
    opacity: 1;
    font-weight: 300;
    text-align: center
}

#detalle #ficha .header .headerTitulo {
    background: 0 0;
    padding: 0;
    border-bottom: none
}

#details #detalle #ficha .header .headerTitulo .headerLeft p,#promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    margin: 18px 0 15px;
    opacity: 1;
    font-size: 18px;
    text-align: center
}

#promo_details #detalle #ficha .header .headerTitulo .headerLeft p,#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    color: #fff
}

#details #detalle #ficha .header .headerTitulo .headerLeft p span,#promo_details #detalle #ficha .header .headerTitulo .headerLeft p span {
    font-weight: 700
}

#details #detalle #ficha .header .headerTitulo .headerRight,#promo_details #detalle #ficha .header .headerTitulo .headerRight {
    float: none;
    text-align: center;
    width: 100%;
    font-weight: 300;
    margin-top: 30px
}

#details #detalle #ficha .header .headerTitulo .headerRight p.precio,#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    font-family: Montserrat,sans-serif;
    opacity: 1;
    font-size: 36px;
    font-weight: 600;
    color: #ffde27
}

#details #navegacion.fixed ul#idiomas {
    top: 18px
}

#detalle #ficha .header .caracteristicasPrincipales {
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(255,255,255,.55);
    width: 100%;
    padding: 5px 0;
    display: block;
    z-index: 9;
    background: #c60b1e;
    border-bottom: 1px solid #c54c59
}

#detalle #ficha .header .caracteristicasPrincipales ul li {
    padding-left: 20px;
    color: #fff;
    text-align: left
}

#detalle #ficha .header .caracteristicasPrincipales ul li i {
    display: none!important
}

#detalle #ficha .header .caracteristicasPrincipales ul li#sup_parcela i,#detalle #ficha .header .caracteristicasPrincipales ul li#sup_util i {
    background: url(img/construida.png) center no-repeat;
    background-size: 20px;
    margin-right: 8px
}

#detalle #ficha .header .caracteristicasPrincipales ul li#habitaciones i {
    background: url(img/bed.png) center no-repeat;
    background-size: 22px;
    margin-right: 8px
}

#detalle #ficha .header .caracteristicasPrincipales ul li#banos i {
    background: url(img/bath.png) center no-repeat;
    background-size: 20px;
    margin-right: 8px
}

#detalle #ficha .header .caracteristicasPrincipales ul li#banos i::before,#detalle #ficha .header .caracteristicasPrincipales ul li#habitaciones i::before,#detalle #ficha .header .caracteristicasPrincipales ul li#sup_parcela i::before,#detalle #ficha .header .caracteristicasPrincipales ul li#sup_util i::before {
    color: transparent
}

#details #detalle #ficha .header .actionBar,#promo_details #detalle #ficha .header .actionBar {
    position: absolute;
    right: 0;
    top: 325px
}

#detalle #ficha .actionBar ul li.share {
    height: 38px
}

#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
}

#details #detalle #ficha .header .actionBar ul li a,#promo_details #detalle #ficha .header .actionBar ul li a {
    color: transparent!important
}

#details #detalle #ficha .header .actionBar ul li i,#promo_details #detalle #ficha .header .actionBar ul li i {
    background: 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 0
}

#details #detalle #ficha .actionBar a.hazOferta {
    background: 0 0;
    border: 1px solid #e9e9e8
}

#details #detalle #ficha div.colIzq {
    background: 0 0!important;
    border: none!important
}

#details #detalle #ficha div.colIzq #descripcionFicha {
    float: none;
    width: 100%;
    display: none!important
}

#details #detalle #ficha div.colIzq .groupTabs .tabs {
    border-bottom: none
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li {
    width: auto
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a {
    padding: 12px 14px;
    font-family: Montserrat,sans-serif;
    border-radius: 0;
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 400;
    box-shadow: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a,#detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
    color: red!important;
    background: 0 0;
    border-color: transparent;
    box-shadow: none;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-left: 0;
    border-right: 0
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a i {
    display: inline-block;
    padding-right: 10px
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta:after,#detalle #ficha div.colDch .detallesFicha h3 i,#detalle #ficha div.colDch .detallesFicha ul li i,#detalle #ficha div.colIzq .detallesFicha h3 i,#detalle #ficha div.colIzq .detallesFicha ul li i {
    display: none
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta {
    border-radius: 0!important;
    text-transform: uppercase!important;
    font-weight: 500!important;
    font-size: 14px!important
}

#details #detalle #ficha div.colIzq .groupTabs .sliderPropiedad {
    background: 0 0
}

#details #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa {
    z-index: 0
}

#detalle #ficha div.colIzq .detallesFicha {
    width: 100%!important;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
    float: left;
    margin-bottom: 0
}

#detalle #ficha div.colDch .detallesFicha h3,#detalle #ficha div.colIzq .detallesFicha h3 {
    font-size: 22px;
    color: #fff;
    border-bottom: 2px solid #c54c59;
    padding-left: 0;
    margin-bottom: 20px;
    font-family: Montserrat,sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px
}

#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 {
    border-bottom: 1px dotted #c54c59!important;
    margin: 0 3% 0 0!important;
    padding: 14px 0!important;
    width: 47%!important;
    float: left!important;
    text-align: right!important;
    border-radius: 0;
    background: 0 0;
    font-size: 14px!important;
    color: #fff!important;
    font-weight: 300
}

#detalle #ficha div.colDch .detallesFicha:nth-child(2) {
    width: 100%!important
}

#detalle #ficha div.colDch .detallesFicha ul li strong,#detalle #ficha div.colIzq .detallesFicha ul li strong {
    text-align: left!important;
    float: left;
    font-weight: 400
}

#detalle #ficha div.colIzq #descripcionFicha2 {
    display: block!important
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 i,#ficha #etiqueta .descuento_label {
    display: none
}

#detalle #ficha div.colDch {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    background: #f3f6f9;
    border-radius: 5px
}

#promo_details #ficha div.colDch {
    background: #f5f7fa!important;
    padding: 20px!important
}

#detalle #ficha div.colDch #formMasInfo,#promo_details #ficha div.colDch #formMasInfo {
    width: 100%!important;
    float: none;
    background: 0 0;
    padding-top: 20px!important;
    padding-bottom: 40px!important;
    border-radius: 0
}

#promo_details #ficha div.colDch #formMasInfo {
    padding-top: 0!important;
    padding-left: 20px;
    padding-right: 20px
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 {
    font-family: Montserrat,sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

#detalle #ficha div.colDch #formMasInfo #contenido>p:nth-child(2) {
    font-weight: 300;
    text-align: center
}

#detalle #formMasInfo #contenido form div.line {
    position: relative
}

#detalle #formMasInfo #contenido p:nth-child(4) {
    font-family: Montserrat,sans-serif;
    text-align: center;
    color: #fff;
    font-size: 15px
}

#detalle #formMasInfo #contenido .tlf {
    font-family: Montserrat,sans-serif;
    text-align: center;
    color: #fff
}

#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 {
    text-transform: uppercase;
    color: #fff
}

#details .offers h2:first-letter {
    text-transform: uppercase
}

#detalle #fichaScroll {
    top: 70px;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 100000;
    background: rgba(0,0,0,.85);
    box-shadow: 0 4px 4px 0 rgba(70,70,70,.4);
    padding: 5px 10px
}

#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 {
    font-weight: 700;
    float: right;
    font-size: 22px;
    top: -2px;
    position: relative;
    color: #fff
}

#ficha .colDch .certificacionContenedor h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600
}

#details #detalle #ficha div.colDch,#details #detalle #ficha div.colIzq,#promo_details #detalle #ficha div.colDch,#promo_details #detalle #ficha div.colIzq {
    background: 0 0;
    border: none;
    border-radius: 0
}

#details #detalle #ficha div.colDch,#promo_details #detalle #ficha div.colDch {
    background: #c60b1e!important;
    border: 1px solid #c54c59;
    border-radius: 0
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td {
    width: 25%!important;
    padding: 15px 10px;
    margin-bottom: 1px;
    color: #fff
}

#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
}

#contacto .datosContacto form div.line button.btn i,#promo_details #detalle #ficha .header .actionBar {
    display: none!important
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_] {
    background: #c60b1e;
    margin: 12px 0
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_]:before {
    background: #c60b1e
}

#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: #fff;
    font-size: 20px
}

#promo_details #ficha div.colDch .detallesFicha ul li {
    width: 100%!important;
    float: none!important
}

#contact #bgContent {
    position: relative;
    margin-top: 0
}

#contact section {
    margin-top: 0;
    padding-top: 370px
}

#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 .datosContacto {
    background: 0 0;
    width: 100%;
    padding: 0;
    margin-top: 50px
}

#contacto .datosContacto .sucursales {
    padding: 0;
    border: none
}

#contacto .datosContacto .sucursales .sucursal {
    padding: 0 0 20px;
    border: 1px solid #c54c59;
    margin-bottom: 25px;
    border-radius: 0;
    text-align: left;
    background: #c60b1e
}

#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) {
    background: #c60b1e
}

#contacto .datosContacto .sucursales .sucursal address ul li,#contacto .datosContacto .sucursales .sucursal ul li a {
    color: #fff;
    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;
    font-size: 1em;
    background: red;
    border-bottom: none;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    text-transform: none;
    color: #fff
}

#contacto .datosContacto form .alert {
    margin-bottom: 30px;
    line-height: 18px;
    color: #dc2b32
}

#contacto .datosContacto form div.line {
    position: relative;
    margin-bottom: 35px
}

#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: 18px;
    transition: color .2s;
    color: red
}

#contacto .datosContacto form div.line.name:before {
    content: "\f2bd"
}

#contacto .datosContacto form div.line.email:before {
    content: "\f2b6"
}

#contacto .datosContacto form div.line.phone:before {
    content: "\f095"
}

#contacto .datosContacto form div.line.comment:before {
    content: "\f040"
}

#contacto form input[type=text],#contacto form textarea {
    background-color: #fff;
    outline: 0;
    height: 2.5rem;
    font-size: 1rem;
    margin: 0 0 28px 3rem;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
    width: 92%;
    width: calc(100% - 3rem);
    border: 1px solid #e8e8e8;
    border-radius: 0
}

#contacto form label {
    width: calc(100% - 3rem - 1.5rem);
    margin-left: 3rem;
    position: absolute;
    top: -19px;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    font-family: Montserrat,sans-serif
}

#contacto form input[type=text]:focus label,#contacto form textarea:focus label {
    font-size: .8rem;
    color: #fff;
    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: #444;
    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: 0
}

#contacto .datosContacto form div.line button.btn:hover {
    background: #d1b63c;
    color: #333
}

footer #datosContactoFooter div.direccion,footer #datosContactoFooter div.email,footer #datosContactoFooter div.tlf,footer:after {
    display: none
}

#contacto address ul li i {
    width: 25px;
    text-align: center;
    color: red;
    font-size: 18px!important
}

.modalContainer .modal {
    border-bottom: 45px solid #2e353e
}

.modalContainer .modal span.titulo {
    background: #2e353e
}

.modalContainer .modal form fieldset div.line label,.modalContainer .modal form fieldset div.line.labelHorizontal label {
    color: #fff!important
}

.modalContainer .modal form .colDcha {
    float: right!important
}

.modalContainer .modal form fieldset div.line {
    border: none
}

.modalContainer .modal form button.btn {
    color: #fff;
    background: red!important
}

.modalContainer .modal form button.btn:hover {
    background: #9c2626!important
}

.modalContainer .modal form fieldset div.line>div input[type=radio]:checked::before {
    border-color: red!important
}

.modalContainer .modal form fieldset div.line>div input[type=radio]:checked::after {
    background: red!important;
    border-color: red!important
}

.modalContainer .modal form fieldset legend {
    color: red!important
}

.modalContainer .modal form div.line input[type=text],.modalContainer .modal form div.line select {
    border-radius: 0!important
}

.modalContainer .modal span.titulo {
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 600!important;
    letter-spacing: 1px;
    font-size: 20px!important
}

footer,footer #creditos .left p {
    color: #fff
}

footer {
    background: #901320;
    position: relative;
    z-index: 8;
    clear: both;
    border-top: 1px solid #c54c59;
    float: left;
    width: 100%
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(80,43,126,.83);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

footer #datosContactoFooter {
    padding: 10px 0
}

footer #datosContactoFooter div>i {
    color: red;
    border: 1px solid red;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    margin: 0 auto 20px;
    font-size: 22px
}

footer #datosContactoFooter div.email>i:before {
    content: "\f2b7"
}

footer #datosContactoFooter div.direccion>i:before {
    content: "\f278"
}

footer #datosContactoFooter div.socialLinks {
    top: 40px
}

footer #datosContactoFooter div.socialLinks ul li {
    transition: .25s all linear
}

footer #datosContactoFooter div.socialLinks ul li a i {
    background: red;
    border-radius: 0;
    transition: .25s all linear
}

footer #datosContactoFooter div.socialLinks ul li a i:hover {
    background: #fff;
    color: red
}

footer #datosContactoFooter div span {
    font-size: 14px;
    font-weight: 400!important;
    color: #fff
}

footer #creditos {
    border-top: 1px solid #c54c59;
    font-size: 12px
}

#creditos a,footer a {
    color: #fff
}

footer #creditos .left a {
    color: red;
    float: left;
    display: block;
    font-size: 12px
}

footer #datosContactoFooterSucursales {
    display: block;
    padding: 40px 0;
    overflow: hidden
}

form fieldset legend {
    font-family: Montserrat,sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 2px
}

#aboutus #slider,#captacion #slider,#contact #slider,#lopd #slider,#promo_details slider,#results #slider,footer #datosContactoFooterSucursales .socialLinks {
    display: none
}

#toTop.flecha.visible {
    border-radius: 0!important
}

table tbody tr td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    color: #fff
}

table tbody tr:nth-child(2n) td {
    background: 0 0
}
@media screen and (min-width: 0) and (max-width:360px) {
    #details section #detalle #ficha div.colIzq,
    #details section #detalle #ficha div.colDch{
        padding: 0;
    }
    #details #detalle #ficha .header{
        margin-top: 50px;
    }
}
@media screen and (min-width: 0) and (max-width:450px) {
    .alquiler .contenido .precio,.venta .contenido .precio {
        position:relative!important;
        text-align: right!important
    }

    h2 {
        font-size: 20px
    }
}
@media screen and (min-width: 450px) and (max-width:767px) {
    #details #detalle #ficha .header{
        margin-top: 100px;
    }
}
@media screen and (min-width: 0) and (max-width:767px) {
    #home #slider:before,#slider {
        width:100%;
        top: 0;
        position: absolute
    }

    #buscador::before,#slider::before {
        background: 0 0
    }

    #navegacion ul#idiomas,#slider {
        position: absolute
    }

    #buscador .tabs li {
        line-height: 40px;
        margin-bottom: 20px
    }

    #home header {
        height: auto
    }

    header {
        position: relative;
        background: url(img/bg.png) center top no-repeat #060c27!important
    }

    #blog .headerResults,#detalle #ficha .header .caracteristicasPrincipales,#home #logo:after,#home #slider,#navegacion nav div>ul>li:hover>a:before,#navegacion nav ul#favoritos>li:hover>a:before,.box_vertical .etiqueta:before,.breadcrumbs,.mainText,article#mainText,aside,footer #datosContactoFooter div.socialLinks>i,header .datosContacto address ul li.email,header .datosContacto address ul.socialLinks {
        display: none
    }

    #home #slider:before {
        content: "";
        background: rgba(0,0,0,.5);
        height: 100%
    }

    #slider {
        background: url(slider_images/img01.jpg)!important;
        background-size: 100%!important;
        height: 100%!important
    }

    #slider:before {
        display: block
    }

    #slider #slideshow {
        min-height: inherit;
        max-height: inherit!important;
        display: none
    }

    #slider #slideshow img {
        width: 100%!important;
        height: auto!important
    }

    .offers,.row {
        display: block;
        padding: 0
    }

    #home .offers {
        margin: 60px auto 80px
    }

    #home #bgContent {
        margin-top: 0!important;
        padding: 0
    }

    #details #bgContent {
        margin-top: 200px!important
    }

    #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
    }

    header .datosContacto {
        display: none
    }

    #home #logo,#logo {
        top: 0;
        left: 0;
        margin: 0;
        position: relative;
        padding: 10px 0;
        height: auto;
        z-index: 99;
        text-align: center
    }

    #home #logo a img,#logo a img {
        width: 200px!important
    }

    #slider #slideshow .nivo-caption {
        font-size: 20px;
        top: 50%!important
    }

    #navegacion {
        position: absolute!important;
        background: #fff!important;
        z-index: 7;
        top: 100%!important;
        bottom: 100%!important
    }

    #home #navegacion {
        position: relative!important;
        background: #fff;
        z-index: 2
    }

    #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 ul li:hover>a,#navegacion ul li>a:hover {
        background: 0 0!important;
        color: #fff!important;
        opacity: 1
    }

    #navegacion #navHeader #navLinks {
        position: initial;
        background: red;
        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
    }

    #navegacion #idiomas>li.dropDownMenu>ul:before,#navegacion #navLinks>li.dropDownMenu>ul:before,#navegacion #operationList>li.dropDownMenu>ul:before {
        display: none
    }

    #navegacion ul li a {
        padding-left: 10px!important;
        height: 50px;
        line-height: 50px;
        color: #fff
    }

    #navegacion #navHeader #navToggle,#navegacion #navHeader #searchToggle {
        display: inline-block
    }

    #navegacion #navHeader #navToggle button,#navegacion #navHeader #searchToggle button {
        margin: 0;
        padding: 6px 10px;
        background: red;
        color: #fff;
        border-radius: 3px;
        border: none
    }

    #navegacion #navHeader #navToggle button:hover,#navegacion #navHeader #searchToggle button:hover {
        background: #84221f;
        color: #fff
    }

    #navegacion ul#idiomas>li>a>i {
        color: #fff
    }

    #navegacion ul#idiomas li a {
        padding: 0 10px!important
    }

    #buscador .tabs li {
        padding-top: 20px!important;
        text-align: center!important
    }

    #buscador,#home #buscador {
        display: none;
        left: 0;
        top: 0!important;
        position: relative;
        margin: 0!important;
        outline: 0;
        padding: 0;
        background: red;
        width: 100%;
        height: auto;
        z-index: 1000
    }

    #buscador>div {
        height: auto;
        background: 0 0;
        width: 100%;
        padding: 0 10px 50px
    }

    #buscador div form {
        border: none!important
    }

    #buscador>div>ul.tabs {
        top: 0!important;
        left: 0!important;
        position: relative!important;
        margin-top: 10px;
        width: 100%!important
    }

    #buscador .tabs li {
        width: 50%;
        margin: 0!important;
        float: left!important
    }

    #buscador ul.tabs li a {
        border: none!important;
        height: auto;
        line-height: inherit
    }

    #buscador .busquedaAvanzada {
        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: #fff;
        color: #fff!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%
    }

    #buscador div#openNew form:first-child div.line button,#buscador div#openProperty form:first-child div.line button {
        top: 1px
    }

    #details #buscador {
        margin-top: -152px!important
    }

    #aboutus #buscador,#captacion #buscador,#lopd #buscador {
        margin-top: -51px!important
    }

    #contact #buscador,#promo_details #buscador {
        margin-top: 48px!important
    }

    #home section,section {
        float: none;
        width: 100%;
        margin: 20px 0 0!important;
        padding: 10px;
        box-sizing: border-box
    }

    #results .box_vertical .alquiler,#results .box_vertical .promocion,#results .box_vertical .venta,.alquiler,.promocion,.venta {
        height: auto!important;
        width: 100%!important;
        padding: 0!important;
        margin: 0 0 20px!important;
        float: none!important
    }

    .promocion .contenido .precio {
        position: relative
    }

    .alquiler .contenido .precio,.venta .contenido .precio {
        position: initial
    }

    #promo_details #slider {
        display: none
    }

    #aboutus header,#captacion header,#contact header,#lopd hedaer,#promo_details header,#results header {
        height: auto
    }

    #results section {
        padding-top: 10px!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
    }

    #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 {
        padding: 0;
        border-radius: 0
    }

    #results article.headerResults .vistaResultados {
        margin-left: 0
    }

    #results article.headerResults .filtroResultados>ul>li>ul {
        width: 360px;
        right: 0
    }

    #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
    }

    #results .box_vertical .alquiler figure,#results .box_vertical .venta figure {
        height: auto!important;
        min-height: auto!important
    }

    #details section {
        margin-top: 0!important;
        position: inherit
    }

    #details #detalle #ficha .header .headerTitulo,#promo_details #detalle #ficha .header .headerTitulo {
        margin-top: 180px!important
    }

    #details #detalle #ficha .header .headerTitulo .headerRight,#promo_details #detalle #ficha .header .headerTitulo .headerRight {
        margin-top: 0
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1,#details #detalle #ficha .header .headerTitulo .headerRight p.precio,#promo_details #detalle #ficha .header .headerTitulo .headerLeft h1,#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        font-size: 25px
    }

    #details #detalle {
        padding: 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 {
        position: relative;
        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: #333;
        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;
        border: none
    }

    #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
    }

    #detalle #ficha div.colDch .detallesFicha ul li,#detalle #ficha div.colIzq .detallesFicha ul li {
        width: 100%!important
    }

    #details #detalle #ficha .header {
        padding-bottom: 50px
    }

    #captacion form .localizacionInmueble div.line:nth-child(2),#captacion form .localizacionInmueble div.line:nth-child(3),#captacion form .localizacionInmueble div.line:nth-child(5),#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:last-child,#captacion form .localizacionInmueble>div:nth-child(9),#captacion form fieldset.localizacionInmueble>div.line:nth-child(4) {
        width: 100%!important
    }

    #navegacion ul#idiomas li.dropDownMenu>a.langSelect>i {
        color: red
    }

    #home footer,footer {
        margin-top: 30px;
        padding: 25px 0!important
    }

    #details footer {
        padding-bottom: 65px!important
    }

    footer #datosContactoFooter {
        background: 0 0
    }

    #home footer #datosContactoFooter {
        padding: 10px 0!important;
        display: table
    }

    #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: 25px!important
    }

    #home footer #datosContactoFooter div.socialLinks,footer #datosContactoFooter div.socialLinks {
        margin-top: 30px!important;
        position: relative;
        top: 0!important;
        padding: 0!important
    }

    #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
    }

    footer #creditos .right {
        float: none;
        width: 100%;
        text-align: center
    }

    footer #creditos .right p {
        float: none;
        margin: 10px 0 0!important
    }

    footer #creditos .right p a,footer #creditos .right p.mls_logo img {
        margin: auto
    }

    footer #datosContactoFooterSucursales>div,footer #datosContactoFooterSucursales>ul {
        width: 100%;
        margin-bottom: 40px
    }

    #contact section {
        margin-top: 0!important;
        padding-top: 200px
    }

    #contacto .mapa {
        height: 200px
    }

    #contacto {
        margin-top: 20px
    }

    #contacto .datosContacto,#contacto .datosContacto form {
        padding: 0
    }

    #contacto .datosContacto form div.line button.btn {
        width: 100%!important
    }

    #captacion form div.line:last-child div button {
        width: 49%!important
    }
}

@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) and (max-width:1023px) {
    header .datosContacto address ul li {
        font-size:12px
    }

    #home #slider {
        width: 100%
    }

    #slider #slideshow .nivo-caption {
        top: 45%!important;
        font-size: 26px
    }

    #buscador {
        width: 100%!important
    }

    #buscador>div>.busquedaAvanzada>a {
        position: absolute;
        top: -65px;
        left: inherit;
        right: 20px!important
    }

    #buscador::before {
        height: 101%
    }

    .busquedaPromocionesNuevas #home #bgContent {
        margin-top: -245px!important
    }

    #aviso_cookie div,#buscador>div,#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),#details #detalle #ficha .header .headerTitulo,#details .breadcrumbs,#fichaScroll div,#home .row,#navegacion nav,#navegacion ul#favoritos>li>div>div>div,#promo_details .sliderPropiedad .miniaturas div ul,#slider .slider .slide .contenedor,.headerResults,.home_section>div,.informe_propietario,.paginacion,article,article#mainText div,aside>div,footer #creditos,footer #datosContactoFooter,footer #datosContactoFooterSucursales,h2 {
        width: 100%
    }

    header .datosContacto address {
        width: auto
    }

    header .datosContacto address ul {
        max-width: 250px
    }

    #blog .texto,#buscador>div>ul.tabs {
        width: 100%!important
    }

    #buscador>div {
        padding: 15px!important
    }

    #buscador>div>ul.tabs {
        position: absolute;
        padding-left: 5px!important;
        margin-bottom: 0
    }

    #buscador div#openProperty form:last-child div.line,div#openProperty form:first-child div.line {
        margin-top: 12px!important
    }

    #buscador div#openNew form:first-child div.line button,#buscador div#openProperty form:first-child div.line button {
        top: -18px;
        right: 0;
        color: transparent
    }

    #buscador div#openNew form div.line label,#buscador div#openProperty form div.line label {
        top: .75rem
    }

    #home section,#navegacion ul li a,#results article.headerResults,#results article.paginacion,article#mainText .welcome,article#mainText div>h2,h1,h2,section {
        padding-left: 10px;
        padding-right: 10px
    }

    #navegacion ul li a {
        padding-left: 8px;
        padding-right: 8px
    }

    #navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
        width: calc(100% * (1/5) - 0px - 1px)!important
    }

    #buscador label {
        font-size: 13px
    }

    #gtypeContent.globalSelector>ul,#pbContent.globalSelector>ul,#tipo_propiedad.globalSelector>ul {
        width: 100%
    }

    #buscador .busquedaAvanzada>a,.modalContainer {
        right: 0
    }

    #captacion form .detalleInmueble div.line {
        width: 47%
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 50%
    }

    #navegacion #navHeader #navToggle button,#navegacion #navHeader #searchToggle button {
        display: none
    }

    #slider #slideshow img {
        width: 1400px!important;
        height: 6400px!important;
        margin-left: -515px!important
    }

    #slider #slideshow {
        max-height: 640px!important;
        min-height: 640px!important
    }

    #navegacion ul#favoritos>li>div>div {
        width: 100%
    }

    #navegacion ul#favoritos>li>div {
        top: 129px
    }

    #buscador div#openNew form#refFormp fieldset>div:nth-child(2) {
        position: absolute!important;
        width: 35px!important;
        right: 0
    }

    #buscador div#openNew form:last-child div.line button {
        font-size: 8px
    }

    #home section {
        margin-top: 0;
        padding-left: 0!important;
        padding-right: 0!important
    }

    #results .box_vertical .alquiler .contenido,#results .box_vertical .venta .contenido {
        min-height: auto
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1,#details #detalle #ficha .header .headerTitulo .headerRight p.precio,#promo_details #detalle #ficha .header .headerTitulo .headerLeft h1,#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        font-size: 30px
    }

    #details #detalle #ficha .header .headerTitulo {
        margin-top: 150px!important
    }

    #detalle #ficha .header .caracteristicasPrincipales ul li {
        font-size: 14px
    }

    #detalle #ficha .header .caracteristicasPrincipales ul {
        width: 100%
    }

    .alquiler,.venta {
        width: 31.33333%!important
    }

    #results .box_vertical .alquiler figure,#results .box_vertical .venta figure {
        height: 100%;
        min-height: 100%;
        width: 100%!important;
        text-align: center
    }

    #results .box_vertical .alquiler h3,#results .box_vertical .venta h3 {
        width: 100%!important;
        font-size: initial;
        margin: 0;
        text-align: center;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #results .box_vertical .alquiler .contenido h4,#results .box_vertical .venta .contenido h4 {
        text-align: center
    }

    #results .box_vertical .alquiler .contenido,#results .box_vertical .venta .contenido {
        width: 100%!important;
        float: none!important;
        padding: 0;
        margin-top: 40px
    }

    #results .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span,#results .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li span {
        display: inline-block
    }

    #results .box_vertical .alquiler .contenido .descripcionCaracteristicas .caracteristicas,#results .box_vertical .venta .contenido .descripcionCaracteristicas .caracteristicas {
        display: table;
        margin: 20px auto 0
    }

    #results .box_horizontal .alquiler figure,#results .box_horizontal .venta figure {
        width: 100%!important;
        margin-top: 32px;
        float: none!important
    }

    #results .box_horizontal .alquiler .contenido,#results .box_horizontal .venta .contenido {
        width: 100%
    }

    .alquiler,venta {
        width: 31.333%!important
    }
}

@media screen and (min-width: 1024px) and (max-width:1259px) {
    #home #buscador fieldset .btn {
        font-size: 12px;
    }
    #home header .datosContacto address ul{
        max-width: 200px;
        padding-left: 10px;
    }
    #home header .datosContacto address ul li{
        font-size: 9px;
    }
    #slider #slideshow .nivo-caption {
        font-size:40px
    }

    #details #detalle #ficha .header .headerTitulo,#details .breadcrumbs,#fichaScroll div,#home .row,.home_section>div {
        width: 984px
    }

    header .datosContacto address {
        width: auto
    }

    #buscador>div {
        width: 95%
    }

    #buscador div#openNew form:first-child button,#buscador div#openProperty form:first-child button {
        top: -2px
    }

    #blog .texto {
        width: 984px!important
    }

    #navegacion nav {
        width: 100%
    }

    #navegacion ul li a {
        padding: 0 12px
    }

    #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%
    }

    #buscador div#openNew form div.line label,#buscador div#openProperty form div.line label {
        top: .95rem;
        font-size: 11px;
        left: 14px
    }

    #buscador form #operationContent>div>a {
        font-size: 11px
    }

    #home .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li,#home .venta .contenido .descripcionCaracteristicas ul.caracteristicas li {
        margin: 8px 14px 0 0;
        font-size: 14px
    }

    #home .alquiler .contenido .precio,#home .venta .contenido .precio {
        font-size: 17px
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1,#details #detalle #ficha .header .headerTitulo .headerRight p.precio,#promo_details #detalle #ficha .header .headerTitulo .headerLeft h1,#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        font-size: 30px
    }

    #details #detalle #ficha .header .headerTitulo,#promo_details #detalle #ficha .header .headerTitulo {
        margin-top: 145px!important
    }

    #details .alquiler,#details .venta {
        width: 31.33%!important
    }

    .alquiler figure,.venta figure {
        min-height: 178px
    }

    .alquiler,.venta {
        width: 31.333%!important
    }

    .alquiler .contenido .precio,.venta .contenido .precio {
        position: initial
    }

    #results .box_vertical .alquiler figure,#results .box_vertical .venta figure {
        height: 100%;
        min-height: 100%
    }

    #results .alquiler .contenido,#results .venta .contenido {
        min-height: 180px
    }

    footer #datosContactoFooterSucursales {
        padding: 40px 0
    }
}

@media screen and (min-width: 1260px) {
    #blog .texto,#buscador>div,#details #detalle #ficha .header .headerTitulo,#details .breadcrumbs,#fichaScroll div,#home .row,.home_section>div {
        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%
    }

    #results .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li,#results .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li {
        margin: 8px 14px 0 0;
        font-size: 14px
    }

    #results .box_vertical .alquiler .contenido .precio,#results .box_vertical .venta .contenido .precio {
        font-size: 17px
    }
}
@media screen and (min-width: 1260px) and (max-width:1370px) {
    #home header .datosContacto address ul{
        max-width: 260px;
    }
    #home header .datosContacto address ul li{
        font-size: 11px;
    }
}
@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
    }
}