@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,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/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_propiedades_botones_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/tags/imp_etiqueta_diagonal_izq_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/results/imp_results_estandar_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_estandar_2col_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/actionbar/imp_actionbar_estandar_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/footer/imp_footer_3col_v1.css);

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    outline: none;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

a:hover,a:active {
    color: #000
}

a:focus {
    outline: 0
}

::selection {
    background: #000;
    color: #FFF
}

ul,li {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out
}

h2 {
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
    font-size: 34px
}

#home h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #fff
}

h2:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #5883e6;
    border-style: solid;
    border-width: 0 3px 3px 0;
    margin-top: 9px
}

h2:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #5883e6;
    border-style: solid;
    border-width: 3px 0 0 3px;
    margin-left: -2%;
    margin-top: -1%
}

img {
    max-width: 100%
}

iframe {
    max-width: 100%
}

form input[type="text"],form select,form textarea {
    border-radius: 3px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left!important;
    height: 39px;
    line-height: 39px;
    border: 1px solid #d0d0d0;
    font-size: 14px
}

form div.line.checkbox {
    padding-left: 22px!important;
    position: relative
}

form div.line.checkbox p {
    display: inline;
    font-size: 12px;
    line-height: 18px
}

input[type="checkbox"],input[type="radio"] {
    position: absolute;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    top: 0;
    left: 0;
    border: none!important
}

input[type="checkbox"]:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 14px;
    height: 14px
}

input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 7px;
    border: 2px solid #26a69a;
    border-top-style: none;
    border-right-style: none
}

input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 1px solid #c9c9c9;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

input[type="checkbox"]:checked:after {
    border: 0
}

input[type="radio"]:before,input[type="radio"]:after {
    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: #26a69a
}

input[type="radio"]:checked:after {
    -webkit-transform: scale(.65);
    transform: scale(.65);
    background: #28a4a6;
    border-color: #28a4a6
}

label {
    font-size: 14px;
    font-weight: 400
}

.breadcrumbs ul {
    float: right
}

.breadcrumbs>ul>li {
    float: left;
    margin: 0;
    padding: 0 12px 0 0;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #aaa
}

.breadcrumbs>ul>li:after {
    content: '/';
    opacity: .6;
    font-size: 13px;
    color: #aaa;
    position: relative;
    top: 0;
    right: 0;
    line-height: 0!important;
    margin: 0;
    margin-left: 10px
}

body {
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility!important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

#background {
    background: #fff
}

.btn {
    outline: none!important;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #5883e6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Roboto',sans-serif
}

.btn:hover {
    color: #fff;
    background: #333;
    border: none!important
}

.fa-caret-down:before {
    content: "\f107"!important
}

.fa-bullseye:before {
    content: "\f1e0"!important
}

.fa-briefcase:before {
    content: "\f1ec"!important
}

.flecha {
    background: rgb(190,190,190);
    width: 55px;
    height: 55px;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
    right: 20px;
    bottom: 105px;
    align-items: center;
    display: flex;
    justify-content: center
}

.flecha i:before {
    content: "\f062";
    font-size: 18px
}

.texto,.texto p,.texto p span {
    color: #fff!important
}

#bgContent {
    padding-top: 45px;
    background-color: #1a1a2b
}

#home #bgContent {
    margin-top: -22px
}

.fa-facebook-square:before {
    content: "\f09a"!important
}

.ocultar {
    display: none!important
}

#aviso_cookie {
    display: none
}

#aviso_cookie div p a {
    color: #000
}

header {
    position: relative;
    height: auto
}

#logo {
    position: absolute;
    top: 55px;
    width: auto!important;
    z-index: 10
}

#logo a img {
    width: 350px
}

#slider {
    height: 140px
}

#home #slider {
    height: 638px;
    background: none
}

#slider .nivoSlider {
    z-index: 0
}

#home #slider:before,#slider .nivoSlider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

#home #slider:before {
    display: none
}

#slider #slideshow {
    max-height: 616px!important
}

#slider #slideshow img {
    width: 1920px!important;
    height: auto!important;
    left: 50%!important;
    margin-left: -960px!important
}

#slider #slideshow .nivo-caption {
    top: 28%!important;
    bottom: inherit;
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 400;
    background: none!important;
    text-align: center;
    opacity: 1;
    display: none!important
}

#slider .nivo-controlNav {
    display: none
}

#slider .nivo-directionNav {
    display: none
}

#navegacion {
    position: absolute;
    top: 40px;
    background: #5783e6
}

#home #navegacion {
    background: transparent!important
}

#home #navegacion.fixed {
    background: #5783e6!important
}

#navegacion nav {
    display: table;
    position: relative;
    box-sizing: border-box;
    box-shadow: none
}

#navegacion #navHeader {
    float: right;
    z-index: 10
}

#navegacion ul li a {
    color: #1c1a2d;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-family: 'Nunito',sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .25s
}

#navegacion ul li:hover>a,#navegacion ul li>a:hover {
    background: none;
    color: #333!important
}

#navegacion ul li.dropDownMenu>ul {
    height: auto!important;
    right: 0;
    top: 100px
}

#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 {
    color: #fff!important;
    border-right: none!important;
    margin: 0 10px
}

#navegacion ul li.dropDownMenu ul li a:hover {
    color: #fff!important;
    background: #404d36!important
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu a,#navegacion ul li.dropDownMenu ul li a {
    color: #fff!important;
    padding: 0 10px;
    height: 50px;
    line-height: 50px
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover>a,#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover {
    color: #fff!important
}

#navegacion ul li.dropDownMenu:hover ul li a {
    background: none!important
}

#navegacion ul li.dropDownMenu ul li a:hover {
    background: none!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
}

#navLinks>li.dropDownMenu>ul:before,#operationList>li.dropDownMenu>ul:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

#navegacion ul#favoritos li>a>i:before {
    content: "\f004"
}

