
/* ====================
	ESTRUCTURA 4
   ==================== */
/* fuentes */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* aviso cookies */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/cookies/imp_cookies_float_v1.css");
/* datos contacto */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/datos_contacto/imp_datos_contacto_iconos_v1.css");
/* idiomas */
/*@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/navegacion/imp_idiomas_iniciales_desplegable_v1.css");*/
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/navegacion/imp_idiomas_banderas_horizontal_v1.css");
/* buscador */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/buscador/imp_buscador_horizontal_v1.css");
/* columnas boxes: promociones */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_promociones_3col_v1.css");
/* columnas boxes: venta y alquiler */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_propiedades_3col_v1.css");
/* disenio boxes: venta y alquiler */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_propiedades_completo_v1.css");
/* etiquetas */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/tags/imp_etiqueta_diagonal_izq_v1.css");
/* pagina resultados */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/results/imp_results_estandar_v1.css");
/* ficha */
/*@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_estandar_2col_v1.css");*/
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_header_2col_v1.css");
/* actionbar */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/actionbar/imp_actionbar_estandar_v1.css");
/* footer */
@import url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/footer/imp_footer_4col_v1.css");
/* tema */
/*@import "tema_14.css";*/

/* ====================
   General
   ==================== */

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:active {
}
a:focus{
    outline:0;
}
::selection {
    color: #FFF;
}
ul,li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    -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 {
    padding-top: 5px;
    position: relative;
    text-align: center;
    margin: 0 0 25px;
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
}
#home h2 {
}
h3 {
}
h4 {
}
img {
    max-width:100%;
}
iframe {
    max-width:100%;
}
form input[type="text"], form select, form textarea {
    border-radius: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 36px;
    line-height: 36px;
    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: 400;
}
#buscador ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #2C2C2C !important;
    font-size: 14px;
    font-weight: 500;
}
#buscador :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2C2C2C !important;
    font-size: 14px;
    opacity:  1;
    font-weight: 500;
}
#buscador ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2C2C2C !important;
    font-size: 14px;
    opacity:  1;
    font-weight: 500;
}
#buscador :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #767676;
    font-size: 14px;
    font-weight: 500;
}
.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: #313131;
}
.ocultar {
    display: none !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-size: 14px;
    font-weight:500;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#background{
}
.btn {
    outline: none !important;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Roboto', sans-serif;
}
.btn:hover {
    color:#fff;
    border:none !important;
}
.fa-caret-down:before {
    content: "\f107" !important;  /* icono flecha submenus */
}
.fa-bullseye:before {
    content: "\f1e0" !important; /* icono compartir actionbar */
}
.fa-briefcase:before {
    content: "\f1ec" !important; /* icono simulador actionbar */
}
.flecha {
    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;
    color: #fff !important;
}
.flecha:hover {
    color: #fff !important;
}
.flecha i:before {
    content: "\f062";
    font-size: 18px;
}
#aviso_cookie {
    background: #a7a7a7 !important;
    /*display: none;*/
}
#aviso_cookie div p {
    color:#fff;
}
#aviso_cookie div p a {
    color: #ccc;
}
#aviso_cookie div > a {
    color:#fff !important;
}
.texto, .texto p, .texto p span{
    color: #313131;
}
#bgContent {
}
#home #bgContent {
    /* margin-top: -110px; */
}
.fa-facebook-square:before {
    content: "\f09a" !important;
}

/* ====================
   Header
   ==================== */
header {
    position: relative;
    height:auto;
}
#home header{
}

/* ====================
   Logo
   ==================== */
#logo {
    position: absolute;
    top: 75px;
    width: auto !important;
    z-index: 11;
}
#home #logo {
}
#logo a img{
    max-width: 190px;
    margin-top: -25px;
    max-height: 125px;
}
#home #logo a img{
}

/* ====================
   Slider
   ==================== */

#slider {
    height: 185px;
    /* background: url(https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/img/slider_images/img01.jpg); */
    background-size: 100%;
    position: relative;
}
#home #slider {
    height: 650px;
    padding-top: 41px;
    background: none;
}
#slider .nivoSlider {
    z-index: 0;
    height: 650px;
}
#slider:before, #slider .nivoSlider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: rgb(28,59,62,0.7);
    z-index: 6;
}

#home #slider:before, #home #slider .nivoSlider:before{
    display: none;
}

#slider .nivoSlider img {
    width: 1920px !important;
    height: auto !important;
    left: 50% !important;
    margin-left: -960px !important;
}
#slider #slideshow .nivo-caption {
    opacity: 1;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    padding: 10px 0;
    text-decoration: none;
    letter-spacing: 3px;
    width: 100% !important;
    bottom: 46%;
    background: none;
    display: grid !important;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    text-transform: uppercase;
}
#slider #slideshow .nivo-caption h3 {
    font-size: 55px;
    text-align: center;
}
#slider #slideshow .nivo-caption p {
    /*display: none;*/
    text-align: center;
    font-size: 14px;
}
#slider #slideshow .nivo-controlNav {
}
#slider #slideshow .nivo-directionNav {
    display: none;
}

/* ====================
   Navegacion
   ==================== */

#navegacion {
    position: absolute;
    top: 41px;
    background: none;
}
#navegacion.fixed {
    top: 41px;
    /*position: absolute;
    z-index: initial;*/
    background: white;
    box-shadow: 0 2px 4px 0 rgba(112, 111, 111, 0.1);
    background: rgb(28,59,62,0.7);
}

header:has(#navegacion.fixed) #logo{
    position: fixed;
    top: 61px;
    z-index: 100010;
}

header:has(#navegacion.fixed) .datosContacto{
    position: fixed;
    top: 0;
    z-index: 100000;
}

#navegacion nav {
    display: table;
    position: relative;
    box-sizing: border-box;
    box-shadow:none;
}
#navegacion #navHeader {
    z-index:10;
    /* float: right; */
    right: -365px;
}
#navegacion ul li a {
    height: 94px;
    line-height: 89px;
    padding: 0px 10px;
    font-size: 13px;
    border-top: solid 5px transparent;
    color: #fff;
    outline: 0;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

#navegacion.fixed ul li a {
    /*color: #1c3b3e;*/
}


#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    color: #fff !important;
    background: none;
}
#navegacion.fixed  ul li:hover > a, #navegacion.fixed  ul li > a:hover {
    /*color: #1c3b3e !important;*/
}

#navegacion ul li.dropDownMenu > ul {
    height: auto !important;
    right: 0;
    top: 94px;
}
#navegacion #navHeader #operationList {
}
#navegacion #operationList > li > a.title {
}
#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: #fff !important;
}
#navegacion ul li.dropDownMenu:hover ul li:hover {
}
#navegacion ul li.dropDownMenu:hover ul li a {
    background: none !important;
}
#navegacion ul li.dropDownMenu ul li a:hover {
    background: none !important;
    color: #fff !important;
}
#navegacion ul li.dropDownMenu:hover > a {
    border-bottom: none !important;
}
#navegacion ul li.dropDownMenu:hover > a:after {
    display: none;
}
#navLinks .dropDownMenu > a > i {
    float: left;
    margin-right: 5px;
}
#navLinks .dropDownMenu > a > span {
    float: left;
}
#navegacion #operationList > li > ul > li.dropDownMenu > a > i {
    margin: 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 #313131;
}

/* ====================
   Favoritos
   ==================== */
#navegacion ul#favoritos {
}
#navegacion ul#favoritos li > a > i:before {
    content: "\f004";
}
#navegacion ul#favoritos > li:hover > a {
}
#navegacion ul#favoritos > li > div {
    background: #ebebeb;
    width:100% !important;
    padding: 0 10px;
    box-sizing: border-box;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
    background: #fff !important;
    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;
    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;
}
#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: 6px 0;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li i{
    display:none;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li span {
    display:inline-block;
    color:#000;
    font-weight:700;
    margin-right:2px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion .contenido .precio {
    background: none !important;
    color: #292929 !important;
    font-weight: 700;
    text-align: center;
    position: relative;
    border: none;
    height: auto;
    margin-top: 7px !important;
    border-top: 1px solid #dbdbdb;
    padding: 5px 0 !important;
}
#navegacion nav ul#favoritos > li > a span {
    display:none !important; /* Ultimos inmuebles vistos */
}

/* ====================
   Idiomas
   ==================== */
#navegacion ul#idiomas {
    top:0;
    position: relative;
    float: right;
}
#navegacion ul#idiomas li.dropDownMenu ul {
    top: 29px;
}
#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: 94px;
    line-height: 89px;
}
#navegacion ul#idiomas > li.dropDownMenu:hover > a.langSelect {
}
#navegacion ul#idiomas li.dropDownMenu > a.langSelect > i {
    color: #fff;
}
#navegacion ul#idiomas li ul li:hover > a {
}
#navegacion ul#idiomas li a span > span:last-child {
}
#navegacion ul#idiomas li .nombreIdioma {
    text-transform: none;
    font-size: 15px;
}
#navegacion ul#idiomas li a.langSelect .nombreIdioma {
    color:#4a4747;
}

#navegacion ul#idiomas li .bandera {
    border-radius: 5px;
    zoom: 1.15;
}

/* ====================
   Datos contacto header
   ==================== */
header .datosContacto {
}
header .datosContacto address {
}
header .datosContacto address ul {
}
header .datosContacto address ul li {
    font-weight: 500;
    font-size: 13px !important;
    height: 41px;
    line-height: 41px;
}
header .datosContacto address ul li.telefono {

}
header .datosContacto address ul li.telefono i {

}
header .datosContacto address ul li a {
    color: #fff;
}
header .datosContacto address ul li a:hover {
    color: rgba(255, 255, 255, 0.8)!important;
}
header .datosContacto address ul li a.masInfoContact {
}
header .datosContacto address ul li i {
    border: none;
    font-size: 14px;
    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 li.movil {
}

header .datosContacto address ul.socialLinks {
    display: flex;flex-direction: row;
}

header .datosContacto address ul.socialLinks .facebook{
    order: 3
}

header .datosContacto address ul.socialLinks .instagram{
    order: 1
}

header .datosContacto address ul.socialLinks .tiktok{
    order: 2
}

header .datosContacto address ul.socialLinks .facebook{
    order: 3
}

header .datosContacto address ul.socialLinks .linkedin{
    order: 4
}

header .datosContacto address ul.socialLinks .youtube{
    order: 5
}

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
   ==================== */

#buscador div#openProperty form:first-child, #buscador div#openNew form:first-child {
    float: right!important;
}

