@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=Josefin+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/cookies/imp_cookies_top_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/imp_slider_foto_fija_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/controlNav/imp_controlNav_numeros_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/datos_contacto/imp_datos_contacto_iconos_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/navegacion/imp_idiomas_banderas_desplegable_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/buscador/imp_buscador_horizontal_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_promociones_3col_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_propiedades_3col_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_promociones_horizontal_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_promociones_foto_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_propiedades_completo_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/tags/imp_etiqueta_diagonal_dch_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/results/imp_results_desplegables_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_header_2col_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/actionbar/imp_actionbar_estandar_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/footer/imp_footer_3col_v1.css");
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@keyframes flash {
    from, 50%, 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 {
    outline: none;
    color: #333;
    text-decoration: none;
    -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: #4c515d;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}

h1, h2 {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 40px;
}

h1 {
    padding-bottom: 30px;
    margin-bottom: 1.4em;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-align: center;
    font-size: 2em;
    position: relative;
}

/*h1:before {
    content: "";
    height: 1px;
    width: 4em;
    bottom: 0;
    left: 50%;
    margin-left: -2em;
    background-color: rgba(0,0,0,0.8);
    border: 0;
    position: absolute;
}*/

/*article > h2 {
    color: #4c515d;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-size: 1.9em;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 1.4em;
}*/

/*article > h2:before {
    content: "";
    height: 1px;
    width: 4em;
    bottom: 0;
    left: 50%;
    margin-left: -2em;
    background-color: rgba(0,0,0,0.8);
    border: 0;
    position: absolute;
}*/

#home h2 {
}

h3 {
}

h4 {
}

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: 0px;
    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(0.65);
    transform: scale(0.65);
    background: #28a4a6;
    border-color: #28a4a6;
}

label {
    font-size: 14px;
    font-weight: 300;
    color: #272930;
}

.breadcrumbs ul {
    float: right;
}

.breadcrumbs > ul > li {
    float: left;
    margin: 0px;
    padding: 0px 12px 0px 0px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #aaaaaa;
}

.breadcrumbs > ul > li:after {
    content: '/';
    opacity: 0.6;
    font-size: 13px;
    color: #aaaaaa;
    position: relative;
    top: 0;
    right: 0;
    line-height: 0 !important;
    margin: 0;
    margin-left: 10px;
}

.breadcrumbs > ul > li > a {
    color: #151515;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #434343;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#background {
    background: #f7f7f7;
}

.btn {
    outline: none !important;
    padding: 0;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.btn:hover {
    color: #fff;
    background: #151515;
    border: none !important;
}

.fa-caret-down:before {
    content: "\f107" !important;
}

.fa-bullseye:before {
    content: "\f1e0" !important;
}

.fa-briefcase:before {
    content: "\f1ec" !important;
}

.flecha {
    background: 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: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

#bgContent {
}

#home #bgContent {
    margin-top: -186px;
}

.fa-facebook-square:before {
    content: "\f09a" !important;
}

#aviso_cookie {
    bottom: 0;
    top: inherit;
    background: rgba(0, 0, 0, 0.75);
}

#aviso_cookie div p {
    color: #fff;
}

#aviso_cookie div p a {
    color: #fff;
    text-decoration: underline;
}

#aviso_cookie div > a {
}

#aviso_cookie div > a:before, #aviso_cookie div > a:after {
    background: #fff;
}

header {
    position: relative;
    height: auto;
}

#home header {
}

#logo {
    position: absolute;
    top: 10px;
    left: 30px;
    margin: 0 !important;
    width: auto !important;
    z-index: 10;
}

#home #logo {
}

#logo a img {
    width: 210px;
}

#home #logo a img {
}

#slider {
    background: url(slider_images/img01.jpg);
    background-size: cover;
    height: 90px;
}

#home #slider {
    background: none;
}

#slider .nivoSlider {
}

#slider #slideshow {
    display: flex;
    height: 100vh;
    min-height: 600px;
    max-height: 850px !important;
}

#slider .nivoSlider:before {
    background: rgba(0, 0, 0, 0) !important;
}

#slider .nivoSlider img {
    width: 2000px !important;
    left: 50% !important;
    height: 1070px !important;
    margin-left: -1000px !important;
    animation-duration: 20s;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#slider #slideshow .nivo-caption {
    top: 90% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,50%) !important;
    transform: translate(-50%,-50%) !important;
    height: 50px;
    padding: 0;
    max-width: inherit !important;
    font-size: 21px;
}
#slider #slideshow .nivo-caption > div{
    background-color: #ffffff !important;
    opacity: 0.8;
    height: 50px;
    line-height: 50px;
    text-align: left;
}
#slider #slideshow .nivo-caption > div > span{
    padding: 0 10px;
    color: #000;
}
#slider #slideshow .nivo-caption > div > span:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-radius: 50%;
    border: 2px solid #8e8e8e;
    position: relative;
    top: -2px;
}
#slider #slideshow .nivo-caption h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans', 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: 0px !important;
    position: absolute;
    text-align: right;
}

#slider #slideshow .nivo-caption h3 span {
    font-weight: bold;
    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;
}

#slider .nivo-controlNav {
    /*display: none;*/
}

#navegacion {
    position: absolute;
    top: 0;
    /*background: #000000;*/
    /*ackground: rgba(0, 0, 0, 0.6);*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    /*opacity: 0.8;*/
}

#home #navegacion {
    /*background: #000000;*/
    background: #ffffff;
    /*opacity: 0.8;*/
}

#home #navegacion.fixed, #navegacion.fixed {
    background: #fff;
}

#navegacion nav {
    display: table;
    position: relative;
    box-sizing: border-box;
    box-shadow: none;
    width: 100%;
}

#navegacion #navHeader {
    float: right;
    z-index: 10;
    margin-right: 90px;
}

#navegacion ul li a {
    color: #000;
    height: 90px;
    line-height: 90px;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 12px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    /*font-family: Josefin Sans;*/
    text-transform: uppercase;
}

#navegacion.fixed ul li a {
}

#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: none;
    color: #02529e !important;
}

#navegacion.fixed ul li:hover > a, #navegacion.fixed ul li > a:hover {
}