#navegacion ul#favoritos>li>div {
    background: #ebebeb;
    width: 100%!important;
    padding: 0 10px;
    box-sizing: border-box
}

#navegacion ul#favoritos figure {
    height: auto
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
    background: #fff;
    height: auto;
    padding: 0px!important;
    margin: 20px 10px
}

#navegacion ul#favoritos>li:hover>div a {
    height: 82px
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion h3 {
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: center;
    opacity: 1!important
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion h3 a {
    padding: 0!important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px!important;
    line-height: 22px;
    color: #fff!important;
    text-shadow: none;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center;
    display: block
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido {
    padding: 0;
    height: auto;
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas {
    padding: 0
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas {
    padding: 0 5px
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li {
    text-align: center;
    display: block;
    width: 100%;
    color: #000;
    margin: 5px 0
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li i {
    display: none
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li span {
    display: inline-block;
    color: #000;
    font-weight: 700;
    margin-right: 2px
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion .contenido .precio {
    background: none!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 {
    top: -39px
}

#navegacion ul#idiomas li.dropDownMenu ul li a {
    height: 40px;
    line-height: 40px
}

#navegacion ul#idiomas li.dropDownMenu a.langSelect {
    height: 40px;
    line-height: 40px
}

header .datosContacto {
    background-color: #1b1a2c
}

header .datosContacto address ul li {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Roboto',sans-serif;
    font-size: 14px
}

header .datosContacto address ul li a {
    color: #fff!important
}

header .datosContacto address ul li i {
    color: #fff
}

header .datosContacto address .socialLinks {
    border-top: none;
    margin: 0;
    padding: 0;
    display: block!important;
    margin-top: 13px;
    position: fixed;
    top: 150px;
    left: 0;
    width: auto!important
}

header .datosContacto address ul.socialLinks {
    top: 240px
}

header .datosContacto address ul.socialLinks li {
    background: #5783e6;
    padding: 0 10px!important
}

header .datosContacto address ul.socialLinks li i {
    color: #fff
}

header .datosContacto address ul.socialLinks li:hover i {
    color: #000
}

header .datosContacto address .socialLinks li {
    display: block;
    margin-bottom: 4px;
    float: none;
    margin: 2px 0!important;
    padding: 0!important;
    border: none!important
}

#buscador {
    display: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#home #buscador {
    display: block;
    background: none;
    top: -19px
}

#buscador>div {
    background: rgb(27,26,44);
    padding: 24px 20px 20px;
    border-bottom: 4px solid rgb(87,131,230)
}

#buscador ul.tabs {
    border: none!important;
    left: 0;
    top: -35px!important
}

.tabs li {
    background: #1b1a2c
}

#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-radius: 0;
    background: none;
    color: rgba(255,255,255,.71);
    font-size: 16px;
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
    padding: 13px 20px 13px 0;
    font-weight: 600
}

#buscador ul.tabs li.activo a,#buscador ul.tabs li.activo a:hover,#buscador ul.tabs li a:hover {
    color: #fff!important;
    background: none!important;
    font-size: 16px;
    font-weight: 800;
    border: none
}

#buscador>div>ul.tabs li a,#buscador>div>.busquedaAvanzada>a {
    border: none
}

#buscador ul.tabs li a i {
    background: none!important;
    display: none
}

#buscador ul.tabs li.activo a i {
    background: none
}

#buscador .busquedaAvanzada>a {
    font-size: 16px;
    right: 0;
    top: -35px!important;
    background: none;
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
    padding-right: 37px;
    color: #660033!important;
    font-weight: 900;
    background: #5883e6
}

#buscador>div>div.busquedaAvanzada.modalContainer {
    right: 0
}

#buscador .busquedaAvanzada>a>i {
    background: none;
    display: none
}

#buscador div#openProperty form,#buscador div#openNew form {
    box-sizing: inherit!important
}

#buscador div#openProperty form div.line>div,#buscador div#openNew form div.line>div {
    box-sizing: initial!important
}

#buscador div#openProperty form div.line label,#buscador div#openNew form div.line label {
    color: #fff;
    font-size: 13px!important;
    font-weight: 400
}

#buscador div#openProperty form div.line.filled label,#buscador div#openProperty form div.line.active label,#buscador div#openNew form div.line.filled label,#buscador div#openNew form div.line.active label {
    color: #ffffff!important;
    font-size: 12px!important
}

#buscador form div.line input[type="text"],#buscador form div.line .globalSelector,#buscador form div.line .globalSelector div.value {
    height: 40px;
    border-radius: 3px
}

#buscador form div.line .globalSelector>i {
    box-sizing: initial!important
}

#buscador form div.line span.priceDesc {
    color: #fff
}

#buscador div#openProperty form button,#buscador div#openNew form button {
    padding: 0 12px;
    height: 40px;
    font-family: 'Nunito',sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em
}

#buscador div#openProperty form:first-child button,#buscador div#openNew form:first-child button {
    background: #5883e6;
    top: 5px
}

#buscador ::-webkit-input-placeholder {
    color: #767676;
    font-size: 14px;
    font-weight: 400
}

#buscador :-moz-placeholder {
    color: #767676;
    font-size: 14px;
    opacity: 1;
    font-weight: 400
}

#buscador ::-moz-placeholder {
    color: #767676;
    font-size: 14px;
    opacity: 1;
    font-weight: 400
}

#buscador :-ms-input-placeholder {
    color: #767676;
    font-size: 14px;
    font-weight: 500
}

.ui-slider .ui-slider-handle {
    border-radius: 0px!important;
    top: -6px!important;
    width: 13px!important;
    height: 13px!important
}

#price-range,#price-rangep {
    bottom: 9px;
    height: .2em;
    background: #fff!important
}

#buscador>div>.busquedaAvanzada>a {
    color: #fff!important;
    right: 23px
}

article#mainText {
    background: none
}

article#mainText .datosContacto {
    display: none
}

article#mainText .welcome {
    width: 100%;
    margin-bottom: 57px
}

