/* fuentes */
@import url('https://fonts.googleapis.com/css?family=Raleway');

/* aviso cookies */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/cookies/imp_cookies_top_v1.css");
/* slider */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/imp_slider_resize_v1.css");
/* header */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/datos_contacto/imp_socialLinks_fixed_v1.css");
/* controlNav */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/controlNav/imp_controlNav_numeros_v1.css");
/* datos contacto */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/datos_contacto/imp_datos_contacto_iconos_v1.css");
/* idiomas */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/navegacion/imp_idiomas_banderas_horizontal_v1.css");
/* buscador */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/buscador/imp_buscador_horizontal_v1.css");
/* columnas boxes: promociones */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_promociones_foto_v1.css");
/* columnas boxes: venta y alquiler */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_propiedades_3col_v1.css");
/* diseño boxes: venta y alquiler */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_boxes_2.css");
/* pagina resultados */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/results/imp_results_desplegables_v1.css");
/* ficha */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_estandar_2col_v1.css");
/* actionbar */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/actionbar/imp_actionbar_estandar_v1.css");
/* footer */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/footer/imp_footer_3col_v1.css");

/* ====================
   General
   ==================== */
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    outline: none;
    color: #606060;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:active {
    color: #000;
}
a:focus{
    outline:0;
}
::selection {
    background: #000;
    color: #FFF;
}
ul,li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
h1 {
}
.tabs, table tbody tr td {
    border: none;
}
#buscador > div > ul.tabs li {
    border: none;
}
#buscador > div > ul.tabs li a, #buscador > div > .busquedaAvanzada > a {
    color: rgba(255,255,255,0.5);
    border: none;
}
#buscador div#openProperty form:first-child button, #buscador div#openNew form:first-child button {
    top: 7px;
    height: 37px;
    right: 1px;
}
h2 {
    font-family: 'Raleway', Helvetica;
    font-weight: 100;
    font-size: 37px;
    letter-spacing: -1.5px;
    /*text-transform: uppercase;*/
    color: #34343e;
    /* text-align: center; */
    padding-bottom: 3px;
    padding-left: 0;
}
h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 45px;
    height: 4px;
    background: #921B40;
}
#home section article#mainText > div > h2 {
    display: none;
}
#home h2 {
    position: relative;
}
/*#home h2:before {
    content: "";
    height: 2px;
    width: 140px;
    background: #52a8ff;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: -16px;
}
#home h2:after {
    content: "";
    position: absolute;
    bottom: -22px;
    width: 85px;
    left: 50%;
    margin-left: -42px;
    height: 2px;
    background-color: #51a7ff;
}*/
h3 {/* text-transform: none !important; */}
h4 {
}
img {
    max-width:100%;
}
iframe {
    max-width:100%;
}
form input[type="text"], form select, form textarea {
    border-radius: 3px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left !important;
    height: 39px;
    line-height: 39px;
    border: 1px solid #dedede;
    font-size: 14px;
    font-weight: 300;
}
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: 16px;
    font-weight: 300;
}
.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: #171717 !important;
    font-weight: 300;
}
body {
    font-family:'Raleway', Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #000 !important;
}
#background{
    background: #e5e5e5;
}
.btn {
    outline: none !important;
    padding: 0;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #921B40;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'Raleway', Helvetica;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase !important;
}
.btn:hover {
    color: black;
    background: white;
    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 hipotÃƒÂ©cas actionbar */
}
.flecha {
    background: #921B40;
    width: 55px;
    height: 55px;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
    right: 20px;
    bottom: 105px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.flecha i:before {
    content: "\f062";
    font-size: 18px;
}
.texto, .texto p, .texto p span{
    color: #000 !important;
    font-weight: 400;
}
#bgContent {
    margin-top: 45px;
}
#home #bgContent {
    margin-top: -133px;
}
.fa-facebook-square:before {
    content: "\f09a" !important;
}

/* ====================
   Aviso cookies
   ==================== */
#aviso_cookie {
    display: none; /*QUITAR*/
}
#aviso_cookie div p {
}
#aviso_cookie div p a {
    color:#000;
}
#aviso_cookie div > a {
}

/* ====================
   HEADER
   ==================== */
header {
    position: relative;
    height:auto;
    background: black;
}
#home header{
}

/* ====================
   Logo
   ==================== */
#logo {
    position: absolute;
    top: 55px;
    width:auto !important;
    z-index: 10;
}
#home #logo {
}
#logo a img{
    width: 150px;
}
#home #logo a img{
}

/* ====================
   Slider
   ==================== */
#home #slider {
    height: 950px;
    max-height: 950px;
}

#slider {
    /*height: 190px;
     background: url(slider_images/img01.jpg)no-repeat;*/
    background-size: 100%;
}
#home #slider {
    /*background:none;*/
    position: relative;
    padding-top: 40px;
}
#slider .nivoSlider {
    z-index: 0;
}
#slider:before, #slider #slideshow:before {
    background-color: rgba(0, 0, 0, 0.7);
}
#home #slider:before {
    display: none;
    height: 950px;
}
#slider #slideshow {
    height: none !important;
    text-align: none !important;
    left: auto !important;
    top: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
#slider #slideshow img {
    object-fit: cover !important;
}
#slider #slideshow .nivo-caption {
    top: 28% !important;
    bottom: inherit;
    font-family:'Raleway', Helvetica;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 400;
    background: none !important;
    text-align: center;
    opacity: 1;
    display: none !important;
}
#slider .nivo-controlNav, #slider .nivo-directionNav  {
    display: none;
}
.title-child {
    text-transform: none;
}
.content-child {
    font-size: 1.1em;
}

/* ====================
   Navegacion
   ==================== */
#navegacion {
    position: absolute;
    top: 40px;
    background: none;
}
#navegacion.fixed {
    position: absolute !important;
}
#navegacion nav {
    position: relative;
}
#navegacion #navHeader {
    float:right;
    z-index:10;
}
#navegacion ul li a {
    height: 120px;
    line-height: 120px;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    transition: color .25s;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 00;
    text-transform: uppercase;
    position: relative;
}
#navegacion.fixed ul li a {
}
#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: none;
    color: #921B40 !important;
    font-weight: 900;
}

#navegacion ul > li a:hover, #navegacion ul > li.activo a, #navegacion ul > li:hover a {
    background: transparent;
}
#navegacion ul > li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #921B40;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#navegacion ul > li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#navegacion ul li.dropDownMenu > ul {
    height: auto !important;
    top: 90px;
    background: #fff !important;
}
#navegacion.fixed ul li.dropDownMenu > ul {
}
#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: #333 !important;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    transition: none;
}
#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 {
    background: #cfcfcf !important;
}
#navegacion ul li.dropDownMenu:hover ul li a {
    background: none !important;
}
#navegacion ul li.dropDownMenu ul li a:hover {
    background: none !important;
    color: #fff !important;
}
#navegacion ul li.dropDownMenu:hover > a {
    border-bottom: none !important;
}
#navegacion ul li.dropDownMenu:hover > a:after {
    display: none;
}
#navLinks .dropDownMenu > a > i {
    float: left;
    margin-right: 5px;
}
#navLinks .dropDownMenu > a > span {
    float: left;
}
#navegacion #operationList > li > ul > li.dropDownMenu > a > i {
    margin: 0px 5px 0 0;
    font-size: 12px;
}
#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before {
    content: "";
    position: absolute;
    top: -11px;
    right: 0;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #921B40;
}

