/* buscador: diseÃ±o horizontal nuevo */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");

/* pagina resultados: con mapa */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/results/imp_results_desplegables_v1.css");

/* pagina ficha: nueva ficha */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_estandar_2col_v1.css");

/* actionbar: fijo */

/* redes sociales cabecera: fijas */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_socialLinks_fixed.css");*/

/* etiquetas: diagonal derecha */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_etiqueta_button_dch_v1.css");

/* box propiedades: 3 columnas */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_propiedades_3col.css");*/

/* diseÃ±o boxes: tipo 1 */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_propiedades_3col_v1.css");
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_propiedades_iconos_v1.css");
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_boxes_3.css");*/

/* box promociones: 4 columnas */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_promociones_3col.css");

/* aside: centrado */
/*@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_aside_centrado.css");*/

/* footer: con redes sociales encima */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_footer_1.css");

/* aviso cookies */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_cookies.css");

/* fuentes */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');


/* ====================
   GENERALES
   ==================== */
body {
    font-family: 'Montserrat', sans-serif;
    color: #4c575d;
    font-weight:400;
}

select {
    -moz-appearance:none;  /* Firefox */
    -webkit-appearance:none;  /* Safari and Chrome */
}

#background{
    background: #ffffff;
}

#home #bgContent {
    margin-top: -177px;
}

a {
    text-decoration: none;
    transition: 0.25s all linear;
}
a:hover, a:active {
    color: #ecab49;
}
a:focus{
    outline:0;
}
::selection {
    background: #e0e0e0;
    color: #FFF;
}
h1,h2,h3,h4{
    color:#000;
}

h2 {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
}

p {
    font-weight: 300;
}

#home h2:before {
    content: "";
    background: url(img/diamante-black.png) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    display: block;
    /* text-align: center; */
    margin: auto;
    margin-bottom: 60px;
}

img {
    max-width:100%;
}
form div.line input[type="text"], form div.line select, form div.line textarea {
    border-radius: 0;
    height: 45px;
}
form div.line select {
    -webkit-appearance: none;
    background: #fff url(img/arrow.png)no-repeat 94%;
    background-size: 10px;
}
.btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    color: transparent;
    border: none;
    height: 43px;
    margin: 20px 0;
    width: 41px;
    background: #000 url(img/lupa.png) no-repeat;
    background-size: 55%;
    background-position: 47% 49%;
}

.btn:hover {
    border: none;
    background: #ecab49 url(img/lupa.png) no-repeat;
    background-size: 55%;
    background-position: 47% 49%;
    color: transparent;
}
.fa-caret-down:before {
    content: "\f107" !important;  /* icono flecha submenus */
}
.flecha {
    background: rgb(0, 0, 0); /* color flecha to top */
}

.flecha:hover {
    background: #ecab49;
}

/* ====================
   HEADER
   ==================== */
header {
    position: relative;
    height:auto;
}
#home header{
}

#home section {
    padding-bottom: 80px;
}

/* ====================
   LOGO
   ==================== */
#logo {
    top: 65px;
    z-index:1;
    width: auto !important;
}
#logo a img{
    width: 180px;
}
#home #logo a img {
    width:180px;
}

/* ====================
   SLIDER
   ==================== */
#slider {
    z-index: 0;
    position: relative;
    background: #e9e9e9;
    padding-top: 0px;
    height: 165px;
}
/*#slider:before {
	content:"";
	width:100%;
	height:100%;
	background: rgba(25,34,73,0.4);
    position: absolute;
    z-index: 2;
}*/
#home #slider {
    background: none;
    height: auto;
    max-height: 950px;
}

#slider .nivoSlider {
    margin: 0 auto;
}
#slider .nivoSlider img {
    width: 100% !important;
    height: auto !important;
}
.nivo-caption {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    font-size: 20px;
    font-weight: 600;
    background: none!important;
    padding: 15px !important;
}
.nivo-caption > div {
    padding: 20px;
    color: #fff;
    font-size: 20px;
}
.nivo-caption p {
    color: #d81010;
    font-size: 26px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 1px #616161;
}
.nivo-directionNav , .nivo-controlNav {
    display: none;
}
.nivo-caption > div span:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 20px;
    border-radius: 50%;
    border: 2px solid #568298;
    position: relative;
    top: -2px;
}
.nivo-caption > div span.superficie:after, .nivo-caption > div span.precio:after {
    display:none !important;
}
.nivo-directionNav a {
    top: 0 !important;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    background-image: url(img/nav_slider.png);
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.nivo-directionNav a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.nivo-directionNav a.nivo-nextNav {
    background-position: -60px 0;
}
.nivo-directionNav a.nivo-prevNav {
    background-position: 0 0;
    left: initial !important;
    right: 70px;
}


/* ====================
   NAVEGACIÃ“N
   ==================== */

#navegacion, #results #navegacion.fixed {
    position: absolute;
    background:none;
}
#home #navegacion {
    top: 110px;
}
#navegacion.fixed, #home #navegacion.fixed {
    background: #000;
    background:rgba(0,0,0,.8);
    top: 0;
}
#navegacion nav {
    display: table;
    position: relative;
    box-sizing: border-box;
    box-shadow:none;
}
#navegacion #navHeader {
    z-index:10;
    float:right;
    margin-right: 60px;
}
#navegacion #navHeader #navLinks li:last-child {
    border-right: none;
}
#navegacion ul li a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}


#results #navegacion ul li a {

}


#navegacion ul li.dropDownMenu ul li a {
    color: #000 !important;
}