#navegacion ul li.dropDownMenu > ul {
    background: #262626 !important;
    height: auto !important;
    right: 0;
    top: 90px;
}

#navegacion.fixed ul li.dropDownMenu > ul {
}

#navegacion #operationList > li > a.title {
    padding-right: 0 !important;
}

#navegacion #operationList > li > a.title > i {
    margin-right: 5px;
}

#navegacion #operationList > li > ul > li.dropDownMenu > ul {
    top: 0 !important;
    margin-top: 0 !important;
}

#navegacion ul li.dropDownMenu ul li a {
    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: 0px 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: #ffffff !important;
    transition: none !important;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: #02529e !important;
}

#navegacion ul li.dropDownMenu:hover ul li a {
    background: none !important;
}

#navegacion ul li.dropDownMenu ul li a:hover {
    background: none !important;
    color: #262626 !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: 0px 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 #262626;
}

#navegacion ul#favoritos {
}

#navegacion ul#favoritos li > a > i:before {
    content: "\f004";
}

#navegacion ul#favoritos > li:hover > a {
}

#navegacion ul#favoritos > li > div {
    background: #a7a7a7f0;
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
}

#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
    background: #fff;
    height: auto;
    padding: 0px !important;
    margin: 20px 10px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li.promocion:hover {
}

#navegacion ul#favoritos > li:hover > div a {
    height: 82px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3 {
    top: 0px;
    left: 0px;
    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: 0px;
    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: 1px 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;
    font-size: 11px;
    letter-spacing: 0px;
}

#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 {
    right: 30px;
    top: 0;
}

#navegacion ul#idiomas li.dropDownMenu ul {
    top: 90px;
}

#navegacion ul#idiomas li.dropDownMenu > ul:before {
}

#navegacion ul#idiomas li.dropDownMenu ul li a {
}

#navegacion ul#idiomas li ul li a {
}

#navegacion ul#idiomas li.dropDownMenu a.langSelect {
    height: 90px;
    line-height: 90px;
}

#navegacion ul#idiomas > li.dropDownMenu:hover > a.langSelect {
}

#navegacion ul#idiomas li.dropDownMenu > a.langSelect > i {
}

#navegacion ul#idiomas li ul li:hover > a {
    background: #787878 !important;
}

#navegacion ul#idiomas li a span > span:last-child {
}

header .datosContacto {
    display: none !important;
}

header .datosContacto address {
}

header .datosContacto address ul {
}

header .datosContacto address ul li {
    color: #fff;
}

header .datosContacto address ul li a {
    color: #fff;
}

header .datosContacto address ul li a.masInfoContact {
}

header .datosContacto address ul li i {
    color: #fff;
}

header .datosContacto address ul li.agencia ,header .datosContacto address ul li.direccion, header .datosContacto address ul li.poblacionProvincia, header .datosContacto address ul li.fax {
}

header .datosContacto address ul.socialLinks {
}

header .datosContacto address ul.socialLinks li {
}

header .datosContacto address ul.socialLinks li i {
    color: #fff;
}

header .datosContacto address ul.socialLinks li:hover i {
    color: #000;
}

#buscador {
    display: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    /*background: #02529e;*/
    margin-bottom: 0;
    width: 100%;
    background-color: #02529e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.18' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

#buscador:before {
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 166px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    opacity: 0;
}

#buscador:hover:before {
    /*opacity: 1;*/
}

#home #buscador {
    display: block;
    top: 166px;
}

#buscador > div {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
}

#buscador ul.tabs {
    border: none !important;
    font-family: Josefin Sans;
    top: 0 !important;
    margin-bottom: 20px;
    position: relative !important;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#buscador:hover ul.tabs {
    /*opacity: 1;*/
}

#buscador ul.tabs li a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    border-radius: 0;
    background: none !important;
    border: none !important;
    padding: 0 15px 0 0 !important;
    letter-spacing: .2px;
}

#buscador ul.tabs li:first-child a {
}

#buscador ul.tabs li:last-child a {
}

#buscador ul.tabs li.activo a, #buscador ul.tabs li.activo a:hover, #buscador ul.tabs li a:hover {
    color: #fff;
}

#buscador ul.tabs li.activo a:hover, #buscador ul.tabs li a:hover {
    /*font-size: 17px;*/
}

#buscador ul.tabs li a i {
}

#buscador ul.tabs li.activo a i {
}

#buscador .busquedaAvanzada > a {
    font-size: 14px;
    font-family: Josefin Sans;
    border-radius: 0;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    letter-spacing: .2px;
    top: 15px !important;
    left: inherit !important;
    right: 0 !important;
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#buscador .busquedaAvanzada > a:hover {
    /*font-size: 17px;*/
}

#buscador:hover .busquedaAvanzada > a {
    /*opacity: 1;*/
}

#buscador .busquedaAvanzada > a > i {
}

#buscador div#openProperty form, #buscador div#openNew form {
    box-sizing: inherit !important;
}

#buscador div#openProperty form div.line, #buscador div#openNew form div.line {
}

#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: 14px;
    font-weight: 300;
}

#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 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 .globalSelector div.value {
}

#buscador form div.line .globalSelector div.value a {
}

#buscador form div.line span.priceDesc {
}

#buscador form div.line#precio, #buscador form div.line#preciop {
}

#buscador div#openProperty form button, #buscador div#openNew form button {
    padding: 0 12px;
    height: 40px;
    margin: 20px 0 0;
    background:#1b1b1b;
    color: #fff;
}

#buscador div#openProperty form button:hover, #buscador div#openNew form button:hover {
    background: #89898A;
    color: #fff0;
}

#buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
    background: #1b1b1b;
    top: 1px;
}
#buscador div#openProperty form:first-child button:hover, #buscador div#openNew form:first-child button:hover {
    background: #89898A;
    top: 1px;
}

#buscador div#openProperty form:first-child button:before, #buscador div#openNew form:first-child button:before {
    color: #fff;
}

#buscador div#openProperty form button:hover, #buscador div#openNew form button:hover {
}

#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: #1b1b1b !important;
}

.busquedaAvanzada .modal span.titulo {
}

.busquedaAvanzada .modalContainer .modal {
}

.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
}

#buscador .modalContainer .modal form button.btn, .modalContainer .modal form button.btn {
}

