/* buscador: diseÃƒÂ±o horizontal nuevo */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_buscador_horizontal.css");

/* idiomas */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_idiomas_horizontal.css");

/* pagina ficha: nueva ficha */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_ficha_nueva.css");

/* actionbar: fijo */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_actionbar_fixed.css");

/* 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_diagonal_dch.css");*/

/* box propiedades: 3 columnas */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_propiedades_4col.css");

/* box promociones: 4 columnas */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_box_promociones_4col.css");

/* diseÃƒÂ±o boxes: tipo 1 */
@import url("//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/imp_boxes_1.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=Lato:300,300i,400,400i,700,700i,900,900i|Montserrat:400,700|Roboto:400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');

/* ====================
   GENERALES
   ==================== */

#buscador form div.line#precio, #buscador form div.line#preciop {
    position: relative;
    height: 52px;
}
.ui-widget.ui-widget-content {
    background: #ffffff !important;
}
#ficha .colIzq .detallesFicha#descripcionFicha2 {
    display: block;
}
body {
    font-family: 'Lato', sans-serif;
    color: #4c575d;
    font-weight:400;
}
#background{
    background:#fff;
}
#home #bgContent {
    margin-top: -100px;
}
a {
    text-decoration: none;
}
a:hover, a:active {
    color: #c53a3e;
}
a:focus{
    outline:0;
}
::selection {
    background: #e0e0e0;
    color: #FFF;
}
h1,h2,h3,h4{
    color:#000;
}
h2{
    color: #000;
    font-size: 27px;
    font-family: 'Varela Round', sans-serif;
    line-height: 31px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    background-size: 100px;
    padding-bottom: 20px;
    padding-top: 37px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    position:relative;
}
h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25px;
    border-bottom: 5px dotted #616f80;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
img {
    max-width:100%;
}
form div.line input[type="text"], form div.line select, form div.line textarea {
    border-radius: 0;
    height: 42px;
}
.globalSelector div.value {
    height: 42px;
}
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;
    background: #c53a3e;
    height:42px;
    color: #fff;
    border: none;
}
.btn:hover {
    border: none;
    background: #a62d31;
}
.fa-caret-down:before {
    content: "\f107" !important;  /* icono flecha submenus */
}
.flecha {
    background: rgb(190, 190, 190); /* color flecha to top */
}
.etiqueta {
    top:70px !important;
    padding:10px 25px !important;
    border:none !important;
}

/* ====================
   HEADER
   ==================== */
header {
    position: relative;
    height:auto;
}
#home header{
}

/* ====================
   LOGO
   ==================== */
#logo {
    top: 75px;
    z-index:1;
    width: auto !important;
}
#logo a img{
    width: 240px;
}
#home #logo a img {
    width: 242px;
}

/* ====================
   SLIDER
   ==================== */
#slider {
    z-index: 0;
    position: relative;
    background: url(slider_images/img01.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 0px;
    height: 200px;
}
#slider:before {
    content:"";
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 2;
}
#home #slider {
    background: none;
    height: auto;
    max-height: 860px;
}
#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;
    top:50%;
    margin-top:-33px;
    text-align: center;
    font-size: 35px;
    font-family:'Montserrat', sans-serif;
    bottom:inherit !important;
}
.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 {
    position: absolute;
    top:100px;
    background:none;
}
#home #navegacion {
}
#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;
}
#navegacion #navHeader #navLinks li:last-child {
    border-right: none;
}
#navegacion ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 12px;
}
#navegacion ul li.dropDownMenu ul li a {
    color: #fff !important;
}
#navegacion ul li:hover > a, #navegacion ul li > a:hover {
    background: none;
    color: #e3e3e3 !important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
