/* buscador: diseÃƒÂ±o horizontal */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

/* ====================
   GENERALES
   ==================== */
#detalle #formMasInfo #contenido h3 {
    padding: 11px 15px 0px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdd1;
    color: #2a2730;
    font-size: 22px;
    line-height: 1.3076923076923077;
    border-bottom: 1px solid #CCC;
}
#detalle #formMasInfo #contenido h3 i {
    display:none;
}
#blog .texto{
    margin-right:10px !important;
}

#blog .texto p img{
    margin-right:20px !important;
}
#blog #articuloCompleto .wrapArticulo .colIzq {
    width: 100% !important;
}

#blog .default-facebook-like, #blog .default-facebook-like{
    float:left;
}


#blog .default-facebook-like{
    margin-left: 120px;
    margin-right: -300px;
}

#blog .default-facebook-share{
    margin-left: -100px;
}

#blog .default-twitter{
    float:right;
    margin-right: 60px;
    margin-top: -20px;
}
#content > section > div.texto{
}


#articuloCompleto {
    margin: 0 auto 100px auto !important;
    position: relative;
}

#articulosBlog .articulo .contenido .fecha, #articuloCompleto .wrapArticulo .fecha {
    width: 105px !important;
    right: 10px;
    text-align: center;
}



header {
    position: relative;
    height: 288px;
}
#home header {
    height: auto;
}


#logo {
    top: 26px;
    z-index: 2;
}
#logo a img {
    width:160px;
}

section {
    margin: 40px auto;
}

body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #575757;
}

a:hover, a:active {
    color: #a1aab1;
}

::selection {
    background: #30a8c8;
    color: #FFF;
}

.btn {
    border-radius: 0px;
    height:37px;
    border: none;
    background: #0b6351;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.btn:hover {
    border: none;
    background: #00b685;
}

#details .btn {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#bgContent {
    position: relative;
    /*z-index: 8;*/
    padding-top: 1px;
    background:#fff;
}

#home #bgContent {
    padding-top: 0;
}

h2 {
    color: #000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    line-height: 31px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    /*background: url(img/bg_h2.png)no-repeat center top;*/
    background-size: 100px;
    padding-bottom: 37px;
    padding-top: 37px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}

.etiqueta {
    top: 10px !important;
}

.modalContainer {}

.simuladorHipoteca.modalContainer .modal {
    padding: 47px 0 30px 0;
}

.modalContainer form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

form div.line input[type="text"], form div.line select, form div.line textarea {
    border-radius: 0;
}

.offers {
    margin: 40px auto;
}


/* ====================
   SLIDER
   ==================== */
#slider {
    z-index: 0;
    position: relative;
    background: url(img/luxury.jpg) no-repeat center top;
    background-size: 100%;
    width: 100%;
    overflow:hidden;
    height: 288px;
    background-position: 100% 50%;
}
#home #slider {
    background:none;
    height:auto;
    max-height: 920px;
}

#slider .nivoSlider {
    margin: 0 auto;
}

#slider #slideshow  img {

}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
    width:108% !important;
}

.nivo-caption {
    background: rgba(255,255,255,0.6) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    display: none !important;
}

.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 {
    position: absolute;
    bottom: 160px;
    left: 50%;
    z-index: 10000;
    height: 60px;
    display: none;
}

.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;
}

.nivo-prevNav {
    left: initial !important;
    right: 70px;
}
.nivo-controlNav {
    display:none;
}


/* ====================
   NAVEGACIÃƒâ€œN
   ==================== */
#navegacion #navHeader {float:right;    margin-right: 40px;}

#navegacion {
    position: absolute !important;
    top: 120px !important;
    z-index: 13;
    background: none;
}

#home #navegacion:before {
    opacity:1;
}

#navegacion nav {
    display: table;
    margin: 0 auto;
    position: relative;
    background: none;
    box-sizing: border-box;
}
#home #navegacion nav{
    box-shadow:none;
}

#navegacion #navHeader #navLinks {

}

#navegacion #navHeader #navLinks li {
    /*border-right: 1px solid #ccc;*/
}

#navegacion #navHeader #navLinks li:last-child {
    border-right: none;
}

#navegacion ul li a {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    text-transform:uppercase;
    padding: 0px 10px !important;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3) !important;
    border:1px solid transparent;
    font-weight: bold;
}
#navegacion ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: -9px;
    background: #0b6351;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#navegacion ul li:hover > a:before, #navegacion ul li > a:hover:before {
    right:0;
}

#navegacion #operationList > li > ul > li.dropDownMenu > a > i {
    margin: 9px 5px 0 0;
}

.dropDownMenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e7e7e7;
    background: transparent;
    position: absolute;
    top: -8px;
    right: 7px;
}
.dropDownMenu ul{
    border-top: 3px solid #e7e7e7;
}
#operationList > li > ul{
    top: 40px;
}

#navegacion ul li.dropDownMenu ul li a {
    color: #fff !important;
}
#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: none;
    color: #fff !important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu a {
    color: #fff !important;
    border:none !important;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu a:before {
    display:none !important;
}

#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 > a, #navegacion ul li.dropDownMenu > a:hover {}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: #00b685 !important;

}

#navegacion ul li.dropDownMenu:hover ul li a, #navegacion ul li.dropDownMenu ul li a:hover {
    background: none !important;
}

#navegacion #navLinks li:last-child a {
    border-right: none;
}

#navegacion ul li.dropDownMenu:hover > a {
    /*color: #fff !important;*/
    border-bottom: none !important;
}

#navegacion ul li.dropDownMenu:hover > a:after {
    display: none;
}

#navegacion nav div > ul > li > a, #navegacion nav ul#favoritos > li > a {
    position: relative;
}

#navLinks .dropDownMenu > a > i {
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}

#navLinks .dropDownMenu > a > span {
    float: left;
}

.dropDownMenu ul {
    background: #68cd98d6 !important;
    height: auto !important;
    top: 40px;
}


.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.fixed {
    position: absolute;
    top: 91px;
}

.dropDownMenu ul li{
    padding:6px;
}

/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {

}

#navegacion ul#favoritos > li:hover > a {
}

#navegacion ul#favoritos > li > div {
    background: #c1c1c1 !important;
    left: 50%;
}

#navegacion ul#favoritos > li > div > div > div > ul > li {
    background: #fff;
    height: 210px;
    padding: 0px !important;
}