#buscador {
    display:none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-top: 0px;
    width: 100% !important;
    background:none !important;
    border-radius: 10px;
}
#home #buscador {
    display:block;
    top: -265px;
}
#buscador > div{
    padding: 40px 30px 30px;
    margin:0 auto;
    position: relative;
}
#buscador > div > ul.tabs{
    border:none !important;
    top: -48px;
    margin-bottom: 15px;
    margin-top: 8px;
}
#buscador > div > 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;
    border:none;
    text-transform: none;
    font-weight: 600;
    padding: 0 20px 0 0;
    color: rgba(255,255,255,.7);
}
#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 !important;
}
#buscador ul.tabs li a i {
    display: inline-block !important;
}
#buscador > div > .busquedaAvanzada > a {
    font-size: 14px;
    border-radius: 0;
    border: none;
    text-transform: none;
    font-weight: 500;
    color: rgba(255,255,255,.7);
    left: inherit;
    right: 30px;
    top: -39px;
    padding: 0;
}
#buscador .busquedaAvanzada > a:hover {
    color: #fff !important;
}
#buscador .busquedaAvanzada > a > i {
    display: inline-block !important;
}
#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: 600;
}
#buscador div#openProperty form div.line.filled label, #buscador div#openProperty form div.line.active label, #buscador div#openNew form div.line.filled label, #buscador div#openNew form div.line.active label {
}
#buscador div#openProperty form:last-child div.line button, #buscador div#openNew form:last-child div.line button {
    /*width: 40px;*/
    height: 40px;
    margin-top: 40px;
}
#buscador form div.line input[type="text"], #buscador form div.line .globalSelector , #buscador form div.line .globalSelector div.value {
    height: 40px;
    border-radius: 0px;
    border: none;
}
#buscador form div.line .globalSelector > i {
    box-sizing: initial !important;
}
#buscador form div.line .globalSelector div.value {
    z-index: 2;
}
#buscador form div.line .globalSelector div.value a {
}
#buscador div#openProperty form:last-child div.line:last-child, #buscador div#openNew form:last-child div.line:last-child {
    width: 12%;
    position: absolute;
    right: 18px;
    top: -40px;
    height: 110px !important
}
#buscador div#openProperty form button, #buscador div#openNew form button{
    padding: 0 12px;
    height: 40px;
    margin: 1px 0 0 0;
}
#buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
    background: #333;
    top: 1px;
    border-radius: 0;
}
#buscador div#openProperty form:last-child div.line button, #buscador div#openNew form:last-child div.line button {
    /*height: 110px;
    color: transparent;*/
    position: relative;
    border-radius: 10px;
}
#buscador div#openProperty form:last-child div.line button:before, #buscador div#openNew form:last-child div.line button:before {
    /*display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #fff;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;*/
}
#buscador div#openProperty form button:hover, #buscador div#openNew form button:hover{
}
.ui-slider .ui-slider-handle {
}
.ui-widget-header {
}
#price-range, #price-rangep {
    background: #fff !important;
}
#buscador div#openProperty form div.line, #buscador div#openNew form div.line {
    position: relative;
}
#buscador div#openProperty form div.line label, #buscador div#openNew form div.line label {
    color: #6c6c6c;
    position: absolute;
    top: .8rem;
    left: 12px;
    cursor: text;
    transition: .2s ease-out;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
}
#buscador div#openProperty form div.line.filled label, #buscador div#openProperty form div.line.active label, #buscador div#openNew form div.line.filled label, #buscador div#openNew form div.line.active label {
    font-size: .8rem;
    -webkit-transform: translate(-10%, -280%);
    transform: translate(-10%, -260%);
    color: #fff;
    font-weight: 600;
}
#buscador div#openProperty form div.line#precio label, #buscador div#openNew form div.line#preciop label {
    position: relative;
    top: -18px;
    left: 0;
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}
#buscador div#openProperty form:first-child div.line, #buscador div#openNew form:first-child div.line {
    position: initial !important;
}
#buscador form div.line#precio, #buscador form div.line#preciop {
    height: 28px;
}

/* ====================
   Busqueda avanzado
   ==================== */
.busquedaAvanzada .modal span.titulo {
}
.busquedaAvanzada .modalContainer .modal {
}
.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {

}

/* ====================
   Section
   ==================== */
section {
    margin: 50px 0;
}
#home section {
    margin: 0;
}

/* ====================
   Main text
   ==================== */
article#mainText {
    background:none;
}
article#mainText .datosContacto {
    display: none;
}
article#mainText h2 {
    display: none !important;
}
article#mainText .welcome {
    width:100%;
}
article#mainText .welcome .image_child {
    width: 60px;
}

/* ====================
   	Home section
   ==================== */
#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{
}

/* ====================
   Box promocion
   ==================== */
.promocion {
    padding:0 !important;
    margin-bottom: 50px !important;
    overflow:hidden;
}
.promocion figure {
    overflow: hidden;
}
.promocion figure:hover .sliderPropiedad.sliderMini {
    transform: none !important;
}
.promocion figure .mask{
    display: none;
}
.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 {
    display: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #000;
    font-size: 16px;
    content: "\f02b";
}
.promocion h3 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 5px auto 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 10px 10px 15px;
    color: #fff !important;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
}
.promocion .contenido .descripcionCaracteristicas {
    padding: 0 10px;
}
.promocion .contenido .descripcionCaracteristicas p {
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.promocion .acciones {
    display:none;
}
.promocion .acciones a {
}
.promocion .contenido .precio {
    font-size: 16px;
    background:none;
    padding-top: 0;
}

/* ====================
   Box venta y alquiler
   ==================== */
.venta .etiqueta, .alquiler .etiqueta {
    z-index: 9;
}
.venta, .alquiler {
    /* background: #eaeaea; */
    margin-bottom: 50px !important;
    border: solid 1px #1c3b3e;
    border-radius: 20px;
}
.venta figure, .alquiler figure {
    overflow: hidden;
}
.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
    z-index: 0;
}
.venta figure .mask, .alquiler figure .mask {
    background: none !important;
    bottom: inherit !important;
    top: 15px;
}
.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
    background: none;
}
.venta figure div.mask div.referencia span.tipo, .alquiler figure div.mask div.referencia span.tipo {
    display: none;
}
.venta figure div.mask div.referencia span.numeroRef, .alquiler figure div.mask div.referencia span.numeroRef {
    background: #313131;
    padding: 0 10px;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
}
.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 {
    font-weight: 700;
    font-size: 12px;
    /* background-color: #e8e8e8 !important; */
    text-align: center;
    padding: 10px;
    margin: 15px 0;
    width: 100%;
    /* left: 10px; */
    position: absolute;
    top: 152px;
    color: #1c3b3e;
}
.venta .contenido, .alquiler .contenido {
}
.venta .contenido .descripcionCaracteristicas , .alquiler .contenido .descripcionCaracteristicas {
    padding-left: 10px;
    min-height: 170px;
}
.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    font-size: 14px;
    text-align: left;
    padding: 0;
    font-weight: 400;
    position: absolute;
    width: 100%;
    top: 195px;
}
.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{
}
.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #313131;
    text-decoration: none;
}
body .venta .contenido .descripcionCaracteristicas ul.caracteristicas, body .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    display: table;
    margin-top: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 258px;
    height: 40px;
    background: transparent!important;
    border-bottom-color: #1c3b3e!important;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    width: 33.3%;
    margin: 0;
    text-align: center;
    color: #1c3b3e;
    line-height: 40px;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: block !important;
}
.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 {
    color: #1c3b3e;
    font-size: 16px;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before {
    content: "\f236";
}
.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:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas  li.supHabitable i:before {
    content: "\f015";
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas  li.supConstruida  i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before {
    content: "\f1cb";
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas  li.supParcela  i:before , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supParcela i:before {
    content: "\f0b2";
}
.venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
    text-align: justify;
    color: #313131;
    font-weight: 400;
    position: absolute;
    top: 205px;
    /* background-color: #e8e8e8; */
    display: inline-block!important;;
    width: 93%;
}
.venta .acciones, .alquiler .acciones {

}

.alquiler .acciones a,.venta .acciones a {
    color: transparent!important;
    display: block;
    width: 50%;
    height: 100%;
}

.venta .contenido .precio, .alquiler .contenido .precio {
    height: 53px;
    text-align: center;
    color: #797979;
    position: absolute;
    width: 100%;
    bottom: -15px;
    right: 0;
}
#results .venta .contenido .precio, .alquiler .contenido .precio {
    height: 53px;
    text-align: right;
    color: #797979;
    position: absolute;
    width: 100%;
    bottom: -7px;
    right: 0;
}
.venta .contenido .precio p, .alquiler .contenido .precio p {
    line-height: 40px;
    border-top: solid 1px #1c3b3e;
}
.venta .contenido .precio p span, .alquiler .contenido .precio p span {font-size: 17px;}
.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #b7b7b7;
    opacity: .6;
    float: left;
    padding-top: 9px;
    border: none;
    text-decoration: none;
}
.promocion .contenido, .venta .contenido, .alquiler .contenido {
    margin-top: 20px;
}
/* ====================
   Mailing list
   ==================== */
aside {
    background: #1c3b3e;
    /* padding: 0 0 50px 0; */
}
aside #mailingList {
    padding: 0;
}
aside #mailingList > div {
}
aside #mailingList h3 {
    text-transform: none;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #fff!important;
    text-align: center !important;
    font-weight: 400;
    letter-spacing: -.8px;
    display: none;
}
aside #mailingList p {
    display: inline-block!important;
}
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;
    border: 1px solid #ccc;
}
aside #mailingList form .line.email:before {
    background:#313131;
}
aside #mailingList form .line button {
    border-radius: 0;
}
aside #mailingList form .line button:hover {

}
aside #mailingList form .line.checkbox p a {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
}

/* ====================
   Results
   ==================== */

#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 > ul > li > a {
    color: #5c5c5c;
}
#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;
    color: #313131;
}
#results article.headerResults .filtroResultados #filtroResultadoAbrir li a:hover {
    opacity: 1;
}
#results article.headerResults .vistaResultados ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #313131;
}
#results article.headerResults .vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
    color: #fff !important;
}
#results article.paginacion {
    padding:0;
}
#results 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;
    line-height: 32px !important;
    text-align: center !important;
    border:1px solid transparent;
    color: #008489;
}
#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 !important;
}
#results article.offers {
    position: relative;
}
#results article.offers #tooMuchResults{
    right:0;
}
#results .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    display: table;
    margin-top: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    /* top: 120px; */
    height: 40px;
    background: #b0b0b0;
}


/* Box vertical */
#results .box_vertical .venta, #results .box_vertical .alquiler {
}
#results .box_vertical figure {
}
#results .box_vertical figure img {
}

/* Box horizontal */
#results .box_horizontal .venta, #results .box_horizontal .alquiler {
    background: #fff;
    margin: 20px 0 !important;
    border-bottom: 1px solid #1c3b3e;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    transition: background-color 75mslinear;
    overflow: hidden;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {

}