article#mainText .welcome .image_child {
    width: 41%
}

article#mainText .welcome p>a {
    position: relative;
    font-size: 27px;
    background-color: #5783e6;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    font-weight: 300;
    top: 126px;
    left: 77%
}

#home article.offers.box_vertical.tipo_1.item_6 {
    display: none!important
}

.highlighted_searches {
    display: none
}

.promocion {
    background: #f2f2f2
}

.promocion figure:hover .sliderPropiedad.sliderMini {
    transform: none!important
}

.promocion h3 {
    text-align: center;
    font-family: 'Nunito',sans-serif;
    color: #fff!important
}

.promocion .contenido .descripcionCaracteristicas {
    min-height: 45px;
    font-size: 16px
}

.promocion .contenido .descripcionCaracteristicas p {
    text-align: center;
    color: #fff!important;
    padding: 0 10px
}

.promocion .acciones {
    display: none
}

.promocion .contenido .precio {
    font-size: 16px
}

.etiqueta {
    z-index: 9
}

.promocion figure,.venta figure,.alquiler figure {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    position: initial
}

.promocion figure a img,.venta figure a img,.alquiler figure a img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.promocion figure a img:hover,.venta figure a img:hover,.alquiler figure a img:hover {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1)
}

.promocion figure .mask,.venta figure .mask,.alquiler figure .mask {
    top: 9px;
    background: none!important
}

.promocion figure div.mask div.referencia,.venta figure div.mask div.referencia,.alquiler figure div.mask div.referencia {
    top: 0;
    background: none!important;
    text-shadow: rgba(0,0,0,.5) 1px 1px 1px
}

.promocion figure div.mask div.referencia span.tipo,.venta figure div.mask div.referencia span.tipo,.alquiler figure div.mask div.referencia span.tipo {
    color: #fff;
    text-transform: uppercase;
    max-width: 90px;
    max-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis
}

.promocion figure div.mask div.referencia span.numeroRef,.venta figure div.mask div.referencia span.numeroRef,.alquiler figure div.mask div.referencia span.numeroRef {
    float: right;
    margin-right: 15px;
    color: #fff
}

.promocion figure div.mask div.referencia span.numeroRef:before,.venta figure div.mask div.referencia span.numeroRef:before,.alquiler figure div.mask div.referencia span.numeroRef:before {
    display: none!important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #7e7f89;
    font-size: 16px;
    content: "\f02b"
}

.promocion,.venta,.alquiler {
    background: #5883e6;
    border-bottom: 0;
    overflow: hidden;
    padding: 0!important
}

.sliderPropiedad.sliderMini {
    transform: none!important
}

.promocion h3 {
    padding-left: 10px
}

.venta h3,.alquiler h3,.promocion h3 {
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.5px;
    padding-left: 0;
    text-align: center;
    font-family: 'Nunito',cursive;
    top: 212px
}

.promocion .contenido .descripcionCaracteristicas {
    padding: 0 10px
}

.promocion .acciones {
    display: none
}

.venta .acciones,.alquiler .acciones {
    display: none
}

.venta .contenido .descripcionCaracteristicas,.alquiler .contenido .descripcionCaracteristicas {
    height: 102px;
    padding: 0 15px;
    margin-bottom: 3px
}

.venta .contenido .descripcionCaracteristicas h4,.alquiler .contenido .descripcionCaracteristicas h4 {
    font-size: 15px;
    letter-spacing: -.4px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    text-align: center
}

.venta .contenido .descripcionCaracteristicas h4 a,.alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #2f2f2f;
    font-family: 'Nunito',cursive
}

.venta .contenido .descripcionCaracteristicas .descripcion,.alquiler .contenido .descripcionCaracteristicas .descripcion {
    display: block;
    margin: 0 0 17px;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden
}

.box_vertical .ocultar {
    display: none!important
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas,.venta .contenido .descripcionCaracteristicas ul.caracteristicas,.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    list-style: none;
    margin: 10px 0;
    border-top: 1px solid #ced1d3;
    padding: 0 3px
}

.venta .contenido .descripcionCaracteristicas>ul>li,.alquiler .contenido .descripcionCaracteristicas>ul>li {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    color: #2f2f2f
}

.promocion .contenido .descripcionCaracteristicas ul.caracteristicas li span,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li span,.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    display: none
}

.venta .contenido .descripcionCaracteristicas>ul>li>i,.alquiler .contenido .descripcionCaracteristicas>ul>li>i {
    display: inline-block!important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #5783e6;
    font-size: 16px
}

.venta .contenido .descripcionCaracteristicas>ul>li.habitaciones>i,.alquiler .contenido .descripcionCaracteristicas>ul>li.habitaciones>i {
    background: url(img/bed.png)no-repeat center;
    color: transparent!important;
    height: 21px;
    width: 21px;
    margin-right: 5px;
    background-size: 21px;
    position: relative;
    top: 14px
}

.venta .contenido .descripcionCaracteristicas>ul>li.banos>i,.alquiler .contenido .descripcionCaracteristicas>ul>li.banos>i {
    background: url(img/bano.png)no-repeat center;
    color: transparent!important;
    height: 21px;
    width: 21px;
    margin-right: 5px;
    background-size: 21px;
    position: relative;
    top: 14px
}

.venta .contenido .descripcionCaracteristicas>ul>li.supHabitable>i,.alquiler .contenido .descripcionCaracteristicas>ul>li.supHabitable>i {
    background: url(img/util.png)no-repeat center;
    color: transparent!important;
    height: 21px;
    width: 21px;
    margin-right: 5px;
    background-size: 21px;
    position: relative;
    top: 14px
}

.venta .contenido .descripcionCaracteristicas>ul>li.supConstruida>i,.alquiler .contenido .descripcionCaracteristicas>ul>li.supConstruida>i {
    background: url(img/parcela.png)no-repeat center;
    color: transparent!important;
    height: 21px;
    width: 21px;
    margin-right: 5px;
    background-size: 21px;
    position: relative;
    top: 14px
}