#navegacion ul li.dropDownMenu ul li.dropDownMenu a {
    color: #fff !important;
    padding: 18px 12px;
}
#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: #a62d31 !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:hover > a {
    border-bottom: none !important;
}
#navegacion ul li.dropDownMenu:hover > a:after {
    display: none;
}
#navLinks .dropDownMenu > a > i {
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}
#navLinks .dropDownMenu > a > span {
    float: left;
}
.dropDownMenu ul {
    background: #c53a3e !important;
    height: auto !important;
    right:0;
}
.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;
}


/* ====================
   FAVORITOS
   ==================== */
#navegacion ul#favoritos {
}
#navegacion ul#favoritos > li:hover > a {
}
#navegacion ul#favoritos > li > div {
    background: #e3e3e3;
    width:100% !important;
    padding: 0 10px;
    box-sizing: border-box;
}
#navegacion ul#favoritos > li > div > div > div > ul > li {
    background: #fff;
    height: 190px;
    padding: 0px !important;
    width: calc(100% * (1/8) - 0px - 1px) !important;
    margin: 20px 10px;
}
#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 ;
    position: relative;
    margin:0;
}
#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: 0 5px;
}
#navegacion ul#favoritos > li > div > div > div ul li .contenido .descripcionCaracteristicas {
    height: 32px;
    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: center;
}
#navegacion nav ul#favoritos > li > a span {
    display:none !important;
}

/*--------------------
 :: IDIOMAS
--------------------*/
#navegacion ul#idiomas {
    position: absolute;
    top: -100px;
}
#navegacion ul#idiomas .dropDownMenu ul {
}
#navegacion ul#idiomas li a.langSelect {
    height: 30px;
    line-height: 30px;
}
#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;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
header .datosContacto address {
    box-sizing:border-box;
    background:none;
    padding-right: 10px;
}
header .datosContacto address ul li {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: right;
    font-weight: 500;
    letter-spacing: -.4px;
    margin-left: 2rem;
    margin-bottom:0;
}
header .datosContacto address ul li a {
    color: #fff;
}
header .datosContacto ul:first-child li:last-child {
    display:none;
}
header .datosContacto address ul li.agencia, header .datosContacto address ul li.direccion , header .datosContacto address ul li.poblacionProvincia {
    display:none;
}
header .datosContacto address ul li i {
    margin-right:5px;
}
header .datosContacto address ul li.direccion i:before {

}
.datosContacto .socialLinks {
    display:none;
}

/* ==================== 
   BUSCADOR 
   ==================== */
#buscador {
    background:#e1e1e2;
    position:relative;
    top:0;
    display:none;
}
#home #buscador {
    display:block;
}
#buscador > div{
    background: #e1e1e2;
    padding-top: 15px;
    height:128px;
}
#buscador ul.tabs {
    position: absolute;
    top: -43px;
    border: none;
}
#buscador ul.tabs li a {
    border-radius: 0;
    border: none;
    padding: 15px 18px 15px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}
#buscador ul.tabs li.activo a {
    background:#e1e1e2;
    font-weight: 600;
    color: #616f7f;
}
#buscador ul.tabs li a i {
    margin-right:5px;
}
#buscador .busquedaAvanzada > a {
    top: -49px;
    right: 0;
    background: #e1e1e2;
    display: block;
    padding: 15px 15px;
    text-transform: uppercase;
    color: transparent;
    width: 20px;
}
#buscador .busquedaAvanzada > a:hover > i {
    color: #959da7;
}
#buscador .busquedaAvanzada > a > i {
    color: #616f7f;
    font-size: 22px;
}
#buscador label {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: #616f7f;
}
#buscador form {
}
#buscador form div.line input[type="text"], #buscador form div.line select {
    border:none;
}
#buscador div > form button {
    border-radius: 0px;
    border: none;
    padding: 7px 12px;
    width: 47px;
    background: #c53a3e url(img/lupa.png)no-repeat center;
    background-size: 22px;
    color: transparent;
    height: 42px;
    margin: 22px 0 0;
}
#buscador div > form button:hover {
    background: #a62d31 url(img/lupa.png)no-repeat center;
    background-size: 22px;
}
#buscador div form:last-child fieldset button {
    width: 47px !important;
}