/* ====================
   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: #FFF !important;
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
    top: 120px;
}
#navegacion ul#favoritos figure {
    height: auto;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
    background: #fff;
    height: auto;
    padding: 0px !important;
    margin: 20px 10px;
    border: 1px solid #dedede;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion:hover {
}
#navegacion ul#favoritos > li:hover > div a {
    height: 82px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3 {
    top: 0px;
    left: 0px;
    padding: 5px 10px;
    background: #008fff;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    text-align:center;
    opacity: 1 !important;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion h3 a {
    padding: 0 !important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px !important;
    line-height: 22px;
    color: #fff !important;
    text-shadow: none;
    text-transform:initial;
    letter-spacing:0px;
    text-align: center;
    display: block;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido {
    padding: 0;
    height:auto;
    margin:0 auto;
    width:100%;
    left:0;
    top:0;
    opacity:1;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas {
    padding:0;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas {
    padding: 0 5px;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li {
    text-align:center;
    display:block;
    width:100%;
    color:#000;
    margin: 5px 0;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li i{
    display:none;
}
#navegacion ul#favoritos > li > div > div > div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li span {
    display:inline-block;
    color:#000;
    font-weight:700;
    margin-right:2px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li.promocion .contenido .precio {
    background: none !important;
    color: #292929 !important;
    font-weight: 700;
    text-align: center;
    position: relative;
    border: none;
    height: auto;
    margin-top: 7px !important;
    border-top: 1px solid #dbdbdb;
    padding: 5px 0 !important;
}
#navegacion nav ul#favoritos > li > a span {
    display:none !important; /* Ultimos inmuebles vistos */
}

/* ====================
   Idiomas
   ==================== */
#navegacion ul#idiomas {
    position: absolute;
    top: -38px;
    right: 0;
}
#navegacion ul#idiomas li.dropDownMenu ul {
    border: none;
}
#navegacion ul#idiomas li.dropDownMenu > ul:before {
}
#navegacion ul#idiomas li.dropDownMenu ul li a {
    border: none;
}
#navegacion ul#idiomas li ul li a {
}
#navegacion ul#idiomas li.dropDownMenu a.langSelect {
    line-height: 36px;
}
#navegacion ul#idiomas > li.dropDownMenu:hover > a.langSelect {
}
#navegacion ul#idiomas li.dropDownMenu > a.langSelect > i {
    color:#333;
}
#navegacion ul#idiomas li ul li:hover > a {
}
#navegacion ul#idiomas li a span > span:last-child {
}
#navegacion ul#idiomas li .iniciales {
    color: #b5b5b5;
}
#navegacion ul#idiomas li.lang_gb a span.iniciales:after, :lang(gb) #navegacion ul#idiomas li.dropDownMenu a.langSelect > span:after {
    color: #b5b5b5;
}

/* ====================
   Datos contacto header
   ==================== */
header .datosContacto {
    background: none;
    border-bottom: 1px solid white;
    background-color: black;
}
header .datosContacto address {
}
header .datosContacto address ul {
}
header .datosContacto address ul li {
    color: #fff;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
}
header .datosContacto address ul li.telefono,
header .datosContacto address ul li.movil {
    font-weight: 800;
}
header .datosContacto address ul li.email {
    display: none;
}
header .datosContacto address ul li a {
    color: #fff;
}
header .datosContacto address ul li a.masInfoContact {
}
header .datosContacto address ul li i {
    color: #fff;
}
header .datosContacto address ul li.agencia ,header .datosContacto address ul li.direccion, header .datosContacto address ul li.poblacionProvincia, header .datosContacto address ul li.fax {
}
header .datosContacto address ul.socialLinks {
    bottom: 120px;
    top: inherit;
}
header .datosContacto address ul.socialLinks  li {
    margin-bottom: 1px !important;
}
header .datosContacto address .socialLinks li a {
    background: #921B40 !important;
}
header .datosContacto address ul.socialLinks  li i {
    color: #fff;
}
header .datosContacto address ul.socialLinks li:hover i {

}
header .datosContacto address ul.socialLinks li:hover a {
    background: #921B40 !important;

}

/* ====================
   Buscador
   ==================== */
#buscador {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: none;
    padding: 0;
    margin-top: 0;
}
.ui-slider .ui-slider-handle {
    top: -5px !important;
    width: 14px!important;
    height: 14px!important;
}
.ui-widget-header {
    background: #921B40!important;
}
.ui-slider .ui-slider-handle {
    background: #921B40!important;
}
#price-range, #price-rangep {
    height: .25em;
    background: #dedede !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 {
    top: .7rem !important;
    font-family: 'Raleway', Helvetica;
    font-weight: 500 !important;
    color: white;
}
#buscador div#openProperty form fieldset div.line#precio label, #buscador div#openNew form fieldset div.line#preciop label {
    top:0 !important;
    color: #fff !important;
}
#buscador div#openProperty form div.line#numero_ref label, #buscador div#openNew form div.line#numero_refp label {
    /* display: none !important; */
    visibility: visible;
}
#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: 37px;
}
#buscador div#openProperty form:last-child div.line button, #buscador div#openNew form:last-child div.line button {
    margin-top: 0;
}
.globalSelector ul li a:hover {
    background: #008fff !important;
    color: #fff !important;
}

/* ====================
   Busqueda avanzada
   ==================== */
.busquedaAvanzada .modal span.titulo {
}
.busquedaAvanzada .modalContainer .modal {
}
.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
}
#buscador .modalContainer .modal form button.btn, .modalContainer .modal form button.btn {
}
/* ====================
   Section
   ==================== */
section {
}
#home section {
    margin-top: -4px;
    /* margin-bottom: 0; */
    /* position: relative; */
    /* height: 800px; */
    /* z-index: 1; */
}
#home .offers {
    padding: 80px 0 0;
}
article {
    padding-top: 30px;
}

/* ====================
   Main text
   ==================== */
article#mainText {
    background:#fff;
    padding: 40px 0 45px;
    margin: 0;
    /* display: none; */
}
article#mainText .datosContacto {
    display: none;
}
article#mainText h2 {
    /* display: none; */
    text-align: left;
}

article#mainText .welcome {
    width:100%;
    text-align: center;
    font-weight: 500;
}
article#mainText .welcome .title_child {
    display: none;
}
article#mainText .welcome .content_child {
    font-size: 18px;
}
article#mainText .welcome .content_child p {
    line-height: 30px;
}
article#mainText .welcome .content_child img {
    float: right;
}

/* ====================
   	Busquedas destacadas
   ==================== */
.highlighted_searches {
    /* display: none; */
}

/* ====================
   	Home section
   ==================== */