#navegacion.fixed ul li a {
    color: #fff;
}
#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: none;
    color: #000 !important;
    transition: 0.25s all linear;
    -webkit-transition: 0.25s all linear;
    -moz-transition: 0.25s all linear;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu a {
    color: #000 !important;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover > a,#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover {
    color #ecab49  !important;
}
#navegacion ul li.dropDownMenu:hover > a, #navegacion ul li.dropDownMenu > a:hover {}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: none !important;
}
#navegacion ul#idiomas li.dropDownMenu:hover ul li:hover {
    background: none !important;
}
#navegacion ul li.dropDownMenu:hover ul li a, #navegacion ul li.dropDownMenu ul li a:hover {
    background: none !important;
}
#navegacion ul li.dropDownMenu ul li a:hover {
    color: #993333 !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-top: 0;
    margin-right: 5px;
}
#navLinks .dropDownMenu > a > span {
    float: left;
}
.dropDownMenu ul {
    background: rgba(255, 255, 255, 0.35) !important;
    height: auto !important;
    right:0;
    top: 32px;
}
.dropDownMenu ul li a {
    color: #fff !important;
    border-right: none !important;
    margin: 0 10px;
}
.dropDownMenu ul li a:hover {
    color: #fff !important;
    background: #404d36 !important;
}

#navegacion #operationList > li > ul > li.dropDownMenu > a > i {
    margin: 0px 8px 0 0;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    font-size: 24px;
}


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {
}
#navegacion ul#favoritos > li:hover > a {
}
#navegacion ul#favoritos > li > div {
    background: rgba(255, 255, 255, 0.35);
    width:100% !important;
    padding: 0 10px;
    box-sizing: border-box;
}
#navegacion ul#favoritos > li > div > div > div > ul > li {
    background: #fff;
    height: auto;
    padding: 0px !important;
    width: calc(100% * (1/8) - 0px - 1px) !important;
    margin: 20px 10px;
}

li.promocion h3, li.promocion:hover h3 {
    height: 35px;
}

#navegacion ul#favoritos > li > div > div > div > ul > li:hover {
}
#navegacion ul#favoritos > li:hover > div a {
    height: 82px;
}
#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
    top: 0px;
    left: 0px;
    padding: 5px;
    background: #272727;
    background-color: rgb(39, 39, 39);
    position: relative;
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 0;
    height: auto
}
#navegacion ul#favoritos > li > div > div > div > ul > li 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 .contenido .caracteristicas li{
    text-align:center;
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas .caracteristicas li i{
    display:none;
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido {
    padding: 14px 0 0 0;
    opacity: 1;
    top: 0;
    transform: none !important;
    width: 100%;
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
    height:auto;
    color: #ffffff;
}
#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
    background: none !important;
    color: #ffffff !important;
    margin-top: -10px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

#navegacion .promocion:hover figure a img {
    transform: none;
}


#navegacion nav ul#favoritos > li > a span {
    display:none !important;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {
    right: 0;
    position: absolute;
    top: -3px;
}
#navegacion ul#idiomas .dropDownMenu ul {
}
#navegacion ul#idiomas li a.langSelect {
}
#navegacion ul#idiomas > li > a > i {
}
#navLinks > li.dropDownMenu > ul:before, #operationList > li.dropDownMenu > ul:before, #idiomas > li.dropDownMenu > ul:before {
    content: "";
    position: absolute;
    top: -13px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #e3e3e3;
    display:none;
}
#navegacion ul#idiomas li a {
}
#navegacion ul#idiomas > li:hover > a {
    background: none!important;
}
#navegacion ul#idiomas li ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}
#navegacion ul#idiomas li ul li:hover > a {
    color: #FFF !important;
}
#navegacion ul#idiomas li a span > span:last-child {
    display:none;
}

/* ====================
   DATOS CONTACTO HEADER
   ==================== */

header .datosContacto {
    top:0px !important;
    background:none;
    z-index: 3;
    width: 100%;
    margin: 0 !important;
    background: #ecab49;
    left: 0;
}

header .datosContacto address {
    box-sizing:border-box;
    background:none;
    margin: 0 auto;
    float: none;
    padding: 10px;
}

header div.datosContacto address ul li.agencia, header div.datosContacto address ul li.direccion, header div.datosContacto address ul li.poblacionProvincia   {
    display: none;
}
header .datosContacto address ul li {
    display: inline-block;
    margin-right: 10px;
}

header .datosContacto address ul  {
    float: left;
}

header .datosContacto ul:first-child li:last-child {
    display:none;
}
header .datosContacto address ul li.poblacionProvincia i {
    display:none;
}
header .datosContacto address ul li.direccion i:before {

}
header .datosContacto address ul li.telefono i:before {

}
header .datosContacto address ul li.email i:before {

}

header .datosContacto address ul li {
    color: #000000;
}

header .datosContacto address ul li a {
    color: #000000 !important;
    transition: 0.25s all linear;
}

header .datosContacto address ul li a:hover {
    opacity: 0.6;
}
.datosContacto .socialLinks {
    float: right;
    border-top: none;
    padding: 0;
    margin-top: 0;
}

header .datosContacto address .socialLinks li i {

}

header .datosContacto address .socialLinks li:hover > a > i {
    background:transparent;
}

.fa-facebook-square:before {
    content: "\f09a" !important;
}

#results article.offers #leyenda form .line button {
    background-size: 30px;
}

/* ====================
   BUSCADOR
   ==================== */
#buscador {
    background:none;
    position: relative;
    display:none;
}

#buscador div form:first-child {
}
#home #buscador {
    display:block;
}
#buscador > div{
    background: rgba(255, 255, 255, 0.35);
    height: 135px;
}
#buscador ul.tabs {
    position: absolute;
    top: -50px;
    border-bottom: 0;
}
#buscador ul.tabs li a {
    border-radius: 0;
    color: #000;
    padding: 17px 20px;
}
#buscador ul.tabs li.activo a {
    border: 0;
    background: rgba(255, 255, 255, 0.35);
}
#buscador ul.tabs li a i {
    display: none;
}
#buscador .busquedaAvanzada > a {
    position: absolute;
    top: -55px;
    right: 0;
    text-decoration: none;
    width: 113px;
    text-align: left;
    padding: 10px 19px 8px;
    background: rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
    font-size: 15px;
    color: #000;
}
#buscador .busquedaAvanzada > a > i {
    position: absolute;
    right: 115px;
    padding: 15px 16px;
    color: #fff;
    top: 0;
    font-size: 18px;
    background: #000;
}