#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:#8b9298 ;
    position: relative;
}

#navegacion ul#favoritos > li > div > div > div > ul > li h3 {
}

#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 .descripcionCaracteristicas .caracteristicas li i{
    display:none;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido {
    padding: 0 5px;
}

#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
    height: 50px;
    color: #575757;
}

#navegacion ul#favoritos > li > div > div > div > ul > li .contenido .precio {
    background: none !important;
    color: #292929 !important;
    margin-top: -10px;
    font-weight: 700;
    text-align: left;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {
    position: absolute;
    top:0px;
    right: 0px;
}

#navegacion ul#idiomas li a {
    background: none !important;
    text-transform: inherit;
    font-weight: 300;
    padding:0 !important;
}

#navegacion ul#idiomas > li:hover > a {
    background: none !important;
}
#navegacion ul#idiomas > li:hover > a:before {
    display:none;
}

#navegacion ul#idiomas li ul {
    left:-4px;
}

#navegacion ul#idiomas li ul li a {
    height: 30px;
    line-height: 30px;
}

.fa-caret-down:before {
    content: "\f107" !important;
}

#navegacion ul#idiomas li:hover > a {
}

#navegacion ul#idiomas li ul li:hover > a {
    color: #FFF !important;
}

#navegacion nav ul#favoritos > li > a span {
    display:none !important;
}
#navegacion ul#idiomas li a span > span:last-child {
    display:inline-block;
    text-transform:uppercase;
    margin-left: 7px;
    font-size: 14px;
    letter-spacing: 0.2px;
    display:none;
}
#navegacion ul#idiomas li a.langSelect i {


}

/* ====================
   DATOS CONTACTO HEADER
   ==================== */
header .datosContacto {
    top: 25px !important;
    z-index: 1;
    display:none;
}

header .datosContacto address {
    background: none;
    color: #575757;
    padding: 0;
    position: relative;
    width:100%;

}

header .datosContacto address a {
    color: #c1c1c1;
    text-decoration: none;
}

header .datosContacto address ul {
    position: relative;
    width:100%;
}

header .datosContacto address ul li {
    color: #c1c1c1;
    font-size: 18px;
    text-align:right;
    margin-bottom:14px;
}

header .datosContacto address ul li i {
    margin-right: 5px;
}

header .datosContacto address ul li.telefono {

    padding-left: 25px;
}

header .datosContacto address ul li.telefono i {
    color:transparent;
    background: url(img/icn_tlf.png) no-repeat left center;
}
header .datosContacto address ul li.email i {
    color:transparent;
    background: url(img/icn_mail.png) no-repeat left center;
    height: 22px;
    position: relative;
    top: -1px;
}

header .datosContacto address ul li.email {
    margin-right: 0;
    padding-left:25px;
}

header .datosContacto li.agencia, header .datosContacto li.direccion, header .datosContacto li.poblacionProvincia, header .datosContacto li.fax, header .datosContacto li.movil, header .datosContacto ul:first-child li:last-child, header .datosContacto address .socialLinks {
    display: none !important;
}

header .datosContacto address .socialLinks {
    border-top: none;
    margin: 0;
    padding: 0;
}

header .datosContacto address .socialLinks li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

header .datosContacto address ul:after {
    content: "";
    background: url(img/welovefuerteventura.png);
    position: absolute;
    top: 30px;
    right: 0;
    width: 352px;
    height: 40px;
}

/* ====================
   BUSCADOR
   ==================== */
#buscador {
    top: -115px;
    background: #e2e2e2 !important;
    width: 100%;
    left: 0;
    margin-left: 0;
    display:none;
}

#home #buscador {
    top: -232px;
}

#buscador > div {
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 6px 0 25px;
    width:100%;
}

#home #buscador {
    display:block;
}

#buscador .tabs {
    border-bottom: 1px solid transparent;
}

#buscador .tabs li a {
    color: #e0e0e0;
    border-radius: 0;
    font-weight:700;
    font-size:14px;
    padding: 15px 13px 10px 8px;
    background:none;
}
#buscador .tabs li a i{
    display:none;
}

#buscador .tabs li a:hover {
    border-bottom: none;
    color:#fff;
}

#buscador .tabs li.activo a {
    color: #0b6351;
    border: none;
    text-shadow: none;
}

#buscador label {
    color: #0b6351;
    font-size: 12px;
    font-weight:normal;
    font-size:13px;
    margin-bottom:9px;
}

#buscador div #openProperty form fieldset .line div select, #buscador div #openNew form fieldset .line div select {
    -webkit-appearance: none;
    background: #5c5f61 url(img/down_arrow.png)no-repeat 97% !important;
    background-size: 20px !important;
}

#buscador div#openProperty form, #buscador div#openNew form, #buscador div#openProperty form fieldset, #buscador div#openNew form fieldset {
    margin-bottom: 0;
    padding-bottom: 0;
}
#buscador div#openProperty , #buscador div#openNew {
    position:relative;
    top:5px;
}

.modal label {
    color: #000 !important;
}

/*div#openProperty form:last-child div.line:last-child {
	width: 68px !important;
}*/

.filtroResultados > ul > li > ul {
    top: 37px;
    width: 405px;
}

.filtroResultados > ul > li > ul:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #e4e4e4;
}
#buscadorAvanzado fieldset legend {
    background: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    border-color:#fff;

}
.modalContainer .modal form button.btn {
    position: absolute;
    bottom: -39px;
    left: 50%;
    width: 150px;
    border: none;
    border-radius: 4px;
    background: #fff;
    color: #3a3d40 !important;
    color: #fff;
    margin: 0 0 0 -75px;
    font-size: 14px;
    height: 33px;
}

.busquedaAvanzada > a {
    top: 7px;
    color: #0b6351;
    font-weight:700;
    font-size:13px;
    padding:15px;
    padding-right: 0;
}

.busquedaAvanzada > a:hover {
    text-shadow: none;
}

.busquedaAvanzada > a > i {
    display:none;
}
#buscador  form div.line input[type="text"], #buscador  form div.line select, #buscador  form div.line textarea{
    height:40px;
    border-radius:3px;
    background: #fff;
    border:1px solid #fff;
    color:#fff;
}
form div.line input[type="text"],  form div.line select,  form div.line textarea{
    border: 1px solid #bbbbbb;
    height:40px;
    border-radius:0;
    background:none;
    color:#575757;
}
#buscador div form fieldset button{
    border-radius: 2px;
    top:9px !important;
    font-size:14px;
}