#home article.home_section{
}
#home article.home_section .column_child{
}
#home article.home_section .column_child .title_child {
    height: 45px;
    line-height: 26px;
}
#home article.home_section .column_child img{
}
#home article.home_section {
    position: relative;
    margin: 0;
    width: 100% !important;
    padding: 120px 0 100px;
    margin-top: 60px;
}
#home article.home_section > div {
    margin: 0 auto;
}
#home article.home_section .title_child {
    font-size: 20px !important;
    color: #fff;
    font-weight: 700 !important;
    padding-bottom: 0px !important;
    line-height: 22px;
    text-transform: none !important;
    font-family:'Raleway', Helvetica;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}
#home article.home_section .content_child {
    font-weight: 400;
    text-align: left;
}

/**** Servicios ***/
#home article.home_section:nth-child(1) {
    background-image: url(img/bg_section.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}
#home article.home_section:nth-child(1) > h2 {
    display: none;
}
#home article.home_section:nth-child(1):before {
    content: "";
    background-image: url(img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#home article.home_section:nth-child(1) .column_child {
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
#home article.home_section:nth-child(1) .column_child img {
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
}
#home article.home_section:nth-child(1) .column_child .content_child {
    color: #fff;
}

/**** Testimonios ***/
#home article.home_section:nth-child(2) {
    margin-top: 0 !important;
    padding-top: 175px;
}
#home article.home_section:nth-child(2) .column_child .title_child {
    display: none;
}
#home article.home_section:nth-child(2) .column_child .title_child:first-child {
    display: block;
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    font-family: 'Raleway', Helvetica;
    font-weight: 800 !important;
    font-size: 25px !important;
    letter-spacing: 1.5px;
    text-transform: uppercase !important;
    color: #34343e;
    text-align: center;
    line-height: inherit !important;
    height: auto !important;
}
#home article.home_section:nth-child(2) .column_child img {
    width: 185px;
}
#home article.home_section:nth-child(2) .content_child {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000;
}
#home article.home_section:nth-child(2) .content_child span {
    margin-top: 20px;
    display: block;
    font-weight: 700;
    color: #921B40;
}



/* ====================
   Box promocion
   ==================== */
.promocion {
    width: 32.9% !important;
    margin: 0 .2% 20px;
    background: #fff;
}
.promocion figure {
}
.promocion figure:hover .sliderPropiedad.sliderMini {
    transform: none !important;
}
.promocion figure .mask{
}
.promocion figure div.mask div.referencia {
}
.promocion figure div.mask div.referencia span.tipo {
}
.promocion figure div.mask div.referencia span.numeroRef {
}
.promocion figure div.mask div.referencia span.numeroRef:before {
}
.promocion h3 {
    color: #921B40 !important;
    text-transform: none;
    font-size: 17px;
    font-family: 'Raleway', Helvetica;
    font-weight: 700;
    letter-spacing: -.5px;
    margin: 20px 0 0;
    text-align: left;
    padding-left: 15px;
}
.promocion .contenido {
    padding: 0 15px;
}
.promocion .contenido .descripcionCaracteristicas {
    min-height: 50px;
    font-size: 16px;
}
.promocion .contenido .descripcionCaracteristicas p {
    text-align: center;
    color: white !important;
    font-weight: 400;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(0,0,0,0.6);
    margin-left: -39px;
}
.promocion .acciones {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 66px;
}
.promocion .acciones a {
    display: block;
    padding: 8px 35px;
    background: #119ece;
    color: #fff;
    text-transform: capitalize;
    border-radius: 25px;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 500;
}
.promocion .acciones a:hover {
    background: #921B40;
}
.promocion .acciones a i {
    display: none !important;
}
.promocion .contenido .precio {
    font-size: 16px;
    color: #171717;
    background: none;
    text-align: right;
    padding: 15px 0;
    border-top: 1px solid #dcdcdc;
    margin-top: 35px;
    font-weight: 500;
}
.promocion .contenido .precio span {
    font-weight: 500;
}

/* ====================
   Box vertical y horizontal
   ==================== */
.venta, .alquiler {
    background: #fff;
    border-bottom: 3px solid #00000012;
    padding-top: 0 !important;
    overflow: hidden;
    min-height: 399px;
}
.venta h3, .alquiler h3, .venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4, .venta figure div.sliderPropiedad.sliderMini .img a:after, .alquiler figure div.sliderPropiedad.sliderMini .img a:after, .venta .contenido .precio, .alquiler:hover .contenido .precio {
    opacity: 1;
    visibility: visible;
}
.venta .etiqueta, .alquiler .etiqueta {
    z-index: 9;
    border: none !important;
    top: 10px !important;
    left: 10px !important;
    font-size: 11px !important;
    border-radius: 2px !important;
    padding: 4px 15px 4px !important;
}
.promocion figure, .venta figure, .alquiler figure {
    overflow: hidden;
    width: 100%;
}
.promocion figure a img, .venta figure a img, .alquiler figure a img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.promocion figure a img:hover, .venta figure a img:hover, .alquiler figure a img:hover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
    z-index: 0;
}
.venta figure div.mask, .alquiler figure div.mask {
    top: 15px !important;
    bottom: inherit !important;
    background: none;
}
.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
}
.venta figure div.mask div.referencia span.tipo, .alquiler figure div.mask div.referencia span.tipo {
}
.venta figure div.mask div.referencia span.numeroRef, .alquiler figure div.mask div.referencia span.numeroRef {
    background: rgba(3, 3, 3, 0.75);
    float: right;
    border-radius: 2px;
    font-size: 11px;
    padding: 0px 8px;
    padding: 4px 6px 4px;
    text-transform: uppercase;
    line-height: 11px;
    vertical-align: top;
    font-weight: 500;
    color: white;
}
.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 {
    position: relative;
    font-weight: 600;
    margin: 18px 0 31px;
    text-decoration: none;
    font-size: 17px;
    color: #921B40 !important;
    padding-left: 15px;
    text-align: left;
    text-transform: none;
    font-family: 'Raleway', Helvetica;
    letter-spacing: -.5px;
    visibility: visible;
    padding-top: 5px;
}
.venta .contenido, .alquiler .contenido {
    margin-top: 0;
}
.venta .contenido .descripcionCaracteristicas , .alquiler .contenido .descripcionCaracteristicas {
    padding: 0 15px;
    /* height: 140px; */
    position: absolute;
    bottom: 10px;
}
.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 6px;
    margin-bottom: 5px;
    text-align: left;
    left: 15px;
    top: 255px;
}
.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion, .alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion {
}
.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before, .alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion:before{
    color: #29aea4;
}
.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #171717;
    /* display: block; */
    /* visibility: visible; */
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    padding: 5px 10px;
    display: table;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
    height: 43px;
    overflow: hidden;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    font-weight: 400;
    color: #171717;
    text-align: left;
    font-size: 13.2px;
    margin-right: 15px !important;
    width: auto;
    margin: 10px 0 5px;
}
.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: inline-block;
    font-weight: 600;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i , .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    display: none !important;
}
.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: "\f0b2";
}
.venta .contenido .descripcionCaracteristicas .descripcion, .alquiler .contenido .descripcionCaracteristicas .descripcion {
    margin: 0px 0px 12px;
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    color: #000;
}
.venta .acciones, .alquiler .acciones {
    display: none;
}
.venta .contenido .precio, .alquiler .contenido .precio {
    font-size: 19px;
    color: white;
    background: black;
    text-align: right;
    padding: 18px 20px;
}
.venta .contenido .precio p, .alquiler .contenido .precio p {
}
.venta .contenido .precio p span, .alquiler .contenido .precio p span {
    font-weight: 600;
}
.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #999999 !important;
    margin: 2px 0 -7px 0;
}