#buscador .busquedaAvanzada > a:hover > i {
    background: #ecab49;
}

.fa-gear:before, .fa-cog:before {
    content: "\f085";
}

form {
    padding: 20px 10px;
}

label {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

#buscador div form:last-child fieldset button {
    width: 60px !important;
    margin-top: 19px;
}

#buscador div#openProperty form:last-child {
}

.globalSelector {
    border-radius: 2px;
}

.globalSelector div.value {
    height: 42px;
}
.ui-slider .ui-slider-handle, .ui-widget-header {
    background: #000000 !important;
}

/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
    background:#ecab49;
    margin: 0;
    padding: 50px 0;
}
article#mainText .datosContacto {
    display:none;
}

#mainText h2:before {
    display:none;
}

article#mainText .welcome {
    text-align: center;
    width: 100%;
}

#mainText h2 {
    text-align: center;
    color: #ffffff;
}

#mainText p {
    color: #ffffff;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */


.offers {
    margin: 50px auto;
}

#home .offers {
    margin: -24px auto 90px;
}

.promocion, .venta, .alquiler {
    background: none;
}

.box_horizontal .venta figure div.sliderPropiedad.sliderMini .img a:after, .box_horizontal .alquiler figure div.sliderPropiedad.sliderMini .img a:after, .box_horizontal .venta:hover figure div.sliderPropiedad.sliderMini .img a:after, .box_horizontal .alquiler:hover figure div.sliderPropiedad.sliderMini .img a:after {
    display: none;
}

.box_horizontal .promocion h3, .box_horizontal .venta h3, .box_horizontal .alquiler h3 {
    width: 42%;
    top: 88px;
    left: 0;
}

.box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
    height: 100%;
    top: 0;
    box-sizing: border-box;
    width: 58%;
    right: 0;
    margin: 0;
    opacity: 1;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {
    text-align: left;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas, .box_horizontal .venta .contenido .descripcionCaracteristicas h4 a, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #000;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
    position: absolute;
    top: inherit !important;
    bottom: 0;
    margin-top: 0;
    padding: 10px;
    background: #ffffff;
    color: #575757;
    text-align: right;
}

.vistaResultados li:nth-child(2) {
    display: none;
}

.venta h3, .alquiler h3 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin: -20px 0 0;
    position: relative;
    padding: 10px 15px 9px 15px;
    border-radius: 1px;
    background: #ecab49;
    z-index: 55;
}


.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);
}
.venta figure a:hover img, .alquiler figure a:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}


.promocion figure:hover .sliderPropiedad.sliderMini, .venta figure:hover .sliderPropiedad.sliderMini, .alquiler figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}

.promocion figure:hover div.mask, .venta figure:hover div.mask, .alquiler figure:hover div.mask {
    display: none !important;
}

.box_vertical .venta, .box_vertical .alquiler {
    text-align: center;
}


.venta figure div.mask, .alquiler figure div.mask {
    display: none !important;
}


.venta .contenido .precio p, .alquiler .contenido .precio p {
    line-height: 40px;
    display: inline-block;
}


.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #575757;
    margin: initial;
    font-size: 14px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.venta .contenido, .alquiler .contenido {
    height: 130px;
    margin: 25px auto 0;
}

venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    position: relative;
}

/* ====================
   PROMOCIONES
   ==================== */
.promocion {
    padding:0 !important;
    margin-bottom: 50px !important;
    overflow:hidden;
    font-family: Lato, sans-serif;
    perspective: 1700px;
    perspective-origin: 0px 50%;
    text-align: left;
    list-style: none outside none;
    margin: 0px auto;
    padding: 0px;
    height: 220px;
    margin: 1%;
}
.promocion figure {
    overflow:hidden;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    margin: 0px;
}
.promocion figure a img {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    transition: transform 0.4s ease 0s;
}
.promocion .contenido .precio p {
    line-height: 18px;
}
.promocion:hover figure a img {
    transform: translateX(50%);
}
.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 {
    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 figure .sliderPropiedad.sliderMini {
    z-index: 1;
}
.promocion h3 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 15px;
    color: #fff !important;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
    position: absolute;
    top: 0;
    background-color: rgb(194, 162, 66) !important;
    width: 50%;
    z-index: 99999;
    float: left;
}
.promocion .contenido {
    margin: 0;
    backface-visibility: hidden;
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    transform-origin: 0px 0px 0px;
    width: 50%;
    left: 0px;
    position: absolute;
    top: 0px;
    background: none 0px 0px repeat scroll rgb(0, 0, 0);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    padding: 35px 15px 0;
}
.promocion:hover .contenido {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.promocion .contenido .descripcionCaracteristicas {
    padding: 0;
    margin-top: 18px;
}
.promocion .contenido .descripcionCaracteristicas p {
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    text-align: left;
    margin: 0px;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
    width: 100%;


}
.promocion .acciones {
    display:block;
    position: absolute;
    bottom: 55px;
}
.promocion .acciones a {
    background-color:#ecab49;
    color: #fff !important;
    text-transform: capitalize;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 13px;
    float: left;
    margin: 0;
    font-weight: 600;
    letter-spacing: .5px;
}
.promocion .contenido .precio {
    font-size: 14px;
    margin: 12px 0px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    float: left;
    position: relative;
    text-align: left;
}
.promocion .img {
    overflow: hidden;
}
.promocion .acciones a i { display:none }


.promocion .contenido .precio p span, .venta .contenido .precio p span, .alquiler .contenido .precio p span {
    font-weight: 400;
    display: inline-block !important;
    color: #000;
}

.promocion .contenido .precio p span:first-child, .venta .contenido .precio p span:first-child, .alquiler .contenido .precio p span:first-child {
    margin-right: 5px;
}

.promocion .contenido .precio .antes p span:first-child, .venta .contenido .precio .antes p span:first-child, .alquiler .contenido .precio .antes p span:first-child {
    float: none;
    margin-right: 5px;
}



.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    display: none !important;
}