.promocion .contenido .precio p {
    line-height: 40px!important
}

.venta .contenido .precio,.alquiler .contenido .precio,.promocion .contenido .precio {
    height: 30px;
    box-sizing: border-box;
    padding: 0 18px;
    color: #2f2f2f;
    text-align: right;
    font-size: 14px;
    text-align: center;
    width: auto!important;
    background: none;
    float: right;
    border-radius: 0;
    margin-top: 0;
    position: absolute;
    bottom: 18px;
    right: 0
}

.promocion .contenido .precio {
    position: absolute;
    width: 100%!important;
    bottom: 0
}

.promocion .contenido .precio p span,.venta .contenido .precio p span,.alquiler .contenido .precio p span {
    font-weight: 500
}

.venta .contenido .precio p,.alquiler .contenido .precio p {
    line-height: 41px
}

.venta .contenido .precio .antes,.alquiler .contenido .precio .antes {
    margin: 5px 0 -4px 0;
    color: #9c9da5
}

#detalle #ficha .header .caracteristicasPrincipales ul li {
    font-size: 18px
}

#detalle #ficha .header:before {
    background: rgba(0,0,0,.6);
    top: 34px
}

#ficha>div.colDch>div:nth-child(2) {
    float: right;
    width: 100%
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i,.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    display: inline-block!important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li,.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    width: 22%;
    float: left;
    text-align: left;
    margin: 4px 0;
    font-size: 12px;
    display: inline-block!important
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos,.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: block!important
}

.descripcionCaracteristicas {
    background: #fff
}

aside {
    background: #1b1a2c
}

aside:before {
    display: none
}

aside #mailingList h3 {
    font-weight: 300;
    font-size: 22px;
    text-transform: none;
    color: #fff;
    font-family: "Nunito"
}

aside #mailingList form .line:first-child {
    position: relative
}

aside #mailingList form .line:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    color: #fff;
    width: 44px;
    height: 40px;
    line-height: 38px;
    border-radius: 3px 0 0 3px;
    background-color: #212121;
    border: 1px solid #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 17px
}

aside #mailingList form .line input[type="text"] {
    padding-left: 50px
}

aside #mailingList form .line.checkbox p a {
    font-size: 12px;
    color: #fff;
    font-weight: 400
}

aside #mailingList {
    padding: 12px 0;
    position: relative;
    z-index: 6
}

button#newsletter_btn {
    background: #5783e6!important
}

#results article.headerPage h1:first-letter {
    text-transform: uppercase
}

#results article.headerResults {
    background: none;
    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 none repeat scroll 0 0;
    -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 0.5s ease 0s,opacity 0.6s ease 0s,max-height 0.6s step-end 0s,max-width 0.6s step-end 0s,padding 0.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: none;
    line-height: 10px;
    text-transform: capitalize;
    padding-left: 5px;
    font-size: 15px;
    color: #000
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.6);
    border-radius: 20px;
    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: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%
}

#results article.headerResults .vistaResultados ul li a:hover,.vistaResultados ul li a.activo {
    border: 1px solid #000;
    background: #000;
    color: #fff!important
}

#results article.paginacion,#results_promo article.paginacion {
    padding: 0;
    margin: 30px auto 0
}

#results article.paginacion .resultados,#results_promo article.paginacion .resultados {
    color: #b6b6b6;
    font-size: 17px
}

#results article.paginacion .resultados a {
    color: #fff
}

#results article.paginacion ul li span,#results article.paginacion ul li a {
    width: 32px!important;
    height: 32px!important;
    border-radius: 16px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center!important;
    border: 1px solid transparent;
    color: #5883e6
}

#results article.paginacion ul li span.activa,#results article.paginacion ul li a:hover {
    color: #fff;
    background: #5883e6
}

#results article.offers {
    position: relative
}

#results article.offers #tooMuchResults {
    right: 0
}

#results .venta h3,#results .alquiler h3,#results .promocion h3 {
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.5px;
    padding-left: 0;
    text-align: center;
    font-family: 'Nunito',cursive;
    top: 168px
}

#results .box_horizontal .alquiler .contenido .precio p,#results .box_horizontal .promocion .contenido .precio p,#results .box_horizontal .venta .contenido .precio p {
    line-height: 30px;
    float: none
}

#results .box_horizontal .venta figure div.mask,#results .box_horizontal .alquiler figure div.mask {
    background: #2f2f2f;
    top: inherit!important;
    bottom: 2px!important;
    height: 51px
}

#results .box_horizontal .venta .contenido .precio,#results .box_horizontal .alquiler .contenido .precio {
    float: right;
    width: 50%;
    margin-top: 0;
    padding: 0 14px;
    text-align: center;
    position: absolute;
    top: 150px!important;
    right: 0;
    font-size: 13px;
    background: #5783e6;
    padding: 0 9px!important;
    line-height: 26px
}

#results article.offers #leyenda form>.line {
    display: none
}

#results .box_horizontal .venta .contenido .acciones a,#results .box_horizontal .alquiler .contenido .acciones a {
    background: rgba(255,255,255,.2);
    color: transparent!important
}

#results .venta .contenido .precio,#results .alquiler .contenido .precio {
    float: right;
    width: 50%;
    margin-top: 0;
    padding: 0 14px;
    text-align: center;
    position: absolute;
    top: 258px;
    right: 0;
    font-size: 12px
}

#results article.offers #leyenda form .line label {
    color: #fffefe
}

#results .box_horizontal .venta h3,#results .box_horizontal .alquiler h3 {
    width: 60%;
    margin-top: 22px;
    background: none;
    text-align: left;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 25px;
    opacity: 1;
    color: #1b1a2c
}

.wxp-map-icon span {
    background-color: #000!important
}

.wxp-map-icon-animated span,.wxp-map-icon-hover span {
    background-color: #333!important
}