#results .box_horizontal .venta .contenido .descripcionCaracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
    min-height: 140px;
}

#results .box_horizontal figure {
    float: left;
    width: 50% !important;
    overflow: hidden;
}
#results .box_horizontal figure img {
    /* height: 100%; */
}

#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 {
}
#results article.offers #leyenda form .line button {
}

#results .box_horizontal .venta h3, #results .box_horizontal .alquiler h3 {
    width: 60%;
    margin-top: 0;
    background: none;
    text-align: left;
    float: left;
    position: relative;
    top: 40px;
    left: 0;
    padding: 0 25px;
    opacity: 1;
    font-size: 16px;
}

#results article.offers #leyenda form .line.filtro_precio > div span, #results article.offers #leyenda form .line.filtro_m2 > div span {
    height: 36px;
    line-height: 36px;
    color: #313131;
}
#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: 48px;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    display: table;
    margin: 0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 170px;
    height: 40px;
    background: #b0b0b0;
    padding-left: 420px;
    /* left: unset; */
}
#results .box_horizontal .venta .contenido .precio, #results .box_horizontal .alquiler .contenido .precio {
    height: 25px;
    top: 10px;

}

#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
    display: none!important;
}

.box_horizontal .venta .contenido .precio p,  .box_horizontal .alquiler .contenido .precio p {
    border-top: 0;
}

.acciones, #results .box_horizontal .alquiler .contenido .acciones {
    /*display: block;
    float: right;
    padding: 10px 30px;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-right: 15px;
    margin-top: 30px;
    background: #313131;*/
    display: block !important;
    position: absolute;
    width: 50%;
    height: 56%;
    bottom: 0;
    z-index: 10;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas .descripcion, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas .descripcion {
    font-size: 15px;
    line-height: 25px;
    color: #313131;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: none;
    text-align: left;
    position: absolute;
    top: 80px;
    width: 55%;
}
/* ====================
   Results mapa
   ==================== */
#results #slider {
}
#results section {
}
#results article#mapa_results, #results article.offers #leyenda {
    top: 0px;
}
#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{
    /*	background:#333;
        color:#fff;*/
}
#results article#offers.box_mapa + article + article#mapa_results {
    top: 7.5% !important;
    right: 0;
    left: inherit !important;
    z-index: 0;
}
#results label:after {
}

#results .box_horizontal .venta .contenido .descripcionCaracteristicas h4, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {
    text-align: left;
    margin: 10px 0;
    position: relative;
    left: 0;
    /* top: -28px; */
    opacity: 1;
}
section.box_mapa {
    margin: 50px auto;
}

/* ====================
   Formulario captacion
   ==================== */

#captacion form fieldset legend {
    margin: 0;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #1c3b3e;
    font-weight: 600;
    border-bottom: 1px solid lightgray;
    font-size: 17px;
    padding-left: 0px;
    z-index: 0;
    background:none;
}
#captacion form fieldset.datosPersonales legend:before{
    content: "\f2bd";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
#captacion form fieldset.localizacionInmueble legend:before{
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
#captacion form fieldset.detalleInmueble legend:before{
    content: "\f040";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

#captacion label {
}
#captacion #seccionInterna form input[type="text"], #captacion #seccionInterna form select, #captacion #seccionInterna form textarea{
    background: #efefef;
    border: none;
}
#captacion .checkbox a {
    color: #313131;
}
#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 !important;
    border-color: #d9d9d9;
}


/* ====================
   Ficha
   ==================== */

#details #slider , #promo_details #slider {
    height: 125px;
    /* display: none; */
}
#details section {
    margin-top: 0;
}
#details .headerResults {
}
#details .breadcrumbs {
    margin:0 auto;
    float: none;
}
#details .breadcrumbs li.activo {
}
#details #detalle{
}
#details #detalle #ficha{
}
#details #detalle #ficha .header {
    /* height: 605px; */
    top: 125px;
    border: solid 1px #1c3b3e;
    /* border-radius: 10px; */
    padding: 30px 0 40px 0;
}
#details #detalle #ficha .header:before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: rgb(28, 59, 62, 0.3);
}
#details #detalle #ficha .header:after {
}
#details #detalle #ficha .header img{
}
#details #detalle #ficha .header .headerTitulo, #promo_details #detalle #ficha .header .headerTitulo {
    margin:0 auto;
    background: none;
    border:none;
}
#details #detalle #ficha .header .headerTitulo .headerLeft, #promo_details #detalle #ficha .header .headerTitulo .headerLeft {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
#details #detalle #ficha .header .headerTitulo .headerLeft h1 , #promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
}
#details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p{
    /* color: #1c3b3e; */
    /* color:  #fff; */
    /* text-shadow:
            1px 0 0 rgba(255,255,255,0.6),
            -1px 0 0 rgba(255,255,255,0.6),
            0 1px 0 rgba(255,255,255,0.6),
            0 -1px 0 rgba(255,255,255,0.6 ); */   /* Desplaza arriba */
    font-weight: bolder;
    font-size: 30px;
    opacity: 1;
}

#details #detalle #ficha .header .headerTitulo .headerLeft p span, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p span{
    font-weight: bold;
}
#details #detalle #ficha .header .headerTitulo .headerRight, #promo_details #detalle #ficha .header .headerTitulo .headerRight {text-align: center;margin: 0 auto;}
#detalle #ficha .header .headerTitulo p.precioReducido {
    color: #353434;
    display: none;
}
#detalle #ficha .header .headerTitulo .headerRight .precioReducido>span:nth-child(1) {
    color: #919191;
    font-size: 16px;
}
#details #detalle #ficha .header .headerTitulo .headerRight p.precio, #promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    display: inline-block;
    margin-top: 10px;
    border-radius: 20px;
    border: 5px solid #1c3b3e;
    /* color: #1c3b3e; */
    background: rgb(28,59,62,0.3);
    padding: 12px 30px;
    font-size: 26px;
    font-weight: bolder;
    line-height: initial;
    opacity: 1;
}

#detalle #ficha .header .caracteristicasPrincipales {border: solid 1px #1c3b3e;border-radius: 10px;width27%: ;}
#detalle #ficha .header .caracteristicasPrincipales ul li {
}
#detalle #ficha .header .caracteristicasPrincipales ul li i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#sup_util i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#sup_parcela i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#habitaciones i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#banos i {
}
#detalle #ficha .header .caracteristicasPrincipales ul li strong {
}
#details #detalle #ficha .header .actionBar, #promo_details #detalle #ficha .header .actionBar  {
    position: absolute;
    margin: 0 auto;
    background-color: rgb(28, 59, 62, 0.7);
    border-radius: 20px 20px 0 0;
    bottom: 31px;
    left: 0;
    right: 0;
}
#details #detalle #ficha .header .actionBar ul, #promo_details #detalle #ficha .header .actionBar ul {transition: none;}
#details #detalle #ficha .header .actionBar ul li, #promo_details #detalle #ficha .header .actionBar ul li {
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
}
#details #detalle #ficha .header .actionBar ul li a, #promo_details #detalle #ficha .header .actionBar ul li a {
    /* color: #1c3b3e; */
    font-weight: bolder;
    font-size: 18px;
    /* text-shadow:
            1px 0 0 rgba(255,255,255,0.6),
            -1px 0 0 rgba(255,255,255,0.6),
            0 1px 0 rgba(255,255,255,0.6),
            0 -1px 0 rgba(255,255,255,0.6 ); */   /* Desplaza arriba */
}
#details #detalle #ficha .header .actionBar ul li i, #promo_details #detalle #ficha .header .actionBar ul li i {
    /* color: #1c3b3e; */
    /* font-weight: bolder; */
    font-size: 15px;
    /* text-shadow:
            1px 0 0 rgba(255,255,255,0.6),
            -1px 0 0 rgba(255,255,255,0.6),
            0 1px 0 rgba(255,255,255,0.6),
            0 -1px 0 rgba(255,255,255,0.6 ); */   /* Desplaza arriba */
}

#details #detalle #ficha .actionBar a.hazOferta {
    color: #fff !important;
    border:none;
}
#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 {
    color: #313131;
}
#details #detalle #ficha div.colIzq {border-radius: 10px;border: solid 1px #1c3b3e;padding: 10px;overflow: hidden;}
#details #detalle #ficha div.colIzq #descripcionFicha {
    display: none;
    float: none;
    width: 100%;
    /* background-color: #fff; */
}
#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 {
    color: #fff !important;
}
#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;
    margin-bottom: 0px;
}
#detalle #ficha div.colIzq .detallesFicha h3 , #detalle #ficha div.colDch .detallesFicha h3 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
#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 {text-align: left;width: 50%!important;}
#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 {
    /* display: none; */
}
#detalle #ficha div.colIzq .detallesFicha ul li strong, #detalle #ficha div.colDch .detallesFicha ul li strong {
}
#detalle #ficha div.colIzq #descripcionFicha2 {
    display:block;
}
#detalle #ficha div.colDch {border-radius: 10px;border: solid 1px #1c3b3e;margin-top: 0px;overflow: hidden;/* margin-bottom: 0px; */}
#detalle #ficha div.colDch #formMasInfo {
    width:100% !important;
    float: none;
    margin-bottom: 0px;
}
#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 {
    text-transform: lowercase;
}
#details .offers h2:first-letter {
    text-transform: uppercase;
}
#details .offers h2:before {
    display: none;
}
#detalle #fichaScroll {
    top: 41px;
    left: 0px;
    width: 100%;
    margin-left: 0;
    box-shadow: 0 4px 4px 0 rgba(70,70,70,0.4);
    /* display: none!important; */
    z-index: 999999;
    height: 93px;
    padding-top: 15px;
    opacity: 1!important;
}
#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.precio {
    font-weight: bold;
    float: right;
    font-size: 22px;
    top: -2px;
    position: relative;
}
#detalle  #fichaScroll div ul li i {
    color: #fff;
}
table thead tr th.acciones, table tbody tr td.acciones {
    text-align: center;
    display: none;
}

/* ====================
   Ficha promocion
   ==================== */

#promo_details #detalle #ficha div.colIzq .detallesFicha table td{
    width: 25% !important;
    padding: 15px 10px;
    margin-bottom: 1px;
    line-height: 18px;
}
#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.colDch {

}
#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;
}

/* ====================
   Contacto
   ==================== */

#contact #bgContent {
    position: relative;
}
#contact section {
}
#contacto .mapa {
    height: 300px;
    margin: 20px 0;
    background: #e3e3e3 url("https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/no-results.png")no-repeat center top;
    background-size: 100%;
}
#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: #7b838b;
    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: #efefef;
    border-bottom: 1px solid #d5d9dd;
    font-weight: 500;
}
#contacto .datosContacto .sucursales .sucursal address ul li a:last-child {
}
#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: #313131;
}
#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: 3rem;
    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;
    left: .75rem;
    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;
}