.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
    position: relative;
    height: 30px;
    font-weight: 600;
    width: 33%;
}

.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: block;
    position: absolute;
    font-weight: 300;
    font-size: 11px;
    padding-top: 3px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #575757;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #575757;
    margin: initial;
    font-size: 14px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -1px;
}


.venta .contenido .descripcionCaracteristicas > ul > li.habitaciones > i:before , .alquiler .contenido .descripcionCaracteristicas > ul > li.habitaciones > i:before {
    content: "\f236";
}
.venta .contenido .descripcionCaracteristicas > ul > li.supHabitable > i:before , .alquiler .contenido .descripcionCaracteristicas > ul > li.supHabitable > i:before {
    content: "\f015";
}
.venta .contenido .descripcionCaracteristicas > ul > li.supConstruida > i:before , .alquiler .contenido .descripcionCaracteristicas > ul > li.supConstruida > i:before {
    content: "\f0b2";
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {

}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    transition: 0.25s all linear;
    line-height: 20px;
}

.venta .contenido .descripcionCaracteristicas h4 a:hover, .alquiler .contenido .descripcionCaracteristicas h4 a:hover {
    color: #ecab49;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a i {
    display: block;
}

figure div.sliderPropiedad.sliderMini .img a:after {
    background-color: rgba(0,0,0,0.1);
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    -moz-transform: scale(0,0);
}

.venta:hover figure div.sliderPropiedad.sliderMini .img a:after, .alquiler:hover figure div.sliderPropiedad.sliderMini .img a:after {
    display: block;
    background-color: rgba(0,0,0,0.4);
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
}


.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    height: 40px;
    font-size: 20px;
    font-family: Lato, sans-serif;
    padding: 0 0;
}

.etiqueta {
    padding: 8px 30px !important;
    font-size: 1em !important;
    border-radius: 0 !important;
    right: -7px !important;
    top: 10px !important;
    left: inherit !important;
    border: 0 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    color: #fff !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

#fichaScroll div {
    float: none;
    width: 100%;
    font-size: 14px;
    margin: auto;
}

#fichaScroll div ul li {
    display: inline-block;
    margin: 14px 0 0 0;
    margin-top: 14px;
    margin-left: 0px;
    width: auto;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    color: #ffffff;
}


#fichaScroll div ul li i {
    color: #ecab49;
    width: 25px;
    text-align: center;
}

#fichaScroll div ul li.precio {
    font-weight: 600;
    font-size: 22px;
    color: #ecab49;
}

/* ====================
   FORMULARIO ALERTAS BÃšSQUEDAS
   ==================== */


/* ====================
   MAILING LIST
   ==================== */
aside {
    background:none;
}

aside #mailingList {
    width: 100%;
    margin-left: initial;
    left: initial;
    position: initial;
    background: #ecab49;
    padding: 90px 0 90px;
}

aside #mailingList form .line.checkbox p {

    margin: 0;
    font-size: 11px;
    font-weight: 300;

}

aside #mailingList form .line.email::before {
    content: "\f003";
    background: transparent;
    color: #000000;
}

aside #mailingList form .line.email input[type="text"] {
    background: transparent;
    border: 2px solid #000000;
}


/* ====================
   RESULTS
   ==================== */

.paginacion ul li span, .paginacion ul li a {
    transition: 0.25s all linear;
}
.paginacion ul li span.activa, .paginacion ul li a:hover {
    border: 1px solid #000000;
    background: #000000;
}

.paginacion ul li span, .paginacion ul li a {
    font-weight: 300 !important;
    border-radius: 0;
}

.paginacion ul li span {
    border: none;
}

#results #bgContent, #details #bgContent, #captacion #bgContent, #contact #bgContent, #lopd #bgContent, #notFound #bgContent, #promo_details #bgContent {
    padding-bottom: 80px;
}

#results article.offers #leyenda form .line label {
    border-radius: 2px;
    width: auto;
}

#results article.offers #leyenda form .line.filtro_precio div input, #results article.offers #leyenda form .line.filtro_m2 div input {
    border-radius: 2px;
}

#results .venta .contenido .precio, #results .alquiler .contenido .precio {
    font-size: 20px;
}


#results venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    font-size: 10px;
}

#results article.offers #leyenda form .line.filtro_precio div span:nth-child(1), #results article.offers #leyenda form .line.filtro_m2 div span:nth-child(1) {
    left: 0;
}

.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
    width: 100% !important;
    background: #fff;
}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
    width: 42%;
}

#results label:after {
    color: #000;
}
#results #slider, #details #slider, #captacion #slider, #contact #slider, #lopd #slider, #notFound #slider, #promo_details #slider {
    height: 135px !important;
    background: transparent;
}
#results article#mapa_results {
    top: 160px;
}
#results article.offers #leyenda {
    top: 160px;
}
#results article.offers #leyenda span.titulo {
    background: #ddd;
}
#results section, #captacion section, #contact section, #lopd section, #notFound section, #promo_details section{
    padding-top: 120px;
}

#results .venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, #results .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    font-size: 10px;
}


/* ====================
   FORMULARIO CAPTACION
   ==================== */

#captacion #background, #notFound #background, #lopd #background, #contact #background {
    background: #fafafa;
}

#captacion form fieldset legend {
    margin: 0px 0 20px 0;
    box-sizing: border-box;
    padding-left: 0;
}

#captacion .btn {
    color: #fff;
    background: #000;
}

article .texto {
    line-height: 22px;
    font-weight: 400;
}