.wxp-map-icon img {
    border: 7px solid #000!important
}

.wxp-map-icon-hover div img,.wxp-map-icon-animated 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 .venta .contenido .descripcionCaracteristicas ul.caracteristicas li,#results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    width: 18%
}

#results .box_horizontal .venta,#results .box_horizontal .alquiler {
    width: 100%!important;
    background: #fff;
    border-bottom: 0;
    padding-top: 0!important;
    height: 129px;
    padding-bottom: 10px!important;
    margin: 0 0 30px 0!important;
    transition: background-color 75ms linear
}

.acciones {
    display: none!important
}

#results .box_horizontal .venta:hover,#results .box_horizontal .alquiler:hover {
    background: #a5a3a3
}

#formAlertaBusqueda .titulo {
    background: #aab0b7!important
}

#formAlertaBusqueda form div label i {
    color: #aab0b7
}

#captacion form fieldset legend {
    margin: 0;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid lightgray;
    font-size: 17px;
    padding-left: 0;
    z-index: 0;
    background: none
}

#captacion form fieldset.datosPersonales legend:before {
    content: "\f2bd";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #fff
}

#captacion form fieldset.localizacionInmueble legend:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px
}

#captacion form fieldset.detalleInmueble legend:before {
    content: "\f040";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #fff
}

#captacion form input[type="text"],#captacion form select,#captacion form textarea {
    background: #efefef;
    border: none
}

#captacion form#frm {
    padding: 10px 0
}

#captacion form .detalleInmueble div.line.labelCheckbox {
    position: relative;
    padding-left: 22px
}

#captacion form div.line div button {
    height: 50px;
    border-radius: 3px;
    margin-left: 10px;
    border: none;
    font-weight: 700
}

#captacion form div.line div button:last-child {
    color: #fff;
    background-color: transparent;
    border-color: #d9d9d9
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a,#detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
    color: #fff;
    background: #5683e6;
    border-color: #5683e6
}

#details #bgContent,#promo_details #bgContent {
    margin-top: 0
}

#details section {
    margin: 0 auto
}

#details .breadcrumbs {
    margin: 0 auto;
    float: none
}

#details #detalle #ficha {
    color: #1b1a2c
}

#details #detalle #ficha .header .headerTitulo,#promo_details #detalle #ficha .header .headerTitulo {
    margin: 0 auto;
    background: none;
    border: none
}

#details #detalle #ficha .header .headerTitulo .headerLeft p span,#promo_details #detalle #ficha .header .headerTitulo .headerLeft p span {
    color: #5683e6;
    font-weight: 700
}

#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;
    height: 40px
}

#detalle #ficha .actionBar ul li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #5683e6;
    padding: 10px;
    border-left: 2px solid transparent
}

#details #detalle #ficha .header .headerTitulo .headerRight .precioReducido span {
    color: #ccc
}

#details #detalle #ficha .actionBar a.hazOferta {
    width: 180px;
    color: #fff;
    border: none
}

#details #detalle #ficha .actionBar ul li.share>i,#promo_details #detalle #ficha .actionBar ul li.share>i {
    color: #9b9b9b
}

#details #detalle #ficha div.colIzq #descripcionFicha {
    display: none;
    float: none;
    width: 100%
}

#details #detalle #ficha div.colIzq .groupTabs .tabs {
    border: none
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li {
    width: 33%
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a,#detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
    color: #fff!important
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a i {
    display: none
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta:after {
    display: none
}

#details #detalle #ficha div.colIzq .groupTabs .sliderPropiedad {
    background: none
}

#details #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa {
    z-index: 0
}

#detalle #ficha div.colIzq .detallesFicha {
    width: 100%!important
}

#detalle #ficha div.colIzq .detallesFicha h3 i,#detalle #ficha div.colDch .detallesFicha h3 i {
    display: none
}

#detalle #ficha div.colIzq .detallesFicha ul,#detalle #ficha div.colDch .detallesFicha ul {
    padding: 0
}

#detalle #ficha div.colDch .detallesFicha:nth-child(2) {
    width: 100%!important
}

#detalle #ficha div.colIzq .detallesFicha ul li i,#detalle #ficha div.colDch .detallesFicha ul li i {
    display: none
}

#detalle #ficha div.colIzq #descripcionFicha2 {
    display: block
}

#detalle #ficha div.colDch #formMasInfo {
    width: 100%!important;
    float: none
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 i {
    display: none
}

#detalle #formMasInfo #contenido form div.line {
    position: relative
}

#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: lowercase
}

#details .offers h2:first-letter {
    text-transform: uppercase
}

#detalle #fichaScroll {
    top: 100px;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 10000;
    background: rgba(51,51,51,.4);
    box-shadow: 0 4px 4px 0 rgba(70,70,70,.4)
}

#detalle #fichaScroll div {
    float: none;
    margin: 0 auto
}

#detalle #fichaScroll figure {
    float: left!important;
    width: 85px!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: 17px;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
    font-weight: 600
}

#detalle #fichaScroll div ul li.precio {
    font-weight: 700;
    float: right;
    font-size: 22px;
    top: -2px;
    position: relative
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td {
    width: 25%!important;
    padding: 15px 10px;
    margin-bottom: 1px
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a {
    font-weight: 600
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    top: 1px;
    color: #848484
}

#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"] {
    background: #eee;
    margin: 12px 0
}

#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"]:before {
    background: #eee
}

#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"] .row .caracteristicas {
    width: 100%
}

#promo_details #ficha div .detallesFicha div[id*="modelo_"] .row .caracteristicas ul li {
    width: 23%;
    margin: 0 1%
}

#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"] p.precio {
    border-bottom: none;
    color: #292929;
    font-size: 20px
}

#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: #e3e3e3 url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/no-results.png)no-repeat center top
}

#contacto .datosContacto {
    background: none
}

#contacto .datosContacto .sucursales {
    padding: 0;
    border: none
}