/* ====================
   Aside
   ==================== */
aside {
    /* background: #F6F6F6; */
    margin-top: 0;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    /* background-color: black; */
    /* background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23ffffff' fill-opacity='0.28' fill-rule='evenodd'/%3E%3C/svg%3E"); */
    background-color: #e1e0e3;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23ffffff' fill-opacity='0.22' fill-rule='evenodd'/%3E%3C/svg%3E");
}
aside:before {
    display:none;
}
aside #mailingList {
    padding: 85px 0 100px;
}
aside #mailingList > div {
}
aside #mailingList h3 {
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    color: #34343e;
    font-size: 17px;
    line-height: 28px;
    /* text-transform: uppercase; */
}
aside #mailingList p {
}
aside #mailingList form {
}
aside #mailingList form .line:first-child {
    position: relative;
}
aside #mailingList form .line:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    color: #fff;
    width: 44px;
    height: 40px;
    line-height: 38px;
    border-radius: 3px 0 0 3px;
    background-color: #212121;
    border: 1px solid #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 17px;
}
aside #mailingList form .line input[type="text"] {
    padding-left:50px;
    border: 1px solid #d5d8dc;
    height: 46px;
}
aside #mailingList form .line button {
    font-size: 14px !important;
    border-radius: 0px 3px 3px 0!important;
    background: #921B40;
    height: 46px;
    text-transform: none !important;
    padding: 0 35px;
}
aside #mailingList form .line button:hover {

}
aside #mailingList form .line.checkbox {
    top: 70px;
}
aside #mailingList form .line.checkbox p a {
    font-size: 12px;
    color: #171717;
}
aside #mailingList form .line:first-child:before {
    width: 47px;
    height: 45px;
    line-height: 42px;
    background-color: #921B40;
    border: 1px solid #921B40;
}
aside #mailingList form .line.email:before {
    background-color: #921B40;
}

/* ====================
   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 #filtroResultadoAbrir strong {
    display: block;
    background: none;
    line-height: 10px;
    text-transform: capitalize;
    padding-left: 5px;
    font-size: 15px;
    color: #000;
}
#results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 5px 10px;
    opacity: .6;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}
#results article.headerResults .filtroResultados #filtroResultadoAbrir li a:hover {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 1);
}
#results article.headerResults .vistaResultados ul li a {
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
#results article.headerResults .vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
    border: 1px solid #8b8b8b;
    background: #8b8b8b;
    color: #fff !important;
}
#results article.paginacion, #results_promo article.paginacion {
    padding:0;
    margin: 30px auto;
}
#results article.paginacion .resultados, #results_promo article.paginacion .resultados {
    color: #8b8b8b;
    font-size: 17px;
    font-weight: 400;
}
#results article.paginacion .resultados a {
    color: #29aea4;
}
#results article.paginacion ul li span, #results article.paginacion ul li a {
    width: 32px !important;
    height: 32px !important;
    border-radius: 16px !important;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center !important;
    border:1px solid transparent;
    color: #606060;
}
#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;
    border: 1px solid #921B40;
    background: #921B40;
}
#results article.offers {
    position: relative;
}
#results article.offers #tooMuchResults{
    right:0;
}
/* Box vertical */
#results .box_vertical .venta, #results .box_vertical .alquiler {
}
#results .box_vertical figure {
    max-height: 205px;
}
#results .box_vertical figure img {
}

/* Box horizontal */
#results .box_horizontal .venta, #results .box_horizontal .alquiler {
    background: #fff;
}
#results .box_horizontal figure {
}
#results .box_horizontal figure img {
}

#results article.offers #leyenda {
}
#results article.offers #leyenda span.titulo {
}
#results article.offers #leyenda span.titulo i {
}
#results article.offers #leyenda span.titulo:after {
}
#results article.offers #leyenda form {
}
#results article.offers #leyenda form .line {
}
#results article.offers #leyenda form .line label {
}
#results article.offers #leyenda form .line button {
}
#results article.offers #leyenda form > .line {
    display: none;
}
#results .box_horizontal .alquiler .contenido .precio, #results .box_horizontal .promocion .contenido .precio, #results .box_horizontal .venta .contenido .precio {
    bottom: 10px;
    right: 0;
    padding: 0px 3% 0px 3%;
    background: none !important;
    color: #171717;
    text-align: right;
}
#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
    display: none;
}
#results article.offers #leyenda form .line.filtro_precio div span, #results article.offers #leyenda form .line.filtro_m2 div span {
    color: #575757 !important;
    font-weight: 400;
}
/* ====================
   Results mapa
   ==================== */
#results #slider {
}
#results section {
}
#results article#mapa_results, #results article.offers #leyenda {
}
#results article#mapa_results{
}
#results article.headerPage, #results article.headerResults, #results article.paginacion, #results article#offers,#results article.offers #leyenda {
}
.wxp-map-icon span {
    background-color: #000 !important;
}
.wxp-map-icon-animated span, .wxp-map-icon-hover span {
    background-color: #333 !important;
}
.wxp-map-icon img {
    border: 7px solid #000 !important;
}
.wxp-map-icon-hover div img, .wxp-map-icon-animated div img {
    border: 7px solid #333!important;
}
#results .venta.wxp-map-icon-selected h3, #results .alquiler.wxp-map-icon-selected h3,  #results .venta:hover h3, #results .alquiler:hover h3{
    /*	background:#333;
        color:#fff;*/
}
#results article#offers.box_mapa + article + article#mapa_results {
    top: 170px !important;
    right: 0;
    left: inherit !important;
    z-index: 0;
}
#results label:after {
}

/* ====================
   Results - Formulario de alerta
   ==================== */
#formAlertaBusqueda .titulo {
}
#formAlertaBusqueda form div button {
}
#formAlertaBusqueda form div label i {
}

/* ====================
   Formulario Captacion
   ==================== */

#captacion form fieldset legend {
    margin: 0;
    padding: 10px 10px 5px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #000;
    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;
    color: #008fff;
}
#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;
    color: #008fff;
}
#captacion form fieldset.detalleInmueble legend:before{
    content: "\f040";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #008fff;
}

#captacion label {
    color: #333;
}
#captacion form input[type="text"], #captacion form select, #captacion form textarea {
    background: #fff;
    border: none;
}
#captacion .checkbox a {
}
#captacion form#frm {
    padding: 10px 0;
}
#captacion form .detalleInmueble div.line.labelCheckbox {
    position: relative;
    padding-left: 22px;
}
#captacion form div.line div button {
    height: 50px;
    border-radius: 3px;
    margin-left: 10px;
    border: none;
    font-weight: bold;
    line-height: 46px;
}
#captacion form div.line div button:last-child {
    color: #008fff;
    background-color: transparent;
    border: 3px solid #008fff !important;
    height: 49px;
}