/* ====================
   MAIN TEXT
   ==================== */
article#mainText {
    display:none;
}
article#mainText .datosContacto {
    display:none;
}
article#mainText .welcome {
}
article#mainText h2 {
}


/* ====================
   BOX PROMOCIONES, VENTA Y ALQUILER
   ==================== */

.promocion, .venta, .alquiler {
    overflow:hidden;
}
.promocion {
    background: #fff;
    border:1px solid #c8c8c8;
}
.venta, .alquiler {
    background: #ececec;
    padding-top: 57px !important;
}
.sliderPropiedad.sliderMini {
    transform: none !important;
}
.promocion h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color:#616f80;
    padding-top: 25px;
}
.venta h3, .alquiler h3 {
    color: #616f7f;
    padding: 20px 15px;
    text-align:center;
    margin:0;
    font-size:16px;
    font-weight:600;
}
.promocion .contenido {
}
.venta .contenido, .alquiler .contenido {
}
.promocion .acciones {
}
.venta .acciones, .alquiler .acciones {
    display: none;
}
.promocion .acciones a {
    position: absolute;
    background: #fff url(img/lupa_promo.png)no-repeat center;
    background-size: 27px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    left: 50%;
    margin-left: -30px;
    top: 127px;
    z-index: 9;
    color: transparent;
}
.promocion figure div.mask, .venta figure div.mask, .alquiler figure div.mask {
    display:none;
}
.venta .contenido .descripcionCaracteristicas, .alquiler .contenido .descripcionCaracteristicas {
    height: 108px;
}
.promocion .contenido .descripcionCaracteristicas h4 {
}
.venta .contenido .descripcionCaracteristicas h4, .alquiler .contenido .descripcionCaracteristicas h4 {
    /*font-family: 'Playfair Display', serif;*/
    text-align: center;
    font-weight: 600;
    /*font-style: italic;*/
    font-size: 16px;
    padding: 10px 0;
}
.venta .contenido .descripcionCaracteristicas h4 a, .alquiler .contenido .descripcionCaracteristicas h4 a {
    color: #616f80;
}
.venta .contenido .descripcionCaracteristicas ul.caracteristicas, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas {
    margin-top:20px;
    padding:0 35px;
}
.venta .contenido .descripcionCaracteristicas > ul > li , .alquiler .contenido .descripcionCaracteristicas > ul > li  {
    position:relative;
    height: 52px;
    position: relative;
    top: -15px;
}
.venta .contenido .descripcionCaracteristicas .caracteristicas li.habitaciones i, .alquiler .contenido .descripcionCaracteristicas .caracteristicas li.habitaciones i  {
    width: 32px;
    height: 26px;
    background: url(img/icn_habitaciones.png) no-repeat;
    background-size: 32px;
    margin: 0 8px 0 auto;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    top: 12px;
    margin-right: 10px;
}
.contenido .descripcionCaracteristicas .caracteristicas li.supConstruida i, .contenido .descripcionCaracteristicas .caracteristicas li.supHabitable i, .contenido .descripcionCaracteristicas .caracteristicas li.supParcela i {
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url(img/icn_sup.png) no-repeat;
    background-size: 25px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    top: 15px;
    margin-right:10px;
}
.promocion .contenido .precio {
    padding:0;
    margin-bottom:25px;
}
.promocion .contenido .precio  , .promocion p.descripcion {
    background: none;
    color: #616f80;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    text-align:center;
}
.venta .contenido .precio, .alquiler .contenido .precio {
    height: 20px;
    background:#2197f3;
    color:#fff;
}
.venta .contenido .precio p, .alquiler .contenido .precio p {
    line-height:20px;
}
.venta .contenido .precio .antes, .alquiler .contenido .precio .antes {
    line-height: 0px;
    margin: 1px 0 5px 0;
    color:#fff;
}