#contacto .datosContacto .sucursales .sucursal {
    padding: 0;
    padding-bottom: 20px;
    border: 1px solid #d5d9dd;
    margin-bottom: 25px
}

#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) {
    background: none
}

#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;
    margin-bottom: 25px;
    padding: 15px 20px;
    font-size: 1em;
    background: #5783e5;
    border-bottom: 1px solid #d5d9dd;
    font-weight: 500
}

#contacto .datosContacto form .alert {
    margin-bottom: 30px;
    line-height: 18px;
    color: #dc2b32
}

#contacto .datosContacto form div.line {
    position: relative
}

#contacto .datosContacto form div.line:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    font-size: 1.7rem;
    transition: color .2s;
    color: #5783e5
}

#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: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3.5rem;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
    color: #ffffff!important
}

#contacto form label {
    width: calc(100% - 3rem - 1.5rem);
    margin-left: 3rem;
    position: absolute;
    top: .8rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    font-weight: 400;
    font-size: 15px;
    transform: translateY(-105%)
}

#contacto form input[type="text"]:focus label,#contacto form textarea:focus label {
    font-size: .8rem;
    color: #000;
    transform: translateY(-140%)
}

#contacto form input[type="text"]:focus:before,#contacto form textarea:focus:before {
    color: red
}

#contacto .datosContacto form div.line button.btn {
    width: 135px!important;
    border: none;
    color: #fff;
    outline: none!important;
    padding: 0 1em!important;
    font-size: 15px!important;
    height: 45px!important;
    line-height: 40px!important;
    transition: all 0.2s;
    overflow: hidden
}

#contacto .datosContacto form div.line button.btn i {
    display: none!important
}

.modalContainer .modal {
    border-bottom: 45px solid #2e353e
}

.modalContainer .modal span.titulo {
    background: #2e353e
}

.modalContainer .modal form fieldset div.line.labelHorizontal label,.modalContainer .modal form fieldset div.line label {
    color: #50585e!important
}

.modalContainer .modal form .colDcha {
    float: right!important
}

.modalContainer .modal form fieldset div.line {
    border: none
}

.modalContainer .modal form button.btn {
    color: #fff;
    background: #4f5b66
}

.modalContainer .modal form button.btn:hover {
    background: #000!important
}

footer {
    background: #1b1a2c;
    color: #fff;
    position: relative;
    z-index: 0;
    clear: both
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(80,43,126,.83);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: none
}

footer #datosContactoFooter {
    padding: 10px 0
}

footer #datosContactoFooter div>i {
    color: #5683e6
}

footer #datosContactoFooter div.email>i:before {
    content: "\f2b7"
}

footer #datosContactoFooter div.direccion>i:before {
    content: "\f278"
}

footer #datosContactoFooter div.socialLinks ul li a i {
    background: #5683e6
}

footer #datosContactoFooter div span {
    font-size: 15px
}

footer #creditos {
    background: none!important
}

footer a,#creditos a {
    color: #fff
}

footer #creditos .left p {
    color: #fff
}

footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png)!important
}

#details .line.checkbox p a {
    color: #000000;
}