.busquedaAvanzada .modal span.titulo {
    background: #3a3d40;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
}
.modalContainer .modal {
    border-bottom: 45px solid #3a3d40;
    background: rgba(255,255,255,.55);
    border-radius: 0;
}
#buscadorAvanzado > form > div:nth-child(3) > div > button > i, #buscadorAvanzado > span > i {
    display:none !important;
}

/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
    background: none;
    background-position: right 80px !important;
    padding: 0;
    line-height: 22px;
    min-height: 280px;
    display:none;
}

article#mainText h2, article#mainText .datosContacto {
    display: none;
}
#mainText .welcome {
    width: 100% !important;
}
.modalContainer .modal form fieldset div.line > div span {
    float: left;
    margin-top: 7px;
    color: #fff;
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */
.promocion, .venta, .alquiler {
    padding: 0px !important;
    overflow: hidden;
}

.venta .descripcion , .alquiler .descripcion{
    padding:0 20px;
    box-sizing:border-box;
}

.promocion {
    background: #f6f7f9;
}

.venta, .alquiler {
    padding-top: 27px !important;
    background: #f6f7f9;
}

.promocion h3, .venta h3, .alquiler h3 {
    width: 100%;
    color: #9e9e9e;
    font-weight: normal;
    text-align: center;
    margin: -2px 0 0 0;
    padding:22px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    overflow: visible;
    z-index: 10;
    font-size:16px;

}

.promocion h3 {
    color: #17819e;
}

.promocion figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.promocion figure div.mask {
    background: none;
    bottom: 0;
}

.promocion figure:hover div.mask {
}

.promocion figure div.mask a {
    width: 100%;
    padding: 7px 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: none;
    text-indent: -9999px;
}

.promocion .contenido {
    margin: 24px 0 10px 0;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10;
}

.promocion .contenido .acciones {

}
.promocion .contenido .acciones a {
    text-indent: -9999px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 38px;
    background: #8b9298 url(img/icn_lupa.png) no-repeat center;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
}
.promocion .contenido .acciones a:hover{
    background: #393939 url(img/icn_lupa.png) no-repeat center;
}
.promocion .contenido .descripcionCaracteristicas p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    color: #b7b7b7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

.promocion .contenido .precio {
    background: none;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-top:8px;
    font-size: 14px;
    text-align: center;
    color: #b7b7b7;
}

.box_vertical .etiqueta {
    font-weight: normal;
    position: absolute;
    opacity: 0.85;
    text-transform: uppercase;
    font-size: 0.75em;
    border: 0!important;
    display: inline;
    width: 145px;
    background: #e43;
    top: 25px !important;
    left: inherit !important;
    right: -58px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    height: 17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    padding: 5px 25px !important;
}

.venta h3, .alquiler h3 , .promocion h3 {
    text-align: left;
    margin: 0;
    position: absolute;
    top: 0;
    color: #989da2;
    padding: 22px 15px;
}

.box_horizontal .venta h3, .box_horizontal .alquiler h3 {
    top: 7px !important;
    width: 301px !important;
    color: #989898;
    background: none;
    text-align:left;
    left: 177px;
}

.venta figure div.mask, .alquiler figure div.mask {
    background: none;
    height: 25px;
    z-index: 11;
    display:none;
}

.venta figure div.mask div.referencia, .alquiler figure div.mask div.referencia {
    background: #000;
    background: rgba(125,125,125, 0.8);
}

.venta figure div.mask div.referencia span, .alquiler figure div.mask div.referencia span {
    color: #fff !important;
}

.venta figure .sliderPropiedad.sliderMini, .alquiler figure .sliderPropiedad.sliderMini {
    top: 34px;
}

.venta figure:hover .sliderPropiedad.sliderMini, .alquiler figure:hover .sliderPropiedad.sliderMini {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.box_horizontal .venta .contenido .descripcionCaracteristicas h4, .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 {
    margin-top: 25px;
}

.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #2a2730;
    text-decoration: none;
    font-size:15px;
}

.venta .contenido .acciones, .alquiler .contenido .acciones {
    position: absolute;
    left: 10px;
    display: none;
}

.venta .contenido .acciones a, .alquiler .contenido .acciones a {
    font-size: 18px;
    width: 16px;
    height: 19px;
    display: block;
    overflow: hidden;
}
.sliderPropiedad .sliderPrincipal .img img{
    max-height: 162px;
}
.promocion figure .sliderPropiedad .sliderPrincipal .img img{
    height: 190px;
}
#results .box_vertical .sliderPropiedad .sliderPrincipal .img img{
    height:119px;
}
.sliderPropiedad.sliderMini .sliderPrincipal > a {
    width: 18px;
    height: 33px;
    top: 50%;
    margin-top: -16px;
    background-image: url(img/nav_slider_box.png);
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior {
    background-position: 0 0;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente {
    background-position: -18px 0;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a i {
    display: none;
}

.sliderPropiedad.sliderMini .sliderPrincipal > a.anterior:hover, .sliderPropiedad.sliderMini .sliderPrincipal > a.siguiente:hover {
    cursor: pointer;
}

.venta .contenido, .alquiler .contenido {

    margin-top: 50px;
}

.box_vertical .venta .contenido .precio, .box_vertical .alquiler .contenido .precio {
    text-align: center;
    padding: 0 10px;
    background: none;
    color: #2f2c34;
    right: 0px !important;
    padding: 8px 15px 5px 15px !important;
    z-index: 10 !important;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 84%;
    margin: 0 auto;
    height: 44px;
    font-size: 18px;
    border-top: 1px solid #c2c2c2;
    box-sizing: border-box;

}

.venta .contenido .precio p, .alquiler .contenido .precio p {
    line-height: 44px;
}

.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    color: #6a6572;
    margin: -12px 0 -24px 0;
    font-size:11px;
}

#results .box_horizontal .venta .contenido .precio .antes, #results .box_horizontal .alquiler .contenido .precio .antes {
    color: #989898;
    margin: 0 20px 0 0;
}

.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
    color: #989898;
}

.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    margin-top: 2px;
    text-align:center;
    background:none;
    padding:5px 0;
}