/* ====================
   FORMULARIO ALERTAS BÃƒÅ¡SQUEDAS
   ==================== */


/* ====================
   MAILING LIST
   ==================== */
aside {
    background:none;
}
aside #mailingList form .line button {
    margin: 0;
    padding: 0 33px;
    position: relative;
    top: 0px;
    font-size: 13px;
    float: right;
    font-weight: 600;
    height: 42px;
    border-radius: 0px;
    text-transform: none;
    color: transparent !important;
    background:#c53a3e;
}
aside #mailingList form .line button:hover {
    background:#a62d31;
}
aside #mailingList form .line button:after {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -2px;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-size: 24px;
    display:block;
}

/* ====================
   RESULTS
   ==================== */



.paginacion ul li span, .paginacion ul li a {
    border: 1px solid #c7c7c7;
    color: #a9a8a8;
    margin-bottom: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.paginacion ul li span.activa, .paginacion ul li a:hover {
    border: 1px solid #616f7f;
    background: #616f7f;
}
article.offers #leyenda .titulo, #detalle #formMasInfo #contenido h3 {
    text-transform:uppercase;
    font-weight:bold;

}
article.offers #leyenda .titulo i, #detalle #formMasInfo #contenido h3 i {
    display:none;
}
#leyenda > form > fieldset > div > label {
    font-size: 15px;
    line-height: 1.5rem;
    color: #616f7f;
    font-weight: 600;
    text-transform:uppercase;
    margin-bottom: 10px;
}
article.offers #leyenda form .line .desplegado span, article.offers #leyenda form .line ul li {
    margin-bottom:12px;
    width: 100%;
}
article.offers #leyenda .titulo {
    text-transform: uppercase;
    font-weight: 800;
    color: #616f7f;
    margin-bottom: 0;
}
.filtroResultados > ul > li:hover > ul {
    width: 360px;
}

/* ====================
   FORMULARIO CAPTACION
   ==================== */
#captacion form fieldset legend {
    margin: 0px 0 20px 0;
    box-sizing: border-box;
    padding-left: 0;
    color: #657383;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}


/* ====================
   FICHA
   ==================== */

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;
}
#detalle {
    padding-top: 170px;
}
.vistaResultados ul li a {
    color: #616f7f;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 41px;
}
.vistaResultados ul li a:hover, .vistaResultados ul li a.activo {
    border: 1px solid #616f7f;
    background: #616f7f;
}
.sliderPropiedad .sliderPrincipal > a {
    display:none;
}
#detalle #ficha .header img , #detalle #ficha .header .caracteristicasPrincipales , #details .breadcrumbs , #detalle #ficha .header:before, #detalle #ficha div.colIzq #descripcionFicha {
    display:none !important;
}
#detalle #ficha .header {
    height:auto;
}
#detalle #ficha .header .headerTitulo .headerLeft h1 {
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #616f80;
}
#detalle #ficha .header .headerTitulo p {
    color: #616f80;
    font-size: 16px;
}
#detalle #ficha .header .headerTitulo .headerRight .precio {
    color: #616f80;
    font-weight: 800;
    letter-spacing: 1px;
}
#detalle #ficha div .detallesFicha ul li {
    list-style: none;
    float: left;
    margin: -1px 0;
    padding: 15px 12px;
    box-sizing: border-box;
    background-color: #f5f8fa;
    border: 1px solid #e7ebee;
    text-align: right;
    color: #616f80;
}
#detalle #ficha div .detallesFicha ul li:nth-child(2n) {
    background-color: #fff;
    border-left: none;
}
#detalle #ficha div .detallesFicha ul li strong {
    text-transform: uppercase;
    float: left;
    font-size: 13px;
    letter-spacing: .2px;
    font-weight: 800;
}
#detalle .colIzq .detallesFicha {
    width: 48% !important;
    margin-right: 2%;
}
#detalle #ficha div .detallesFicha h3 {
    font-size: 18px;
    color: #616f80;
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#detalle #ficha div .detallesFicha h3 i {
    display:none;
}
#contenido > form > fieldset > div:nth-child(6) button {
    background: #c53a3e;
}
#detalle #formMasInfo #contenido h3 {
    font-size: 16px;
    font-weight: 800;
    color: #616f80;
}
#ficha > div.colIzq > div:nth-child(5) {
    display: block;
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 40px;
}
#ficha > div.colIzq > div:nth-child(5) P {
    text-align:justify;
}
#detalle #ficha div.colIzq .groupTabs .googleMaps h3, #detalle #ficha div.colIzq .groupTabs .videos h3 {
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #616f80;
}
#detalle #ficha .header .headerTitulo .headerRight .precioReducido {
    color: #969fa9;
}
.sliderPropiedad .sliderPrincipal .graficoCertificacion {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: .7;
}
#ficha > div.colDch > div:nth-child(2) {
    display:none;
}
#detalle #ficha .actionBar ul li i {
    background: #616f80;
}