/* ====================
   Modal
   ==================== */
.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
   ==================== */
footer {
    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 #creditos .left p {
    color: #fff;
}
footer #datosContactoFooter {
    padding: 10px 0;
}
footer #datosContactoFooter div {
}
footer #datosContactoFooter div > i {
    color: #fff;
}
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{
    display: flex; flex-direction: row;
    justify-content: center;
}

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.facebook{
    order: 3
}

footer #datosContactoFooter div.socialLinks ul li.instagram{
    order: 1
}

footer #datosContactoFooter div.socialLinks ul li.tiktok{
    order: 2
}

footer #datosContactoFooter div.socialLinks ul li.tiktok a i{
    margin-right: 10px;
}

footer #datosContactoFooter div.socialLinks ul li.facebook{
    order: 3
}

footer #datosContactoFooter div.socialLinks ul li.linkedin{
    order: 4
}

footer #datosContactoFooter div.socialLinks ul li.youtube{
    order: 5
}

footer #datosContactoFooter div.socialLinks ul li a i {
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
}
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(https://storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}
#home header #slider #slideshow img{
    width: 100% !important;
    height: 850px !important;
    left: 0% !important;
    margin-left: 0 !important;
    object-fit: cover;
}
#home #slider #slideshow .nivo-caption > div > span{
    padding: 5px 15px;
    letter-spacing: 2px;
}
#slider .highlighted .nivo-caption .precio{
    float: unset !important;
}
#contact #contacto > .texto{
    /*display: table;*/
}
#navLinks .dropDownMenu.home > a > i{
    /*top: 38px;*/
    position: relative;
}
#navHeader .dropDownMenu > a{
    display: flex;
    align-items: center;
}
body#home h1{
    text-indent: unset;
    position: unset;
}
article#mainText .welcome h2{
    display: block !important;
}
#blog #articuloCompleto .imgBg > img {
    display: none;
}
#blog #articuloCompleto .texto ul,
#blog #articuloCompleto .texto li{
    list-style: inside;
}
.articulo .fecha .dia:after{
    content: "-";
    position: relative;
    left: 2px;
}
#blog #bgContent #content{
    width: unset !important;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}
#blog #bgContent{
    max-width: 1220px;
    margin: 0 auto;
}
#blog #latestArticle{
    display: flow-root;
}
#blog #articuloCompleto{
    margin: 0 auto;
}
#container footer #datosContactoFooter{
    margin: 0 auto !important;
}
/* UPDATE SUCURSALES */

#container footer.datosContactoFooterSucursalesExtra #datosContactoFooter,
#container footer #datosContactoFooterSucursales{
    display: none !important;
}
#container footer.datosContactoFooterSucursalesExtra #datosContactoFooterSucursales{
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    max-width: 1260px;
    margin: 0 auto !important;

}
#container footer.datosContactoFooterSucursalesExtra #datosContactoFooterSucursales > ul{
    margin: 15px 0;
    width: 33% !important;
}
#blog #content > section{
    display: unset;
}
.offers.box_horizontal .contenido > .acciones{
    position: relative;
    z-index: 1;
}
/* CORRECION IDIOMAS */
#navegacion ul#idiomas li.lang_gb a span.iniciales:after{
    content: "EN";
    color: #fff;
    position: absolute;
    left:0;
    top: 0;
}
:lang(en) #navegacion ul#idiomas .langSelect > .lang_gb .iniciales{
    color: transparent;
}
:lang(en) #navegacion ul#idiomas .langSelect > .lang_gb .iniciales:after{
    content: "EN";
    color: #fff;
    position: absolute;
    left: 25px;
}

/* ====================
   Responsive
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {
    #promo_details #ficha div .detallesFicha div[id*="modelo_"] .row .caracteristicas ul li{
        width: 100% !important;
    }
    #promo_details #ficha .colIzq > .row .detallesFicha{
        display: flex;
        flex-direction: column;
    }
    #promo_details .sliderPropiedad a.anterior,
    #promo_details .sliderPropiedad a.siguiente{
        display: none;
    }
    /* UPDATE SUCURSALES */

    #container footer.datosContactoFooterSucursalesExtra #datosContactoFooterSucursales{
        justify-content: center;
    }
    #container footer.datosContactoFooterSucursalesExtra #datosContactoFooterSucursales > ul{
        width: 95% !important;
    }
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 95%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 0px;
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 100% !important;
        margin-top: 0;
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        display: none;
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 17px 20px;
        height: 61px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #articulosBlog .contenido .fecha{
        display: none;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 95%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 0px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 100% !important;
        margin-top: 0;
    }
    #blog #latestArticleg .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        display: none;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    /** BLOG **/
    .venta .contenido .descripcionCaracteristicas ul.caracteristicas,
    .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas{
        bottom: 30px !important;
        top: unset !important;
    }
    #home article#mainText{
        display: block;
    }
    #navLinks .dropDownMenu.home > a > i{
        top: 20px;
        position: relative;
    }
    .venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
        top: -90px;
    }
    #detalle #ficha .actionBar ul{
        width: 80%;
    }
    #home #searchToggle{
        display: none !important;
    }
    #blog #content{
        width: 100% !important;
    }
    #blog figure img{
        width: 320px !important;
    }
    #results .venta .contenido .descripcionCaracteristicas ul.caracteristicas{
        top: 199px;
    }
    #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas{
        top: unset;
        bottom: 60px;
    }
    #home .alquiler figure a img{
        max-height: 232px;
    }
    #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;
    }
    .offers , .row {
        display:block;
        padding:0;
    }
    #bgContent, #home #bgContent {
        /* margin-top:0; */
        padding:0;
        margin: 0 -10px;
    }
    #seccionInterna, form, #contacto, #results article.headerPage {
        padding: 0;
        padding-top: 20px;
    }
    .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;
    }
    #logo, #home #logo {
        top: 0;
        left: 0;
        margin: 0px;
        position: relative;
        padding: 10px 0;
        height: auto;
    }
    #logo a img, #home #logo a img {
        max-width: 220px;
        margin-top: 0px !important;
    }
    /*NAVEGACION - MOVIL*/
    #navegacion {
        position: relative !important;
        top: 0px !important;
    }
    #navegacion nav {
        padding: 0;
        width: 100%;
        background:none;
    }
    #navegacion #navHeader {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        right: 0;
        margin: 0 !important;
    }
    #navegacion #navHeader #navLinks {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 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;
    }
    #navegacion ul li a {
        padding-left: 10px !important;
        height: 50px;
        line-height: 50px;
        color: #fff;
    }
    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }
    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 0px;
        padding: 6px 10px;
        color: #fff;
        border-radius: 3px;
        border: none;
    }
    #navegacion #navHeader #navToggle button:hover, #navegacion #navHeader #searchToggle button:hover {
        background: #000;
        color: #fff;
    }
    #navegacion ul#idiomas {
        position: absolute;
        /* width: 133px; */
        /* top: 9px; */
    }
    #navegacion ul#idiomas li.dropDownMenu a.langSelect, #home #navegacion ul#idiomas li.dropDownMenu a.langSelect {
        line-height: 42px !important;
    }
    #navegacion ul#idiomas li.dropDownMenu ul {
    }
    #navegacion ul#idiomas > li > a {

    }
    #navegacion ul#idiomas > li > a > i {
        color: #fff !important;
    }
    #navegacion ul#idiomas li a {
        padding: 0 10px !important;
    }
    /*BUSCADOR - MOVIL*/
    #buscador, #home #buscador {
        display:none;
        left:0 !important;
        top: 0px !important;
        position: relative;
        margin: 0 !important;
        outline: none;
        padding: 0;
        width: 100%;
        height:auto
    }
    #home #buscador {
        display: block !important;
    }
    #buscador form div.line input[type="text"], #buscador form div.line .globalSelector, #buscador form div.line .globalSelector div.value {
        height: 40px;
    }
    #buscador div#openProperty form fieldset div.line, #buscador div#openNew form fieldset div.line {
        position: relative;
        margin-bottom: 15px !important;
    }
    #buscador div#openProperty form fieldset div.line label, #buscador div#openNew form fieldset div.line label {
        position: absolute;
        top: 13px;
        left: 15px;
        cursor: text;
        transition: .2s ease-out;
        z-index: 6;
        font-size: 15px;
        color: #6e6c72;
    }
    #buscador div#openProperty form fieldset div.line.filled label, #buscador div#openProperty form fieldset div.line.active label, #buscador div#openNew form fieldset div.line.filled label, #buscador div#openNew form fieldset div.line.active label {
        display: none !important;
        transform: none !important;
    }
    #buscador form div.line#precio label, #buscador form div.line#preciop label {
        top:0 !important;
        left: 10px !important;
        color: #fff !important;
    }
    #buscador > div {
        height: auto;
        background:none;
        width: 100% !important;
        float: none;
        padding: 0px 10px 50px !important;
        margin-bottom: 0;
    }
    #buscador div form {
        border: none !important;
    }
    #buscador > div > ul.tabs {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        margin-top: 15px;
        margin-bottom: 20px;
        width: 100% !important;
    }
    #buscador .tabs li {
        width: 50%;
        text-align: center;
        margin: 0 !important;
        float: left !important;
    }
    #buscador ul.tabs li a {
        border:none !important;
    }
    #buscador .busquedaAvanzada {
        display: block;
        bottom: 0;
        top: inherit;
        right: 0;
        left: inherit;
    }
    #buscador .busquedaAvanzada > a {
        width: 100% !important;
        text-align: center !important;
        right: 0 !important;
        bottom: 0 !important;
        left: inherit !important;
        top: inherit !important;
        border: none !important;
        border-radius: 0 !important;
        color: #fff;
        font-size: 15px !important;
    }
    #buscador .busquedaAvanzada > a:before,	#buscador .busquedaAvanzada > a:after {
        display: none;
    }
    #buscador form div.line .globalSelector {
        justify-content: inherit;
    }
    #buscador form div.line .globalSelector div.value {
        max-width: 350px;
    }
    #buscador div#openProperty form:last-child div.line:last-child, #buscador div#openNew form:last-child div.line:last-child {
        position: relative;
        right: 0;
        top: 0;
        height: auto !important;
    }
    #buscador div#openProperty form:last-child div.line button, #buscador div#openNew form:last-child div.line button {
        margin-top: 15px !important;
        height: 40px;
        position: relative;
    }
    #price-range, #price-rangep {
        width: 95%;
        left: 12px;
    }
    #buscador #openProperty form div.line .btn, #buscador #openNew form div.line .btn {
        margin-top: 0 !important;
    }
    #buscador #openProperty form div.line .btn, #buscador #openNew form div.line .btn {
        height: 38px;
        line-height: 46px;
    }
    #buscador div#openProperty form fieldset, #buscador div#openNew form fieldset {
        margin: 0;
    }
    #buscador form div.line#precio, #buscador form div.line#preciop {
        height: 40px !important;
    }
    #buscador div#openProperty form fieldset div.line#numero_ref label, #buscador div#openNew form fieldset div.line#numero_refp label {
        display:none;
    }
    #buscador ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #767676 !important;
        font-weight: 400 !important;
    }
    #buscador :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #767676 !important;
        font-weight: 400 !important;
    }
    #buscador ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #767676 !important;
        font-weight: 400 !important;
    }
    #buscador :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #767676 !important;
        font-weight: 400 !important;
    }
    #buscador form div.line#tipo_operacion .globalSelector div.value a {
        font-size: 15px;
        color: #6e6c72;
        background: none;
        padding: 0;
        padding-left: 3px;
        overflow: initial;
    }
    #buscador form div.line#tipo_operacion .globalSelector div.value a i {
        display: none;
    }
    /*SECTION - MOVIL*/
    section, #home section {
        float: none;
        width: 100%;
        margin: 0 !important;
        padding: 0px 10px;
        box-sizing: border-box;
        margin-top: 20px !important;
        display: grid;
    }
    /*BOXES - MOVIL*/
    .promocion,	.venta, .alquiler, #results .box_vertical .promocion, #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: auto !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 20px 5px !important;
        float:none !important;
    }
    .promocion .contenido .precio {
        position: relative;
    }
    /*RESULTS - MOVIL*/
    #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 {
    }
    #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 #leyenda span.titulo, #results article.offers #leyenda form .line.filtro_precio label, #results article.offers #leyenda form .line.filtro_m2 label, #results article.offers #leyenda form .line label, #results article.offers #leyenda form .line .desplegado span, #results article.offers #leyenda form .line ul li, #results article.offers #leyenda form .line.checkboxNum div span, #results article.offers #leyenda form .line.filtro_bano div span, #results article.offers #leyenda form .line.filtro_precio div span:nth-child(5) {
        color: #838395!important;
    }
    /*FICHA - MOVIL*/
    #details section {
        margin-top: 0 !important;
        position: inherit;
    }
    #details #detalle {
        padding: 0;
    }
    #detalle #ficha .header {
        height: auto !important;
        margin-top: 30px;
    }
    #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 {
        width: 75%;
        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 .actionBar a.hazOferta:before {
        font-size: 19px !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%;
        height: 100%;
        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 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;
    }
    #promo_details #ficha #sliderPropiedad{
        width: 100%;
        margin: 0 auto;
    }
    #ficha #sliderPropiedad {
        width: 100% !important;
    }
    #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa, #detalle #ficha div.colIzq .groupTabs .videos iframe {
        height: 260px;
    }

    /*FOOTER - MOVIL*/

    footer, #home footer {
        /* margin-top: 30px; */
        padding: 25px 0 !important;
    }
    #details footer {
        padding-bottom: 65px !important;
    }
    footer #datosContactoFooter {
        background: none;
    }
    #home footer #datosContactoFooter {
        padding: 10px 0 !important;
        display: table;
    }
    footer #datosContactoFooter div , #home footer #datosContactoFooter div {
        width: 100% !important;
        position: relative;
        padding: 0 10px !important;
        text-align: center !important;
        display: block;
        top: 0 !important;
        margin-bottom: 25px !important;
    }
    footer #datosContactoFooter div.socialLinks, #home footer #datosContactoFooter div.socialLinks {
        margin-top: 30px !important;
        position: relative;
        top: 0 !important;
        padding: 0 !important;
    }
    footer #datosContactoFooter div > i , #home footer #datosContactoFooter div > i {
        position: relative !important;
        top: 0 !important;
        margin: 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;
    }

    /*CONTACTO - MOVIL*/
    #contact section {
        margin-top: 0 !important;
        padding-top: 50px;
    }
    #contacto .mapa {
        height: 200px;
    }
    #contacto .datosContacto {
        padding: 0;
    }
    #contacto .datosContacto form div.line button.btn {
        width:100% !important;
    }
    .promocion .contenido, .venta .contenido, .alquiler .contenido {
        margin-top: 33px;
    }
}