/* ====================
   Ficha
   ==================== */
#details #slider, #promo_details #slider {
}
#details #bgContent, #promo_details #bgContent {
    margin-top: 0;
}
#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 {
}
#details #detalle #ficha .header:before {
}
#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 {
}
#details #detalle #ficha .header .headerTitulo .headerLeft h1 , #promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    line-height: 31px;
    color: #921B40;
    font-weight: 600;
    font-size: 20px;
}
#details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p{
}
#details #detalle #ficha .header .headerTitulo .headerLeft p span, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p span{
    font-weight: bold;
    color: #921B40;
}
#details #detalle #ficha .header .headerTitulo .headerRight, #promo_details #detalle #ficha .header .headerTitulo .headerRight {
}
#details #detalle #ficha .header .headerTitulo .headerRight p.precio, #promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    color: #921B40;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.5px;
}
#detalle #ficha .header .caracteristicasPrincipales {
}
#detalle #ficha .header .caracteristicasPrincipales ul li {
}
#detalle #ficha .header .caracteristicasPrincipales ul li#banos {
    border: none;
}
#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 {
    text-transform: uppercase;
    font-size: 12px;
    color: #171717;
}
#details #detalle #ficha .header .actionBar, #promo_details #detalle #ficha .header .actionBar  {
    top: -65px;
}
#details #detalle #ficha .header .actionBar ul, #promo_details #detalle #ficha .header .actionBar ul {
}
#details #detalle #ficha .header .actionBar ul li, #promo_details #detalle #ficha .header .actionBar ul li {
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
    background: #921B40;
    border-radius: 5px;
    margin: 0 10px 0px 0;
    height: 35px !important;
}
#details #detalle #ficha .header .actionBar ul li:hover, #promo_details #detalle #ficha .header .actionBar ul li:hover {
    background: #921B40;
}
#details #detalle #ficha .header .actionBar ul li a, #promo_details #detalle #ficha .header .actionBar ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
#details #detalle #ficha .header .actionBar ul li i, #promo_details #detalle #ficha .header .actionBar ul li i {
}
#details #detalle #ficha .actionBar a.hazOferta {
    background: #921B40;
    border: none;
    color: #fff;
    border-radius: 5px;
}
#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 {
    margin-bottom: 2px;
}
#details #detalle #ficha .actionBar ul li.share > i , #promo_details #detalle #ficha .actionBar ul li.share > i {
    color: #fff;
    position: relative;
    top: 0px;
}
#details #detalle #ficha div.colIzq {
}
#details #detalle #ficha div.colIzq #descripcionFicha {
    display: none;
    float: none;
    width: 100%;
}
#details #detalle #ficha div.colIzq .groupTabs {
}
#details #detalle #ficha div.colIzq .groupTabs .tabs {
    border:none;
}
#details #detalle #ficha div.colIzq .groupTabs .tabs li {

}
#details #detalle #ficha div.colIzq .groupTabs .tabs li a {
    text-transform: uppercase;
    font-size: 13px;
}
#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a, #detalle #ficha div.colIzq .groupTabs .tabs li a:hover {
    background: #921B40 !important;
    border-color: #921B40 !important;
    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;
}
#detalle #ficha div.colIzq .detallesFicha h3 , #detalle #ficha div.colDch .detallesFicha h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #171717;
    font-weight: 500;
}
#detalle #ficha div.colIzq .detallesFicha h3 i, #detalle #ficha div.colDch .detallesFicha h3 i  {
    display:none;
}
#detalle #ficha div.colIzq .detallesFicha ul, #detalle #ficha div.colDch .detallesFicha ul {
    padding: 0;
}
#detalle #ficha div.colIzq .detallesFicha ul li, #detalle #ficha div.colDch .detallesFicha ul li {
    font-size: 15px;
}
#detalle #ficha div.colDch .detallesFicha ul li {
}
#detalle #ficha div.colIzq .detallesFicha ul li:nth-child(2n) {
}
#detalle #ficha div.colDch .detallesFicha:nth-child(2){
    width: 100% !important;
}
#detalle #ficha div.colIzq .detallesFicha ul li i, #detalle #ficha div.colDch .detallesFicha ul li i {
    display: none;
}
#detalle #ficha div.colIzq .detallesFicha ul li strong, #detalle #ficha div.colDch .detallesFicha ul li strong {
    color: #171717;
    font-weight: 400;
}
#detalle #ficha div.colIzq #descripcionFicha2 {
    display:block;
    font-size: 14px;
}
#detalle #ficha div.colDch {
    margin-top: 43px;
}
#detalle #ficha div.colDch #formMasInfo {
    width:100% !important;
    float: none;
}
#detalle #ficha div.colDch #formMasInfo #contenido h3 {
    /*text-transform: uppercase;*/
    font-size: 15px;
    letter-spacing: 1px;
    color: #222;
    font-weight: 800;
    font-family: 'Raleway', Helvetica;
}
#detalle #ficha div.colDch #formMasInfo #contenido h3 i {
    display:none;
}
#detalle #ficha div.colDch #formMasInfo #contenido > p:nth-child(2){
    font-size: 14px;
}
#detalle #ficha div.colDch #formMasInfo #contenido form {
}
#detalle #formMasInfo #contenido form div.line{
    position: relative;
}
#detalle #formMasInfo #contenido form div.line label{
    color: #171717;
}
#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;
}
#detalle #fichaScroll {
    top: 0;
    left: 0px;
    width: 100%;
    margin-left: 0;
    z-index: 10000;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(70,70,70,0.2);
}
#detalle #fichaScroll div {
    float: none;
    margin: 0 auto;
}
#detalle #fichaScroll figure {
    float: left !important;
    width: 85px !important;
}
#detalle #fichaScroll figure img {
    width: 100%;
}
#detalle #fichaScroll > div > div {
    position: relative;
    top: 0px;
}
#detalle #fichaScroll div ul li {
    width: auto;
    color: #171717;
    font-size: 15px;
    float: left;
    margin-left: 20px;
    margin-top: 18px;
    font-weight: 300;
}
#detalle #fichaScroll div ul li i {
}
#detalle  #fichaScroll div ul li.precio {
    font-weight: bold;
    float: right;
    font-size: 22px;
    top: -2px;
    position: relative;
}

/* ====================
   Ficha promocion
   ==================== */

#promo_details #detalle #ficha div.colIzq .detallesFicha table td{
    width: 25% !important;
    padding: 15px 10px;
    margin-bottom: 1px;
}
#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a {
    font-weight: 600;
}
#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    top: 1px;
    color: #848484;
}
#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"] {
    background: #eee;
    margin: 12px 0;
}
#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"]:before {
    background: #eee;
}
#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"] .row .caracteristicas {
    width: 62%;
}
#promo_details #detalle #ficha div .detallesFicha div[id*="modelo_"] p.precio {
    border-bottom: none;
    color: #292929;
    font-size: 20px;
}

/* ====================
   Contacto
   ==================== */