/* ====================
   CONTACTO
   ==================== */

#contacto .mapa {
    width: 100%;
    height: 500px;
}
#contacto .datosContacto{
    background:none;
}

/* ====================
   CAPTACION
   ==================== */

form fieldset legend {
    color: #525b61;
    border-bottom: 1px solid #b8b8b8;
    font-size: 16px;
    margin-bottom:20px;
    box-sizing: border-box;
}

/* ====================
   MODAL
   ==================== */
.modalContainer .modal form fieldset div.line {
    border:none;
}
.modalContainer form .colIzq, .modalContainer form .colDcha {
    width: 49% !important;
}

.modalContainer form .colDcha {
    float: right !important;
}

.busquedaAvanzada .modal span.titulo {
    background: #50585e;
}
.busquedaAvanzada form fieldset div.line > div input[type="text"], .busquedaAvanzada form fieldset div.line > div select {
    width: 135px;
    border: 1px solid #d3d8dc !important;
    height: 40px;
}
.modalContainer .modal {
    border-bottom: 45px solid #50585e;
}

.modalContainer {
    top:5px
}
.modalContainer form {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.modalContainer .modal form button.btn {
    bottom: -40px;
    width: 155px !important;
    border: none;
    margin: 0 0 0 -75px;
    background: #c53a3e !important;
    height: 35px !important;
    top: inherit !important;
    color: #fff !important;
    text-transform:uppercase;
}
.modalContainer .modal form button.btn:hover {
    background: #000 !important;
}
.modalContainer .modal form button.btn i {
    display:none;
}
.simuladorHipoteca.modalContainer .modal {
    padding: 47px 0 30px 0;
}
.simuladorHipoteca form fieldset div.line > div select {
    width: 120px;
}

/* ====================
   FOOTER
   ==================== */

footer {
    background: url(img/bg_footer.jpg)no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0;
}
footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(97,111,127,.7);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
footer #datosContactoFooter , footer #creditos {
    position: relative;
    z-index: 2;
}
footer #datosContactoFooter div.direccion>div{

    border: none;

    margin-top: 0;
}
footer #datosContactoFooter div {
    width: 23%;
    float: left;
    margin: 0 1%;
    margin-top: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 25px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 195px;
}
footer #datosContactoFooter div span {
    line-height: 21px;
}
footer #datosContactoFooter div i {
    color:#fff;
    margin: 0 auto 8px auto;
}
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;
}

/* ====================
   RESPONSIVE
   ==================== */