#captacion .btn {
    text-transform: uppercase;
    transition: 0.25s all linear;
}

#captacion .btn:hover {
    background: #ecab49;
}

form input[type="text"], form select, form textarea {
    font-size: 14px;
    font-weight: 300;
}

#results article.offers #leyenda form .line.filtro_precio label, #results article.offers #leyenda form .line.filtro_m2 label {
    font-size: 14px !important;
}

.paginacion .resultados {
    float: left;
    font-weight: 300;
}

/* ====================
   FICHA
   ==================== */

#details section {
    padding-top: 100px;
}

#detalle #ficha .actionBar ul li {
    width: auto;
    float: left;
    margin: 0 4px;
    transition: 0.25s all linear;
}

#details #detalle #ficha .header .actionBar ul li i, #promo_details #detalle #ficha .header .actionBar ul li i {
    margin-right: 2px;
    font-size: 14px;
    width: auto;
    height: auto;
    color: #575757;
    background: transparent;
    float: left;
    margin-right: 10px;
    line-height: 40px;
}


#detalle #ficha .actionBar ul li a {
    height: 40px;
    color: #575757 !important;
    display: inline-block;
    line-height: 40px;
    font-weight: 300;
    font-size: 13px;
    padding: 0;
    transition: 0.25s all linear;
}

#detalle #ficha .actionBar ul li:hover a {
    color: #ecab49 !important;
}

#details #detalle #ficha .header .actionBar ul li:hover i, #promo_details #detalle #ficha .header .actionBar ul li:hover i {
    color: #ecab49 !important;
}

#detalle #ficha .actionBar a.hazOferta {
    color: #575757 !important;
    width: auto !important;
    height: 40px;
    line-height: 40px;
    background: transparent;
}

#detalle #ficha .actionBar a.hazOferta::before {
    position: initial;
    margin-right: 10px;
    color: #575757 ;
}

#detalle #ficha .header .headerTitulo {
    border-bottom: none;
    background: transparent;
}




#details #detalle #ficha .header, #promo_details #detalle #ficha .header, #detalle #ficha div.colIzq {
    position: relative;
    box-sizing: border-box;

}

#detalle #ficha .header .headerTitulo .headerRight .precio {
    font-size: 24px;
    color: #ecab49;
    font-weight: 600;
}

#detalle #ficha .header .headerTitulo .headerRight .precioReducido > span:nth-child(1),#detalle #ficha .header .headerTitulo .headerRight .precioReducido > span {
    text-decoration: line-through;
    color: #000;
    font-size: 16px;
}


#details #detalle #ficha .header .headerTitulo, #promo_details #detalle #ficha .header .headerTitulo {
    margin-bottom: 0;
}

#detalle #ficha div.colDch #formMasInfo #contenido > p:nth-child(2),#detalle #ficha div.colDch #formMasInfo #contenido > p:nth-child(4) {
    margin-bottom: 0px;
    text-align: center;
    font-weight: 300;
}

#detalle #ficha div.colDch #forMasInfo a {
    display: none;
}

#detalle #ficha div.colIzq .detallesFicha h3, #detalle #ficha div.colDch .detallesFicha h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
}


#ficha h3 i {
    display: none;
}

body#promo_details #detalle .colDch {
    position: relative;
}

body#promo_details #detalle .colDch {
    padding-top: 260px;
}

body#promo_details #detalle .colDch .detallesFicha {
    position: absolute;
    top: 0;
    width: 100%;
}

.headerResults {
    background:none;
    padding: 0;
}
.vistaResultados ul li a {
    color: #404040;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.25s all linear;
}

#detalle #ficha .header .caracteristicasPrincipales ul li i {
    background: url(img/rombo-footer.png) no-repeat;
}

#detalle #ficha .header .caracteristicasPrincipales ul li i:before {
    top: 45%;
    left: 45%;
}

#contenido > form > fieldset > div:nth-child(6) button {
    background: #000 url(img/lupa.png) no-repeat;
    background-size: 32%;
    background-position: 47% 49%;
}

#details .headerResults {
    margin-bottom: 0;
}

#detalle {

}

detalle #ficha div.colDch #formMasInfo #contenido h3 {
    padding: 20px 10px 10px 10px;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    color: #000000;
    border: none;
    text-align: center;
}

.headerResults li.activo {
    color: #993333;
}

.sliderPropiedad {
    background: none;
}

#detalle #ficha .actionBar {
    position: initial;
    border: none;
    padding: 0;

}

#detalle #ficha .actionBar ul li.share > i {
    top: 0 !important;
}

#detalle #ficha .actionBar a.hazOferta {
    margin: 0;
}


#details #detalle #ficha .header .headerTitulo .headerLeft h1, #promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    font-weight: 600;
    color: #000000;
}

#details #detalle #ficha .header .headerTitulo .headerLeft p, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    color: #000000;
    font-weight: 300;
}

#details #detalle #ficha .header .headerTitulo .headerLeft p span, #promo_details #detalle #ficha .header .headerTitulo .headerLeft p span {
    color: #ecab49;
    font-weight: 600;
}

#detalle #ficha .header .caracteristicasPrincipales ul li strong {
    font-weight: 300;
    color: #ecab49;
}

#detalle #ficha .header .caracteristicasPrincipales ul li {
    color: #000;
    font-weight: 400;
}

#detalle #ficha div.colIzq .detallesFicha ul li strong, #detalle #ficha div.colDch .detallesFicha ul li strong {
    font-weight: 300;
    color: #ecab49;
}

#detalle #ficha div .detallesFicha ul li i {
    display: none;
}

#fichaScroll {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    left: 0;
    right: 0 !important;
    margin-left: initial;
    top: 34px;
}

#detalle #ficha .actionBar ul li a i, #detalle #ficha .actionBar ul li i, #detalle #ficha .actionBar a.hazOferta {
    width: 45px;
    height: 45px;
    background: #993333;
    border-radius:0;
}