#contact #bgContent {
    position: relative;
    margin-top:0;
}
#contact section {
    margin-top: 0;
    padding-top: 370px;
}
#contacto .mapa {
    width: 100%;
    height: 340px;
    position: absolute !important;
    left: 0;
    top: 0;
    background: #e3e3e3 url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/no-results.png")no-repeat center top;
}
#contacto .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 form .alert {
    margin-bottom: 30px;
    line-height: 18px;
    color: #dc2b32;
}
#contacto .datosContacto form div.line {
    position: relative;
}
#contacto .datosContacto form div.line:before {
    content:"";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    font-size: 1.7rem;
    transition: color .2s;
    color: #575757;
}
#contacto .datosContacto form div.line.name:before {
    content: "\f2bd";
}
#contacto .datosContacto form div.line.email:before {
    content: "\f2b6";
}
#contacto .datosContacto form div.line.phone:before {
    content: "\f095";
}
#contacto .datosContacto form div.line.comment:before {
    content: "\f040";
}
#contacto form input[type="text"],#contacto form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3.5rem;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}
#contacto form label {
    width: calc(100% - 3rem - 1.5rem);
    margin-left: 3rem;
    position: absolute;
    top: 0.8rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    font-weight: 400;
    font-size: 15px;
    transform: translateY(-105%);
}
#contacto form input[type="text"]:focus label , #contacto form textarea:focus label {
    font-size: .8rem;
    color:#000;
    transform:translateY(-140%);
}
#contacto form input[type="text"]:focus:before , #contacto form textarea:focus:before {

}
#contacto .datosContacto form div.line button.btn {
    width: 135px !important;
    border: none;
    color: #fff;
    outline: none !important;
    padding: 0 1em !important;
    font-size: 13px !important;
    height: 45px !important;
    line-height: 40px !important;
    transition: all 0.2s;
    overflow: hidden;
}
#contacto .datosContacto form div.line button.btn:hover {
}
#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 {
    background: url(img/bg_footer.png)!important;
    background-size: 100% !important;
    background-position: center !important;
    color: #fff;
    position: relative;
    z-index: 0;
    clear:both;
}
#home footer {padding-bottom: 200px;}
footer:before {
    content: "";
    width: 100%;
    height: 100%;
    /*background-image: url(img/pattern.png);*/
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
footer a {
}
footer #datosContactoFooter , footer #creditos {
}
footer #datosContactoFooter {
    padding: 10px 0;
}
footer #datosContactoFooter div {
    font-weight: 400;
}
footer #datosContactoFooter div.email, footer #datosContactoFooter div.direccion, footer #datosContactoFooter div.tlf {
    position: relative;
}
footer #datosContactoFooter div > i {
    color: #fff;
    font-size: 30px;
}
footer #datosContactoFooter div.email > i:before {
    content: "\f2b7";
}
footer #datosContactoFooter div.direccion > i:before {
    content: "\f278";
}
footer #datosContactoFooter div.socialLinks{
}
footer #datosContactoFooter div.socialLinks ul li{
}
footer #datosContactoFooter div.socialLinks ul li a{
}
footer #datosContactoFooter div.socialLinks ul li.facebook a {
}
footer #datosContactoFooter div.socialLinks ul li.twitter a {
}
footer #datosContactoFooter div.socialLinks ul li.googleplus a {
}
footer #datosContactoFooter div.socialLinks ul li.youtube a {
}
footer #datosContactoFooter div.socialLinks ul li.linkedin a {
}
footer #datosContactoFooter div.socialLinks ul li.instagram a {
}
footer #datosContactoFooter div.socialLinks ul li.pinterest a {
}
footer #datosContactoFooter div.socialLinks ul li a i {
    border: 2px solid rgb(255, 255, 255);
    background: none;
}
footer #datosContactoFooter div span {
    font-size: 15px;
}
footer #creditos {background-color: black;}
footer a, #creditos a {
    color: #fff;
}
footer #creditos .left{
}
footer #creditos .left p {
    color:#fff;
}
footer #creditos .right {
    position: relative;
}
footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}
footer #creditos .right p.mls_logo {
    /* display: none; */
}
#slider #slideshow img {
    width: 100% !important;
    height: 920px !important;
}
#buscador{
    display: none;
}
#home #buscador{
    display: block !important;
}
#home section {
    margin: 0px auto !important;
}
#home #buscador div#openProperty form:last-child div.line button{
    margin-top: 15px;
}
#home header {
    height: auto ;
}
header {
    height: 200px;
}
#ficha #etiqueta .descuento_label {
    top: 50px;
}
/* ====================
   Responsive
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {
    #navegacion ul#idiomas {
        top: 0 !important;
        z-index: 1111;
    }
    #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:10px 0 !important;
    }
    h2 {
        padding-bottom: 30px;
        line-height: 38px;
        font-size: 25px;
    }
    #home h2:before, #home h2:after {
        width: 22% !important;
    }
    #bgContent, #home #bgContent {
        margin-top:0;
        padding:0;
    }
    #seccionInterna, form, #contacto, #results article.headerPage {
        padding: 0;
    }
    .headerRight {
        border-top: 1px solid #fff;
    }
    .ui-widget.ui-widget-content {
        width: 95%;
    }
    .flecha {
        right: 0;
        margin-right: 15px;
        bottom: 55px;
    }
    .column_child {
        width: 100%!important;
        float: none !important;
    }
    header, #home header {
        height: auto;
        background: #fff;
    }
    #logo, #home #logo {
        top: 0;
        left: 0;
        margin: 0px;
        position: relative;
        padding: 20px 0;
        height: auto;
    }
    #logo a img, #home #logo a img {
        width: 60% !important;
    }
    /*NAVEGACION - MOVIL*/
    #navegacion {
        position: relative !important;
        top: 0px !important;
        background:none;
        z-index: 1111;
    }
    #navegacion nav {
        padding: 0;
        width: 100%;
        background:none;
    }
    #navegacion #navHeader {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        right: 0;
        margin: 0 !important;
        background: #921B40 !important;
    }
    #navegacion #navHeader #navLinks {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        display: none;
        z-index: 9999999;
        top: 48px;
        border-top: 5px solid #921B40;
        background: #fff !important;
    }
    #navegacion #navHeader #navLinks li {
        float: none;
        border-bottom: 1px solid rgba(217, 217, 217, .4);
    }
    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: none !important;
    }
    #navegacion #navLinks > li.dropDownMenu > ul:before, #navegacion #operationList > li.dropDownMenu > ul:before, #navegacion #idiomas > li.dropDownMenu > ul:before {
        display:none;
    }
    #navLinks .dropDownMenu > a > i {
    }
    #navegacion ul li a {
        padding-left: 10px !important;
        height: 50px;
        line-height: 50px;
        color: #333 !important;
    }
    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }
    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 0px;
        padding: 6px 10px;
        background: none!important;
        color: #fff;
        border-radius: 3px;
        border: none;
    }
    #navegacion #navHeader #navToggle button:hover, #navegacion #navHeader #searchToggle button:hover {
        color: #e8e8e8;
    }
    #navegacion ul#idiomas {
        right: 0;
        left: inherit;
    }
    #navegacion ul#idiomas li.dropDownMenu ul {
    }
    #navegacion ul#idiomas > li > a {

    }
    #navegacion ul#idiomas > li > a > i {
        color: #fff;
        display: none;
    }
    #navegacion ul#idiomas li a {
        padding: 0 10px !important;
    }
    /*BUSCADOR - MOVIL*/
    #buscador, #home #buscador {
        display: none;
        left: 0;
        top: 0 !important;
        position: relative;
        margin: 0 !important;
        outline: none;
        padding: 0;
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: auto;
        z-index: 1000;
    }
    #buscador > div {
        height: auto;
        background:none;
        width: 100%;
        padding: 0px 0px 30px !important;
    }
    #buscador div form {
        border: none !important;
    }
    #buscador > div > ul.tabs {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        margin-top: 0px;
        margin-bottom: 5px;
        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;
        height: auto;
        line-height: inherit;
        height: 38px !important;
        line-height: 38px !important;
        padding: 0 !important;
        padding: 0px 0px 0px 48px !important;
        font-size: 12px !important;
        text-align: left;
        background: none !important;
    }
    #buscador ul.tabs li.activo a, #buscador ul.tabs li.activo a:hover, #buscador ul.tabs li a:hover {
        background: none !important;
    }
    #buscador .busquedaAvanzada {
        display: block;
        bottom: 0;
        top: inherit;
        right: 0;
        left: inherit;
    }
    #buscador .busquedaAvanzada > a {
        width: 100%;
        text-align: center;
        right: 0 !important;
        left:inherit !important;
        top: inherit !important;
        bottom:0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        color: #fff !important;
        padding: 12px 0 !important;
    }
    #buscador .busquedaAvanzada > a > i {
        display: none;
    }
    #buscador form div.line .globalSelector {
        justify-content: inherit;
    }
    #buscador form div.line .globalSelector div.value {
        max-width: 350px;
    }
    #gtypeContent.globalSelector>ul, #pbAContent.globalSelector>ul, #pbContent.globalSelector>ul {
        width: 100%;
    }
    #price-range, #price-rangep{
        width: 95%;
    }
    #buscador div#openProperty form 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, #buscador form div.line span.priceDesc {
        color: #fff !important;
        font-size: 13px;
    }
    #buscador div#openProperty form div.line, #buscador div#openNew form div.line {
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    #buscador div#openProperty form, #buscador div#openNew form {
        padding: 0 10px !important;
    }
    #buscador div#openProperty form div.line#precio label, #buscador div#openNew form div.line#preciop label{
        top: 0 !important;
    }
    #buscador form div.line#precio, #buscador form div.line#preciop {
        height: 42px;
    }
    /*SECTION - MOVIL*/
    section, #home section {
        float: none;
        width: 100%;
        margin: 0 !important;
        padding: 0px 10px;
        box-sizing: border-box;
        margin-top: 20px !important
    }
    /*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: 0px 0px 20px !important;
        float:none !important;
    }
    .box_vertical .venta, .box_vertical .alquiler {
        padding: 0 !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 {
        font-size: 18px;
    }
    #results section.box_mapa > article.paginacion:nth-child(3) {
        display: none;
    }
    #results article.offers #leyenda form .line .desplegado span, #results article.offers #leyenda form .line ul li, article.offers #leyenda form .line.checkboxNum div span {
        padding-left: 25px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    article.offers #leyenda form .line.filtro_precio div span, article.offers #leyenda form .line.filtro_precio div input, article.offers #leyenda form .line.filtro_m2 div span, article.offers #leyenda form .line.filtro_m2 div input {
        float: none;
    }
    #results article.offers #leyenda form .line.filtro_precio > div span:nth-child(3), #results article.offers #leyenda form .line.filtro_m2 div span:nth-child(3) {
        margin-top: 0;
    }
    #results article.offers #leyenda {
        padding: 0;
    }
    #results article.headerResults .vistaResultados {
        margin-left: 0;
    }
    #results article.headerResults .filtroResultados > ul > li > ul {
        width: 360px;
        right: 0;
    }
    #results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
        font-size: 12px;
    }
    #results article.headerResults .filtroResultados #filtroResultadoAbrir strong {
        font-size: 14px;
    }
    #results article#offers.box_mapa + article + article#mapa_results {
        top: 0 !important;
    }
    /*FICHA - MOVIL*/
    #details section {
        margin-top: 0 !important;
        position: inherit;
    }
    #details #detalle {
        padding: 0;
    }
    #detalle #ficha .header {
        height: auto !important;
    }
    #detalle #ficha .header img {
        max-width:inherit !important;
        width:auto !important;
    }
    #detalle #ficha div.colIzq #descripcionFicha p, #detalle #ficha div.colIzq #descripcionFicha2 p {
        text-align: justify;
    }
    #ficha h1 {
        text-align: center;
    }
    #ficha #etiqueta {
        position: relative;
        z-index: 9;
    }
    #details #detalle #ficha .header .actionBar, #promo_details #detalle #ficha .header .actionBar{
        width: 100% !important;
        position: fixed;
        bottom: 0;
        left: 0;
        top: initial;
        z-index: 12;
        background-color: #000;
        padding: 0;
        border: none !important;
    }
    #details #detalle #ficha .header .actionBar ul li, #promo_details #detalle #ficha .header .actionBar ul li {
        background: #000;
    }
    #details #detalle #ficha .actionBar ul li.share > i, #promo_details #detalle #ficha .actionBar ul li.share > i {
        color: #9B9B9B;
    }
    #details #detalle #ficha .header .actionBar > ul, #promo_details #detalle #ficha .header .actionBar > ul {
        float: left;
    }
    #details #detalle #ficha .header .actionBar ul li, #promo_details #detalle #ficha .header .actionBar a.hazOferta {
        position: relative;
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        float: left;
        border-radius: 0 !important;
        margin: 0;
        border-right: 1px solid rgba(255, 255, 255, 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;
        color: transparent;
    }
    #details #detalle #ficha .actionBar a.hazOferta {
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        border:none !important;
        border-right: 1px solid rgba(120, 120, 120, 0.4) !important;
    }
    #details #detalle #ficha .header .actionBar ul li i, #details #detalle #ficha .actionBar a.hazOferta i , #promo_details #detalle #ficha .header .actionBar ul li i, #promo_details #detalle #ficha .actionBar a.hazOferta i, #details #detalle #ficha .actionBar a.hazOferta:before {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100% !important;
        font-size: 16px;
        color: #ffffff;
    }
    #details #detalle #ficha .header .actionBar  ul li.share > i, #promo_details #detalle #ficha .header .actionBar  ul li.share > i {
        top: 0 !important;
        margin: 0 !important;
    }
    #details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a , #promo_details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a {
        padding: 0;
        margin: 0;
    }
    #details #detalle #ficha .actionBar ul li.documents, #details #detalle #ficha .actionBar ul li.presentation, #details #detalle #ficha .actionBar ul li.printPage {
        display: inline-block !important;
    }
    #details #detalle #ficha div.colDch, #promo_details #detalle #ficha div.colDch {
        margin-top:0;
    }
    #ficha > div.colIzq > div:nth-child(4) > p {
        text-align:justify;
    }
    #detalle #ficha .header .headerTitulo .headerRight {
        position: relative;
        border:none;
    }
    #ficha #sliderPropiedad {
        width: 320px;
    }
    #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa, #detalle #ficha div.colIzq .groupTabs .videos iframe {
        height: 260px;
    }
    #home article.home_section .column_child {
        margin: 0 !important;
        margin-bottom: 50px !important;
    }
    #home article.home_section:nth-child(1) .column_child .content_child {
        color: #fff;
        text-align: center;
    }

    /*FOOTER - MOVIL*/
    footer, #home footer {
        margin-top: 30px;
        padding: 25px 0 !important;
        background: url(img/bg_footer.jpg)!important;
        background-size: cover !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 .left p {
        color:#fff;
    }
    footer #creditos .right {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer #creditos .right p {
        float: none;
        margin: 10px 0 0 !important;
    }
    footer #creditos .right p a {
        margin: auto;
    }
    footer #creditos .right p.mls_logo img {
        margin: auto;
    }

    /*CONTACTO - MOVIL*/
    #contact section {
        margin-top: 0 !important;
        padding-top: 200px;
    }
    #contacto .mapa {
        height: 200px;
    }
    #contacto {
        margin-top:20px;
    }
    #contacto .datosContacto, #contacto .datosContacto form {
        padding: 0;
    }
    #contacto .datosContacto form div.line button.btn {
        width:100% !important;
    }
}
@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
}