section {
    margin-top: 80px;
}

#home section {
    margin-top: 167px;
}

#home .offers {
    padding: 80px 0 0 0;
}

article#mainText {
    padding: 35px 0;
    background: #fff;
    margin: 0;
}

article#mainText .datosContacto {
    display: none;
}

article#mainText h2 {
    color: #4c515d;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-size: 1.9em;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    /*padding-bottom: 30px;*/
    /*margin-bottom: 1.4em;*/
}

/*article#mainText h2:before {
    content: "";
    height: 1px;
    width: 4em;
    bottom: 0;
    left: 50%;
    margin-left: -2em;
    background-color: rgba(0,0,0,0.8);
    border: 0;
    position: absolute;
}*/

article#mainText .welcome {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

article#mainText .welcome p {
    line-height: 26px;
}

.highlighted_searches {
    display: none;
}

#home article.home_section {
}

#home article.home_section .column_child {
}

#home article.home_section .column_child .title_child {
}

#home article.home_section .column_child img {
}

.promocion {
}

.promocion figure {
}

.promocion figure:hover .sliderPropiedad.sliderMini {
    transform: none !important;
}

.promocion figure .mask {
}

.promocion figure div.mask div.referencia {
}

.promocion figure div.mask div.referencia span.tipo {
}

.promocion figure div.mask div.referencia span.numeroRef {
}

.promocion figure div.mask div.referencia span.numeroRef:before {
}

.promocion h3 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px !important;
    font-size: 23px !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
}

.promocion .contenido .descripcionCaracteristicas {
    font-size: .9em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
    padding: 0 15px !important;
}

.promocion .contenido .descripcionCaracteristicas p {
    text-align: center !important;
}

.promocion .acciones {
}

.promocion .acciones a {
}

.promocion .contenido .precio {
    font-size: .9em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em !important;
    padding: 0 15px !important;
}

.venta, .alquiler {
    background-color: #ffffff;
    border: 1px solid #e5e5f8;
    padding: 5px !important;
    padding-top: 55px !important;
}

.venta .etiqueta, .alquiler .etiqueta {
    z-index: 9;
}

.venta figure, .alquiler figure {
}

.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
    z-index: 0;
}

.venta figure .mask, .alquiler figure .mask {
    background: none !important;
    display: none;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
}

.venta figure div.mask div.referencia span.tipo, .alquiler figure div.mask div.referencia span.tipo {
}

.venta figure div.mask div.referencia span.numeroRef, .alquiler figure div.mask div.referencia span.numeroRef {
}

.venta figure div.mask div.referencia span.numeroRef:before, .alquiler figure div.mask div.referencia span.numeroRef:before {
    color: #000;
    font-size: 16px;
    display: none;
}

.venta figure:hover .sliderPropiedad.sliderMini, .alquiler figure:hover .sliderPropiedad.sliderMini {
    transform: none !important;
}

.venta figure .sliderPropiedad.sliderMini .swiper-slide > a , .alquiler figure .sliderPropiedad.sliderMini .swiper-slide > a {
}

.venta:hover figure a img, .alquiler:hover figure a img {
}

.venta h3, .alquiler h3 {
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    position: absolute;
    top: 0;
}

.venta .contenido, .alquiler .contenido {
    margin-top: 20px;
}

.venta .contenido .descripcionCaracteristicas , .alquiler .contenido .descripcionCaracteristicas {
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    font-weight: 300;
    font-size: 15px;
}

.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion, .alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion {
    display: none;
}

.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before, .alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before {
    color: #29aea4;
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    font-size: 17px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    background: none;
    display: table;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    color: #000000;
    font-weight: 300;
    line-height: 35px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: block !important;
    line-height: 35px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    display: none;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    font-size: 16px;
    color: transparent;
    height: 22px;
    width: 22px;
    position: relative;
    top: 0px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i {
    /*background: url(img/bed.png)no-repeat center;*/
    background-size: 22px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i {
    color: #b0b0b0;
    font-size: 19px;
    top: 0;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before {
    content: "\f2cd";
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i {
    background: url(img/construida.png)no-repeat center;
    background-size: 21px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i {
    background: url(img/construida.png)no-repeat center;
    background-size: 21px;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supParcela i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supParcela i {
    background: url(img/parcela.png)no-repeat center;
    background-size: 21px;
}

.venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}

.venta .acciones, .alquiler .acciones {
}

.venta .contenido .precio, .alquiler .contenido .precio {
    padding: 0 15px;
    font-size: 17px;
    color: #000;
}

.venta .contenido .precio p, .alquiler .contenido .precio p {
}

.venta .contenido .precio p span, .alquiler .contenido .precio p span {
    font-weight: 400;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #848484;
    font-size: 11px;
    margin: 8px 0 -7px 0;
}

/*aside {
    background: #e0e0e0 url(img/bg_aside.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center !important;
}*/

aside{
    background-color: #cecece;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.18' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

aside:before {
    background: rgba(0, 0, 0, 0.5);
}

aside #mailingList {
    display: none;
}

aside #mailingList > div {
}

aside #mailingList h3 {
    font-size: 1.6em;
    color: #FFF;
    margin-bottom: 1.9em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.5;
    max-width: 40em;
}

aside #mailingList p {
}

aside #mailingList form {
}

aside #mailingList form .line:first-child {
    position: relative;
}

aside #mailingList form .line:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    color: #fff;
    width: 44px;
    height: 40px;
    line-height: 38px;
    border-radius: 3px 0 0 3px;
    background-color: #212121;
    border: 1px solid #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 17px;
}

aside #mailingList form .line input[type="text"] {
    padding-left: 50px;
}

aside #mailingList form .line.button button {
    background: #1b1b1b;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
}

aside #mailingList form .line.button button:hover {
    background: #a8a9ac;
}

aside #mailingList form .line.checkbox p a {
    font-size: 13px;
    font-weight: 300;
}

aside #mailingList form .line.email:before {
    background-color: #1b1b1b;
}

#results article.headerPage {
}

#results article.headerPage h1 {
}

#results article.headerPage h1:first-letter {
    text-transform: uppercase;
}

#results article.headerResults {
    background: none;
    padding: 0;
}