#ficha #etiqueta {
    position: relative;
}

#details #background, #promo_details #background {
    background: #fafafa;
}

#detalle #formMasInfo #contenido form button {
    background-image: none;
    border-radius: 0;
}

#detalle #formMasInfo #contenido .tlf {
    color: #ecab49;
    text-align: center;
}

#details #detalle #ficha div.colDch .certificacionContenedor h3 {

    display: block;
    padding: 5px 5px 15px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #000000;
    border: none;

}

#detalle #ficha .header .caracteristicasPrincipales {
    margin-right: -365px;
    width: 34%;
}

#details #detalle #ficha div.colIzq .groupTabs .tabs {
    box-sizing: border-box;
    border-bottom: none;
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 {
    color: #000000;
    text-align: center !important;
    font-weight: 600 !important;
}

/* ====================
   PROMO
   ==================== */

#promo_details #detalle #ficha {
    margin-top: 50px;
}

#promo_detail #detalle #ficha div .detallesFicha:nth-child(2) {
    width: 100%;
    float: right;
    margin-bottom: 30px;
}

#promo_detail #detalle #ficha div.colIzq {
    background: #ffffff;
}

#promo_details #detalle #ficha div.colIzq .groupTabs .sliderPropiedad {
    background: #ffffff;
}

#promo_details #detalle #ficha div .detallesFicha:nth-child(1) {
    width: 100%;
    box-sizing: border-box;
}

#promo_details #detalle #ficha div .detallesFicha:nth-child(2) {
    width: 100%;
    box-sizing: border-box;
}

#detalle #ficha div.colDch #formMasInfo {
    box-sizing: border-box;
}

#detalle #formMasInfo #contenido form div.line input, #detalle #formMasInfo #contenido form div.line textarea{
    min-height: auto;
}

#promo_details #detalle #ficha {
    margin-top: 0;
}

#promo_details #detalle #ficha div.colDch {
    margin-top: -173px;
}

/* ====================
   CONTACTO
   ==================== */

#contacto .mapa {
    width: 100%;
    height: 500px;
}
#contacto .datosContacto{
    background:none;
}

#contacto .texto p  {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #4c575d !important;
    font-weight: 300 !important;
    margin-bottom: 40px !important;
}

#contacto .datosContacto form div.line button.btn {
    background-image: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

/* ====================
   CAPTACIÃ“N
   ==================== */

form fieldset legend {
    color: #000000;
    border-bottom: 0;
    font-size: 18px;
    padding-bottom: 15px;
    background: none;
}

.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
    width: 135px;
}

/* ====================
   MODAL
   ==================== */

.modalContainer form .colIzq, .modalContainer form .colDcha {
    width: 49% !important;
}

.modalContainer form .colDcha {
    float: right !important;
}

.busquedaAvanzada .modal span.titulo {
    background: #000;
}
.modalContainer .modal {
    border-bottom: 45px solid #000;
}

.modalContainer {top:5px}

.simuladorHipoteca.modalContainer .modal {
    padding: 47px 0 30px 0;
}

.modalContainer form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modalContainer .modal form button.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 155px;
    border: none;
    border-radius: 0;
    margin: 0 0 0 -75px;
    font-size: 14px;
    color: #fff;
    background: #993333;
    background-size: 26px;
    height: 35px;
}
.modalContainer .modal form button.btn:hover {
    color:#fff;
}

.modalContainer .modal form button.btn:hover {
    background: #b56a6a;
}

.modalContainer .modal form fieldset div.line.labelHorizontal label, .modalContainer .modal form fieldset div.line > div span {
    margin-top: 15px;
}

/* ====================
   FOOTER
   ==================== */

footer {
    background: url(img/footer-background.jpg)no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0;
    margin-top: 0;
}
footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
footer #datosContactoFooter , footer #creditos {
    position: relative;
    z-index: 2;
}
footer a, #creditos a {
    color: #fff;
}
footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}

footer #datosContactoFooter div > i {
    height: 80px;
    width: 80px;
    background: url(img/rombo-footer.png) no-repeat;
    background-size: 100%;
    font-size: 24px !important;
    color: #fff;
    padding: 27px;
}

aside #mailingList form .line button {
    background: #000000;
    color: #fff !important;
    width: auto !important;
}

aside #mailingList form .line.checkbox {
    top: 65px;
}

aside #mailingList h3 {
    text-transform: inherit;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

#home footer {
    padding-top: 90px;
}

aside #mailingList form .line.checkbox p a {
    color: #000000;
    font-size: 11px;
}

/* ====================
   AVISO COOKIE
   ==================== */

#aviso_cookie div p {
    font-size: 13px !important;
    font-weight: 300;
}

#lopd .texto ol {
    font-weight: 300;
}

.breadcrumbs > ul > li > a {
    line-height: 50px;
    font-weight: 300;
}