#results .box_horizontal .venta .contenido .descripcionCaracteristicas h4, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4{
    background:none;
    text-align:left ;
}
#results .box_horizontal .venta .contenido .descripcionCaracteristicas h4 a, #results .box_horizontal .alquiler .contenido .descripcionCaracteristicas h4 a{
    color:#989898;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas{
    margin-top:22px;
    padding: 0 35px;
}
.contenido .descripcionCaracteristicas .caracteristicas li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li{
    display: inline-block;
    width: 30%;
    text-align: left;
    font-size: 14px;
    color: #2a2730;
    margin-bottom: 7px;
    margin-right: 0 !important;
    text-align: center;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li span, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span{
    display:none;
}

.contenido .descripcionCaracteristicas .caracteristicas li.habitaciones {

}

.contenido .descripcionCaracteristicas .caracteristicas li.habitaciones i {
    display: block;
    width: 32px;
    height: 26px;
    background: url(img/bed_ico.png) no-repeat;
    background-size: 32px;
    margin: 0 8px 0 auto;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    top: 0px;
}
.contenido .descripcionCaracteristicas .caracteristicas li.banos i {
    display: block;
    width: 32px;
    height: 26px;
    background: url(img/bath_ico.png) no-repeat;
    background-size: 30px;
    margin: 0 8px 0 auto;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    top: 0px;
}

.contenido .descripcionCaracteristicas .caracteristicas li.supConstruida i, .contenido .descripcionCaracteristicas .caracteristicas li.supHabitable i, .contenido .descripcionCaracteristicas .caracteristicas li.supParcela i {
    display: block;
    width: 25px;
    height: 26px;
    background: url(img/sup_ico.png) no-repeat;
    background-size: 25px;
    margin:auto;
    margin-bottom:10px;
    position: relative;
    top: 2px;

}

.box_horizontal .promocion figure, .box_horizontal .venta figure, .box_horizontal .alquiler figure {
    top: 10px;
    left: 10px;
}

.box_horizontal .promocion .contenido .precio, .box_horizontal .venta .contenido .precio, .box_horizontal .alquiler .contenido .precio {
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform:uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    background:none;
    color:#989898;
}

.box_horizontal .promocion .descripcion, .box_horizontal .venta .descripcion, .box_horizontal .alquiler .descripcion {
    float: none;
}

.contenido .descripcionCaracteristicas {
    text-align: left;
}

.box_horizontal .promocion .contenido, .box_horizontal .venta .contenido, .box_horizontal .alquiler .contenido {
    float: left;
    margin-left: 26px;
    margin-top:32px;
}

.box_horizontal .venta .contenido .descripcionCaracteristicas, .box_horizontal .alquiler .contenido .descripcionCaracteristicas {
    margin-top: 25px;
}

#results .box_horizontal .venta .contenido .acciones, #results .box_horizontal .alquiler .contenido .acciones {
    display: none;
}

.box_horizontal .promocion, .box_horizontal .venta, .box_horizontal .alquiler {
    min-height: 131px;
    padding-top: 0 !important;
}



/* ====================
   FORMULARIO ALERTAS BÃƒÅ¡SQUEDAS
   ==================== */



/* ====================
   MAILING LIST
   ==================== */
aside {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background: url("https://storage.googleapis.com/static.inmoweb.es/clients/691/css/img/feeling.jpg");
    padding:55px 0 65px 0;
    position:relative;
    /* background:url(img/bg_aside.jpg)no-repeat center;*/
    /*background-position: center !important;*/
    background-size: 100%;
}
aside:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3f4c5959;
}

aside #mailingList p, aside #mailingList form .line.checkbox p a {
    color: #fff;
    font-size: 15px;
}
aside #mailingList form .line.checkbox p a {
    font-size: 11px;
}

aside #mailingList form .line.checkbox {
    top: 60px;
}

aside #mailingList form .line button {
    margin: 0;
    padding: 0 30px;
    position: relative;
    top: 1px;
    background:#00b685;
}
aside #mailingList h3 {
    /* display: none; */
    text-align: center !important;
    color: #fff;
    margin-bottom: 40px;
    display: block;
    width: auto !important;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}
#mailingList > div > p {
    display: none;
}
aside #mailingList form {
    left: 50% !important;
    margin-left: -237px !important;
}
aside #mailingList form .line input[type="text"] {
    border: 2px solid #fff;
    color: #fff;
}


/* ====================
   RESULTS
   ==================== */
.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
    background: #006844;
    border: 1px solid #006844;
}

.paginacion ul li span, .paginacion ul li a {
    border: 1px solid #8B9298;
    color: #8B9298;
}
.vistaResultados ul li a {
    color: #575757 !important;
}

.vistaResultados ul li a:hover, .vistaResultados ul li a.activo, .paginacion ul li span.activa, .paginacion ul li a:hover {
    background: #00b685;
    border: 1px solid #00b685;
    color: #fff !important;
}

.paginacion ul li span, .paginacion ul li a {
    border: 1px solid #292929;
    color: #292929;
}
#leyenda > form > fieldset > div > label {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #2a2730;
    font-weight:normal;
}
article.offers #leyenda form .line {
    padding-top: 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cdcdd1;
}
#leyenda input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    top: 1px;
    padding: 0!important;
}
article.offers #leyenda .titulo  {
    margin-bottom:0;
    border:none;
    text-align: right;
}
#leyenda > span > i {
    display:none;
}
#leyenda > form > div {
    border-bottom: none !important;
}
article.offers #leyenda {
    border:none;
    top: -50px;
}

article.headerPage h1 {
    margin-bottom: 1.5rem;
    color: #2a2730;
    text-align:center;
}
#detalle #ficha div .detallesFicha ul li i {
    border: 2px solid #cdcdd1;
    padding: 2px;
    margin-right: 10px;
    color: #00b685;
}

#detalle #ficha div .detallesFicha h3 {
    padding: 11px 15px 0px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdd1;
    color: #2a2730;
    font-size: 22px;
    line-height: 1.3076923076923077;
}
#detalle #ficha div .detallesFicha h3 i {
    display: none;
}

#detalle #ficha .actionBar ul li.share {
    padding: 0 10px;
    height: 33px;
    line-height: 46px;
}
#detalle #ficha .actionBar ul li.share > i {
    top: -8px !important;
}
#detalle #ficha .actionBar ul li.share div.addthis_toolbox a span{
    display:none;
}


/* ====================
   LEYENDA RESULTADOS
   ==================== */



/* ====================
   FICHA
   ==================== */