@media screen and (min-width: 0) and (max-width: 320px) {
    #buscador form div.line .globalSelector div.value {
        max-width: 298px;
    }
}
/*TABLET*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
        width: 768px;
    }
    #details #detalle #ficha div.colIzq .groupTabs .sliderPropiedad {
        max-width: 760px;
    }
    #blog .texto {
        width: 768px !important;
    }
    #logo {
        top: 55px;
        margin-left: -372px;
    }
    #logo a img {
        width: 130px;
    }
    #buscador div#openProperty form div.line label, #buscador div#openNew form div.line label {
        top: .7rem;
    }
    #buscador div#openProperty form:last-child div.line, #buscador div#openNew form:last-child div.line {
        margin-bottom: 18px;
    }
    #buscador div#openProperty form div.line#precio label, #buscador div#openNew form div.line#preciop label {
        top: -14px !important;
        font-size: 12px !important;
    }
    #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 {
        top: 1.2rem;
        font-size: 12px !important;
    }
    #buscador > div {
    }
    #buscador > div > ul.tabs {
        width: 100% !important;
        padding: 0 !important;
        position: absolute !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 li a {
        font-size: 13px;
    }
    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1/5) - 0px - 1px) !important;
    }
    header .datosContacto address ul li {
        font-size: 13px;
    }
    #buscador label {
        font-size: 12px;
    }
    #pbContent.globalSelector > ul, #gtypeContent.globalSelector > ul, #tipo_propiedad.globalSelector > ul {
        width: 100%;
    }
    .modalContainer , #buscador .busquedaAvanzada > a{
        right: 0;
    }
    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 100%;
    }
    #captacion form .detalleInmueble div.line {
        width: 45.3%;
    }
    #detalle #ficha div .detallesFicha ul li {
        width: 50%;
    }
    #promo_details .sliderPropiedad .miniaturas div ul {
        width: 100%;
    }
    .venta figure, .alquiler figure, .promocion figure {
        height: 212px;
    }
    #buscador > div {
        padding: 0 10px !important;
    }
    header .datosContacto address ul {
        padding-right: 10px;
    }
    #navegacion ul#idiomas {
    }
    #details #detalle #ficha div.colIzq .groupTabs, .sliderPropiedad {
        padding: 15px 0;
    }
    .promocion {
        width: 49.6% !important;
    }
    #home article.home_section:nth-child(1) .column_child {
        min-height: 310px;
    }
    #home article.home_section .content_child {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div, #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
        width: 984px;
    }
    #blog .texto {
        width: 984px !important;
    }
    #navegacion ul li a {
    }
    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1/7) - 0px - 1px) !important;
    }
    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%;
    }
    #captacion form .detalleInmueble div.line {
        width: 21.8%;
    }
    #detalle #ficha div .detallesFicha ul li {
        width: 50%;
    }
}

@media screen and (min-width: 1260px) {
    .venta .contenido .descripcionCaracteristicas , .alquiler .contenido .descripcionCaracteristicas {
        height: 150px;
    }
    #buscador > div, #home .row , header .datosContacto address, #fichaScroll div , .home_section > div , #details .breadcrumbs, #details #detalle #ficha .header .headerTitulo {
        width: 1220px;
    }
    #blog .texto {
        width: 1220px;
    }
    #navegacion ul#favoritos > li > div > div > div > ul > li.promocion {
        width: calc(100% * (1/8) - 0px - 1px) !important;
    }
    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%;
    }
    .promocion figure, .venta figure, .alquiler figure {
        height: 185px;
    }
}


/* ie 8 */
@media \0screen {
}