#results article.headerResults .breadcrumbs {
}

#results article.headerResults .breadcrumbs > ul > li > a {
}

#results article.headerResults .filtroResultados {
}

#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: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 12px 0px rgba(0, 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, 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 {
    width: 135px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0;
}
#results article.headerResults .vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
    border: 1px solid #000;
    background: #000;
}

#results article.paginacion, #results_promo article.paginacion {
    padding: 0;
    margin: 30px auto;
}

#results article.paginacion .resultados, #results_promo article.paginacion .resultados {
    color: #b6b6b6;
    font-size: 17px;
}

#results article.paginacion .resultados a {
    color: #29aea4;
}

#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: #333;
}

#results article.paginacion ul li span.prev, #results article.paginacion ul li a.next {
}

#results article.paginacion ul li span.activa, #results article.paginacion ul li a:hover {
    color: #fff;
    background: #333;
}

#results article.offers {
    position: relative;
}

#results article.offers #tooMuchResults {
    right: 0;
}

#results .box_vertical .venta, #results .box_vertical .alquiler {
}

#results .box_vertical figure {
}

#results .box_vertical figure img {
}

#results .box_horizontal .venta, #results .box_horizontal .alquiler {
}

#results .box_horizontal figure {
}

#results .box_horizontal figure img {
}

#results article.offers #leyenda {
}

#results article.offers #leyenda span.titulo {
}

#results article.offers #leyenda span.titulo i {
}

#results article.offers #leyenda span.titulo:after {
}

#results article.offers #leyenda form {
}

#results article.offers #leyenda form .line {
}

#results article.offers #leyenda form .line label {
    font-weight: 300;
}

#results article.offers #leyenda form .line button {
}

#results article.offers #leyenda form > .line {
    display: none;
}

#results #slider {
}

#results section {
}

#results article#mapa_results, #results article.offers #leyenda {
}

#results article#mapa_results {
}

#results article.headerPage, #results article.headerResults, #results article.paginacion, #results article#offers,#results article.offers #leyenda {
}

.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 .venta.wxp-map-icon-selected h3, #results .alquiler.wxp-map-icon-selected h3, #results .venta:hover h3, #results .alquiler:hover h3 {
}

#results article#offers.box_mapa + article + article#mapa_results {
    top: 170px !important;
    right: 0;
    left: inherit !important;
    z-index: 0;
}

#results label:after {
}

#formAlertaBusqueda .titulo {
}

#formAlertaBusqueda form div button {
}

#formAlertaBusqueda form div label i {
}

#captacion form fieldset legend {
    margin: 0;
    padding: 10px 10px 15px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #313133;
    font-size: 17px;
    padding-left: 0px;
    z-index: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-bottom: 1.4em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}

#captacion form fieldset legend:before {
    display: none;
}

#captacion label {
}

#captacion form input[type="text"], #captacion form select, #captacion form textarea {
    background: #ffffff;
    border: none;
    font-weight: 300;
    border: 1px solid #e5e5f8;
}

#captacion .checkbox a {
}

#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: 3px solid transparent;
    font-weight: bold;
}

#captacion form div.line div button:last-child {
    color: #434345;
    background-color: transparent;
    border-color: #d9d9d9;
}

#details #slider , #promo_details #slider {
    height: 90px;
}

#details section {
    margin-top: 0;
    padding-top: 580px;
}

#promo_details section {
}

#details .headerResults {
}

#details .breadcrumbs {
    margin: 0 auto;
    float: none;
}

#details .breadcrumbs li.activo {
}

#details #detalle {
}

#details #detalle #ficha {
}

#details #detalle #ficha .header {
    top: 90px;
    height: 580px;
    padding: 70px 0 0;
    clip: rect(0px,3000px,580px,0px);
}

#promo_details #detalle #ficha .header {
    margin-bottom: 0;
}

#details #ficha .header:before {
    content: "";
    height: 60%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6));
}

#details #ficha .header:after {
    content: "";
    height: 70px;
    bottom: 96px !important;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.74));
}

#details #detalle #ficha .header img {
}

#details #detalle #ficha .header .headerTitulo, #promo_details #detalle #ficha .header .headerTitulo {
    margin: 0 auto;
    background: none;
    border: none;
}

#promo_details #detalle #ficha .header .headerTitulo {
}

#details #detalle #ficha .header .headerTitulo .headerLeft, #promo_details #detalle #ficha .header .headerTitulo .headerLeft {
    width: 100% !important;
}

#details #detalle #ficha .header .headerTitulo .headerLeft h1 , #promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    font-size: 2.3em;
}

#details #detalle #ficha .header .headerTitulo .headerLeft h1:before {
    background: #fff;
}

#details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    text-align: center;
    opacity: 1;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    color: #4d515d;
}

#details #detalle #ficha .header .headerTitulo .headerLeft p span, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p span {
}

#details #detalle #ficha .header .headerTitulo .headerRight, #promo_details #detalle #ficha .header .headerTitulo .headerRight {
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight {
    margin-top: 50px;
}

#details #detalle #ficha .header .headerTitulo .headerRight p.precio, #promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 2px;
    font-size: 1.5em;
    opacity: 1;
    display: inline;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-shadow: 2px 2px 3px #000000;
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    border: 1px solid #4e515d;
    color: #4e515d;
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight .precio span {
    display: inline;
}

#detalle #ficha .header .caracteristicasPrincipales {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #e5e5f8;
    padding: 20px 0;
}

#detalle #ficha .header .caracteristicasPrincipales ul li {
    color: #5f646e;
    font-weight: 300;
}

#detalle #ficha .header .caracteristicasPrincipales ul li i {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

#detalle #ficha .header .caracteristicasPrincipales ul li#sup_util i {
    color: transparent;
    background: url(img/construida.png)no-repeat center;
    background-size: 25px;
}

#detalle #ficha .header .caracteristicasPrincipales ul li#sup_parcela i {
    color: transparent;
    background: url(img/parcela.png)no-repeat center;
    background-size: 25px;
}

#detalle #ficha .header .caracteristicasPrincipales ul li#habitaciones i {
    color: transparent;
    background: url(img/bed.png)no-repeat center;
    background-size: 25px;
}