@media screen and (min-width: 0) and (max-width:767px) {
    #slider,.mainText,aside,#home #logo:after,footer #datosContactoFooter div.socialLinks>i,#navegacion nav div>ul>li:hover>a:before,#navegacion nav ul#favoritos>li:hover>a:before,.box_vertical .etiqueta:before,article#mainText,.breadcrumbs,#blog .headerResults,#detalle #ficha .header .caracteristicasPrincipales {
        display:none
    }

    article#mainText {
        display: block
    }

    .offers,.row {
        display: block;
        padding: 0
    }

    #bgContent,#home #bgContent {
        margin-top: -50px;
        padding: 0;
        padding-top: 50px
    }

    #seccionInterna,form,#contacto,#results article.headerPage {
        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,#home header {
        height: auto;
        background: #fff
    }

    #logo,#home #logo {
        top: 0;
        left: 0;
        margin: 0;
        position: relative;
        padding: 60px 0;
        height: auto;
        background: transparent
    }

    #home #slider,#slider {
        max-height: inherit;
        display: block!important;
        background: url(slider_images/img01.jpg)no-repeat;
        background-size: 100%;
        height: 204px!important;
        position: absolute;
        bottom: 38px;
        margin: 0 auto;
        width: 100%
    }

    #logo a img,#home #logo a img {
        width: 80%!important
    }

    #navegacion {
        position: relative!important;
        top: 0px!important;
        background: #1c1a2d
    }

    #navegacion nav {
        padding: 0;
        width: 100%;
        background: none
    }

    #navegacion #navHeader {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        right: 0;
        margin: 0!important
    }

    #navegacion #navHeader #navLinks {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        display: none;
        z-index: 9999999;
        top: 48px;
        background: #1c1a2f
    }

    #navegacion #navHeader #navLinks li {
        float: none;
        border-bottom: 1px solid rgba(217,217,217,.4)
    }

    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: none!important;
        display: block
    }

    #navegacion #navLinks>li.dropDownMenu>ul:before,#navegacion #operationList>li.dropDownMenu>ul:before,#navegacion #idiomas>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: #575757;
        color: #fff;
        border-radius: 3px;
        border: none
    }

    #navegacion #navHeader #navToggle button:hover,#navegacion #navHeader #searchToggle button:hover {
        background: #000;
        color: #fff
    }

    #navegacion ul#idiomas>li>a>i {
        color: #fff;
        display: none
    }

    #navegacion ul#idiomas li a {
        padding: 0 10px!important
    }

    #buscador,#home #buscador {
        display: none;
        left: 0;
        top: 0px!important;
        position: relative;
        margin: 0!important;
        outline: none;
        padding: 0;
        background: #1b1a2c;
        width: 100%;
        height: auto
    }

    #home #buscador {
        display: block!important
    }

    #buscador>div {
        height: auto;
        background: none;
        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%;
        text-align: center;
        margin: 0!important;
        float: left!important;
        background: transparent
    }

    #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: #5783e6;
        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#openProperty form div.line.filled label,#buscador div#openProperty form div.line.active label,#buscador div#openNew form div.line.filled label,#buscador div#openNew form div.line.active label,#buscador div#openProperty form fieldset div.line#precio label,#buscador div#openNew form fieldset div.line#preciop label {
        color: #fff!important
    }

    section,#home section {
        float: none;
        width: 100%;
        margin: 0!important;
        padding: 0 10px;
        box-sizing: border-box;
        margin-top: 20px!important
    }

    .promocion,.box_vertical .venta,.box_vertical .alquiler,#results .box_vertical .promocion,#results .box_vertical .venta,#results .box_vertical .alquiler {
        height: auto!important;
        width: 100%!important;
        padding: 0!important;
        margin: 0 0 20px!important;
        float: none!important
    }

    .promocion .contenido .precio {
        position: relative
    }

    .venta .contenido .precio,.alquiler .contenido .precio {
        float: right;
        width: 50%;
        margin-top: 0;
        padding: 0 14px;
        text-align: center;
        position: absolute;
        top: 330px;
        right: 0
    }

    article#mainText .welcome p>a {
        position: relative;
        font-size: 27px;
        background-color: #5783e6;
        text-align: center;
        padding: 10px;
        border-radius: 4px;
        font-weight: 300;
        top: 261px;
        left: 37%
    }

    #results header {
        position: relative!important
    }

    #results section {
        padding-top: 10px!important
    }

    #results_promo article.offers #listOffers,article.offers #leyenda form .line {
        display: table
    }

    #results article.headerPage,#results article.headerResults,#results article.paginacion,#results article#offers,#results article.offers #leyenda {
        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_precio div span,article.offers #leyenda form .line.filtro_precio div input,article.offers #leyenda form .line.filtro_m2 div span,article.offers #leyenda form .line.filtro_m2 div input {
        float: none
    }

    #results article.offers #leyenda form .line.filtro_precio>div span:nth-child(3),#results article.offers #leyenda form .line.filtro_m2 div span:nth-child(3) {
        margin-top: 0
    }

    #results article.offers #leyenda {
        padding: 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 .venta .contenido .precio,#results .alquiler .contenido .precio {
        float: right;
        width: 50%;
        margin-top: 0;
        padding: 0 14px;
        text-align: center;
        position: absolute;
        top: 323px;
        right: 0;
        font-size: 13px
    }

    #results .venta h3,#results .alquiler h3,#results .promocion h3 {
        font-weight: 600;
        text-decoration: none;
        text-transform: none;
        font-size: 18px;
        color: #1b1a2c;
        text-transform: uppercase;
        letter-spacing: -.5px;
        padding-left: 0;
        text-align: center;
        font-family: 'Nunito',cursive;
        top: 199px;
        color: #fff
    }

    #details section {
        margin-top: 0!important;
        position: inherit
    }

    #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: #000;
        padding: 0;
        border: none!important
    }

    #details #detalle #ficha .actionBar ul li.share>i,#promo_details #detalle #ficha .actionBar ul li.share>i {
        color: #9B9B9B
    }

    #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(255,255,255,.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,#promo_details #detalle #ficha .header .actionBar ul li a,#detalle #ficha .actionBar ul li.share div.addthis_toolbox a {
        border: none!important;
        width: 50px!important;
        height: 50px!important;
        color: transparent!important;
        padding: 0!important;
        color: transparent
    }

    #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 .header .actionBar ul li i,#details #detalle #ficha .actionBar a.hazOferta i,#promo_details #detalle #ficha .header .actionBar ul li i,#promo_details #detalle #ficha .actionBar a.hazOferta i,#details #detalle #ficha .actionBar a.hazOferta:before {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%!important;
        height: 100%!important;
        font-size: 16px;
        color: #fff
    }

    #details #detalle #ficha .header .actionBar ul li.share>i,#promo_details #detalle #ficha .header .actionBar ul li.share>i {
        top: 0!important;
        margin: 0!important
    }

    #details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a,#promo_details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a {
        padding: 0;
        margin: 0
    }

    #details #detalle #ficha .actionBar ul li.documents,#details #detalle #ficha .actionBar ul li.presentation,#details #detalle #ficha .actionBar ul li.printPage {
        display: inline-block!important
    }

    #details #detalle #ficha div.colDch,#promo_details #detalle #ficha div.colDch {
        margin-top: 0
    }

    #ficha>div.colIzq>div:nth-child(4)>p {
        text-align: justify
    }

    #detalle #ficha .header .headerTitulo .headerRight {
        position: relative;
        border: none
    }

    #ficha #sliderPropiedad {
        width: 320px
    }

    #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa,#detalle #ficha div.colIzq .groupTabs .videos iframe {
        height: 260px
    }

    footer,#home footer {
        margin-top: 30px;
        padding: 25px 0!important
    }

    #details footer {
        padding-bottom: 65px!important
    }

    footer #datosContactoFooter {
        background: none
    }

    #home footer #datosContactoFooter {
        padding: 10px 0!important;
        display: table
    }

    footer #datosContactoFooter div,#home 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
    }

    footer #datosContactoFooter div.socialLinks,#home footer #datosContactoFooter div.socialLinks {
        margin-top: 30px!important;
        position: relative;
        top: 0!important;
        padding: 0!important
    }

    footer #datosContactoFooter div>i,#home 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 .left p {
        color: #fff
    }

    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 {
        margin: auto
    }

    footer #creditos .right p.mls_logo img {
        margin: auto
    }

    #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
    }

    .venta h3,.alquiler h3,.promocion h3 {
        top: 194px
    }

    h2:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border-color: #5883e6;
        border-style: solid;
        border-width: 3px 0 0 3px;
        margin-left: -8%;
        margin-top: -3%
    }

    .venta h3,.alquiler h3,.promocion h3 {
        top: 198px
    }

    #home #navegacion {
        background: #5883e6!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) {
    #buscador>div,#home .row,header .datosContacto address,#fichaScroll div,.home_section>div,#details .breadcrumbs,#details #detalle #ficha .header .headerTitulo {
        width:768px
    }

    #blog .texto {
        width: 768px!important
    }

    #navegacion ul li a,article#mainText .welcome,article#mainText div>h2,h1,h2,#results article.headerResults,#results article.paginacion {
        padding-left: 5px;
        padding-right: 7px
    }

    #navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
        width: calc(100% * (1/5) - 0px - 1px)!important
    }

    #navegacion ul#idiomas {
        right: 10px
    }

    #buscador label {
        font-size: 12px
    }

    #pbContent.globalSelector>ul,#gtypeContent.globalSelector>ul,#tipo_propiedad.globalSelector>ul {
        width: 100%
    }

    .modalContainer,#buscador .busquedaAvanzada>a {
        right: 0
    }

    #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: 100%
    }

    #captacion form .detalleInmueble div.line {
        width: 45.3%
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 50%
    }

    #promo_details .sliderPropiedad .miniaturas div ul {
        width: 100%
    }

    .venta figure,.alquiler figure,.promocion figure {
        height: 212px
    }

    #detalle #ficha .header .caracteristicasPrincipales {
        min-height: inherit
    }

    #results .box_horizontal .venta .contenido .precio .antes,#results .box_horizontal .alquiler .contenido .precio .antes {
        margin: 0 0 -14px 0
    }

    #results .box_horizontal .venta .contenido .acciones,#results .box_horizontal .alquiler .contenido .acciones {
        margin-right: 0;
        bottom: 0!important
    }

    #results .box_vertical .venta h3,#results .box_vertical .alquiler h3 {
        width: 56%;
        padding: 0 15px;
        text-align: left;
        position: relative;
        margin: 9px 0 12px
    }

    #results .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li,#results .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
        font-size: 12px;
        line-height: 24px;
        padding-left: 0;
        color: #000;
        font-weight: 700
    }

    #results .box_vertical .venta .contenido .precio,#results .box_vertical .alquiler .contenido .precio {
        height: 40px;
        top: inherit;
        bottom: 24px;
        right: 0;
        font-size: 12px;
        width: 30%!important;
        position: absolute;
        float: right
    }

    #results .box_vertical .venta,#results .box_vertical .alquiler {
        padding-top: 0!important;
        height: 132px;
        background: #f6f7f9
    }

    #logo a img {
        width: 198px
    }

    #logo {
        position: absolute;
        top: 33px;
        width: auto!important;
        z-index: 10
    }

    .venta h3,.alquiler h3,.promocion h3 {
        top: 200px
    }
}