.headerResults {
    background:none;
}
#detalle #ficha .header .headerTitulo  {
    border-bottom: none ;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #000;
    background:none;
    padding-bottom: 0;
}
#detalle #ficha .actionBar {
    border-bottom: none;
}
#detalle #ficha .header .headerTitulo .headerRight .precio{
    font-size: 25px;

}
#detalle #formMasInfo #contenido form {
    background:none;
}

#detalle #formMasInfo {
    width: 100%;
    float: none;
}

#detalle .colIzq .detallesFicha {
    width: 100% !important;
    float: none !important;
}

#detalle #sliderPropiedad .img img {
    max-width: 100%;
}

#sliderPropiedad .sliderPrincipal > a {
    /*width: 28px;
    height: 55px;
    top: 50%;
    z-index: 10;
    margin-top: -26px;
    background-image: url(img/nav_slider.png);
    background-repeat: no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);*/
}

#sliderPropiedad .sliderPrincipal > a:hover {
    /*opacity: 1;
    filter: alpha(opacity=100);*/
}

#sliderPropiedad .sliderPrincipal > a.anterior {
    /*background-position: 0 0;*/
}

#sliderPropiedad .sliderPrincipal > a.siguiente {
    /*background-position: -28px 0;*/
}

#sliderPropiedad .sliderPrincipal > a i {
    /*display: none;*/
    text-shadow: 0 0 2px #575757;
}

#sliderPropiedad .sliderPrincipal > a.anterior:hover, #sliderPropiedad .sliderPrincipal > a.siguiente:hover {
    /*cursor: pointer;*/
}

#fichaScroll {
    top: 10px;
    left: 10px;
    width: 215px;
    margin-left: 0;
    background: #68cd98;
    box-shadow: 0 0 2px #68cd98;
    z-index: 10;
    padding-bottom: 45px;
}
#fichaScroll div{
    font-size: 18px;
}

#fichaScroll figure, #fichaScroll div {
    float: none;
    width: auto;
}
#detalle #ficha div .detallesFicha h3{

}

#fichaScroll div ul li {
    display: block;
    width: 100%;
    color: #fff;
}

#fichaScroll div ul li i {
    color: #fff ;
}

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%;
}

#detalle #ficha .actionBar ul li a {
    color: #575757 !important;
}

#aviso_cookie {
    width: 45%;
    height: auto;
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: inherit;
    z-index: 999;
}

#aviso_cookie div {
    margin: 0 auto;
    display: table;
    line-height: 42px;
    border-radius: 0px;
    background: rgba(0, 0, 0, .9);
    color: #FFF;
    position: relative;
    width: 100% !important;
    padding: 10px;
    box-sizing: border-box;
}
#aviso_cookie div p {
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
    width: 85%;
    text-align: justify;
}
#aviso_cookie div > a {
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    background: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top:-10px;
    height: 40px;
    position: absolute;
    width: 40px;
    cursor: pointer;
    opacity: .7;
}

#aviso_cookie div > a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    height: 2px;
    border-style: solid;
    border-width: 0;
    border-color: rgba(255,255,255,0);
    background: rgba(255,255,255,1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    width: 35px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


#aviso_cookie div > a:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 35px;
    height: 2px;
    background: #fff;
    top: 8px;
    left: 8px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#aviso_legal_cookie {
    background:none !important;
    text-decoration: none;
    color: #abaaaa !important;
}
#detalle #ficha .actionBar a.hazOferta {
    float: right;
    font-size: 12px;
    color: #9B9B9B;
    line-height: 30px;
    margin-right: 10px;
    background: #006844;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    box-sizing: border-box;
    margin: 0;
    margin-top: 35px;
}

/* ====================
   CONTACTO
   ==================== */

#contacto .mapa {
    width: 100%;
    height: 500px;
}


/* ====================
   CAPTACIÃƒâ€œN
   ==================== */
form fieldset legend {
    color: #939393;
    border-bottom: 3px solid #8b9298;
    padding: 8px 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing:0.5px;
}



/* ====================
   MODAL
   ==================== */
.modalContainer form .colIzq, .modalContainer form .colDcha {
    width: 49% !important;
}

.modalContainer form .colDcha {
    float: right !important;
}



/* ====================
   FOOTER
   ==================== */
footer {
    background: #e2e2e2;
    color: #fff;
    z-index: 0;
    position: relative;
    padding-top: 0px;
}

footer a {
    color:#0b6351;
}
footer #datosContactoFooter div span {
    font-size: 16px;
    line-height: 24px;
}

footer #datosContactoFooter{
    background:url(img/bg_footer.png)no-repeat left center;
}

footer #datosContactoFooter div{
    text-align: center;
    height: 184px;
    width: 33.3%;
    position: relative;
}

footer #datosContactoFooter div{
    top: 20px;
    height: 85px;
}

#home footer #datosContactoFooter div.direccion span.provincia{
    display: none;
}


footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i {
    color: #30a8c8 !important;
}
footer #creditos {
    padding: 10px 0 8px 0;
    border-top:none;
}

#creditos:before {
    content: "";
    background: #006844;
    width: 100%;
    height: 75px;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
}

footer #creditos .left p{
    text-transform:uppercase;
}

footer #creditos .right p a {
    background-image: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/logoinmoweb2_blanco.png) !important;
}

#datosContactoFooter > div:before {
    content: "";
    width: 75px;
    height: 3px;
    background: #00b685;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -37.5px;
}
#datosContactoFooter > div.socialLinks:before {
    display:none !important;
}

#datosContactoFooter > div.socialLinks{
    width: 100%;
    top: -95px;
    position:relative;
    text-align:center;
}
#home #datosContactoFooter > div.socialLinks{
    display:block;
}