#detalle #ficha .header .caracteristicasPrincipales ul li#banos i {
    font-size: 20px;
    color: #a4a9ae;
}

#detalle #ficha .header .caracteristicasPrincipales ul li strong {
    font-weight: 400;
}

#details #detalle #ficha .header .actionBar {
    bottom: 95px;
    position: absolute;
    border-top: 1px solid #d6d6da;
    border-bottom: 1px solid #d6d6da;
    margin-top: 30px;
    width: 100%;
}

#promo_details #detalle #ficha .header .actionBar {
    margin-top: 35px;
}

#details #detalle #ficha .header .actionBar ul, #promo_details #detalle #ficha .header .actionBar ul {
}

#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 {
    font-weight: 300;
}

#promo_details #detalle #ficha .header .actionBar ul li a, #promo_details #detalle #ficha .header .actionBar ul li i {
    color: #4f515d;
}

#details #detalle #ficha .header .actionBar ul li i, #promo_details #detalle #ficha .header .actionBar ul li i {
}

#details #detalle #ficha .actionBar a.hazOferta {
}

#details #detalle #ficha .actionBar a.hazOferta:hover {
}

#details #detalle #ficha .actionBar ul li.share div.addthis_toolbox a, #promo_details #detalle #ficha .actionBar ul li.share div.addthis_toolbox a {
}

#details #detalle #ficha .actionBar ul li.share > i , #promo_details #detalle #ficha .actionBar ul li.share > i {
}

#details #detalle #ficha div.colIzq {
}

#details #detalle #ficha div.colIzq #descripcionFicha {
    display: none;
    float: none;
    width: 100%;
}

#details #detalle #ficha div.colIzq .groupTabs {
}

#details #detalle #ficha div.colIzq .groupTabs .tabs {
    border: none;
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li {
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a {
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a, #detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li:first-child a {
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li a i {
    display: none;
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta {
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta {
}

#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 , #detalle #ficha div.colDch .detallesFicha h3, #detalle #ficha div.colDch #formMasInfo #contenido h3 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 28px;
    color: #4c515d;
    letter-spacing: .1em;
    font-size: 1.4em;
}

#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.colIzq .detallesFicha ul li, #detalle #ficha div.colDch .detallesFicha ul li {
    /*font-weight: 300;*/
    width: 49% !important;
    float: left !important;
    margin: 5px .5%;;
    font-size: 15px !important;
    padding: 14px 10px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#detalle #ficha .header .headerTitulo p {
    margin: 5px 0 15px;
}

#detalle #ficha div.colDch .detallesFicha ul li {
}

#detalle #ficha div.colIzq .detallesFicha ul li:nth-child(2n) {
}

#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 {
    color: transparent !important;
}

#detalle #ficha div.colIzq .detallesFicha ul li strong, #detalle #ficha div.colDch .detallesFicha ul li strong {
    font-weight: 400;
}

#detalle #ficha div.colIzq #descripcionFicha2 {
    display: none;
}

#detalle #ficha div.colDch {
}

#detalle #ficha div.colDch #formMasInfo {
    width: 100% !important;
    float: none;
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 {
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 i {
    display: none;
}

#detalle #ficha div.colDch #formMasInfo #contenido > p:nth-child(2) {
}

#detalle #ficha div.colDch #formMasInfo #contenido form {
}

#detalle #formMasInfo #contenido form div.line {
    position: relative;
}

#detalle #formMasInfo #contenido form div.line label {
}

#detalle #formMasInfo #contenido form div.line.checkbox p a {
}

#detalle #formMasInfo #contenido form button {
}

#detalle #formMasInfo #contenido p:nth-child(4) {
}

#detalle #formMasInfo #contenido .tlf {
}

#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;
}

.colDch .certificacion_A , .colDch .certificacion_B , .colDch .certificacion_C , .colDch .certificacion_D , .colDch .certificacion_E , .colDch .certificacion_F , .colDch .certificacion_G {
}

#details .offers h2 {
}

#details .offers h2:first-letter {
    text-transform: uppercase;
}

#detalle #fichaScroll {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0;
    z-index: 100000;
    background: #000000;
    box-shadow: 0 4px 4px 0 rgba(70,70,70,0.4);
}

#detalle #fichaScroll div {
    float: none;
    margin: 0 auto;
}

#detalle #fichaScroll figure {
    float: left !important;
    width: 95px !important;
}

#detalle #fichaScroll figure img {
    width: 100%;
}

#detalle #fichaScroll > div > div {
    position: relative;
    top: 0px;
}

#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 {
}

#detalle #fichaScroll div ul li.precio {
    font-weight: bold;
    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: 62%;
}

#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"] p.precio {
    border-bottom: none;
    color: #292929;
    font-size: 20px;
}

#contact #bgContent {
    position: relative;
}

#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 .texto {
}

#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: #333;
    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: #333333;
    border-bottom: 1px solid #d5d9dd;
    font-weight: 500;
    color: #fff;
}

#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: #575757;
}

#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);
}

#contacto form label {
    width: calc(100% - 3rem - 1.5rem);
    margin-left: 3rem;
    position: absolute;
    top: 0.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:hover {
    background: #748391 !important;
}

#contacto .datosContacto form div.line button.btn i {
    display: none!important;
}

.modalContainer {
}

.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 form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
}

.modalContainer .modal form button.btn {
    color: #fff;
    background: #4f5b66;
}

.modalContainer .modal form button.btn:hover {
    background: #000 !important;
}

footer {
    background: #02529e;
    color: #fff;
    position: relative;
    z-index: 0;
    clear: both;
}

#home footer {
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(80, 43, 126, 0.83);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: none;
}

footer a {
}

footer #datosContactoFooter , footer #creditos {
}

footer #datosContactoFooter {
    padding: 10px 0;
}

footer #datosContactoFooter div {
}

footer #datosContactoFooter div > i {
    font-size: 30px;
}

footer #datosContactoFooter div.email > i:before {
    content: "\f2b7";
}

footer #datosContactoFooter div.direccion > i:before {
    content: "\f278";
}

footer #datosContactoFooter div.socialLinks {
}

footer #datosContactoFooter div.socialLinks ul li {
}

footer #datosContactoFooter div.socialLinks ul li a {
}