@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) {
    #detalle #sliderPropiedad .img img{
        max-width: 100% !important;
    }
    #details #detalle #ficha div.colIzq .groupTabs .sliderPropiedad{
        width: 95%;
        margin: 0 auto;
        max-width: 650px;
    }
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 30.5%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 234px;
        height: 131px;
        transition: transform .5s ease;
    }
    #blog #articulosBlog .articulo figure img:hover{
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        display: none;
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 16px 20px;
        position: relative;
        top: -175px;
        height: 61px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #articulosBlog .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 30.5%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 234px;
        height: 216px;
        object-fit: cover;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle h3 {
        margin: 0 !important;
    }
    /** BLOG **/
    .alquiler .contenido {
        margin-top: 55px;
    }
    #details #fichaScroll .precio{
        right: 12px;
    }
    #blog #content{
        width: 100% !important;
    }
    #captacion article .texto, p{
        margin-left: 5px;
        margin-right: 5px;
    }
    #aboutus article .texto, p{
        margin-left: 5px;
        margin-right: 5px;
    }
    #logo a img{
        max-width: 160px;
        margin-left: 4px;
        max-height: 110px;
    }
    #navegacion ul li a{
        font-size: 10px;
    }
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
        width: 100%;
    }
    #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%;
    }
    .vistaResultados ul li:nth-child(2){
        display: none;
    }
    .promocion figure, .venta figure, .alquiler figure {
        height: 213px;
    }
    #buscador div#openProperty form:last-child div.line:last-child, #buscador div#openNew form:last-child div.line:last-child {
        position: relative;
        width:33.3%;
        right: 0;
        top:0;
        height: auto !important;
    }
    #buscador > div > ul.tabs {
        position: absolute;
    }
    #buscador > div {
        padding: 25px 20px 20px !important;
    }
    #buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
        margin: 0 !important;
    }
    #buscador div#openProperty form div.line label, #buscador div#openNew form div.line label {
        top: .7rem;
    }
    #results .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
        display: table;
        margin-top: 20px;
        width: 46%;
        position: absolute;
        left: 0;
        top: 120px;
        padding-left: 18px;
        height: 40px;
        background: #b0b0b0;
    }
    #results .box_vertical .venta .contenido .precio, #results .box_vertical .alquiler .contenido .precio {
        position: absolute;
        top: 124px;
        color: #373737;
        font-size: 16px;
        width: 50%;
        opacity: 1;
        padding: 0;
        right: 20px;
    }
    #results .promocion figure, #results .venta figure, .alquiler figure {
        height: 174px;
    }
    #results .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
        display: table;
        margin-top: 20px;
        width: 45.2%;
        position: absolute;
        left: 0;
        top: 120px;
        height: 40px;
        background: #b0b0b0;
    }
    #blog #latestArticle{
        width: 768px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 31.3%;
        float: left;
        margin: 10px;
        /* background-color: #e8e8e8; */
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        /* top: 65px; */
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 384px;
        height: 216px;
        transition: transform .5s ease;
    }
    #blog #articulosBlog .articulo figure img:hover{
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        /* display: none; */
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -30px;
        height: 95px;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* display: -webkit-box; */
        /* -webkit-line-clamp: 2; */
        /* -webkit-box-orient: vertical; */
    }
    #blog #content #articulosBlog .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 23.3%;
        float: left;
        margin: 10px;
        /* background-color: #e8e8e8; */
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 384px;
        height: 216px;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle h3 {
        margin: 0 !important;
    }
    /** BLOG **/
    #navegacion ul li a{
        font-size: 12px;
        padding: 0px 9px;
    }
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
        width: 984px;
    }
    #blog .texto {
        width: 984px !important;
    }
    #navegacion ul 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%;
    }
    .promocion figure, .venta figure, .alquiler figure {
        height: 178px;
    }
    .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
        display: table;
        margin-top: 20px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 117px;
        height: 40px;
        background: #b0b0b0;
    }
    #results .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
        top: 163px;
    }
    #results .box_horizontal .venta .contenido .descripcionCaracteristicas ul.caracteristicas, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
        width: 45%;
    }
    #blog #latestArticle{
        width: 984px;
    }
}

@media screen and (min-width: 1260px) {
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 31.5%;
        float: left;
        margin: 10px;
        /* background-color: #e8e8e8; */
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        /* top: 65px; */
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 384px;
        height: 216px;
        transition: transform .5s ease;
    }
    #blog #articulosBlog .articulo figure img:hover{
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        /* display: none; */
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -30px;
        height: 95px;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* display: -webkit-box; */
        /* -webkit-line-clamp: 2; */
        /* -webkit-box-orient: vertical; */
    }
    #blog #content #articulosBlog .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 23.3%;
        float: left;
        margin: 10px;
        /* background-color: #e8e8e8; */
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 384px;
        height: 216px;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle h3 {
        margin: 0 !important;
    }
    /** BLOG **/
    #logo{
        top: 60px;
        max-width: 250px;
        max-height: 115px;
    }
    #container #logo a img{
        width: 100% !important;
        max-height: 115px;
        object-fit: contain;
        max-width: unset !important;
        margin: unset !important;
    }
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div , #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
        width: 1220px;
    }
    #blog .texto {
        width: 1220px !important;
    }
    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1/8) - 0px - 1px) !important;
    }
    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%;
    }
    .promocion figure, .venta figure, .alquiler figure {
        height: 165px;
    }
    #blog #latestArticle{
        width: 1220px;
    }
}


/* ie 8 */
@media \0screen {
}

@media print {

    #detalle {
        padding-top: 50px;
    }
    #detalle #ficha .header .headerTitulo {
        top: -50px;
    }
    #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 1.6em;
    }
    #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 .header .caracteristicasPrincipales {
        margin-top: -50px;
    }
    #detalle #ficha {
        margin-top: -40px;
    }
    #detalle .colIzq .detallesFicha#descripcionFicha p {
        font-size: 12px;
    }
    #detalle #ficha div.colIzq {
        width:100% !important;
    }
    #detalle #ficha div.colIzq .groupTabs .googleMaps, #detalle #ficha div.colIzq .groupTabs .videos {
        display:none !important;
    }
    #detalle #ficha .header {
        height: 200px;
    }
}
#blog #articuloCompleto{
    margin: 0 auto;
}
#blog #latestArticle{
    margin: 0 auto;
}
.fa-euro:before, .fa-eur:before{
    content: none !important;
}
ul.socialLinks .tiktok svg{
    width: 12px;
    fill: #fff;
}

body #buscador div#openProperty form:last-child div.line, #buscador div#openNew form:last-child div.line {
    width: 17%;
}