footer #datosContactoFooter div.socialLinks > i {
    display:none;
}
footer #datosContactoFooter div.socialLinks ul li a i{
    /*color:transparent;*/
    font-size: 48px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-facebook-square {
    /*background:url(img/facebook.png)no-repeat;*/
    background-size: 32px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-twitter {
    background:url(img/twitter.png)no-repeat;
    background-size: 32px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-google-plus {
    background:url(img/googleplus.png)no-repeat;
    background-size: 32px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-youtube {
    /*background:url(img/youtube.png)no-repeat;*/
    background-size: 32px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-instagram {
    /* background:url(img/instagram.png)no-repeat;*/
    background-size: 32px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-pinterest {
    /*background:url(img/pinterest.png)no-repeat;*/
    background-size: 32px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-linkedin {
    /*background:url(img/linkedin.png)no-repeat;*/
    background-size: 32px;
}


footer #datosContactoFooter div > i{
    margin-bottom:5px;
}
footer div.email > i, footer div.direccion > i, footer div.tlf > i, footer div.socialLinks > i{
    color: transparent !important;
    font-size: 65px !important;
}

footer #datosContactoFooter div.socialLinks ul li a i.fa-facebook-square:hover {
    background:url(img/fb_footer_hover.png)no-repeat;
    background-size:33px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-twitter:hover {
    background:url(img/tw_footer_hover.png)no-repeat;
    background-size:33px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-google-plus:hover {
    background:url(img/google_footer_hover.png)no-repeat;
    background-size:33px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-youtube:hover {
    background:url(img/youtube_footer_hover.png)no-repeat;
    background-size:33px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-instagram:hover {
    background:url(img/instagram_footer_hover.png)no-repeat;
    background-size:33px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-pinterest:hover {
    background:url(img/pinterest_footer_hover.png)no-repeat;
    background-size:33px;
}
footer #datosContactoFooter div.socialLinks ul li a i.fa-linkedin:hover {
    background:url(img/linkedin_footer_hover.png)no-repeat;
    background-size:33px;
}

#ficha > div.colIzq > div:nth-child(4) > p {
    padding-left: 10px;
}
#ficha > div.colIzq > div:nth-child(4) {
    margin-top:30px;
}
.ui-slider .ui-slider-handle,
#buscador .modalContainer .modal form button.btn, .modalContainer .modal form button.btn,
.globalSelector ul li a:hover{
    background: #0b6351 !important;
    color: #fff !important;
}
.globalSelector{
    height: 40px;
    border-radius: 3px;
}
#buscador form div.line#precio, #buscador form div.line#preciop{
    height: 50px;
}
.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos,
.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos{
    display: inline-block !important;
}
aside #mailingList form .line.email:before{
    background-color: #00b685;
}
.breadcrumbs>ul>li:after{
    color: #00b685;
}
#slider #slideshow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
    z-index: 6;
}
body:not(#home) #slider:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
    z-index: 6;
}
article > h2:before,article > div > h2:before{
    content: "";
    width: 85px;
    height: 45px;
    position: absolute;
    border-bottom: 2px solid #00b685;
    margin: 0 auto;
    left: 0;
    right: 0;

}
#blog #articuloCompleto .imgBg > img {
    display: none;
}
#blog #articuloCompleto .texto ul,
#blog #articuloCompleto .texto li{
    list-style: inside;
}
.articulo .fecha .dia:after{
    content: "-";
    position: relative;
    left: 2px;
}
#blog #bgContent #content{
    width: unset !important;
}
#blog #bgContent{
    max-width: 1220px;
    margin: 0 auto;
}
#blog #latestArticle{
    display: flow-root;
}
#blog #articuloCompleto{
    margin: 0 auto;
}
#results .headerPage > h1 {
    color: #000;
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    line-height: 31px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    /* background: url(img/bg_h2.png)no-repeat center top; */
    background-size: 100px;
    padding-bottom: 37px;
    padding-top: 37px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}