footer #datosContactoFooter div.socialLinks ul li.facebook a {
}

footer #datosContactoFooter div.socialLinks ul li.twitter a {
}

footer #datosContactoFooter div.socialLinks ul li.googleplus a {
}

footer #datosContactoFooter div.socialLinks ul li.youtube a {
}

footer #datosContactoFooter div.socialLinks ul li.linkedin a {
}

footer #datosContactoFooter div.socialLinks ul li.instagram a {
}

footer #datosContactoFooter div.socialLinks ul li.pinterest a {
}

footer #datosContactoFooter div.socialLinks ul li a i {
    background: #ffd202;
    color: #151515;
}

footer #datosContactoFooter div span {
    font-size: 15px;
}

footer #creditos {
}

footer a, #creditos a {
    color: #fff;
}

footer #creditos .left {
}

footer #creditos .right {
}

footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}
#home #slideshow .nivo-caption p{
    font-weight: bold !important;
    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;
    color: #ffe156;
    text-transform: uppercase;
    font-family: 'Open Sans', 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: 0px !important;
    position: absolute;
    text-align: right;
    position: relative;
    top: 130px;
}
.alquiler h3, .promocion h3, .venta h3{
    color: #000000;
    text-align: center;
    width: 100%;
}
.alquiler a, .promocion a, .venta a{
    color: #000000;
}
.alquiler .contenido .precio, .promocion .contenido .precio, .venta .contenido .precio{
    text-align: center;
    background-color: #efefef;
    color: black;
}
#navLinks > li > a{
    position: relative;
}
#navLinks > li > a:hover:after {
    width: 100%;
    left: 0;
    background: #02529e;
}
#navLinks > li > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    margin-top: 25px;
    right: 0;
    background: #02529e;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}
#results .box_horizontal .venta, #results .box_horizontal .alquiler{
    background: rgba(255, 255, 255, 0.8);
}
#results .box_horizontal .venta:hover, #results .box_horizontal .alquiler:hover {
    background: #c3c3c3a6;
}#detalle #ficha div.colIzq .detallesFicha ul li, #detalle #ficha div.colDch .detallesFicha ul li {
     background: #e8e8e8;
     border-radius: 5px;
 }
#buscador div#openProperty #globalForm button:hover{
    color: white;
}
h1, h2 ,h3 {
    font-family: 'Open Sans', sans-serif;
}
#buscador .tabs .activo a, #buscador #abreBuscadorAvanzado {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
}
.fa-check:before {
    content: "\f00c";
    color: grey;
}
#details #detalle #ficha div.colIzq{
    display: grid;
    grid-template-columns: auto;
}
#details #detalle #ficha div.colIzq .groupTabs{
    grid-row-start: 1;
}
#details #detalle #ficha div.colIzq #descripcionFicha{
    margin-top: 50px;
}
.caracteristicas .habitaciones i.wxp.wxp-habitaciones:before{
    content: "\f236";
    color: #b0b0b0;
}
.caracteristicas .supConstruida i.wxp.wxp-supConstruida:before{
    content: "\f0b2";
    color: #b0b0b0;
}
#home .caracteristicas li{
    line-height: 25px;
    font-size: 16px;
}
#details #contenido > p:nth-child(4){
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
#details #descripcionFicha p{
    font-size: 18px;
}
.nivo-caption > div > .zona{
    text-transform: lowercase;
}
#home #slideshow > a:hover{
    /*opacity: 0.2;*/
}
.alquiler figure a img:hover, .promocion figure a img:hover, .venta figure a img:hover{
    opacity: 0.9;
}
footer #creditos .left p{
    color: white;
}
.ui-slider .ui-slider-handle {
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%!important;
    top: -8px!important;
    border: none!important;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas .supConstruida{
    letter-spacing: 0px;
}
#slider .nivo-controlNav a:after{
    content: unset;
}
#slider .nivo-controlNav a{
    color: #fff0 !important;
    font-size: 0px !important;
}
#slider .nivo-controlNav {
    top: 75%;
    width: auto !important;
    margin: auto !important;
    left: 45%;
}
#slider .nivo-controlNav .nivo-control:before {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ffffff59;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
}
#slider .nivo-controlNav .nivo-control.active:before {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ffffffbd;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
}
/*#creditos:before {
    content: "Grupo";
    position: relative;
    left: 28%;
    top: -10px;
}*/
#wxp_footer_link:before {
    content: "Grupo";
    position: absolute;
    bottom: 50px;
    left: 12px;
    right: 0;
    margin: auto;
    width: 26px;
    height: 24px;
    color: white;
    font-size: 9px;
}
#wxp_footer_link{
    /*display: none;*/
}
#wxp_footer_link img {
    width: 140px;
    height: 45px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