.frow{
    display: flex;
    flex-wrap: wrap;
}

.fcol{
    flex: 0 0 auto;
    width: 20%;
    padding: 5px;
}

.fcol4{
    width: 25%;
}

.fcol a{
    position: relative;
    display: block;
    height: 300px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}

.fcol a img{
    transition: .5s ease;
    height: 100%;
    width: auto;
}

.fcol4 a img{
    height: auto;
    width: 100%;
}

.fcol a .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    background-color: #1c3b3e;
    border-radius: 10px;
    color: #fff;
    font-weight: bolder;
}

.fcol a img:hover{
    transform : scale(1.2) rotate(7deg);
}

#buscador > div {
    border-radius: 10px;
}

article#mainText {
    padding:0 0 20px 0!important;
    margin: -90px auto 20px auto!important;

}

article#mainText > div{
    width: 100%;
}

#vtvg{
    margin-top: 50px;
}

#vtvg, #home_section_281722, #home_section_287403, #home_section_286943, #home_section_286942{
    background-color: #f7f7f7;
    width: 100%;
    padding: 40px 0;
}

article#mainText > div .frow ,#vtvg > div , #home_section_281722 > div, #home_section_287403 > div, #home_section_286943 > div, #home_section_286942 > div{
    width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.fcol2{
    width: 50%
}


#vtvg h3, #home_section_281722 h3, #home_section_287403 h3, #home_section_286943 h3, #home_section_286942 h3{
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 40px;
}

#vtvg .fcol .fficha, #home_section_281722 .fcol .fficha, #home_section_287403 .fcol .fficha, #home_section_286943 .fcol .fficha, #home_section_286942 .fcol .fficha{
    background-color: #fff;
    border-radius: 20px;
    margin: 10px;
    padding: 40px 10px;
    height: 180px;
}

#vtvg .fcol a, #home_section_281722 .fcol a, #home_section_281723 .fcol a , #home_section_287403 .fcol a , #home_section_286943 .fcol a , #home_section_286942 .fcol a, #home_section_286933 .fcol a, #home_section_286935 .fcol a, #home_section_286934 .fcol a {
    display: inline;
    margin: 40px;
    padding: 20px 40px;
}

.rm45{
    transform: rotate(-45deg);
}

.fcol3{
    width: 33.33333333%;
}

#home_section_281723 > h2, #home_section_281724 > h2 , #home_section_286933 > h2, #home_section_286935 > h2, #home_section_286934 > h2,
#home_section_287408 > h2, #home_section_286924 > h2, #home_section_287407 > h2{
    display: none

}

#home_section_281723, #home_section_281724, #home_section_286933, #home_section_286935, #home_section_286934, #home_section_287408, #home_section_286924, #home_section_287407{
    padding: 40px 0;
    text-align: center;
}

#home_section_281723 > div > div:nth-child(1), #home_section_286933 > div > div:nth-child(1), #home_section_286935 > div > div:nth-child(1), #home_section_286934 > div > div:nth-child(1){
    height: 100px;
}

.fcontact{
    background-color: #f7f7f7;
    padding: 100px 40px;
    text-align: center;
    border-radius: 20px;
    margin: 0 -8%;
}


.fcontact h4{
    font-weight: bolder;
    font-size: 30px;
}

body .btn.btnR{
    background-color: #fff!important;
    color: #313131 !important;
    border: solid 1px #313131 !important;
}

body .btn.btnR:hover{
    color: #fff!important;
    background-color: #1c3b3e !important;
}

#home_section_281724, #home_section_287408, #home_section_286924, #home_section_287407{
    background-color: #1c3b3e !important;
    width: 100%;
    margin-bottom: 0;
}

#home_section_281724 > div, #home_section_287408 > div, #home_section_286924 > div, #home_section_287407 > div{
    width: 1220px;
    margin: 0 auto;
}

.masInfo{
    display: none!important;
}

.footer_logo{
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}

.footer_logo img{
    height: 150px;
    margin: 0 10px;
}

.footer_logo > img:nth-child(2){
    height: 50px;
    margin-top: 37px;
}

.footer_logo > img:nth-child(3){
    margin-top: -12px;
}

.elinks, .elinks a{
    text-align: center;
    color: #fff;
    font-weight: bolder;
}

.elinks a:hover{
    color: #e6e6e6!important;
}

#home_section_281724 a, #home_section_287408 a, #home_section_286924 a, #home_section_287407 a{
    color: #fff;
    display: inline;

}

#home_section_281724 a:hover, #home_section_287408 a:hover, #home_section_286924 a:hover, #home_section_287407 a:hover{
    color: #fff!important;
    text-decoration: underline!important;
}

#home_section_281724 li, #home_section_287408 li, #home_section_286924 li, #home_section_287407 li{
    margin: 20px 0;
}

.register{
    color: #fff;
    width: 323px;
    height: 88px;
    margin: 20px 0;
    border: solid 1px #fff;
    padding: 20px;
    font-size: 16px;
    /*display: inline-block; */
}

.fi{
    text-align: left;
}

.fd{
    text-align: right;
}
.rh{
    padding: 5px;
}

.fshowBlock{
    display: block!important;
}

#home_section_282688, #home_section_287406, #home_section_287404, #home_section_287405, #home_section_288594, #home_section_289455, #home_section_288344{
    background-color: #1c3b3e !important;
    width: 100%;
    margin-bottom: 0;
    transition: .5s ease;
    margin: 0;
}

#home_section_282688 > div, #home_section_287406 > div, #home_section_287404 > div, #home_section_287405 > div, #home_section_288594 > div, #home_section_289455 > div, #home_section_288344 > div{
    width: 1220px;
    margin: 0 auto;
}

#home_section_282688, #home_section_287406, #home_section_287404, #home_section_288594, #home_section_289455, #home_section_288344, #home_section_287405, #home_section_282688 h2, #home_section_287406 h2, #home_section_287404 h2, #home_section_287405 h2,
#home_section_288594 h2, #home_section_28945 h2, #home_section_288344 h2{
    display: none;
}


#home_section_282688 a, #home_section_287406 a, #home_section_287404 a, #home_section_287405 a, #home_section_288594 a, #home_section_289455 a, #home_section_288344 a {
    color: #fff !important;
    font-weight: bold;
    line-height: 20px;
}

#home_section_282688 a:hover, #home_section_287406 a:hover, #home_section_287404 a:hover, #home_section_287405 a:hover, #home_section_288594 a:hover, #home_section_289455 a:hover, #home_section_288344 a:hover {
    text-decoration: underline !important;
}

h2, h3, h4 {
    color: #1c3b3e !important;
}

body #navegacion ul#idiomas li.dropDownMenu ul {
    display: flex !important;
    flex-direction: row;
}

body #navegacion ul#idiomas li ul li.lang_cat{
    order: 0!important;
}

body #navegacion ul#idiomas li ul li.lang_gb{
    order: 1;
}

body #navegacion ul#idiomas li ul li.lang_fr{
    order: 2;
}

#details #detalle #ficha div.colIzq .groupTabs, .sliderPropiedad {
    margin-bottom: 0px;
}

#details #detalle #ficha div.colDch .certificacionContenedor {
    margin-bottom: 0px;
}

#detalle #ficha div.colDch, #detalle #ficha .header .caracteristicasPrincipales {
    width: 28%;
    /* display: none; */
}

#content > section > article.box_vertical.offers > h2{
    margin-top: 25px;
}

#ficha > div.colIzq > div:nth-child(3) > ul > li:nth-child(3){
    display: none;
}

#ficha > div.header > div.actionBar > ul > li.calculator{
    display: none;
}

#details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    /* color: #1c3b3e; */
    /* text-shadow:
            1px 0 0 rgba(255,255,255,0.2),
            -1px 0 0 rgba(255,255,255,0.2),
            0 1px 0 rgba(255,255,255,0.2),
            0 -1px 0 rgba(255,255,255,0.2); */   /* Desplaza arriba */
    font-weight: bolder;
    font-size: 43px;
    text-transform: uppercase;
}

.paginacion ul li a,.paginacion ul li span {
    border: 1px solid #575757
}

.paginacion ul li span {
    border: 1px dotted #ccc;
    color: #ccc
}

.paginacion ul li a:hover,.paginacion ul li span.activa {
    border: 1px solid #1c3b3e;
    background: #1c3b3e;
    color: #fff!important;
}

#blog #articulosBlog .articulo {
    /* border: 1px solid #1c3b3e; */
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    position: relative;
    overflow: hidden;
}

#articulosBlog h3, #blog #latestArticle h3{
    text-align: center;
}

#articulosBlog h3 a, #blog #latestArticle h3 a{
    color: #1c3b3e;
    font-weight: bold;
}

#blog #content #articulosBlog .contenido p, #blog #latestArticle .articulo p {
    text-align:justify;
    text-align-last: left;
}

#blog #latestArticle .articulo {
    border: 1px solid #1c3b3e;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
}

#blog #articulosBlog .articulo figure img {
    margin-top: 0;
    /* border-radius: 10px 10px 0 0; */
}

#blog #articulosBlog .articulo .verMas span{
    /* position: absolute; */
    margin: 0px 0px 20px 20px;
}

#blog #articulosBlog .contenido{
    padding-bottom: 20px;
}


#blog #articulosBlog .articulo .verMas span::before{
    content: "Leer ";
}

#blog #articulosBlog .articulo .verMas span::after{
    content: " ➞";
}

#blog #articulosBlog .articulo .verMas .fa{
    display: none;
}

#detalle #ficha div .detallesFicha ul li i {
    border: 2px solid #1c3b3e;
    padding: 2px;
    margin-right: 10px;
    color: #1c3b3e;
}

#detalle #ficha div.colIzq .detallesFicha ul li strong{
    float: none;
}

#wxp_new_share_button > ul > li:nth-child(1){
    order: 1;
}

#wxp_new_share_button > ul > li:nth-child(2){
    order: 3;
}

#wxp_new_share_button > ul > li:nth-child(3){
    order: 4;
    display: none!important;
}

#wxp_new_share_button > ul > li:nth-child(4){
    order: 5;
    display: none!important;
}

#wxp_new_share_button > ul > li:nth-child(5){
    order: 2;
}

#wxp_new_share_button > ul > li:nth-child(6){
    order: 6;
}

#wxp_new_share_button > ul{
    z-index: 999999999999999;
    /* display: block; */
}

#detalle #ficha .actionBar ul li.share i {
    /* color: #1c3b3e; */
    /* font-weight: bolder; */
    font-size: 18px!important;
    /* text-shadow: 1px 0 0 rgba(255, 255, 255, 0.6), -1px 0 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.6), 0 -1px 0 rgba(255, 255, 255, 0.6); */
    margin-top: 5px;
}