/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {

    #slider, .mainText, aside, #home #logo:after, footer #datosContactoFooter div.socialLinks > i, #navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before , #buscador .busquedaAvanzada , .box_vertical .etiqueta:before{
        display: none;
    }

    #home #bgContent {
        margin-top: 25px;
    }

    .offers , .row {
        display:block;
    }

    .btn {
        color: #fff;
        background: #000;
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
        float:none;
        height: auto !important;
    }

    .venta h3, .alquiler h3 {
    }

    header , #home header {
        height: auto;
        background: #e9e9e9;
    }

    #results header {
        position:relative !important;
    }

    #home #logo , #logo {
        width: auto;
        top: 0;
        margin-top: 0px;
        position: relative;
        padding:10px 0;
    }

    #home #logo a img , #logo a img {
        width: 60% !important;
    }

    #navegacion , #navegacion.fixed , #buscador > div , #detalle{
        padding:0;
    }

    #navegacion {
        position: relative !important;
        top: 0px !important;
        background: #fff;
    }

    #navegacion nav {
        padding: 0;
        background:#000;
    }

    #navegacion ul li a {
        height: 40px;
        line-height: 40px;
        padding-left:10px !important;
    }

    #navegacion ul li:hover a {
        background: #272727 !important;
        color: #fff !important;
    }

    #navegacion #navHeader {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        margin:0;
    }

    #navegacion #navHeader #navLinks {
        position: absolute;
        background: #bebebe;
        left: 0;
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
        display: none;
        z-index: 9999999;
        top: 50px;
    }

    #navegacion #navHeader #navLinks li {
        float: none;
        border-bottom: 1px solid #d9d9d9;
    }

    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: none !important;
    }

    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }

    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 0px 0px;
        padding: 6px 10px;
        background: #575757;
        color: #fff;
        height: auto !important;
        border-radius: 0;
        box-sizing: border-box;
        border: none;
    }

    #navegacion #navHeader #navToggle button:hover, #navegacion #navHeader #searchToggle button:hover {
        background: #000;
        color: #fff;
    }

    #navegacion ul#idiomas {
        top: 0px;
        left:inherit;
        right: 10px;
        z-index: 1000000;
    }

    #navegacion ul#idiomas .dropDownMenu ul {
        top: 60px;
    }

    #navegacion ul#idiomas > li > a {
        margin: 0;
        color: #fff;
        height: 50px;
        line-height: 50px;
        padding:0;
    }

    #navegacion ul#idiomas > li > a > i {
        color: #192249;
    }

    #bgContent {
        padding-top: 0;
    }

    #home #buscador, #buscador {
        z-index: 1000;
        display:none;
        left:0;
        top: 0 !important;
        position: relative;
        margin: 0;
        outline: none;
    }

    #buscador div form:first-child {
        padding:10px;
    }

    section, #home section {
        float: none;
        width: 100%;
        margin: 0 !important;
        padding: 0px 10px;
        box-sizing: border-box;
    }





    #home footer {
        padding-top: 20px;
    }


    #detalle #ficha .actionBar {
        width:100%;
        padding: 0;
        display:none;
    }

    #detalle #ficha .actionBar ul li {
        width:50%;
        height: 30px;
    }


    .breadcrumbs , #blog .headerResults {
        display:none;
    }


    .headerRight {
        border-top: 1px solid #fff;
    }
    #detalle #ficha div.colDch {
        margin-top:0;
    }




    footer #datosContactoFooter div, footer #datosContactoFooter div.socialLinks > i {
        display: block;
        margin: 40px auto 40px;
    }
    #datosContactoFooter > div.socialLinks{
        top: 16px;
        width: 100%;
        border: none;
        margin: 0;
        height:auto !important;
    }
    #home footer #datosContactoFooter {
        padding: 0;
    }


    footer #creditos .left {
        margin-top: 17px;
        float: none;
        top: 0;
        text-align: center;
    }




    #buscador div#openProperty form:last-child div.line:last-child {
        width:100% !important;
    }

    #buscador .tabs {
        top:0;
        left:0;
        margin-bottom:45px;
        position: initial !important;
    }
    #buscador div form fieldset button, #buscador div form:first-child fieldset button, #buscador div form:last-child fieldset button {
        width:100% !important;
    }

    #home section article.offers {
        top: 0px;
        padding:0 !important;
    }

    #sliderPropiedad {
        width: 320px;
    }

    .sliderPropiedad .sliderPrincipal .img img {
        max-height: initial;
        height: 225px;

    }

    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: auto;
    }

    .promocion,	.venta, .alquiler {
        height: auto !important;
    }

    .venta, .alquiler {
        padding: 0 !important;
        margin: 0px 0px 20px !important;
    }

    #detalle .colIzq .detallesFicha {
        text-align: center;
    }

    footer {
        padding: 20px 0 22px 0;
    }

    #ficha > div.colIzq > div:nth-child(4) > p {
        text-align:justify;
    }
    #detalle #ficha .header .headerTitulo .headerRight {
        position: relative;
        border:none;
    }
    .sliderPropiedad .miniaturas {
        margin-top:0;
    }

    #buscador > div {
        height: inherit;
    }


    /*CAPTACION*/
    #captacion form .localizacionInmueble div.line:nth-child(2) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:nth-child(3) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:nth-child(4) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:nth-child(6) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:nth-child(7) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:nth-child(8) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:nth-child(9) {
        width: 100% !important;
    }

    #captacion form .localizacionInmueble div.line:last-child {
        width: 100% !important;
    }

    /*CONTACT*/
    #contacto .datosContacto {
        background: none;
        padding: 0;
        margin-top: 60px;
    }

    /*DETAIL*/
    #details section {
        padding-top: 40px;
    }

    #detalle #ficha .header .caracteristicasPrincipales {
        position:initial;
        width: 100%;
        box-sizing: border-box;
    }

    #details #detalle #ficha .header, #promo_details #detalle #ficha .header, #detalle #ficha div.colIzq {

        padding-top: 50px;
    }

}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {



}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    /*LOGO*/
    #logo {
        margin-left: -492px;
    }

    #logo a img {
        width: 150px;
    }

    #navegacion nav {
        width: 95%;
    }

    .box_vertical .venta, .box_vertical .alquiler {
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler, #results .sliderPropiedad.sliderMini .img {
        height: auto !important;
    }

    .box_vertical .promocion {
    }

    #results .venta, #results .alquiler {
        width: 95% !important;
    }

    #results_promo .box_vertical .promocion {
    }

    #results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
        height: 100%;
    }

    #results .box_vertical .venta figure, #results .box_vertical .alquiler figure {
        width: 100% !important;
        height: auto !important;
        float: none;
    }

    #results .box_vertical .venta h3, #results .box_vertical .alquiler h3 {
        width: auto;
        padding: 10px 15px 9px 15px;
        text-align: center;
        position: relative;
        margin: 15px 0;
    }

    #results .box_vertical .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li {
        text-align: center;
        padding: initial;
    }

    #results article.offers #leyenda form .line label {
        font-size: 13px !important;
    }

    #results .box_vertical .venta .contenido, #results .box_vertical .alquiler .contenido {
        width: 100%;
        margin-top: 5px;
        padding: 0;
        float: left;
    }

    #results .box_vertical .venta .contenido .descripcionCaracteristicas h4, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas h4 {
        text-align: center;
    }

    #results .box_vertical .venta .contenido .descripcionCaracteristicas, #results .box_vertical .alquiler .contenido .descripcionCaracteristicas {
        height: auto;
    }

    #buscador > div , #home h2, header .datosContacto address, 	#sliderPropiedad{
        width: 100%;
    }

    .nivo-directionNav, #home #logo {
        width: 768px;
        margin-left: -384px;
    }

    #detalle #ficha div.colIzq {
        width: 100%;
    }

    #detalle #ficha div.colDch {
        width: 100%;
        margin-top:0;
    }

    #navegacion ul li a {
        padding: 10px 5px;
        font-size: 12px;
    }

    #navegacion #navHeader {
        margin-right: 30px;
    }

    #navegacion ul#favoritos > li > div > div > div > ul > li {
        width: calc(100% * (1/5) - 0px - 1px) !important;
        margin: 20px 17px;
    }

    .sliderPropiedad.sliderMini .img {
        height: 195px;
        vertical-align: middle;
        text-align: center;
    }

    #tipo_de_propiedado, #tipo_operaciono {
        position: relative;
        top: 0;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 100%;
        max-width: 100% !important;
        width: 768px;
    }

    #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%;
    }

    .btn {
        margin: 16px 0;
    }

    article {
        width: 95% !important
    }


    /*CAPTACION*/
    #captacion form .datosPersonales, #captacion form .localizacionInmueble {
        width: 100%;
    }

    #captacion label {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {

    .box_vertical .venta, .box_vertical .alquiler {
    }

    .box_vertical .promocion {
    }



    #results_promo .box_vertical .promocion {
    }

    #home section {
        width:100%;
    }

    section, #home .row , #home h2, header .datosContacto address, #sliderPropiedad {
        width: 100%;
    }

    .nivo-directionNav, #home #logo{
        width: 984px;
        margin-left: -492px;
    }

    #detalle #ficha div.colIzq {
        width: 60%;
    }

    #detalle #ficha div.colDch {
        width: 30%;
    }

    #navegacion ul li a {
        padding: 10px 9px;
        font-size: 13px;
    }

    #navegacion ul#favoritos > li > div > div > div > ul > li {
        width: calc(100% * (1/7) - 0px - 1px) !important;
    }

    #buscador label {
        font-size: 12px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: inherit;
        max-width:100% !important;
        width:984px;
    }

    #captacion form .detalleInmueble div.line {
        width: 21.8%;
    }

    #captacion form .localizacionInmueble div.line:nth-child(2), #captacion form .localizacionInmueble div.line:nth-child(3), #captacion form .localizacionInmueble div.line:nth-child(4), #captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%;
    }

    #results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
        height: 100%;
    }

    .btn {
        margin: 18px 0;
    }

    /*PROMOTIONS*/
    .promocion .img {
        height: 220px;
    }


    /*RESULTS*/
    #results article.offers #listOffers {
        width: 74%;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        width: 48% !important;
    }

    #results .box_vertical .venta figure, #results .box_vertical .alquiler figure {
        height: auto !important;
    }

    /*DETAIL*/
    #details .headerResults {
        width: 97%;
        background: none !important;
        padding: 0;
        margin-bottom: 50px;
    }

    #detalle #ficha .header .headerTitulo .headerRight {
        float: right;
        width: 100%;
        text-align: right;
    }

    #detalle #ficha .header .headerTitulo .headerLeft {
        float: left;
        width: 100%;
    }

    #detalle #ficha .header .caracteristicasPrincipales ul {
        width: 100%;
        list-style: none;
    }

    #detalle #ficha .header .caracteristicasPrincipales {
        margin-right: -333px;
        width: 41.5%;
        margin-bottom: 0 !important;
    }

    #detalle #ficha div.colDch {
        margin-top: -12px;
    }

    #fichaScroll {
        top: 33px;
    }

    #fichaScroll div ul li.precio {
        float: right;
    }

}