#results .vistaResultados ul li a p{
    display: block;
}
#results .vistaResultados ul li i:before{
    position: relative;
    left: -5px;
}
#home #home_section_119270 h1{
    text-align: center;
    position: relative;
    text-indent: unset !important;
    padding: 20px 0;
    font-size: 22px;
}
#home #home_section_119270 #elegir{
    height: 350px;
    background-image: url("https://storage.googleapis.com/static.inmoweb.es/clients/258/css/img/living-room.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#home #home_section_119270 #elegir__texto{
    float: left;
    width: 50%;
    margin-top: 0px;
    padding: 20px 20px;
    background-color: #ffffffe0;
    margin-left: 20px;
    height: 350px;
}
#home #home_section_119270 #elegir__texto > p{
    font-size: 19px;
}
#home #home_section_119270 #elegir__texto > h1 > p{
    font-weight: bold;
}
#home #home_section_119270 #elegir__texto > a {
    font-size: 14px;
    display: inline-block !important;
    padding: 10px 15px;
    border-radius: 0px;
    margin-top: 10px;
    color: #333;
    float: right;
    text-decoration: unset;
    color: #787384;
}
#home #mainText > div > h2{
    display: none;
}
#datosContactoFooter .tlf span > a:nth-child(3),
#contact .sucursal.secundaria.coordenadas .movil{
    display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
    #captacion #seccionInterna .texto #box{
        display: none;
    }
    #home #home_section_119270 #elegir__texto {
        width: 90%;
    }
    #home #home_section_119270 #elegir__texto > p {
        font-size: 15px;
    }
    #home #home_section_119270 h1 {
        padding: 0;
    }
    #home #home_section_119270 #elegir__texto > a {
        margin-top: 0;
    }
    #home #slideshow{
        display: none !important;
    }
    #home #slideshow .nivo-caption p {
        top: 0;
        font-size: 35px;
        text-align: center;
    }
    #details #detalle #ficha .header img {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        transform: none !important;
    }

    #details #detalle #ficha .header {
        top: 163px !important;
        padding: 10px 0;
    }

    #details #slider, #promo_details #slider {
        height: 72px !important;
    }

    #details #detalle #ficha .header:after {
        bottom: 0 !important;
    }

    #details #detalle #ficha .header .headerTitulo .headerRight p.precio, #promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        font-size: 15px;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1, #promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 18px;
        margin-top: 0;
        padding-bottom: 10px;
    }

    #details #detalle #ficha .header .headerTitulo .headerRight, #promo_details #detalle #ficha .header .headerTitulo .headerRight {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
        margin-top: 12px !important;
        margin-bottom: 0 !important;
    }

    #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, aside {
        display: block !important;
    }

    aside #mailingList {
        padding: 35px 0 5px !important;
    }

    aside #mailingList form .line.captcha {
        height: auto;
        margin-bottom: 5px !important;
    }

    aside #mailingList h3 {
        font-size: 18px;
        margin: 0 0 5px;
        padding: 0 10px;
    }

    aside #mailingList form .line.button {
        float: none;
        display: table;
        width: 100% !important;
    }

    aside #mailingList form .line.checkbox {
        margin-top: 10px;
    }

    aside #mailingList form .line.captcha .g-recaptcha {
        transform: scale(.8);
        transform-origin: 50%;
    }

    article .texto img {
        height: auto !important;
    }

    .offers , .row {
        display: block;
        padding: 0;
    }

    #bgContent, #home #bgContent {
        margin-top: 0;
        padding: 0;
    }

    #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: 0px;
        position: absolute;
        padding: 5px 15px;
        height: 115px;
        text-align: left;
        /*background: rgba(0, 0, 0, 0.6);*/
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }

    #logo a img, #home #logo a img {
        width: 75% !important;
        margin-top: 30px;
        margin-left: 50px;
    }

    #slider {
        background: url(slider_images/img01.jpg)no-repeat center !important;
        background-size: cover !important;
        display: block !important;
        height: 250px !important;
    }

    #slider #slideshow {
        height: 250px !important;
        min-height: inherit !important;
    }

    #slider #slideshow .nivo-caption {
        display: block;
        height: auto;
        top: 57% !important;
    }

    #slider #slideshow img {
        display: none !important;
    }

    #slider #slideshow .nivo-caption h3 {
        text-align: center;
        font-size: 42px;
        position: relative;
    }

    #navegacion {
        position: relative !important;
        top: 0px !important;
        background: rgba(0, 0, 0, 0.4) !important;
        margin-top: -135px;
    }

    #details #navegacion {
        margin-top: 43px !important;
    }

    #home #navegacion {
    }

    #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;
        background: #333;
        left: 0;
        width: 100%;
        padding: 0px 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: none !important;
        display: block;
    }

    #navegacion #navLinks > li.dropDownMenu > ul:before, #navegacion #operationList > li.dropDownMenu > ul:before, #navegacion #idiomas > li.dropDownMenu > ul:before {
        display: none;
    }

    #navLinks .dropDownMenu > a > i {
    }

    #navegacion ul li a {
        padding-left: 10px !important;
        height: 50px;
        line-height: 50px;
        color: #fff;
    }

    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }

    #home #navegacion #navHeader #searchToggle {
        display: none !important;
    }

    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 0px;
        padding: 6px 10px;
        background: none;
        color: #fff;
        border-radius: 3px;
        border: none;
    }

    #navegacion #navHeader #navToggle button:hover, #navegacion #navHeader #searchToggle button:hover {
        background: #000;
        color: #fff;
    }

    #navegacion ul#idiomas {
        right: 0;
    }

    #navegacion ul#idiomas li.dropDownMenu ul {
    }

    #navegacion ul#idiomas > li > a {
    }

    #navegacion ul#idiomas > li > a > i {
        color: #fff;
    }

    #navegacion ul#idiomas li a {
        padding: 0 10px !important;
    }

    #buscador, #home #buscador {
        display: none;
        left: 0;
        top: 0px !important;
        position: relative;
        margin: 0 !important;
        outline: none;
        padding: 0;
        background: #333 !important;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    #home #buscador {
        display: block !important;
        z-index: 1;
    }

    #buscador > div {
        height: auto;
        background: none;
        width: 100%;
        padding: 0px 10px 50px;
    }

    #buscador div form {
        border: none !important;
    }

    #buscador > div > ul.tabs {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100% !important;
        opacity: 1 !important;
    }

    #buscador .tabs li {
        width: 50%;
        text-align: center;
        margin: 0 !important;
        float: left !important;
    }

    #buscador ul.tabs li a {
        border: none !important;
        height: auto;
        line-height: inherit;
    }

    #buscador .busquedaAvanzada {
        display: block;
        bottom: 0;
        top: inherit;
        right: 0;
        left: inherit;
    }

    #buscador .busquedaAvanzada > a {
        width: 100%;
        text-align: center;
        right: 0 !important;
        left: inherit !important;
        top: inherit !important;
        bottom: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: #000;
        color: #fff !important;
        opacity: 1 !important;
    }

    #buscador form div.line .globalSelector {
        justify-content: inherit;
    }

    #buscador form div.line .globalSelector div.value {
        max-width: 350px;
    }

    #gtypeContent.globalSelector>ul, #pbAContent.globalSelector>ul, #pbContent.globalSelector>ul {
        width: 100%;
    }

    #price-range, #price-rangep {
        width: 95%;
    }

    section, #home section {
        float: none;
        width: 100%;
        margin: 0 !important;
        padding: 0px 10px;
        box-sizing: border-box;
        margin-top: 40px !important
    }

    #home section {
        padding: 0;
        margin: 0 !important;
    }

    .promocion, .venta, .alquiler, #results .box_vertical .promocion, #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: auto !important;
        width: 100% !important;
        padding: 55px 5px 5px !important;
        margin: 0px 0px 20px !important;
        float: none !important;
    }

    .promocion .contenido .precio {
        position: relative;
    }

    #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;
    }

    #detalle #ficha div.colIzq .detallesFicha ul li, #detalle #ficha div.colDch .detallesFicha ul li {
        width: 100% !important;
        margin: 10px 0;
    }

    #details section {
        margin-top: 0 !important;
        position: inherit;
        padding-top: 205px;
    }

    #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 .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, 0.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;
    }

    #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, 0.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: #ffffff;
    }

    #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;
    }

    #home footer {
        margin-top: 0;
    }

    #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: 0px 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 {
        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;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
}