#results .headerPage > h1:before{
    content: "";
    width: 85px;
    height: 45px;
    position: absolute;
    border-bottom: 2px solid #00b685;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#buscador  form div.line input[type="text"]{
    color: #bbbbbb;
}
footer #datosContactoFooter div.direccion>div{
    color: #0b6351;
}
/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {
    #blog article > h2:before,#blog article > div > h2:before{
        display: none;
    }
    .colIzq .detallesFicha .wxp_property_external_link{
        word-break: break-word;
    }
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 95%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 0px;
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 100% !important;
        margin-top: 0;
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        display: none;
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 17px 20px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #articulosBlog .contenido .fecha{
        display: none;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 95%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 0px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 100% !important;
        margin-top: 0;
    }
    #blog #latestArticleg .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        display: none;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    /** BLOG **/
    .dropDownMenu ul{
        background: #68cd98 !important;
    }
    #navegacion #navHeader #navLinks{
        background: #00b685;
    }
    #detalle #ficha .header .headerTitulo .headerLeft {
        line-height: 26px;
    }
    #detalle #ficha .header .headerTitulo .headerRight {
        margin-top: 10px;
        padding-top: 10px;
    }
    .filtroResultados > ul > li > ul {
        top: 37px;
        width: 300px;
    }
    #navegacion ul#idiomas li a span > span:last-child{
        display:none;
    }

    #background {
        background: none;
    }

    header, #content {
        width: 100%;
    }

    header {
        height: auto;
        background: url(slider_images/img01.jpg)no-repeat;
    }


    #bgContent {
        padding-top: 0;
    }

    section {
        padding-top: 0;
    }

    section {
        padding-top: 40px;
        float: none;
        width: 100%;
        margin: 0;
    }

    #home #logo:after {
        display: none;
    }

    aside{
        display:none;
    }
    footer #datosContactoFooter {
        background: none;
    }
    #datosContactoFooter > div.socialLinks{
        top:16px;
    }

    #logo {
        top: 0;
        padding: 10px 0;
        position: relative;
    }

    #logo img {
        width:55%;
    }

    #slideshow {
        display: none;
    }

    #navegacion {
        z-index: 100000;
        top: 105px !important;
        position: relative !important;
        top: 0 !important;
        background: #68cd98;
    }

    #navegacion nav {
        padding: 0;
    }

    #navegacion ul li a {
        padding: 12px 15px 42px 15px !important;
        border-bottom: 1px dotted;
    }

    #navegacion #navHeader #navToggle, #navegacion #navHeader #searchToggle {
        display: inline-block;
    }

    #navegacion ul#idiomas {
        top: 5px;
        right: 10px;
        z-index: 1000000;
    }

    #navegacion #navHeader #navToggle button, #navegacion #navHeader #searchToggle button {
        margin: 5px 0;
        padding: 2px 7px;
        background: #006844;
        border-color: #006844;
        color: #FFF;
    }
    #slider {
        display: none;
    }

    #navegacion #navHeader {
        position: inherit;
        padding: 0 10px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin-right:0;
    }

    #navegacion #navHeader #navLinks {
        top: 43px;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #68cd98;
        margin: 0;
    }
    #navegacion #navHeader #navLinks li {
        border-bottom: 1px dotted #c1c1c1;
    }

    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: none !important;
    }

    #navegacion ul li:hover a {
        background: #c1c1c1 !important;
        color: #fff !important;
    }

    #navegacion nav div > ul > li:hover > a:before, #navegacion nav ul#favoritos > li:hover > a:before {
        display: none;
    }

    #navegacion ul#idiomas > li > a {
        margin-bottom: 0;
        border:none;
    }

    #home #buscador, #buscador {
        z-index: 1000;
        top: -40px;
        display:none;
        background: #68cd98 !important;
        margin-top: 0;
    }

    #buscador .tabs {
        background: none !important;
    }

    #idiomas > li > a > i {
        color: #fff;
    }

    #home section article.offers {
        top: 0px;
    }


    #sliderPropiedad {
        width: 320px;
    }

    .sliderPropiedad .sliderPrincipal .img img {
        max-height: initial;
    }

    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: auto;
    }

    .promocion,	.venta, .alquiler {
        height: auto !important;
    }

    .venta, .alquiler {
        padding-bottom: 70px !important;
    }

    .promocion .contenido .precio {
        margin-bottom: 10px;
    }

    .venta .contenido .precio, .alquiler .contenido .precio {

    }

    #fichaScroll {
        top: 0px;
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    #fichaScroll figure {
        width: 32%;
        float: left;
    }

    #fichaScroll div {
        font-size: 14px;
    }

    #fichaScroll div ul li {
        margin: 0 0 5px 10px;
        width: 100%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 305px;
    }

    #buscador .busquedaAvanzada {
        display: none;
    }

    footer {
        padding: 10px 0 20px 0;
    }
    .promocion .contenido{
        height:125px;
    }
    h2 {

        font-size: 27px;
        letter-spacing: 1px;

        /* letter-spacing: 8px; */
    }
    #details .headerResults {
        display: none;
    }
    #detalle .sliderPropiedad .miniaturas div ul {
        width: 100%;
    }
    #detalle .sliderPropiedad .miniaturas div ul li {
        float: none;
        width: 100%;
    }
    #detalle #ficha div.colIzq {
        padding: 0;
    }
    #detalle .sliderPropiedad .miniaturas div ul li a img {
        width: 100%;
    }
    #detalle .sliderPropiedad .miniaturas div {
        margin: 0;
    }
    #detalle #ficha div.colIzq .groupTabs #sliderPropiedad {
        width: 100%;
    }
    #details .sliderPropiedad .sliderPrincipal {
        display: none;
    }
    #aviso_cookie {
        width:100%;
        right: 0;
        bottom:0;
        z-index:99999999;
        padding:0;
    }
    #aviso_cookie div {
        padding: 0 10px;
    }
    #aviso_cookie div > a {
        top:50%;
        margin-top:-10px;
    }
    #aviso_cookie div p {
        width: 72%;
        font-size: 14px !important;
    }
    #detalle #ficha .actionBar a.hazOferta {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {

    header {}

    #navegacion {
        z-index: 100000;
    }

    #sliderPropiedad {
        width: 420px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #blog article > h2:before,#blog article > div > h2:before{
        display: none;
    }
    #results .headerPage > h1:before{
        content: unset;
    }
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 30.5%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 234px;
        height: 131px;
        transition: transform .5s ease;
    }
    #blog #articulosBlog .articulo figure img:hover{
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        display: none;
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 16px 20px;
        position: relative;
        top: -175px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #articulosBlog .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 30.5%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 234px;
        height: 216px;
        object-fit: cover;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle h3 {
        margin: 0 !important;
    }
    /** BLOG **/
    header, #slider {
        height: 350px;
    }

    #buscador #openProperty form div.line, #buscador #openNew form div.line,#buscador div#openProperty form:first-child {
        width: 47.8% !important;
        margin-bottom: 8px;
        margin: 8px 8px 0 8px;
    }
    #buscador div#openProperty form:first-child, #buscador div form:first-child fieldset div:last-child {
        width: 100% !important;
        margin:0 !important;
    }
    #buscador div form:first-child fieldset button {
        position: relative;
        top: 14px !important;
        right: 0px;
        width: 97% !important;
        text-align: center;
        padding: 0;
    }


    #buscador .tabs {
        border-bottom: 1px solid transparent;
        padding: 0 10px;
        position: relative;
        top: 8px;
    }
    .busquedaAvanzada > a {
        top: 15px;
    }
    #buscador div#openProperty, #buscador div#openNew {
        position: relative;
        top: 0px;
    }
    #buscador div#openProperty form:last-child, #buscador div form:last-child fieldset button {
        width:100% !important;
        box-sizing:border-box;
    }
    #buscador div#openProperty form fieldset #numero_ref {
        width: 46.7% !important;
        margin-right: 15px;
    }

    #home #buscador {
        top: -439px;
    }
    aside #mailingList h3 {
        font-size: 14px;
    }
    #navegacion ul#idiomas {
        position: absolute;
        top: -280px;
        right: 23px;
    }
    article#mainText #caja2 {
        height: 422px;
        margin-left: 0px;
        margin-right: 0px;
    }
    article#mainText #caja3 {
        height: 422px;
    }
    .nivoSlider img {
        width:auto !important;
        height:100% !important;
    }

    footer #datosContactoFooter{
        background:url(img/bg_footer_min.png)no-repeat left center;
    }
    footer #datosContactoFooter div span {
        font-size: 16px;
    }
    #navegacion ul li a{
        font-size:14px;
        padding: 0px 8px !important;
    }
    #navegacion #navHeader {
        margin-right:0;
    }
    #buscador > div {
        width: 768px;
    }
    form div.line input[type="text"], form div.line select, form div.line textarea{
        padding-right:25px;
    }
    #tipo_de_propiedado , #tipo_operaciono{
        position:relative;
        top:-10px;
    }
    #logo {
        width: 768px !important;
        top:35px;
        text-align:center;
    }
    #logo img{
        width: 30% !important;

    }

    header .datosContacto address ul {
        float: none;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 768px;
        margin-left: -384px;
    }

    article#mainText .welcome, article#mainText > div h2 {
        width: 70%;
    }

    #navegacion {
        top: 295px !important;
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
        width: 46.5%;
    }
    #results .box_vertical .promocion, #results .box_vertical .venta, .box_vertical .alquiler {
        width: 46.4%;
    }

    .box_vertical .promocion {
        height: 316px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 438px;
    }

    aside div#mailingList > div > p {
        width: 100% !important;
        text-align: center !important;
    }

    aside div#mailingList div > form {
        left: 50% !important;
        margin-left: -247px !important;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }

    #detalle #ficha div.colIzq {
        width: 100%;
    }

    #detalle #ficha div.colDch {
        width: 100%;
    }

    #sliderPropiedad , #blog #content > section > div.texto{
        width: 785px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 583px;
    }

    #captacion form .datosPersonales div.line:nth-child(2), #captacion form .datosPersonales div.line:nth-child(3) {
        width: 100%;
    }

    #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%;
    }

    #captacion form div.line:last-child div button {
        width: 30%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 290px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 236px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: 385px;
    }

    #navegacion ul#idiomas li a {
        text-align: center;
    }

    #navegacion ul#idiomas li a span span:last-child {
        display: none;
    }
    label {
        font-size: 11px !important;
    }
    #aviso_cookie {
        width:70%;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1259px) {
    #blog article > h2:before,#blog article > div > h2:before{
        display: none;
    }
    #results .headerPage > h1{
        font-size: 20px;
    }
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 31%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 305px;
        height: 171px;
        transition: transform .5s ease;
    }
    #blog #articulosBlog .articulo figure img:hover{
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        display: none;
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -220px;
        height: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    #blog #content #articulosBlog .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 31%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 305px;
        height: 216px;
        object-fit: cover;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle h3 {
        margin: 0 !important;
    }
    /** BLOG **/
    #navegacion ul li a {
        font-size: 13px;
        padding: 0px 8px !important;
    }
    #navegacion nav ul#favoritos > li > a span {
        display: none !important;
    }

    #buscador > div , #blog #content > section > div.texto{
        width: 984px;
    }

    #logo {
        width: 984px !important;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 984px;
        margin-left: -492px;
    }


    article#mainText #caja2 {
        height: 334px;
        margin-left: 0px;
        margin-right: 0px;
    }
    article#mainText #caja3 {
        height: 334px;
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
        width: 30.6%
    }

    .box_vertical .promocion {
        height: 324px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 422px;
    }
    #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: 390px;
        width:30.5%;
    }

    aside div#mailingList > div > p {
        width: 100% !important;
        text-align: center !important;
    }

    aside div#mailingList div > form {
        left: 50% !important;
        margin-left: -247px !important;
    }

    #detalle #ficha div.colIzq {
        width: 60%;
    }

    #detalle #ficha div.colDch {
        width: 30%;
    }

    #sliderPropiedad {
        width: 655px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 482px;
    }

    #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%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 210px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 176px;
    }
    #aviso_cookie {
        width: 48%;
    }
}