#detalle #ficha .header .caracteristicasPrincipales {
    display: none;
}

body #detalle #ficha div.colIzq .detallesFicha ul li{
    padding: 10px !important;
    box-sizing: border-box;
    border-radius: 0px;
    margin: 0;
    font-size: 13px !important;
    background: none !important;
    color:  #1c3b3e!important;
    font-weight: bolder;
}

body #wxp_new_share_button > i{
    display: none;

}

body #wxp_new_share_button > ul{
    position: absolute!important;
    left: 300px;
    top: -5px;
    display: flex!important;
    max-width: 0px!important;
    max-height: 40px!important;
    box-sizing: initial;
    overflow: visible!important;
}

body .actionBar:has(.documents) #wxp_new_share_button > ul{
    left: 530px;
}

body #wxp_new_share_button > ul li{
    display:flex !important;
    transition: none!important;
}

/* REDES SOCIALES FICHA INMUEBLE */
#wxp_new_share_button .fa-whatsapp:before{
    color: unset;
    font-size: unset;
}
#details .actionBar #wxp_new_share_button,
#promo_details .actionBar #wxp_new_share_button{
    position: relative;
}
#details #wxp_new_share_button > ul,
#promo_details #wxp_new_share_button > ul{
    min-width: max-content;
    overflow: hidden;
    max-height: 0;
    transition: none;
}
#details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul,
#details #detalle #ficha .actionBar #wxp_new_share_button:focus-within > ul,
#details #detalle #ficha .actionBar #wxp_new_share_button:focus > ul,
#promo_details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul,
#promo_details #detalle #ficha .actionBar #wxp_new_share_button:focus-within > ul,
#promo_details #detalle #ficha .actionBar #wxp_new_share_button:focus > ul{
    max-height: 0;
}
#details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul,
#promo_details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul{
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:flex-start;
    position: absolute;
    top: -5px;
    z-index: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#details #detalle #ficha .actionBar #wxp_new_share_button > ul > li,
#promo_details #detalle #ficha .actionBar #wxp_new_share_button > ul > li{
    display: flex;
}
#details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul > li,
#promo_details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul > li{
    display: inline-block;
}
#details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul > li:hover i,
#promo_details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul > li:hover i{
    color: #afafaf !important;
}
#details #detalle #ficha .header .actionBar #wxp_new_share_button > ul i,
#promo_details #detalle #ficha .header .actionBar #wxp_new_share_button > ul i{
    font-size: 20px;
}
#details #detalle #ficha .header .actionBar #wxp_new_share_button a,
#promo_details #detalle #ficha .header .actionBar #wxp_new_share_button a{
    padding: 10px 14px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
    #detalle #ficha .actionBar ul #wxp_new_share_button {
        display: inherit;
    }
    #details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul,
    #promo_details #detalle #ficha .actionBar #wxp_new_share_button:hover > ul{
        top: unset;
        bottom: 50px;
    }
    #details #detalle #ficha .header .actionBar #wxp_new_share_button > i:nth-child(2),
    #promo_details #detalle #ficha .header .actionBar #wxp_new_share_button > i:nth-child(2){
        display: none;
    }
}

#frmCaptacion > div:nth-child(3) > fieldset > div:nth-child(3) > div > select > option:nth-child(4),
#frmCaptacion > div:nth-child(3) > fieldset > div:nth-child(3) > div > select > option:nth-child(13),
#frmCaptacion > div:nth-child(3) > fieldset > div:nth-child(3) > div > select > option:nth-child(14),
#frmCaptacion > div:nth-child(3) > fieldset > div:nth-child(3) > div > select > option:nth-child(21),
#frmCaptacion > div:nth-child(3) > fieldset > div:nth-child(3) > div > select > option:nth-child(22)
{
    display: none;
}

#frmCaptacion .detalleInmueble .line:has(input[name="m2parcela"]),
#frmCaptacion .detalleInmueble .line:has(input[name="ano_construccion"]),
#frmCaptacion .detalleInmueble .line:has(input[name="ano_reforma"]),
#frmCaptacion .detalleInmueble .line:has(select[name="amueblado"]),
#frmCaptacion .detalleInmueble .line:has(select[name="terraza"]),
#frmCaptacion .detalleInmueble .line:has(select[name="jardin"]),
#frmCaptacion .detalleInmueble .line:has(select[name="piscina"]),
#frmCaptacion .detalleInmueble .line:has(select[name="vistas"]),
#frmCaptacion .detalleInmueble .line:has(input[name="m2_cocina"]),
#frmCaptacion .detalleInmueble .line:has(input[name="m2_salon"]),
#frmCaptacion .detalleInmueble .line:has(select[name="reformado"]),
#frmCaptacion .detalleInmueble .line:has(select[name="orientacion"]),
#frmCaptacion .detalleInmueble .line:has(select[name="garaje"]),
#frmCaptacion .detalleInmueble .line:has(select[name="parking"]),
#frmCaptacion .detalleInmueble .line:has(select[name="tipo_calefaccion"]),
#frmCaptacion .detalleInmueble .line:has(input[name="aa"]),
#frmCaptacion .detalleInmueble .line:has(input[name="trastero"]),
#frmCaptacion .detalleInmueble .line:has(input[name="puerta_blindada"]),
#frmCaptacion .detalleInmueble .line:has(input[name="chimenea"]),
#frmCaptacion .detalleInmueble .line:has(input[name="dormitorios"]),
#frmCaptacion .detalleInmueble .line:has(input[name="banos"]),
#frmCaptacion .detalleInmueble .line:has(input[name="m2"]),
#frmCaptacion .detalleInmueble .line:has(textarea[name="descripcion"]),
#frmCaptacion .detalleInmueble .line:has(input[name="image_upload[]"]),
#frmCaptacion .localizacionInmueble .line:has(input[name="zona"]),
#frmCaptacion .localizacionInmueble .line:has(select[name="direccion_via_tipo"]),
#frmCaptacion .localizacionInmueble .line:has(input[name="direccion"]),
#frmCaptacion .localizacionInmueble .line:has(input[name="direccion_numero"]),
#frmCaptacion .localizacionInmueble .line:has(input[name="direccion_bloque"]),
#frmCaptacion .localizacionInmueble .line:has(select[name="planta"]),
#frmCaptacion .localizacionInmueble .line:has(input[name="direccion_puerta"]),
#frmCaptacion .localizacionInmueble .line:has(input[name="cp"])
{
    display: none;
}

@media screen and (min-width: 0) and (max-width: 767px) {

    .promocion, .venta, .alquiler, #results .box_vertical .promocion, #results .box_vertical .venta, #results .box_vertical .alquiler {
        margin: 20px 0 !important;
    }

    article#mainText > div .frow , .fcontact .fcol2{
        width:100%;
    }


    header:has(#navegacion.fixed) #logo {
        position: inherit;
    }

    body article#mainText > div{
        width: 100%!important;
        padding: 0;
    }

    #vtvg > div, #home_section_281722 > div, #home_section_281724 > div, #home_section_282688 > div, #home_section_287403 > div, #home_section_286943 > div, #home_section_286942 > div,
    #home_section_287408 > div, #home_section_286924 > div, #home_section_287407 > div, #home_section_287406 > div, #home_section_287404 > div, #home_section_287405 > div,
    #home_section_288594 > div, #home_section_289455 > div, #home_section_288344 > div{
        width: 100%;
    }

    #buscador > div {
        border-radius: 0;
    }

    .welcome .fcol, #home_section_281713 .fcol4{
        width: 50%;
    }

    #mainText > div > div.welcome > div > div:nth-child(5){
        display: none;
    }

    .fcol a img {
        transition: .5s ease;
        height: 100%;
        width: auto;
    }

    #home_section_281713 .fcol4 a img {
        transition: .5s ease;
        height: 100%;
        width: auto;
    }

    article#mainText {
        margin: -10px auto 20px auto!important;
    }

    .venta, .alquiler {
        /* width: 48% !important; */
    }

    .venta h3, .alquiler h3 {
        bottom: 165px;
        top:auto;
    }

    .acciones, #results .box_horizontal .alquiler .contenido .acciones {
        width: 100%;
        height: 36%;
    }

    .venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
        top: unset;
    }

    .venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
        top: unset;
        bottom: 80px;
    }

    #vtvg .fcol2, #home_section_281722 .fcol2, #home_section_287403 .fcol2, #home_section_286943 .fcol2, #home_section_286942 .fcol2{
        width: 100%
    }

    .fcontact {
        padding: 60px 5px;
        margin: 0;
    }

    #home_section_281723 a, #home_section_286933 a, #home_section_286935 a, #home_section_286934 a {
        line-height: 60px;
    }

    #home_section_281723 .fcol3, #home_section_281724 .fcol3, #home_section_286933 .fcol3, #home_section_286935 .fcol3, #home_section_286934 .fcol3,
    #home_section_287408 .fcol3, #home_section_286924 .fcol3, #home_section_287407 .fcol3{
        width: 100%;
    }

    #home_section_281723 .frow:first-child, #home_section_286933 .frow:first-child, #home_section_286935 .frow:first-child, #home_section_286934 .frow:first-child{
        height: 240px
    }

    #home_section_281723, #home_section_281724, #home_section_286933, #home_section_286935, #home_section_286934, #home_section_287408, #home_section_286924, #home_section_287407{
        padding: 0;
    }

    .footer_logo{
        display: block;
        text-align: center;
    }

    .register {
        margin: 0 auto;
    }

    .footer_logo img {
        display: block;
        margin: 0 auto;
    }

    body #buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
        background: #313131 !important;
    }

    #navegacion ul#idiomas li a.langSelect i, #navegacion ul#idiomas li .nombreIdioma {
        display: none;
    }

    #idiomas > li > a {
        position: absolute;
        right: 132px;
        top: 41px;
    }

    #details #detalle #ficha div.colIzq .detallesFicha ul li.certificacion_G strong, #details #detalle #ficha div.colIzq .detallesFicha ul li.certificacion_emision strong {
        display: inline;
    }

    #buscador > div {
        padding: 0;
    }

    #vtvg .fcol a, #home_section_281722 .fcol a, #home_section_281723 .fcol a, #home_section_287403 .fcol a, #home_section_286943 .fcol a, #home_section_286942 .fcol a ,
    #home_section_286933 .fcol a, #home_section_286935 .fcol a, #home_section_286934 .fcol a{
        margin: 0;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft, #promo_details #detalle #ficha .header .headerTitulo .headerLeft {
        margin-top: 0;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 20px;
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
        font-size: 20px;
    }

    #details #detalle #ficha .header .headerTitulo .headerRight p.precio, #promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        margin-top: 10px;
        padding: 12px 30px;
        font-size: 20px;
    }

    #details #detalle #ficha .header:after {
        height: 0px;
    }

    #detalle #ficha div.colIzq .detallesFicha ul li, #detalle #ficha div.colDch .detallesFicha ul li {
        width: 100% !important;
    }

    #details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta {
        font-size: 10px!important;
        padding: 5px!important;
    }

    #detalle #ficha div.colIzq .groupTabs #sliderPropiedad {
        width: 100% !important;

    }

    #detalle #ficha div.colIzq .groupTabs #sliderPropiedad img{
        width: 100% !important;
    }

}