@media print {
    #detalle #ficha div.colIzq .groupTabs .googleMaps, #detalle #ficha div.colIzq .groupTabs .videos, #ficha #etiqueta, div#miniaturas, #fichaScroll, #detalle #ficha div.colIzq .groupTabs .tabs, .fotorama__nav-wrap {
        display:none !important;
    }
    #detalle {
        padding-top: 40px;
    }
    #detalle #ficha {
        margin-top: -40px;
    }
    #detalle #ficha .header {
        height: 200px;
    }
    #detalle #ficha .header .headerTitulo {
        top: 0;
        padding: 0 !important;
        border: none !important;
    }
    #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 1.6em;
        border-bottom: 0;
    }
    #detalle #ficha .header .headerTitulo p {
        font-size: 15px;
    }
    #detalle #ficha .header .caracteristicasPrincipales ul li {
        font-size: 18px;
        width: 100px;
        height: 70px;
        padding-top: 0px;
        margin: 0 20px;
    }
    #detalle #ficha div.colIzq {
        margin-top: 0;
        width:700px;
    }
    #detalle #ficha div .detallesFicha ul li {
        width: 48%;
        padding: 1px 1%;
    }
    #detalle .colIzq .detallesFicha#descripcionFicha p {
        font-size: 12px;
    }

    #details section {
        margin-top: -120px;
    }
    #promo_details #detalle {
        margin-top: -140px;
    }
    #detalle #ficha .header .headerTitulo .headerRight .precio {
        font-size: 25px !important;
        font-weight: 700;
        margin-bottom: 20px;
    }
    #detalle #ficha div .detallesFicha h3 {
        padding-left: 0;
        font-size: 18px;
        font-weight: bold;
    }
    .sliderPropiedad {
        height: 500px !important;
        margin-top: -40px;
        background: none;
        width:700px !important;
    }
    .fotorama__stage, .fotorama__stage img, .fotorama__img {
        height: 500px !important;
        width:700px !important;
    }
    .fotorama__wrap--slide .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img, #detalle #ficha .sliderPropiedad {
        height:500px !important;
        width:700px !important;
    }
    .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
        height:500px !important;
        width:700px !important;
    }
}