@media screen and (min-width: 1024px) and (max-width:1259px) {
    #buscador>div,#home .row,header .datosContacto address,#fichaScroll div,.home_section>div,#details .breadcrumbs,#details #detalle #ficha .header .headerTitulo {
        width:984px
    }

    #blog .texto {
        width: 984px!important
    }

    #navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
        width: calc(100% * (1/7) - 0px - 1px)!important
    }

    #captacion form .localizacionInmueble div.line:nth-child(2),#captacion form .localizacionInmueble div.line:nth-child(3),#captacion form .localizacionInmueble div.line:nth-child(4),#captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%
    }

    #captacion form .detalleInmueble div.line {
        width: 21.8%
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 50%
    }

    .promocion figure {
        height: 178px
    }

    .venta .contenido .precio,.alquiler .contenido .precio {
        float: right;
        width: 50%;
        margin-top: 0;
        padding: 0 14px;
        text-align: left;
        position: absolute;
        top: 263px;
        right: 0
    }

    .venta .contenido .descripcionCaracteristicas ul.caracteristicas li,.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
        font-size: 10px
    }

    #results .venta .contenido .precio,#results .alquiler .contenido .precio {
        float: right;
        width: 50%;
        margin-top: 0;
        padding: 0 14px;
        text-align: center;
        position: absolute;
        top: 294px;
        right: 0
    }

    #logo {
        top: 29px
    }

    .venta h3,.alquiler h3,.promocion h3 {
        font-weight: 600;
        text-decoration: none;
        text-transform: none;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -.5px;
        padding-left: 0;
        text-align: center;
        font-family: 'Nunito',cursive;
        top: 169px
    }

    #results .venta h3,#results .alquiler h3,#results .promocion h3 {
        font-weight: 600;
        text-decoration: none;
        text-transform: none;
        font-size: 18px;
        color: #1b1a2c;
        text-transform: uppercase;
        letter-spacing: -.5px;
        padding-left: 0;
        text-align: center;
        font-family: 'Nunito',cursive;
        top: 204px;
        color: #fff
    }
}

@media screen and (min-width: 1260px) {
    #buscador>div,#home .row,header .datosContacto address,#fichaScroll div,.home_section>div,#details .breadcrumbs,#details #detalle #ficha .header .headerTitulo {
        width:1220px
    }

    #blog .texto {
        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%
    }

    .promocion figure,.venta figure,.alquiler figure {
        height: 219px
    }
}

@media print {
    #detalle #ficha div.colIzq .groupTabs .googleMaps,#detalle #ficha div.colIzq .groupTabs .videos,#ficha #etiqueta,div#miniaturas,#fichaScroll,#detalle #ficha div.colIzq .groupTabs .tabs,.fotorama__nav-wrap {
        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 .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 {
        height: 500px!important;
        margin-top: -40px;
        background: none;
        width: 700px!important
    }

    .fotorama__stage,.fotorama__stage img,.fotorama__img {
        height: 500px!important;
        width: 700px!important
    }

    .fotorama__wrap--slide .fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img,#detalle #ficha .sliderPropiedad {
        height: 500px!important;
        width: 700px!important
    }

    .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
        height: 500px!important;
        width: 700px!important
    }
}