@media screen and (min-width: 0) and (max-width: 450px) {
    .promocion, .venta, .alquiler, #results .box_vertical .promocion, #results .box_vertical .venta, #results .box_vertical .alquiler {
        margin: 20px 0 !important;
    }

    article#mainText > div .frow , .fcontact .fcol2{
        width:100%;
    }

    #home_section_281723 .fcol a, #home_section_286933 .fcol a, #home_section_286935 .fcol a, #home_section_286934 .fcol a {
        margin: 40px 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body article#mainText > div{
        width: 100%!important;
        padding: 0;
    }

    #navegacion nav{
        width: 100%;
    }

    #navegacion #navHeader {
        right: -239px;
        top: -25px;
    }

    #logo {
        top: 90px;
        margin-left: -371px;
    }

    header:has(#navegacion.fixed) #logo {
        top: 90px;
    }

    body #home .row{
        width: 100%;
    }

    article#mainText > div .frow, #vtvg > div, #home_section_281722 > div, #home_section_281724 > div, #home_section_282688 > div, #home_section_287403 > div,
    #home_section_286943 > div, #home_section_286942 > div, #home_section_287408 > div, #home_section_286924 > div, #home_section_287407 > div, #home_section_287406 > div,
    #home_section_287404 > div, #home_section_287405 > div, #home_section_288594 > div, #home_section_289455 > div, #home_section_288344 > div{
        width: 100%;
    }

    .fcontact {
        padding: 100px 5px;
        margin: 0;
    }


    #home_section_281723 .fcol a, #home_section_286933 .fcol a, #home_section_286935 .fcol a, #home_section_286934 .fcol a{
        margin: 0px;
    }

    #container > header > div.datosContacto {
        padding: 0 5px;
    }

    .venta, .alquiler {
        width: 31.333% !important;
    }

    body .venta .contenido .descripcionCaracteristicas ul.caracteristicas, body .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
        top: 300px;
    }

    #home_section_281724 > div > div.frow > div:nth-child(1) > img,
    #home_section_287408 > div > div.frow > div:nth-child(1) > img,
    #home_section_286924 > div > div.frow > div:nth-child(1) > img,
    #home_section_287407 > div > div.frow > div:nth-child(1) > img{
        margin-left:10px;
    }

    #buscador > div{
        margin: 0 auto;
        width: 98%!important;
    }

    body #buscador div#openProperty form#refForm{
        /* float: none!important; */
        /* width: 100%; */
        /* display: block; */
    }

    #tipo_operacion > label, #precio > label{
        width: 200%;
    }

    #buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
        background: !important;
    }

    #detalle #ficha div.colDch, #detalle #ficha .header .caracteristicasPrincipales {
        width: 100%;
    }

    #results .box_vertical .venta h3, #results .box_vertical .alquiler h3 {
        width: 55% !important;
        float: left;
        text-align: center;
    }

    #results .box_vertical .venta .contenido, #results .box_vertical .alquiler .contenido {
        float: left;
        width: 55% !important;
        padding: 0px;
        box-sizing: border-box;
        margin-top: 0;
    }

    #results .box_vertical .venta .contenido h4, #results .box_vertical .alquiler .contenido h4 {
        text-align: center;
    }


    .venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
        font-size: 14px;
        position: absolute;
        width: 55%;
        top: 30px;
    }

    .venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
        top: 40px;
        width: 50%;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    body article#mainText > div{
        width: 100%!important;
        padding: 0 20px;
    }

    #navegacion #navHeader {
        right: -230px;
    }

    #logo {
        top: 90px;
    }

    header:has(#navegacion.fixed) #logo {
        top: 90px;
    }

    article#mainText > div .frow , #vtvg > div, #home_section_281722 > div, #home_section_281724 > div, #home_section_282688 > div, #home_section_287403 > div,
    #home_section_286943 > div, #home_section_286942 > div, #home_section_287408 > div, #home_section_286924 > div, #home_section_287407 > div, #home_section_287406 > div,
    #home_section_287404 > div, #home_section_287405 > div, #home_section_288594 > div, #home_section_289455 > div, #home_section_288344 > div{
        width: 100%;
    }

    .fcontact {
        padding: 100px 5px;
        margin: 0;
    }

    #vtvg .fcol a, #home_section_281722 .fcol a, #home_section_281723 .fcol a , #home_section_287403 .fcol a , #home_section_286943 .fcol a , #home_section_286942 .fcol a,
    #home_section_286933 .fcol a, #home_section_286935 .fcol a, #home_section_286934 .fcol a {
        margin: 20px;
    }

}

@media screen and (min-width: 1260px) {

}

/*
     *
     * ESTRUCTURA 4
     * TEMA 15
     *
     */
#detalle #ficha div.colIzq .detallesFicha ul li strong, #detalle #ficha div.colDch .detallesFicha ul li strong, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p span, a:hover, a:active, #captacion form fieldset legend:before, #results article.paginacion ul li span, #results article.paginacion ul li a, #results article.headerResults .filtroResultados #filtroResultadoAbrir li a:hover, #details #detalle #ficha .actionBar ul li a:hover, #promo_details #detalle #ficha .actionBar ul li a:hover, #details #detalle #ficha .actionBar ul li.share:hover i, #promo_details #detalle #ficha .actionBar ul li.share:hover i, #details .breadcrumbs li.activo a, #results .box_horizontal .venta h3, #results .box_horizontal .alquiler h3, #detalle #ficha .header .caracteristicasPrincipales ul li strong {
    color: #1c3b3e !important;/* #424952 !important;*/
}

#details #detalle #ficha .header .headerTitulo .headerLeft p span{

}

h2:before, .dropDownMenu ul, #buscador > div, .promocion, .venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas, footer, #detalle #fichaScroll, #results article.headerResults .vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .venta figure div.mask div.referencia span.numeroRef, .alquiler figure div.mask div.referencia span.numeroRef, #details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a, #detalle #ficha div.colIzq .groupTabs .tabs li a:hover, #navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3, #results article.paginacion ul li span.activa, #results article.paginacion ul li a:hover, #results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones, header .datosContacto {
    background: #1c3b3e !important;/* #424952 !important;*/
}


#navegacion ul li.dropDownMenu:hover ul li:hover,
#detalle #ficha .actionBar a.hazOferta,
#navegacion ul#idiomas li ul li:hover > a,
#navegacion #navHeader #navToggle button,
#navegacion #navHeader #searchToggle button,
aside #mailingList form .line.email:before,
#buscador .btn,
#aviso_cookie div > a {
    background: #313131 !important;
}

#buscador .btn:hover{
    color: #fff !important;
    border: solid 1px #fff !important;
}

#buscador div#openProperty form:first-child button,
#buscador div#openNew form:first-child button
{
    background: #fff !important;
}

.btn, .flecha{
    background: #1c3b3e !important;
}


.ui-slider .ui-slider-handle, .ui-widget-header{
    background: #313131 !important;
}

.btn:hover, #detalle #ficha .actionBar a.hazOferta:hover, #buscador div#openProperty form:first-child button:hover, #buscador div#openNew form:first-child button:hover, #details #detalle #ficha .actionBar a.hazOferta:hover, .flecha:hover, #aviso_cookie div > a:hover {
    background: #706F6F !important;
}

#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before, #idiomas > li.dropDownMenu > ul:before {
    border-bottom-color: #313131 !important;
}

#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a, #detalle #ficha div.colIzq .groupTabs .tabs li a:hover, #results article.headerResults .filtroResultados #filtroResultadoAbrir li a:hover {
    border-color: #1c3b3e !important;/* #424952 !important;*/
}

#results article.headerResults .vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
    border-color: #313131 !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
    #container header #logo {
        background-color: #e6e6e6;
    }

    #buscador .busquedaAvanzada > a {
        background: #313131 !important;
    }

    #navegacion, #navegacion #navHeader #navLinks {
        background: #1c3b3e !important;/* #424952 !important;*/
    }

    #logo, #home #logo {
        background: #1c3b3e !important;/* #424952 !important;*/
    }
}

.btn:hover{
    background-color: #fff !important;
    color: #313131 !important;
    border: solid 1px #313131 !important;
}

#details #detalle #ficha .actionBar ul li a:hover{
    color:#e6e6e6 !important;
}

.captacion a span{
    background: #1c3b3e;
    padding: 10px 20px;
    border-radius: 20px;
}
.captacion a span::after{
    content: "↗";
    font-weight: bolder;
    font-size: 15px;
}

#formAlertaBusqueda .titulo {
    background: #1c3b3e;
}

#formAlertaBusqueda h2, #formAlertaBusqueda h3, #formAlertaBusquedah4 {
    color: #fff !important;
}

#content b, #content strong, #seccionInterna b, #seccionInterna strong {
    color: #1c3b3e;
}

#datosContactoFooter a:hover {
    color: #fff!important;
    font-weight: bolder;
}

#seccionInterna p{
    font-family: 'helvetica';
    font-size: 18px;
}

#seccionInterna h3 {
    margin: 25px;
    text-align: center;
    color: #3f3f3f;
    font-size: 27px;
    font-weight: 700;
}

#seccionInterna blockquote{
    font-family: 'helvetica';
    font-size: 18px;
    font-style: italic;
    padding: 20px 40px 20px 20px;
    margin-left: 40px;
}

#seccionInterna blockquote:before{
    content:'❞';
    font-family: 'helvetica';
    font-size: 28px;
    padding: 10px;
    font-style: italic;
    margin-left: -40px;
}

#seccionInterna img{
    margin: 20px;
    border-radius: 20px;
}

#contacto{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contacto h2{
    width: 100%
}

#contacto .texto {
    order:0;
}

#contacto #mapa_principal{
    order: 2
}

#contacto .datosContacto{
    order:1
}

#home_section_281724 b, #home_section_286924 b, #home_section_287407 b, #home_section_287408 b{
    color: #fff !important;
}

#contacto form fieldset div.ok, form div.line.messages div.ok {
    border: 1px solid #1c3b3e;
    background: #1c3b3e;
    color: #fff!important;
}

#contacto form b, form div.line.messages .ok b{
    color: #fff!important;
}

#frmCaptacion > div:nth-child(2) > div {
    display: none;
}