@media screen and (min-width: 1260px) {
    /** BLOG **/
    #blog #articulosBlog .articulo{
        width: 31.5%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #articulosBlog .articulo figure {
        position: relative;
        top: 65px;
        overflow: hidden;
    }
    #blog #articulosBlog .articulo figure img{
        width: 384px;
        height: 216px;
        transition: transform .5s ease;
    }
    #blog #articulosBlog .articulo figure img:hover{
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
    }
    #blog #articulosBlog .articulo figure .masInfo,
    #blog #content #articulosBlog .contenido .verMas{
        display: none;
    }
    #blog #content #articulosBlog .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #articulosBlog .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #articulosBlog .contenido p{
        padding: 0px 20px;
        height: 155px;
        overflow: hidden;
        font-size: 16px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle .articulo{
        width: 31.5%;
        float: left;
        margin: 10px;
        background-color: #e8e8e8;
    }
    #blog #latestArticle .articulo figure {
        position: relative;
        top: 55px;
        overflow: hidden;
    }
    #blog #latestArticle .articulo figure img{
        width: 384px;
        height: 216px;
    }
    #blog  #latestArticle .articulo figure .masInfo,
    #blog #content #latestArticle .contenido .verMas{
        display: none;
    }
    #blog #content #latestArticle .contenido h3{
        padding: 17px 20px;
        position: relative;
        top: -260px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #blog #content #latestArticle .contenido .fecha{
        padding: 0 20px;
    }
    #blog #content #latestArticle .contenido p{
        padding: 0px 20px;
        height: 150px;
        overflow: hidden;
        font-size: 16px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    #blog #latestArticle h3 {
        margin: 0 !important;
    }
    /** BLOG **/
    article, article#mainText div, aside > div, footer #datosContactoFooter, footer #creditos, #navegacion nav, #slider .slider .slide .contenedor, #navegacion ul#favoritos > li > div > div > div, .headerResults, .paginacion, .informe_propietario, #aviso_cookie div, #buscador > div , #blog #content > section > div.texto{
        width: 1220px;
    }

    header .datosContacto {
        width: 1220px;
        margin-left: -610px;
    }

    #logo {
        width: auto;
        margin-left: unset;
        left: 40px;
    }

    .nivo-directionNav, #navegacion ul#favoritos > li > div {
        width: 1220px;
        margin-left: -610px;
    }

    .box_vertical .promocion {
        height: 275px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 330px;
    }

    #detalle #ficha div.colIzq {
        width: 70%;
    }

    #detalle #ficha div.colDch {
        width: 30%;
    }

    .sliderPropiedad {
        width: 849px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 628px;
    }

    #captacion form .detalleInmueble div.line {
        width: 22.6%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 248px;
    }

    .box_vertical .promocion {
        height: 329px;
    }

    #results_promo .box_vertical .promocion {
        height: 286px;
    }

    .box_vertical .venta, .box_vertical .alquiler {
        height: 430px;
    }

    #detalle #ficha div.colIzq {
        width: 60%;
    }

    #detalle #ficha div.colDch {
        width: 27%;
    }

    #sliderPropiedad, #video, #googleMaps {
        width: 845px;
    }

    #detalle #sliderPropiedad .img img {
        max-height: 100%;
    }

    #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%;
    }

    .venta .contenido .acciones, .alquiler .contenido .acciones {
        top: 210px;
    }

    #results .venta .contenido .acciones, #results .alquiler .contenido .acciones {
        top: 176px;
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        height: 410px;
        width: 30%;
    }

    article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
        width: 100%;
    }
}

/* ie 8 */
@media \0screen {
}