@media screen and (min-width: 1260px) {
    .box_vertical .venta, .box_vertical .alquiler {

    }

    .box_vertical .promocion {
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {

    }

    #results_promo .box_vertical .promocion {
    }

    #sliderPropiedad, #video, #googleMaps, article,  footer #datosContactoFooter, footer #creditos, #navegacion nav, #slider .slider .slide .contenedor, #navegacion ul#favoritos > li > div > div > div, .headerResults, .paginacion, .informe_propietario,  section, #home .row , #home h2, #fichaScroll div, header .datosContacto address
    {
        width: 1220px;
    }

    header .datosContacto {
        width: 100%;
        margin-left: initial;
    }

    #detalle #ficha div.colIzq {
        width: 70%;
    }
    #detalle #ficha div.colDch {
        width: 27%;
    }

    #detalle #ficha .header .caracteristicasPrincipales ul {
        list-style: none;
    }

    .sliderPropiedad {
        width: 849px;
    }

    #detalle #sliderPropiedad .img img {
        max-width: 100% !important;
        max-height: 905px;
    }

    #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%;
    }

    #home section {
        width: 100% !important;
        margin-top: -175px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        width: 48% !important;
    }
}


/* ie 8 */
@media \0screen {
}

@media print {

    #detalle {
        padding-top: 180px;
    }
    #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 .groupTabs .googleMaps, #detalle #ficha div.colIzq .groupTabs .videos {
        display:none !important;
    }
    #detalle #ficha .header {
        height: 200px;
    }
}