@media screen and (min-width: 0) and (max-width: 767px) {

    #detalle .colIzq .detallesFicha {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom:20px;
    }

    #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 , .sliderPropiedad .miniaturas > a{
        display: none;
    }

    .offers , .row {
        display:block;
    }

    .box_vertical .promocion, .box_vertical .venta, .box_vertical .alquiler {
        float:none;
    }

    header , #home header {
        height: auto;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.3),rgba(0,0,0,0.2)), url(slider_images/img01.jpg);
        background-position-y: -80px;
    }

    #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: 80% !important;
    }

    #navegacion , #navegacion.fixed , #buscador > div , #detalle{
        padding:0;
    }

    #navegacion {
        position: relative !important;
        top: 0px !important;
        background: #fff;
    }

    #navegacion nav {
        padding: 0;
        background:#e1e1e2;
    }

    #navegacion ul li a {
        height: 40px;
        line-height: 40px;
        padding-left:10px !important;
        color: #616f80;
    }

    #navegacion ul li:hover a {
        background: #272727 !important;
        color: #fff !important;
    }

    #navegacion #navHeader {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
    }

    #navegacion #navHeader #navLinks {
        position: absolute;
        background: #e1e1e2;
        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: #d62837;
        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: 8px;
        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: #616f80;
    }

    #bgContent {
        padding-top: 0;
    }
    #home #bgContent {
        margin-top:0;
    }

    #home #buscador, #buscador {
        z-index: 1000;
        display:none;
        left:0;
        top: 0 !important;
        position: relative;
        margin: 0;
        outline: none;
    }
    #buscador div {
        height:auto;
    }

    #buscador div form:first-child {
        padding:10px;
    }

    section, #home section {
        float: none;
        width: 100%;
        margin: 0 !important;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    section {
        margin-top: 15px !important;
    }



    /*PENDIENTE DE COLOCAR EN ESTE RESPONSIVE*/

    #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 {
        background: none;
    }
    #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 !important;
        left: 0;
        position: relative !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;

    }

    #ficha .sliderPropiedad .sliderPrincipal .img {
        height: auto;
    }

    .promocion,	.venta, .alquiler {
        height: auto !important;
    }

    .venta, .alquiler {
        padding: 0 !important;
        margin: 0px 0px 20px !important;
    }
    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;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {



}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .box_vertical .venta, .box_vertical .alquiler {
    }

    .box_vertical .promocion {
    }

    #results .venta, #results .alquiler {
        width: 100% !important;
        margin: 20px 0;
    }
    article.offers #listOffers {
        width: 72%;
    }

    #results_promo .box_vertical .promocion {
    }
    #buscador > div , #home h2, header .datosContacto address, 	#sliderPropiedad{
        width: 768px;
    }

    .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;
    }

    #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: -10px;
    }

    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%;
    }
    #home .venta figure, #home .alquiler figure {
        height: 207px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1259px) {

    .box_vertical .venta, .box_vertical .alquiler {
    }

    .box_vertical .promocion {
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        width: 48% !important;
        height: 422px;
    }

    #results_promo .box_vertical .promocion {
    }

    section, #home .row , #home h2, header .datosContacto address, #sliderPropiedad {
        width: 984px;
    }

    .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;
    }

    #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 .alquiler figure, #results .venta figure {
        height: 196px;
    }
    #home .venta figure, #home .alquiler figure {
        height: 172px;
    }

}

@media screen and (min-width: 1260px) {
    .box_vertical .venta, .box_vertical .alquiler {
    }

    .box_vertical .promocion {
    }

    #results .box_vertical .venta, #results .box_vertical .alquiler {
        width: 31.3% !important;
        margin: 20px 1% !important;
    }

    #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, header .datosContacto address, #fichaScroll div
    {
        width: 1220px;
    }

    header .datosContacto {
        width: 1220px;
        margin-left: -610px;
    }

    #detalle #ficha div.colIzq {
        width: 60%;
    }
    #detalle #ficha div.colDch {
        width: 27%;
    }

    .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%;
    }
    #results .box_vertical .sliderPropiedad .sliderPrincipal .img img {
        min-height: 165px;
    }
    #results .alquiler figure, #results .venta figure {
        height: 160px;
    }
    #home .venta figure, #home .alquiler figure {
        height: 158px;
    }
}



/* 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;
    }
}