@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) {
    #captacion #seccionInterna .texto #box{
        width: 100%;
        background-color: #02529e;
        display: inline-flex;
        margin-bottom: 40px;
    }
    #captacion #seccionInterna .texto #box > div {
        padding: 10px;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(1) {
        order: 3;
        width: 20%;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(2) {
        order: 1;
        width: 33%;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(3) {
        order: 2;
        width: 47%;
    }
    #captacion #seccionInterna .texto #box #lbl{
        font-size: 16px;
        position: relative;
        top: 15px;
        font-family: 'Open Sans', sans-serif !important;
        color: #fff;
    }
    #captacion #seccionInterna .texto #box #label_text{
        height: 51px;
        width: 100%;
        font-size: 16px;
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif !important;
    }
    #captacion #seccionInterna .texto #box #valoracion{
        width: 100%;
        font-family: 'Open Sans', sans-serif !important;
    }
    #captacion #seccionInterna .texto #box ::-webkit-input-placeholder{
        font-size: 16px;
    }
    #home #home_section_119270 #elegir__texto {
        width: 85%;
    }
    #articulosBlog .articulo > figure{
        max-width: 550px;
        margin: 0 auto;
    }
    #blog #articuloCompleto .imgBg{
        max-width: 550px;
        margin: 0 auto;
    }
    #blog #latestArticle .contenido p{
        max-width: 700px;
    }
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo, #slider #slideshow .nivo-caption {
        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: 10px;
        padding-right: 10px;
    }

    #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%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #captacion #seccionInterna .texto #box{
        width: 100%;
        background-color: #02529e;
        display: inline-flex;
        margin-bottom: 40px;
    }
    #captacion #seccionInterna .texto #box > div {
        padding: 10px;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(1) {
        order: 3;
        width: 15%;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(2) {
        order: 1;
        width: 25%;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(3) {
        order: 2;
        width: 60%;
    }
    #captacion #seccionInterna .texto #box #lbl{
        font-size: 16px;
        position: relative;
        top: 15px;
        font-family: 'Open Sans', sans-serif !important;
        color: #fff;
    }
    #captacion #seccionInterna .texto #box #label_text{
        height: 51px;
        width: 100%;
        font-size: 16px;
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif !important;
    }
    #captacion #seccionInterna .texto #box #valoracion{
        width: 100%;
        font-family: 'Open Sans', sans-serif !important;
    }
    #captacion #seccionInterna .texto #box ::-webkit-input-placeholder{
        font-size: 16px;
    }
    #navLinks .captacion{
        margin: 0 10px;
    }
    #navLinks .captacion a{
        height: 40px;
        background-color: #02529eeb;
        margin-top: 24px;
        color: white;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.18' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    }
    #home #home_section_119270 h1{
        padding: 0;
    }
    #logo a img {
        margin-top: 28px;
    }
    header #logo {
        width: 122px !important;
        height: 68px;
    }
    #articulosBlog .articulo > figure{
        max-width: 550px;
        margin: 0 auto;
    }
    #blog #articuloCompleto .imgBg{
        max-width: 550px;
        margin: 0 auto;
    }
    #blog #latestArticle .contenido p{
        max-width: 950px;
    }
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo, #slider #slideshow .nivo-caption {
        width: 984px;
    }

    #blog .texto {
        width: 984px !important;
    }

    #navegacion ul li a {
    }

    #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%;
    }
}

@media screen and (min-width: 1260px) {
    #captacion #seccionInterna .texto #box{
        width: 100%;
        background-color: #02529e;
        display: inline-flex;
        margin-bottom: 40px;
    }
    #captacion #seccionInterna .texto #box > div {
        padding: 10px;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(1) {
        order: 3;
        width: 15%;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(2) {
        order: 1;
        width: 25%;
    }
    #captacion #seccionInterna .texto #box > div:nth-child(3) {
        order: 2;
        width: 60%;
    }
    #captacion #seccionInterna .texto #box #lbl{
        font-size: 20px;
        position: relative;
        top: 15px;
        font-family: 'Open Sans', sans-serif !important;
        color: #fff;
    }
    #captacion #seccionInterna .texto #box #label_text{
        height: 51px;
        width: 100%;
        font-size: 20px;
        padding: 10px 20px;
        font-family: 'Open Sans', sans-serif !important;
    }
    #captacion #seccionInterna .texto #box #valoracion{
        width: 100%;
        font-family: 'Open Sans', sans-serif !important;
    }
    #captacion #seccionInterna .texto #box ::-webkit-input-placeholder{
        font-size: 20px;
    }
    #navLinks .captacion{
        margin: 0 10px;
    }
    #navLinks .captacion a{
        height: 40px;
        background-color: #02529eeb;
        margin-top: 24px;
        color: white;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.18' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    }

    #logo a img {
        margin-top: 20px;
    }
    header #logo {
        width: 210px !important;
        height: 68px;
    }
    #articulosBlog .articulo > figure{
        max-width: 550px;
        margin: 0 auto;
    }
    #blog #articuloCompleto .imgBg{
        max-width: 550px;
        margin: 0 auto;
    }
    #blog #latestArticle .contenido p{
        max-width: 1200px;
    }
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div , #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo, #slider #slideshow .nivo-caption {
        width: 1220px;
    }

    #blog .texto {
        width: 1220px;
    }

    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1/6) - 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%;
    }
}

@media \0screen {
}

@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: 0px;
        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: bold;
    }

    .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;
    }
}