@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/cookies/imp_cookies_top_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/imp_slider_fullscreen_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/slider/controlNav/imp_controlNav_numeros_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/header/navegacion/imp_idiomas_banderas_desplegable_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/buscador/imp_buscador_horizontal_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_promociones_3col_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/columns/imp_box_propiedades_3col_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_promociones_foto_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/design/imp_box_propiedades_completo_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/boxes/tags/imp_etiqueta_diagonal_izq_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/results/imp_results_desplegables_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/imp_ficha_header_2col_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/content/details/actionbar/imp_actionbar_estandar_v1.css);
@import url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/latest/footer/imp_footer_3col_v1.css);
@import url('https://fonts.googleapis.com/css2?family=Glory:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;700&display=swap');

.btn,a {
    -webkit-transition: all .2s
}

#home #slider,#slider #slideshow {
    max-height: 850px
}

#logo,#slider,#slider #slideshow .nivo-caption {
    /* animation-duration: 1s; */
    /* animation-fill-mode: both */
}

a,a:focus {
    outline: 0
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #4e5164;
    text-decoration: none;
    transition: all .2s
}

a:active,a:hover {
    color: #000
}

::selection {
    background: #000;
    color: #FFF
}

li,ul {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    color: #4d5163;
    -webkit-transition: opacity .24s ease-in-out;
    -moz-transition: opacity .24s ease-in-out;
    transition: opacity .24s ease-in-out
}

h2 {
    font-family: Montserrat,sans-serif;
    position: relative;
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase
}

iframe,img {
    max-width: 100%
}

form input[type=text],form select,form textarea {
    border-radius: 3px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: left!important;
    height: 39px;
    line-height: 39px;
    border: 1px solid #d0d0d0;
    font-size: 14px
}

form div.line.checkbox {
    padding-left: 22px!important;
    position: relative
}

form div.line.checkbox p {
    display: inline;
    font-size: 12px;
    line-height: 18px
}

input[type=checkbox],input[type=radio] {
    position: absolute;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    top: 0;
    left: 0;
    border: none!important
}

input[type=checkbox]:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 14px;
    height: 14px
}

input[type=checkbox]:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 7px;
    border: 2px solid #26a69a;
    border-top-style: none;
    border-right-style: none
}

input[type=checkbox]:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 1px solid #c9c9c9;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

#results_promo .ui-slider .ui-slider-handle,#results_promo .ui-widget-header {
    background: #30333b!important
}

#home .alquiler figure a img,#home .venta figure a img {
    height: 218px
}

#home .box_vertical .alquiler,#home .box_vertical .venta {
    height: 466px
}

input[type=checkbox]:checked:after {
    border: 0
}

input[type=radio]:after,input[type=radio]:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    margin: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease;
    border: 1px solid #c9c9c9;
    background: #fff;
    border-radius: 50%
}

input[type=radio]:checked:before {
    border-color: #26a69a
}

input[type=radio]:checked:after {
    -webkit-transform: scale(.65);
    transform: scale(.65);
    background: #28a4a6;
    border-color: #28a4a6
}

label {
    font-size: 14px;
    font-weight: 400
}

.breadcrumbs>ul>li,.breadcrumbs>ul>li:after {
    font-size: 13px;
    color: #aaa;
    position: relative
}

.breadcrumbs ul {
    float: right
}

.breadcrumbs>ul>li {
    float: left;
    margin: 0;
    padding: 0 12px 0 0;
    font-weight: 500
}

.breadcrumbs>ul>li:after {
    content: '/';
    opacity: .6;
    top: 0;
    right: 0;
    line-height: 0!important;
    margin: 0 0 0 10px
}

.btn,body {
    font-size: 14px;
    font-family: 'Open Sans',sans-serif
}

.breadcrumbs>ul>li>a {
    color: #686f82
}

body {
    color: #6f7587;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    text-rendering: optimizeLegibility!important;
    -webkit-transition: all .5s;
    transition: all .5s
}

#background {
    background: #f3f6f9
}

.btn {
    outline: 0!important;
    padding: 0;
    line-height: 25px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #aeb3b8;
    -moz-transition: all .2s;
    transition: all .2s;
    font-weight: 600
}

#results_promo .btn {
    color: #fff;
    background-color: #30333b
}

.btn:hover {
    color: #fff;
    background: #333;
    border: none!important
}

.fa-caret-down:before {
    content: "\f107"!important
}

.fa-bullseye:before {
    content: "\f1e0"!important
}

.fa-briefcase:before {
    content: "\f1ec"!important
}

.flecha {
    background: #bebebe;
    width: 55px;
    height: 55px;
    z-index: 999;
    text-align: center;
    border-radius: 50%;
    right: 20px;
    bottom: 105px;
    align-items: center;
    display: flex;
    justify-content: center
}

.flecha i:before {
    content: "\f062";
    font-size: 18px
}

.texto,.texto p,.texto p span {
    line-height: 26px;
    color: #686f82!important;
    font-size: 16px
}

#home #bgContent {
    margin-top: -185px
}

.fa-facebook-square:before {
    content: "\f09a"!important
}

#articulosBlog .articulo .contenido h3 {
    text-transform: uppercase;
    font-family: Montserrat;
    letter-spacing: 2px;
    font-size: 17px
}

/*#articuloCompleto .wrapArticulo .fecha,#articulosBlog .articulo .contenido .fecha {
    padding: 7px 0 6px!important;
    border: 1px solid #b0b4be!important;
    border-top: 11px solid #4e5164!important;
    font-family: Montserrat!important
}*/

#articulosBlog .articulo .contenido a.verMas {
    width: 35px;
    height: 35px!important;
    background: #4f5265!important;
    line-height: 25px!important
}

#blog #articulosBlog .articulo .contenido a.verMas {
    color: #fff
}

/*#articulosBlog .articulo:nth-child(2n+1),#latestArticle .articulo:nth-child(2n+1) {
    background: #f4f6fa!important
}

#articulosBlog .articulo:nth-child(2n+1) .contenido:after,#latestArticle .articulo:nth-child(2n+1) .contenido:after {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#f4f6fa 100%)!important
}*/

.paginacion .resultados {
    color: #b6b6b6;
    font-size: 17px
}

#aviso_cookie {
    background: rgba(0,0,0,.75);
    bottom: 0;
    top: inherit;
    z-index: 1000000
}

#aviso_cookie div p {
    color: #fff;
    padding: 0 25px
}

#aviso_cookie div p a {
    color: #fff
}

#aviso_cookie div>a {
    color: #fff;
    text-decoration: underline
}

#aviso_cookie div>a:after,#aviso_cookie div>a:before {
    background: #ccc
}

header {
    position: relative;
    height: auto
}

#logo {
    top: 6px;
    left: 30px;
    height: 95px;
    width: auto!important;
    margin-left: 0!important;
    z-index: 100000;
    position: fixed;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-name: fadeIn
}

#home #logo {
    position: absolute;
    top: 25px;
    z-index: 11
}

#home #logo a {
    display: block;
    background-image: url(img/logo_portada.png);
    background-repeat: no-repeat;
    background-size: 175px!important;
    background-position: center;
    width: 175px!important;
    height: 116px
}

#logo a img {
    max-width: 100%;
    max-height: 100%;
}

#home #logo a img {
    display: none
}

#slider {
    height: 105px;
    /* -webkit-animation-delay: 1s; */
    /* animation-delay: 1s; */
    /* -webkit-animation-name: fadeIn; */
    /* animation-name: fadeIn */
}

#slider #slideshow:before {
    background-color: rgba(44,62,80,.6)
}

#home #slider {
    background: 0 0;
    height: auto;
}

#slider .nivoSlider img {
    width: 100%!important;
    height: auto!important
}

#slider #slideshow .nivo-caption {
    top: 40%!important;
    color: rgba(255,255,255,1);
    font-family: Montserrat,sans-serif;
    font-size: 27px;
    line-height: 70px;
    padding: 10px 0;
    text-decoration: none;
    letter-spacing: 6px;
    text-transform: uppercase;
    max-width: inherit!important;
    text-align: center;
    -webkit-animation-delay: 1s;
    animation-delay: 3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    font-weight: 500
}

#navegacion {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background: #fff;
    z-index: 3
}

#home #navegacion {
    position: absolute;
    top: 30px;
    background: 0 0!important;
    box-shadow: none;
    /* -webkit-animation-duration: 1s; */
    /* animation-duration: 1s; */
    /* -webkit-animation-fill-mode: both; */
    /* animation-fill-mode: both; */
    /* -webkit-animation-delay: 3.5s; */
    /* animation-delay: 3.5s; */
    /* -webkit-animation-name: fadeInDown; */
    /* animation-name: fadeInDown */
}

#navegacion.fixed {
    z-index: 99999
}

#navegacion nav {
    display: table;
    position: relative;
    box-sizing: border-box;
    box-shadow: none;
    width: 100%!important
}

#navegacion #navHeader {
    float: right;
    z-index: 10;
    margin-right: 85px
}

#home #navegacion.fixed ul li a,#navegacion ul li a {
    color: #4d5163;
    height: 105px;
    line-height: 105px;
    font-weight: 600;
    padding: 0 11px;
    display: flex;
    align-items: center;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px
}

#navegacion ul li.dropDownMenu:hover>a:after,#results_promo #buscador>div>.busquedaAvanzada>a,#results_promo #buscador>div>ul.tabs li.activo,#results_promo #openProperty.busquedaGeneral {
    display: none
}

#home #navegacion ul li a {
    color: #fff;
    height: 65px;
    line-height: 65px
}

#navegacion ul li:hover>a,#navegacion ul li>a:hover {
    background: 0 0;
    color: #bbc0cd!important
}

#home #navegacion.fixed ul li.dropDownMenu>ul,#navegacion ul li.dropDownMenu>ul {
    background: #4d5163!important;
    height: auto!important;
    right: 0;
    top: 105px
}

#home #navegacion ul li.dropDownMenu>ul {
    top: 65px
}

#navegacion #operationList>li>a.title {
    padding-right: 0!important
}

#navegacion #operationList>li>a.title>i {
    margin-right: 5px
}

#navegacion #operationList>li>ul>li.dropDownMenu>ul {
    top: 0!important;
    margin-top: 0!important
}

#navegacion ul li.dropDownMenu ul li a {
    border-right: none!important;
    margin: 0 10px
}

#home #navegacion ul li.dropDownMenu ul li a,#home #navegacion ul li.dropDownMenu ul li.dropDownMenu a,#navegacion ul li.dropDownMenu ul li a,#navegacion ul li.dropDownMenu ul li.dropDownMenu a {
    color: #fff!important;
    padding: 0 10px;
    height: 50px;
    line-height: 50px
}

#navegacion ul li.dropDownMenu ul li.dropDownMenu a:hover,#navegacion ul li.dropDownMenu ul li.dropDownMenu:hover>a {
    color: #fff!important
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: #5d6074!important
}

#navegacion ul li.dropDownMenu:hover ul li a {
    background: 0 0!important
}

#navegacion ul li.dropDownMenu ul li a:hover {
    background: 0 0!important;
    color: #fff!important
}

#navegacion ul li.dropDownMenu:hover>a {
    border-bottom: none!important
}

#navLinks .dropDownMenu>a>i {
    float: left;
    margin-right: 5px
}

#navLinks .dropDownMenu>a>span {
    float: left
}

#navegacion #operationList>li>ul>li.dropDownMenu>a>i {
    margin: 0 5px 0 0
}

#navLinks>li.dropDownMenu>ul:before,#operationList>li.dropDownMenu>ul:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d5163
}

#navegacion ul#favoritos li>a>i:before {
    content: "\f004"
}

#navegacion ul#favoritos>li>div {
    background: #ebebeb;
    width: 100%!important;
    padding: 0 10px;
    box-sizing: border-box
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
    background: #fff;
    height: auto;
    padding: 0!important;
    margin: 20px 10px
}

#navegacion ul#favoritos>li:hover>div a {
    height: 82px
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion h3 {
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: center;
    opacity: 1!important
}

#results_promo #buscador div#openNew form div.line label,#results_promo #buscador div#openProperty form div.line label,#results_promo #buscador>div>ul.tabs li a {
    color: #30333b!important
}

#results_promo #openNew.busquedaPromocionesNuevas {
    display: block!important
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion h3 a {
    padding: 0!important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px!important;
    line-height: 22px;
    color: #fff!important;
    text-shadow: none;
    text-transform: initial;
    letter-spacing: 0;
    text-align: center;
    display: block
}

#buscador .busquedaAvanzada>a,#buscador ul.tabs li a {
    text-transform: none!important;
    opacity: 1;
    font-size: 14px
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido {
    padding: 0;
    height: auto;
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas {
    padding: 0
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas {
    padding: 0 5px
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li {
    text-align: center;
    display: block;
    width: 100%;
    color: #000;
    margin: 5px 0
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li i {
    display: none
}

#navegacion ul#favoritos>li>div>div>div ul li.promocion .contenido .descripcionCaracteristicas .caracteristicas li span {
    display: inline-block;
    color: #000;
    font-weight: 700;
    margin-right: 2px
}

#navegacion ul#favoritos>li>div>div>div>ul>li.promocion .contenido .precio {
    background: 0 0!important;
    color: #292929!important;
    font-weight: 700;
    text-align: center;
    position: relative;
    border: none;
    height: auto;
    margin-top: 7px!important;
    border-top: 1px solid #dbdbdb;
    padding: 5px 0!important
}

#navegacion nav ul#favoritos>li>a span {
    display: none!important
}

#buscador,header .datosContacto {
    display: none
}

#navegacion ul#idiomas {
    top: 0;
    right: 20px
}

#navegacion ul#idiomas li.dropDownMenu ul {
    top: 105px
}

#home #navegacion ul#idiomas li.dropDownMenu ul {
    top: 65px
}

#navegacion ul#idiomas li.dropDownMenu a.langSelect {
    height: 105px;
    line-height: 105px
}

#home #navegacion ul#idiomas li.dropDownMenu a.langSelect {
    height: 65px;
    line-height: 65px
}

header .datosContacto address ul li,header .datosContacto address ul li a,header .datosContacto address ul li i,header .datosContacto address ul.socialLinks li i {
    color: #fff
}

header .datosContacto address ul.socialLinks li:hover i {
    color: #000
}

#buscador {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%!important;
    margin-bottom: 0!important;
    background: 0 0!important
}

#home #buscador,#results_promo #buscador {
    display: block
}

article#mainText .datosContacto,article#mainText h2 {
    display: none
}

#buscador>div {
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px
}

#buscador ul.tabs {
    border: none!important;
    top: 0!important;
    margin-bottom: 22px;
    margin-top: 0;
    position: relative!important
}

#buscador ul.tabs li a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    border: none!important;
    padding: 0 15px 0 0!important;
    color: #fff!important
}

#buscador ul.tabs li a:hover,#buscador ul.tabs li.activo a,#buscador ul.tabs li.activo a:hover {
    color: #fff
}

#buscador .busquedaAvanzada>a {
    right: 0!important;
    left: inherit!important;
    border: none!important;
    padding: 0!important;
    top: 12px!important;
    color: #fff!important
}

#buscador div#openNew form,#buscador div#openProperty form {
    box-sizing: inherit!important
}

#buscador div#openNew form div.line>div,#buscador div#openProperty form div.line>div,#buscador form div.line .globalSelector>i {
    box-sizing: initial!important
}

#buscador div#openNew form div.line label,#buscador div#openProperty form div.line label {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

#buscador form div.line .globalSelector,#buscador form div.line .globalSelector div.value,#buscador form div.line input[type=text] {
    height: 40px;
    border-radius: 3px
}

#buscador div#openNew form button,#buscador div#openProperty form button {
    padding: 0 12px;
    height: 40px;
    margin: 20px 0 0
}

#buscador div#openNew form:first-child button,#buscador div#openProperty form:first-child button {
    background: #aeb3b8;
    top: 1px
}

#results_promo #buscador div#openNew form:first-child button {
    background: #30333b
}

#buscador div#openNew form:first-child button:before,#buscador div#openProperty form:first-child button:before {
    content: "\f002"!important
}

#buscador::-webkit-input-placeholder {
    color: #fff!important;
    font-size: 14px;
    font-weight: 500
}

#buscador:-moz-placeholder {
    color: #fff!important;
    font-size: 14px;
    opacity: 1;
    font-weight: 500
}

#buscador::-moz-placeholder {
    color: #fff!important;
    font-size: 14px;
    opacity: 1;
    font-weight: 500
}

#buscador:-ms-input-placeholder {
    color: #fff!important;
    font-size: 14px;
    font-weight: 500
}

.ui-slider .ui-slider-handle {
    background: #aeb3b7!important
}

section {
    margin: 80px 0
}

#home section {
    margin-top: 0;
    margin-bottom: 0
}

#home article.offers.tipo_1 {
    margin-top: 80px!important
}

#promo_details section {
    margin: 0!important
}

article#mainText {
    background: #fff;
    margin: 0 0 80px!important;
    padding: 80px 0
}

article#mainText .welcome {
    width: 100%
}

article#mainText .welcome div.cuatro_columnas_foto .column_child {
    position: relative;
    padding-top: 70px
}

article#mainText .welcome .image_child {
    width: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px
}

article#mainText .welcome .title_child {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: Montserrat;
    color: #4e5164;
    margin-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

article#mainText .welcome .content_child {
    text-align: center;
    color: #686f82;
    font-size: 15px
}

#home .home_section_parent {
    margin-top: 80px
}

#home article.home_section {
    width: 100%!important;
    padding: 100px 0;
    margin: 0!important
}

#home article.home_section>h2 {
    font-family: Montserrat,sans-serif;
    position: relative;
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 auto
}

#home article.home_section>div {
    margin: 0 auto;
    position: relative;
    font: 400 16px/26px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center
}

#home article.home_section>div p {
    line-height: 35px;
    color: #686f82;
    font-size: 18px
}

#home article.home_section>div a {
    display: inline-block;
    margin-top: 22px;
    border-radius: 5px;
    border: 3px solid #686f82;
    color: #686f82;
    padding: 12px 30px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: initial
}

#home article.home_section:nth-child(2n+1) {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
    padding: 150px 0
}

#home article.home_section:nth-child(2n+1):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(63,76,89,.5)
}

#home article.home_section:nth-child(2n+1)>div a,#home article.home_section:nth-child(2n+1)>div p,#home article.home_section:nth-child(2n+1)>h2 {
    color: #fff
}

#home article.home_section:nth-child(2n+1)>div a {
    border-color: #fff
}

#home article.home_section:nth-child(1) {
    background-image: url(https://storage.googleapis.com/static.inmoweb.es/clients/2308/cms/shaking-hands.jpg)
}

#home article.home_section:nth-child(3) {
    background-image: url(img/gabinete.jpg)
}

#home article.home_section:nth-child(5) {
    background-image: url(img/back_section_4.jpg)
}

#home article.home_section:nth-child(5):before {
    display: none
}

#home article.home_section:nth-child(5)>div a,#home article.home_section:nth-child(5)>div p,#home article.home_section:nth-child(5)>h2 {
    color: #4d5163
}

#home article.home_section:nth-child(5)>div a {
    border-color: #4e5164
}

.promocion figure:hover .sliderPropiedad.sliderMini {
    transform: none!important
}

.promocion .contenido .descripcionCaracteristicas p {
    text-align: center
}

.alquiler,.venta {
    background: #fff;
    border-bottom: 2px solid #d9d9dc;
    padding-bottom: 12px!important
}

.alquiler .etiqueta,.venta .etiqueta {
    z-index: 9
}

.alquiler figure,.venta figure {
    overflow: hidden
}

.alquiler figure a img,.venta figure a img {
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.alquiler figure a:hover img,.venta figure a:hover img {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1)
}

.alquiler figure .sliderPropiedad.sliderMini,.venta figure .sliderPropiedad.sliderMini {
    z-index: 0
}

.alquiler figure .mask,.venta figure .mask {
    background: 0 0!important;
    display: none
}

.alquiler figure div.mask div.referencia span.numeroRef:before,.venta figure div.mask div.referencia span.numeroRef:before {
    color: #000;
    font-size: 16px;
    display: none
}

.alquiler figure:hover .sliderPropiedad.sliderMini,.venta figure:hover .sliderPropiedad.sliderMini {
    transform: none!important
}

.alquiler h3,.venta h3 {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-left: 15px;
    text-transform: none;
    margin: 20px 0 15px
}

#results article.headerPage h1:first-letter,aside #mailingList h3 {
    text-transform: uppercase
}

.alquiler .contenido .descripcionCaracteristicas,.venta .contenido .descripcionCaracteristicas {
    padding: 0 0 15px;
    margin: 0 15px;
    border-bottom: 1px solid #c7c7ca;
    min-height: 131px
}

#home .alquiler .contenido .descripcionCaracteristicas,#home .venta .contenido .descripcionCaracteristicas {
    height: 142px
}

.alquiler .contenido .descripcionCaracteristicas h4,.venta .contenido .descripcionCaracteristicas h4 {
    font-size: 15px;
    font-weight: 300;
    font-family: Montserrat,sans-serif
}

.alquiler .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion,.venta .contenido .descripcionCaracteristicas h4 i.wxp-ubicacion {
    display: none!important
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas,.venta .contenido .descripcionCaracteristicas ul.caracteristicas {
    display: table;
    margin-top: 20px;
    padding: 0 4px
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li {
    margin: 0 30px 0 0
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: block!important
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li span,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li span {
    display: none
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li i,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li i {
    font-size: 16px;
    color: #000
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.habitaciones i:before {
    content: "\f236"
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos i:before {
    content: "\f2cd"
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supHabitable i:before {
    content: "\f015"
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before,.venta .contenido .descripcionCaracteristicas ul.caracteristicas li.supConstruida i:before {
    content: "\f0b2"
}

.alquiler .contenido .descripcionCaracteristicas .descripcion,.venta .contenido .descripcionCaracteristicas .descripcion {
    font-size: 14px;
    color: #4f5265;
    font-weight: 300;
    font-family: Montserrat,sans-serif
}

.alquiler .acciones,.venta .acciones {
    display: block!important;
    position: absolute;
    width: 100%;
    height: 53%;
    bottom: 0
}

.alquiler .acciones a,.venta .acciones a {
    color: transparent;
    display: block;
    width: 100%;
    height: 100%
}

.alquiler .contenido .precio,.venta .contenido .precio {
    font-family: Montserrat;
    color: #000;
    padding: 0 15px
}

.alquiler .contenido .precio .antes,.venta .contenido .precio .antes {
    color: #868a8b
}

aside {
    background: url(img/bg_aside.jpg) center no-repeat fixed #e0e0e0;
    background-size: cover;
    background-position: center!important;
    margin: 0!important;
    padding: 0
}

aside:before {
    background: rgba(63,76,89,.6)
}

aside #mailingList {
    padding: 115px 0 210px!important
}

aside #mailingList h3 {
    color: #FFF;
    position: relative;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: Montserrat
}

aside #mailingList form {
    top: 0!important
}

aside #mailingList form .line:first-child {
    position: relative
}

aside #mailingList form .line:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    color: #fff;
    width: 44px;
    height: 40px;
    line-height: 38px;
    border-radius: 3px 0 0 3px;
    background-color: #212121;
    border: 1px solid #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 17px
}

aside #mailingList form .line input[type=text] {
    padding-left: 50px
}

aside #mailingList form .line button {
    background: #babec5;
    border-radius: 4px
}

aside #mailingList form .line.email:before {
    background: #babec5
}

aside #mailingList form .line.checkbox p a {
    font-size: 13px;
    font-weight: 300
}

#results article.headerPage h1 {
    font-family: Montserrat,sans-serif;
    position: relative;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase
}

#results article.headerResults {
    background: 0 0;
    padding: 0
}

#results article.headerResults .filtroResultados ul li a i {
    margin-left: 5px
}

#results article.headerResults .filtroResultados>ul>li>ul {
    width: 410px;
    top: 50px;
    visibility: visible;
    text-align: left;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 8px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 8px 12px 0 rgba(0,0,0,.1);
    position: absolute;
    transition: transform .5s ease 0s,opacity .6s ease 0s,max-height .6s step-end 0s,max-width .6s step-end 0s,padding .6s step-end 0s
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir>ul>li {
    color: transparent;
    margin-bottom: 10px
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir strong {
    display: block;
    background: 0 0;
    line-height: 10px;
    text-transform: capitalize;
    padding-left: 5px;
    font-size: 15px;
    color: #000
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.6);
    border-radius: 20px;
    padding: 5px 10px;
    opacity: .6;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s
}

#results article.headerResults .filtroResultados #filtroResultadoAbrir li a:hover {
    opacity: 1;
    border: 1px solid rgba(0,0,0,1)
}

#results article.headerResults .vistaResultados ul li a {
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

#results article.headerResults .vistaResultados ul li a:hover,.vistaResultados ul li a.activo {
    border: 1px solid #7e8f9c7a;
    background: #7e8f9c7a;
}

#results article.paginacion,#results_promo article.paginacion {
    padding: 0;
    margin: 30px auto
}

#results article.paginacion .resultados,#results_promo article.paginacion .resultados {
    color: #b6b6b6;
    font-size: 17px
}

#results article.paginacion .resultados a {
    color: #29aea4
}

#results article.paginacion ul li a,#results article.paginacion ul li span {
    width: 32px!important;
    height: 32px!important;
    border-radius: 16px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center!important;
    border: 1px solid transparent;
    color: #686f82
}

#results article.paginacion ul li a:hover,#results article.paginacion ul li span.activa {
    color: #fff;
    background: #7e8f9c7a;
}

#results article.offers {
    position: relative
}

#results article.offers #tooMuchResults {
    right: 0
}

#results article.offers #leyenda form>.line {
    display: none
}

.wxp-map-icon span {
    background-color: #000!important
}

.wxp-map-icon-animated span,.wxp-map-icon-hover span {
    background-color: #333!important
}

.wxp-map-icon img {
    border: 7px solid #000!important
}

.wxp-map-icon-animated div img,.wxp-map-icon-hover div img {
    border: 7px solid #333!important
}

#results article#offers.box_mapa+article+article#mapa_results {
    top: 170px!important;
    right: 0;
    left: inherit!important;
    z-index: 0
}

#captacion form fieldset legend {
    margin: 0 0 20px;
    padding: 10px 10px 5px 0;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #d3d3d3;
    font-size: 17px;
    z-index: 0;
    background: 0 0
}

#captacion form fieldset.datosPersonales legend:before,#captacion form fieldset.localizacionInmueble legend:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #686f82;
    margin-right: 10px;
    display: inline-block;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

#captacion form fieldset.datosPersonales legend:before {
    content: "\f2bd";
    font-size: 19px;
    -webkit-font-smoothing: antialiased
}

#captacion form fieldset.localizacionInmueble legend:before {
    content: "\f041";
    font-size: 19px;
    -webkit-font-smoothing: antialiased
}

#captacion form fieldset.detalleInmueble legend:before {
    content: "\f040";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #676f81
}

#captacion form input[type=text],#captacion form select,#captacion form textarea {
    background: #fff;
    border: 1px solid #e5e7e9
}

#captacion form#frm {
    padding: 10px 0
}

#captacion form .detalleInmueble div.line.labelCheckbox {
    position: relative;
    padding-left: 22px
}

#captacion form div.line.button div button:last-child {
    height: 50px;
    border-radius: 3px;
    margin-left: 10px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    color: #434345;
    background-color: transparent
}

#details #slider,#promo_details #slider {
    height: 125px
}

#details section {
    margin-top: 0;
    padding-top: 385px
}

#details .breadcrumbs {
    margin: 0 auto;
    float: none
}

#details #detalle #ficha .header {
    height: 605px;
    top: 105px
}

#details #detalle #ficha .header:before {
    background: rgba(44,62,80,.6);
    height: 100%
}

#details #detalle #ficha .header .headerTitulo,#promo_details #detalle #ficha .header .headerTitulo {
    margin: 0 auto;
    background: 0 0;
    border: none;
    padding-top: 5px
}

#promo_details #detalle #ficha .header .headerTitulo {
    padding-top: 0
}

#details #detalle #ficha .header .headerTitulo .headerLeft,#promo_details #detalle #ficha .header .headerTitulo .headerLeft {
    width: 100%
}

#details #detalle #ficha .header .headerTitulo .headerLeft h1,#promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
    font-family: Montserrat,sans-serif;
    position: relative;
    font-size: 28px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase
}

#details #detalle #ficha .header .headerTitulo .headerLeft p,#promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    text-align: center;
    opacity: 1
}

#promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
    color: #4d5163
}

#details #detalle #ficha .header .headerTitulo .headerLeft p span,#promo_details #detalle #ficha .header .headerTitulo .headerLeft p span {
    color: #fff;
    font-weight: 700
}

#promo_details #detalle #ficha .header .headerTitulo .headerLeft p span {
    color: #4d5163
}

#details #detalle #ficha .header .headerTitulo .headerRight,#promo_details #detalle #ficha .header .headerTitulo .headerRight {
    width: 100%;
    text-align: center
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight {
    margin-top: 20px
}

#details #detalle #ficha .header .headerTitulo .headerRight p.precio,#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    display: inline-block;
    margin-top: 22px;
    border-radius: 5px;
    border: 3px solid #fff;
    color: #fff;
    padding: 12px 30px;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: initial;
    opacity: 1
}

#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
    border: 3px solid #4e5164;
    color: #4e5164
}

#detalle #ficha .header .caracteristicasPrincipales {
    background: #fff;
    border-bottom: 1px solid #e5e5f8;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    display: block
}

#details #detalle #ficha div.colIzq .groupTabs #etiqueta .etiqueta:after,#details #detalle #ficha div.colIzq .groupTabs .tabs li a i,#detalle #ficha div.colDch #formMasInfo #contenido h3 i,#detalle #ficha div.colDch .detallesFicha h3 i,#detalle #ficha div.colDch .detallesFicha ul li i,#detalle #ficha div.colIzq #descripcionFicha2,#detalle #ficha div.colIzq .detallesFicha h3 i,#detalle #ficha div.colIzq .detallesFicha ul li i {
    display: none
}

#detalle #ficha .header .caracteristicasPrincipales ul li {
    color: #4d5163
}

#details #detalle #ficha .header .actionBar {
    width: 100%;
    bottom: 225px!important;
    position: absolute
}

#details #detalle #ficha .header .actionBar ul li,#promo_details #detalle #ficha .header .actionBar ul li {
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s;
    margin: 0 10px
}

#details #detalle #ficha .header .actionBar ul li a,#promo_details #detalle #ficha .header .actionBar ul li a {
    color: #fff;
    font-size: 15px
}

#promo_details #detalle #ficha .actionBar ul li.share>i,#promo_details #detalle #ficha .header .actionBar ul li a,#promo_details #detalle #ficha .header .actionBar ul li i {
    color: #4f5265!important
}

#details #detalle #ficha .actionBar ul li.share>i,#promo_details #detalle #ficha .actionBar ul li.share>i {
    color: #fff
}

#details #detalle #ficha div.colIzq #descripcionFicha {
    display: none;
    float: none;
    width: 100%
}

#details #detalle #ficha div.colIzq #descripcionFicha p {
    line-height: 25px;
    color: #686f82;
    font-size: 15px
}

#details #detalle #ficha div.colIzq #descripcionFicha h3 {
    text-transform: none!important;
    letter-spacing: 0!important;
    font-family: inherit!important;
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 27px
}

#details #detalle #ficha div.colIzq .groupTabs .tabs {
    border: none
}

#details #detalle #ficha div.colIzq .groupTabs .sliderPropiedad {
    background: 0 0
}

#details #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa {
    z-index: 0
}

#detalle #ficha div.colIzq .detallesFicha {
    width: 100%!important
}

#detalle #ficha div.colDch .detallesFicha h3,#detalle #ficha div.colIzq .detallesFicha h3 {
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px
}

#detalle #ficha div.colDch .detallesFicha ul,#detalle #ficha div.colIzq .detallesFicha ul {
    padding: 0
}

#detalle #ficha div.colDch .detallesFicha ul li,#detalle #ficha div.colIzq .detallesFicha ul li {
    border-bottom: 1px dotted #ddd;
    margin: 0 3% 0 0;
    padding: 10px 0!important;
    width: 47%!important;
    float: left;
    text-align: right;
    background: 0 0;
    font-size: 15px!important;
    color: #686f82!important;
    font-weight: 400!important;
    border-radius: 0!important
}

#promo_details #detalle #ficha div.colDch .detallesFicha ul li {
    width: 100%!important;
    float: none!important
}

#detalle #ficha div.colDch .detallesFicha:nth-child(2) {
    width: 100%!important
}

#detalle #ficha div.colDch .detallesFicha ul li strong,#detalle #ficha div.colIzq .detallesFicha ul li strong {
    color: #686f82;
    float: left;
    font-weight: 600
}

#detalle #ficha div.colDch #formMasInfo {
    width: 100%!important;
    float: none
}

#detalle #ficha div.colDch #formMasInfo #contenido h3 {
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 20px
}

#detalle #formMasInfo #contenido form div.line {
    position: relative
}

#detalle #formMasInfo #contenido .tlf:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    margin-right: 8px;
    font-size: 23px
}

#detalle #formMasInfo #contenido>a {
    display: none
}

#details .offers h2 {
    margin-top: 40px
}

#details .offers h2:first-letter {
    text-transform: uppercase
}

#detalle #fichaScroll {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 100000;
    background: #7e8f9c;
    padding: 25px 0!important;
    box-shadow: 0 4px 4px 0 rgba(70,70,70,.4)
}

#detalle #fichaScroll div {
    float: none;
    margin: 0 auto
}

#detalle #fichaScroll figure {
    float: left!important;
    width: 95px!important
}

#detalle #fichaScroll figure img {
    width: 100%
}

#detalle #fichaScroll>div>div {
    position: relative;
    top: 0
}

#detalle #fichaScroll div ul li {
    width: auto;
    color: #fff;
    font-size: 15px;
    float: left;
    margin-left: 20px;
    margin-top: 16px
}

#detalle #fichaScroll div ul li.precio {
    font-weight: 700;
    float: right;
    font-size: 22px;
    top: -2px;
    position: relative
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td {
    width: 25%!important;
    padding: 15px 10px;
    margin-bottom: 1px
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a {
    font-weight: 600
}

#promo_details #detalle #ficha div.colIzq .detallesFicha table td:first-child a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    top: 1px;
    color: #848484
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_] {
    background: #eee;
    margin: 12px 0
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_]:before {
    background: #eee
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_] .row .caracteristicas {
    width: 62%
}

#promo_details #detalle #ficha div .detallesFicha div[id*=modelo_] p.precio {
    border-bottom: none;
    color: #292929;
    font-size: 20px
}

#contact #bgContent {
    position: relative
}

#contacto .mapa {
    width: 100%;
    height: 340px;
    position: absolute!important;
    left: 0;
    top: 0;
    background: url(//storage.googleapis.com/staticweb.inmoweb.es/web_framework/css/global/img/no-results.png) center top no-repeat #e3e3e3;
    display: none!important
}

#contacto .datosContacto,#contacto .datosContacto .sucursales .sucursal:nth-child(2n+1) {
    background: 0 0
}

#contacto .datosContacto .sucursales {
    padding: 0;
    border: none
}

#contacto .datosContacto .sucursales .sucursal {
    padding: 0 0 20px;
    border: 1px solid #d5d9dd;
    margin-bottom: 25px
}

#contacto .datosContacto .sucursales .sucursal address ul li,#contacto .datosContacto .sucursales .sucursal ul li a {
    color: #7b838b;
    font-size: 15px;
    margin-bottom: 10px
}

#contacto .datosContacto .sucursales .sucursal address ul li {
    margin: 10px 20px
}

#contacto .datosContacto .sucursales .sucursal address ul li.agencia {
    margin: 0 0 25px;
    padding: 15px 20px;
    font-size: 1em;
    background: #7e8f9c;
    color: #fff;
    border-bottom: 1px solid #d5d9dd;
    font-weight: 500
}

#contacto .datosContacto form .alert {
    margin-bottom: 30px;
    line-height: 18px;
    color: #dc2b32
}

#contacto .datosContacto form div.line {
    position: relative
}

#contacto .datosContacto form div.line:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    font-size: 1.7rem;
    transition: color .2s;
    color: #7e8f9c
}

#contacto .datosContacto form div.line.name:before {
    content: "\f2bd"
}

#contacto .datosContacto form div.line.email:before {
    content: "\f2b6"
}

#contacto .datosContacto form div.line.phone:before {
    content: "\f095"
}

#contacto .datosContacto form div.line.comment:before {
    content: "\f040"
}

#contacto form input[type=text],#contacto form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3.5rem;
    font-size: 1rem;
    margin: 0 0 20px 3rem;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
    width: 92%;
    width: calc(100% - 3rem)
}

#contacto form label {
    width: calc(100% - 3rem - 1.5rem);
    margin-left: 3rem;
    position: absolute;
    top: .6rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    font-weight: 400;
    font-size: 15px;
    transform: translateY(-105%)
}

#contacto form input[type=text]:focus label,#contacto form textarea:focus label {
    font-size: .8rem;
    color: #000;
    transform: translateY(-140%)
}

#contacto form input[type=text]:focus:before,#contacto form textarea:focus:before {
    color: red
}

#contacto .datosContacto form div.line button.btn {
    width: 135px!important;
    border: none;
    color: #fff;
    outline: 0!important;
    padding: 0 1em!important;
    font-size: 15px!important;
    height: 45px!important;
    line-height: 40px!important;
    transition: all .2s;
    overflow: hidden
}

#contacto .datosContacto form div.line button.btn:hover {
    background: #748391!important
}

#contacto .datosContacto form div.line button.btn i {
    display: none!important
}

.modalContainer .modal {
    border-bottom: 45px solid #2e353e
}

.modalContainer .modal span.titulo {
    background: #2e353e
}

.modalContainer .modal form fieldset div.line label,.modalContainer .modal form fieldset div.line.labelHorizontal label {
    color: #50585e!important
}

.modalContainer .modal form .colDcha {
    float: right!important
}

.modalContainer .modal form fieldset div.line {
    border: none
}

.modalContainer .modal form button.btn {
    color: #fff;
    background: #4f5b66
}

.modalContainer .modal form button.btn:hover {
    background: #000!important
}

footer {
    background: #30333b;
    color: #fff;
    position: relative;
    clear: both;
    padding-top: 20px
}

footer:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(80,43,126,.83);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: none
}

footer #datosContactoFooter {
    padding: 10px 0
}

footer #datosContactoFooter div>i {
    font-size: 28px
}

footer #datosContactoFooter div.email>i:before {
    content: "\f2b7"
}

footer #datosContactoFooter div.direccion>i:before {
    content: "\f278"
}

footer #datosContactoFooter div.socialLinks {
    top: -160px;
    z-index: 6;
    display: none
}

#home footer #datosContactoFooter div.socialLinks {
    display: block
}

footer #datosContactoFooter div.socialLinks ul li a i {
    background: rgba(185,190,196,.55);
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    margin: 0 10px
}

footer #datosContactoFooter div span {
    font-size: 15px
}

#creditos a,footer 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
}
#home #buscador #refForm{
    float: right;
}
#home #buscador #globalForm{
    float: left;
}
#home #buscador #refFormp{
    float: right;
}
#home #buscador .busquedaPromocionesNuevas form:nth-child(2){
    float: left;
}
.sliderPropiedad .sliderPrincipal>a.siguiente:hover i{
    opacity: 1 !important;
}
.sliderPropiedad .sliderPrincipal>a.anterior:hover i{
    opacity: 1 !important;
}
#blog #articuloCompleto .imgBg > img {
    display: none;
}
#blog #articuloCompleto .texto ul,
#blog #articuloCompleto .texto li{
    list-style: inside;
}
.articulo .fecha .dia:after{
    content: "-";
    position: relative;
    left: 2px;
}
#blog #bgContent #content{
    width: unset !important;
    display: flex;
    flex-direction: column;
}
#blog #bgContent{
    max-width: 1220px;
    margin: 0 auto;
}
#blog #latestArticle{
    display: flow-root;
}
#blog #articuloCompleto{
    margin: 0 auto;
}
#favoritos{
    display: none !important;
}
#extra_section #content > section{
    margin-bottom: 0;
}
#contact #frmContact .btn{
    background: #7e8f9c;
}
#navegacion ul li.dropDownMenu ul li a{
    align-items: center;
    justify-content: center;
}
#buscador .modalContainer .modal form button.btn, .modalContainer .modal form button.btn{
    background-color: #7e8f9c !important;
}
#extra_section ul,
#extra_section li{
    line-height: 30px;
    text-align: justify;
}
#results .offers.box_horizontal .contenido .acciones{
    display: none !important;
}
#results .offers.box_horizontal .venta,
#results .offers.box_horizontal .alquiler{
    padding: 15px 15px !important;
}
#results .offers.box_horizontal .contenido .precio p span{
    color: #7e8f9c;
}
#results .offers.box_horizontal .venta:hover,
#results .offers.box_horizontal .alquiler:hover{
    background: #e7e7e7;
}
#results .vistaResultados > ul > li:nth-child(4){
    display: none;
}
#details #detalle #ficha div.colIzq .groupTabs .tabs li.activo a, #detalle #ficha div.colIzq .groupTabs .tabs li a:hover{
    background: #7e8f9c;
    border-color: #7e8f9c;
}
#fichaScroll div ul li i{
    color: #fff;
}
#offers #listOffers table thead tr th{
    background: #7e8f9c;
}
#offers #listOffers table tbody tr td{
    font-weight: 500;
}
#contact article#contacto .texto{
    display: none;
}
#home .offers.box_vertical.tipo_1 > h2{
    display: none;
}
:lang(en) #home .offers.box_vertical.tipo_1:before{
    content: "Featured Penthouses";
}
:lang(fr) #home .offers.box_vertical.tipo_1:before{
    content: "Penthouses en Vedette";
}
:lang(de) #home .offers.box_vertical.tipo_1:before{
    content: "Vorgestellten Penthäuser";
}
#home .offers.box_vertical.tipo_1:before{
    font-family: "Titillium Web" !important;
    border-bottom: 3px solid;
    font-size: 42px;
    line-height: 1;
    display: inherit;
    padding: 10px;
    margin: 20px auto 20px;
    color: #7e8f9c;
    font-weight: bold;
}
#details .colDch .certificacionContenedor > h3{
    display: block;
    text-align: center;
    position: relative;
    top: 30px;
}
footer #datosContactoFooter{
    display: flex;
    justify-content: space-between;
}
footer #datosContactoFooter > .tlf,
footer #datosContactoFooter > .direccion > div > span:nth-child(1) br,
footer #datosContactoFooter > .direccion > div > span:nth-child(2),
footer #datosContactoFooter > .direccion > div > span:nth-child(3){
    display: none;
}
.custom__column__whatsapp {
    position: absolute;
    bottom: 125px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom__column__whatsapp a{
    width: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 45px;
}
.custom__column__whatsapp span a{
    font-size: 16px;
    color: #7e8f9c !important;
}
.custom__column__whatsapp i:before {
    content: "\f232";
    color: #7e8f9c;
    font: normal normal normal 33px / 1 FontAwesome;
}
@media screen and (min-width: 0) and (max-width:767px) {
    footer #datosContactoFooter > .tlf,
    footer #datosContactoFooter > .direccion > div > span:nth-child(1) br,
    footer #datosContactoFooter > .direccion > div > span:nth-child(2),
    footer #datosContactoFooter > .direccion > div > span:nth-child(3){
        display: none !important;
    }
    footer #datosContactoFooter > .email{
        margin-bottom: 200px !important;
    }
    #home footer #datosContactoFooter,
    footer #datosContactoFooter{
        display: flex;
    }
    .custom__column__whatsapp {
        width: 100%;
        bottom: 340px;
    }
    #home .offers.box_vertical.tipo_1:before{
        font-size: 30px;
    }
    body:not(#home){

    }
    /** 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: 52px;
        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 **/
    #results_promo #buscador{
        display: none;
    }
    #promo_details #ficha .sliderPropiedad .sliderPrincipal>a {
        color: #6f7587;
    }
    #promo_details #ficha {
        display: grid;
        grid-template-columns: auto;
    }
    #promo_details #ficha .colDch,
    #promo_details #ficha .colIzq{
        display: contents !important;
    }
    #promo_details #detalle #ficha div.colDch .detallesFicha{
        grid-row-start: 3;
    }


    #promo_details #miniaturas{
        display: none;
    }

    #blog .wrapArticulo .contenido .texto p img {
        height:auto!important;
        margin-top: 30px
    }

    #home article.home_section,aside {
        background-attachment: inherit!important
    }

    #logo a,aside {
        background-repeat: no-repeat
    }

    #content,#home #logo,#logo {
        position: relative
    }

    h2 {
        line-height: 35px!important;
        font-size: 20px!important
    }

    article#mainText .welcome .title_child {
        font-weight: 500
    }

    aside #mailingList form .line.email {
        margin-bottom: 5px!important
    }

    aside #mailingList form .line.captcha .g-recaptcha {
        transform: scale(.8);
        transform-origin: 50%
    }

    #home article.offers.tipo_1 {
        margin-top: 40px!important
    }

    #home .home_section_parent {
        margin-top: 45px
    }

    aside #mailingList form .line.button {
        margin-bottom: 15px!important;
        margin-top: 0!important
    }

    article#mainText,aside #mailingList form .line.checkbox {
        margin-bottom: 0!important
    }

    aside #mailingList form .line.button button {
        float: none!important;
        height: 50px!important
    }

    aside #mailingList #newsletter_form {
        padding: 0 15px
    }

    article {
        padding: 0 10px!important
    }

    article#mainText {
        display: block!important;
        padding: 40px 0!important
    }

    article#mainText .welcome div.cuatro_columnas_foto .column_child {
        margin: 0 0 30px;
        padding: 48px 10px 0
    }

    article#mainText .welcome .image_child {
        width: 40px;
        margin-left: -20px
    }

    #home article.home_section {
        padding: 40px 10px 30px!important
    }

    #home article.home_section>div a {
        padding: 10px 15px;
        font-size: 15px
    }

    #home article.home_section>div p {
        line-height: 23px!important;
        font-size: 15px!important
    }

    #blog .headerResults,#detalle #ficha .header .caracteristicasPrincipales,#home #logo:after,#navegacion nav div>ul>li:hover>a:before,#navegacion nav ul#favoritos>li:hover>a:before,#slider,.box_vertical .etiqueta:before,.breadcrumbs,.mainText,article#mainText,aside,footer #datosContactoFooter div.socialLinks>i {
        display: none
    }

    aside {
        background-position: center!important;
        display: block!important
    }

    aside #mailingList {
        padding: 35px 0!important
    }

    aside #mailingList h3 {
        font-size: 18px;
        margin: 0 0 25px;
        padding: 0 10px
    }

    .offers,.row {
        display: block;
        padding: 0
    }

    #bgContent,#home #bgContent {
        margin-top: 0;
        padding: 0
    }

    #contacto,#results article.headerPage,#seccionInterna,form {
        padding: 0
    }

    .headerRight {
        border-top: 1px solid #fff
    }

    .ui-widget.ui-widget-content {
        width: 95%
    }

    .flecha {
        right: 0;
        margin-right: 15px;
        bottom: 55px
    }

    .column_child {
        width: 100%!important;
        float: none!important
    }

    #home header,header {
        height: 195px;
        background: #fff
    }

    #home #logo,#logo {
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px 0;
        height: 140px
    }

    #logo a {
        display: block;
        background-image: url(img/logo.png);
        background-size: 170px;
        background-position: center;
        width: 170px;
        height: 110px;
        margin: 0 auto
    }

    #home #logo a img {
        width: 40%!important;
        margin: 0 auto
    }

    #logo a img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        height: auto
    }

    #home #slider,#slider {
        display: block;
        position: absolute;
        top: 0
    }

    #slider #slideshow .nivo-caption {
        display: none!important
    }

    #navegacion {
        position: relative!important;
        top: 0!important;
        background: #4d5364;
        z-index: 23
    }

    #home #navegacion {
        background: 0 0!important
    }

    #navegacion nav {
        padding: 0;
        width: 100%;
        background: 0 0
    }

    #navegacion #navHeader {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        right: 0;
        margin: 0!important
    }

    #navegacion #navHeader #navLinks {
        position: absolute;
        background: #4d5365;
        left: 0;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        display: none;
        z-index: 9999999;
        top: 47px
    }

    #navegacion #navHeader #navLinks li {
        float: none;
        border-bottom: 1px solid rgba(217,217,217,.4)
    }

    #navegacion #navHeader #navLinks .dropDownMenu ul {
        background: 0 0!important;
        display: block
    }

    #home #navegacion #navHeader #searchToggle,#navegacion #idiomas>li.dropDownMenu>ul:before,#navegacion #navLinks>li.dropDownMenu>ul:before,#navegacion #operationList>li.dropDownMenu>ul:before {
        display: none
    }

    #home #navegacion.fixed ul li a,#navegacion ul li a {
        padding-left: 10px!important;
        height: 50px!important;
        line-height: 50px!important;
        color: #fff
    }

    #navegacion #navHeader #navToggle,#navegacion #navHeader #searchToggle {
        display: inline-block
    }

    #navegacion #navHeader #navToggle button,#navegacion #navHeader #searchToggle button {
        margin: 0;
        padding: 6px 10px;
        background: 0 0;
        color: #fff;
        border-radius: 3px;
        border: none
    }

    #navegacion #navHeader #navToggle button:hover,#navegacion #navHeader #searchToggle button:hover {
        background: #000;
        color: #fff
    }

    #navegacion ul#idiomas {
        right: 0
    }

    #navegacion ul#idiomas>li>a>i {
        color: #fff
    }

    #navegacion ul#idiomas li a {
        padding: 0 10px!important
    }

    #results #content {
        position: inherit
    }

    #buscador,#home #buscador {
        left: 0;
        top: 0!important;
        position: relative;
        margin: 0!important;
        outline: 0;
        padding: 0;
        background: #aeb3b7!important;
        width: 100%;
        height: auto;
        z-index: 100000
    }

    .ui-slider .ui-slider-handle,.ui-widget-header {
        background: #525667!important
    }

    #home #buscador {
        display: block!important;
        position: relative;
        z-index: inherit
    }

    #buscador div#openNew form:last-child div.line button,#buscador div#openProperty form:last-child div.line button {
        background: #535668
    }

    #buscador>div {
        height: auto;
        background: 0 0;
        width: 100%;
        padding: 0 10px 50px
    }

    #buscador div form {
        border: none!important
    }

    #buscador>div>ul.tabs {
        top: 0!important;
        left: 0!important;
        position: relative!important;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%!important
    }

    #ficha #etiqueta,.promocion .contenido .precio {
        position: relative
    }

    #buscador .tabs li {
        width: 50%;
        text-align: center;
        margin: 0!important;
        float: left!important
    }

    #buscador ul.tabs li a {
        border: none!important;
        height: auto;
        line-height: inherit;
        text-align: left
    }

    #buscador .busquedaAvanzada {
        display: block;
        bottom: 0;
        top: inherit;
        right: 0;
        left: inherit
    }

    #buscador .busquedaAvanzada>a {
        width: 100%;
        text-align: center;
        right: 0!important;
        left: inherit!important;
        top: inherit!important;
        bottom: 0!important;
        border: none!important;
        border-radius: 0!important;
        background: 0 0;
        color: #fff!important
    }

    #buscador form div.line .globalSelector {
        justify-content: inherit
    }

    #buscador form div.line .globalSelector div.value {
        max-width: 350px
    }

    #gtypeContent.globalSelector>ul,#pbAContent.globalSelector>ul,#pbContent.globalSelector>ul {
        width: 100%
    }

    #price-range,#price-rangep {
        width: 95%
    }

    #home section,section {
        float: none;
        width: 100%;
        margin: 0!important;
        padding: 0;
        box-sizing: border-box;
        padding-top: 40px!important
    }

    #home section {
        margin-top: 0!important
    }

    #results .box_vertical .alquiler,#results .box_vertical .promocion,#results .box_vertical .venta,.alquiler,.promocion,.venta {
        height: auto!important;
        width: 100%!important;
        padding: 0!important;
        margin: 0 0 20px!important;
        float: none!important
    }

    #results header {
        position: relative!important
    }

    #results_promo article.offers #listOffers,article.offers #leyenda form .line {
        display: table
    }

    #results article#offers,#results article.headerPage,#results article.headerResults,#results article.offers #leyenda,#results article.paginacion {
        width: 100%!important
    }

    #results article.paginacion {
        padding: 0
    }

    #results article.paginacion .resultados {
        font-size: 18px
    }

    #results section.box_mapa>article.paginacion:nth-child(3) {
        display: none
    }

    #results article.offers #leyenda form .line .desplegado span,#results article.offers #leyenda form .line ul li,article.offers #leyenda form .line.checkboxNum div span {
        padding-left: 25px;
        margin-bottom: 15px;
        font-size: 16px
    }

    article.offers #leyenda form .line.filtro_m2 div input,article.offers #leyenda form .line.filtro_m2 div span,article.offers #leyenda form .line.filtro_precio div input,article.offers #leyenda form .line.filtro_precio div span {
        float: none
    }

    #results article.offers #leyenda form .line.filtro_m2 div span:nth-child(3),#results article.offers #leyenda form .line.filtro_precio>div span:nth-child(3) {
        margin-top: 0
    }

    #results article.offers #leyenda {
        padding: 0
    }

    #results article.headerResults .vistaResultados {
        margin-left: 0
    }

    #results article.headerResults .filtroResultados>ul>li>ul {
        width: 360px;
        right: 0
    }

    #results article.headerResults .filtroResultados #filtroResultadoAbrir li a {
        font-size: 12px
    }

    #results article.headerResults .filtroResultados #filtroResultadoAbrir strong {
        font-size: 14px
    }

    #results article#offers.box_mapa+article+article#mapa_results {
        top: 0!important
    }

    #details section {
        margin-top: 0!important;
        position: inherit;
        padding-top: 300px!important
    }

    #details #detalle #ficha .header .headerTitulo .headerRight p.precio,#promo_details #detalle #ficha .header .headerTitulo .headerRight p.precio {
        padding: 10px 30px;
        font-size: 16px
    }

    #details #detalle #ficha div.colDch,#details #detalle #ficha div.colIzq {
        padding: 15px 15px 25px
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft h1,#promo_details #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 20px
    }

    #details #detalle #ficha .header .headerTitulo .headerLeft p,#promo_details #detalle #ficha .header .headerTitulo .headerLeft p {
        font-size: 18px
    }

    #details #detalle {
        padding: 0
    }

    #detalle #ficha .header {
        height: auto!important
    }

    #details #detalle #ficha .header {
        top: 1px
    }

    #details #detalle #ficha .header .headerTitulo,#promo_details #detalle #ficha .header .headerTitulo {
        padding-top: 0
    }

    #detalle #ficha .header img {
        max-width: inherit!important;
        width: auto!important
    }

    #detalle #ficha div.colDch .detallesFicha ul li,#detalle #ficha div.colIzq .detallesFicha ul li {
        width: 100%!important
    }

    #detalle #ficha div.colIzq #descripcionFicha p,#detalle #ficha div.colIzq #descripcionFicha2 p {
        text-align: justify
    }

    #ficha h1 {
        text-align: center
    }

    #ficha #etiqueta {
        z-index: 9
    }

    #details #detalle #ficha .header .actionBar,#promo_details #detalle #ficha .header .actionBar {
        display: none;
        width: 100%!important;
        bottom: 0!important;
        left: 0;
        top: initial;
        z-index: 12;
        background-color: #4d5365;
        padding: 0;
        border: none!important
    }

    #details #detalle #ficha .header .actionBar>ul,#promo_details #detalle #ficha .header .actionBar>ul {
        float: left
    }

    #details #detalle #ficha .header .actionBar ul li,#promo_details #detalle #ficha .header .actionBar a.hazOferta {
        position: relative;
        width: 50px!important;
        height: 50px!important;
        padding: 0!important;
        float: left;
        border-radius: 0!important;
        margin: 0;
        border-right: 1px solid rgba(120,120,120,.4)!important
    }

    #details #detalle #ficha .actionBar a.hazOferta {
        float: left!important;
        clear: inherit;
        border-radius: 0!important
    }

    #details #detalle #ficha .header .actionBar #ficha .actionBar ul li>a,#promo_details #detalle #ficha .header .actionBar ul li.share {
        width: 50px!important;
        height: 50px!important
    }

    #details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox,#promo_details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox {
        position: absolute;
        top: 0
    }

    #details #detalle #ficha .header .actionBar ul li a,#detalle #ficha .actionBar ul li.share div.addthis_toolbox a,#promo_details #detalle #ficha .header .actionBar ul li a {
        border: none!important;
        width: 50px!important;
        height: 50px!important;
        color: transparent!important;
        padding: 0!important
    }

    #details #detalle #ficha .actionBar a.hazOferta {
        width: 50px!important;
        height: 50px!important;
        padding: 0!important;
        border: none!important;
        border-right: 1px solid rgba(120,120,120,.4)!important
    }

    #details #detalle #ficha .actionBar a.hazOferta i,#details #detalle #ficha .actionBar a.hazOferta:before,#details #detalle #ficha .header .actionBar ul li i,#promo_details #detalle #ficha .actionBar a.hazOferta i,#promo_details #detalle #ficha .header .actionBar ul li i {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%!important;
        height: 100%!important;
        font-size: 16px;
        color: #fff
    }

    #details #detalle #ficha .header .actionBar ul li.share>i,#promo_details #detalle #ficha .header .actionBar ul li.share>i {
        top: 0!important;
        margin: 0!important
    }

    #details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a,#promo_details #detalle #ficha .header .actionBar ul li.share div.addthis_toolbox a {
        padding: 0;
        margin: 0
    }

    #details #detalle #ficha .actionBar ul li.documents,#details #detalle #ficha .actionBar ul li.presentation,#details #detalle #ficha .actionBar ul li.printPage {
        display: inline-block!important
    }

    #details #detalle #ficha div.colDch,#promo_details #detalle #ficha div.colDch {
        margin-top: 0
    }

    #ficha>div.colIzq>div:nth-child(4)>p {
        text-align: justify
    }

    #detalle #ficha .header .headerTitulo .headerRight {
        position: relative;
        border: none
    }

    #ficha #sliderPropiedad {
        width: 320px
    }

    #detalle #ficha div.colIzq .groupTabs .googleMaps #mapa,#detalle #ficha div.colIzq .groupTabs .videos iframe {
        height: 260px
    }

    #home footer,footer {
        margin-top: 0;
        padding: 35px 0px 0px 0px !important;
    }

    #details footer {
        padding-bottom: 65px!important
    }

    footer #datosContactoFooter {
        background: 0 0
    }

    #home footer #datosContactoFooter {
        padding: 10px 0!important;
        display: table
    }

    #home footer #datosContactoFooter div,footer #datosContactoFooter div {
        width: 100%!important;
        position: relative;
        padding: 0 10px!important;
        text-align: center!important;
        display: block;
        top: 0!important;
        margin-bottom: 25px;
    }

    #home footer #datosContactoFooter div.socialLinks,footer #datosContactoFooter div.socialLinks {
        margin-top: 30px!important;
        position: relative;
        top: 0!important;
        padding: 0!important
    }

    #home footer #datosContactoFooter div>i,footer #datosContactoFooter div>i {
        position: relative!important;
        top: 0!important;
        margin: 0 auto 8px;
        transform: none!important;
        font-size: 26px
    }

    footer #datosContactoFooter div.socialLinks>i {
        display: none!important
    }

    footer #creditos .right:before {
        margin-right: 0
    }

    footer #creditos {
        position: relative!important;
        padding: 0;
        margin-top: 0!important
    }

    footer #creditos .left {
        margin-top: 15px;
        float: none;
        top: 0;
        text-align: center
    }

    footer #creditos .right {
        float: none;
        width: 100%;
        text-align: center
    }

    footer #creditos .right p {
        float: none;
        margin: 10px 0 0!important
    }

    footer #creditos .right p a,footer #creditos .right p.mls_logo img {
        margin: auto
    }

    #contact section {
        margin-top: 0!important;
        padding-top: 200px
    }

    #contacto .mapa {
        height: 200px
    }

    #contacto {
        margin-top: 20px
    }

    #contacto .datosContacto,#contacto .datosContacto form {
        padding: 0
    }

    #blog #content,#contacto .datosContacto form div.line button.btn {
        width: 100%!important
    }

    #blog figure img {
        max-width: 405px;
        max-height: 200px;
    }

    #blog .texto p {
        width: 90%!important;
        text-align: justify!important;
        margin: 0 auto
    }

    #blog .paginacion {
        margin-top: 40px
    }
}

@media screen and (min-width: 0) and (max-width:320px) {
    #buscador form div.line .globalSelector div.value {
        max-width:298px
    }
}

@media screen and (min-width: 0) and (max-width:375px) {
    #blog figure img {
        max-width:354px
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .custom__column__whatsapp {
        bottom: 148px;
    }
    #home .highlighted_searches div.highlighted_search {
        height: 200px !important;
    }
    #home #slider,#slider #slideshow {
        height: 430px;
    }
    #slider .nivoSlider img{
        height: 430px;
    }
    /** 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 **/
    #buscador>div,#details #detalle #ficha .header .headerTitulo,#details .breadcrumbs,#fichaScroll div,#home .row,#home article.home_section>h2,.home_section>div,header .datosContacto address {
        width:768px
    }

    #blog .texto {
        width: 768px!important
    }

    #navegacion ul li a,#results article.headerResults,#results article.paginacion,article#mainText .welcome,article#mainText div>h2,h1,h2 {
        padding-left: 10px;
        padding-right: 10px
    }

    #navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
        width: calc(100% * (1/5) - 0px - 1px)!important
    }

    #captacion form .localizacionInmueble div.line:nth-child(2),#captacion form .localizacionInmueble div.line:nth-child(3),#captacion form .localizacionInmueble div.line:nth-child(4),#captacion form .localizacionInmueble div.line:nth-child(5),#gtypeContent.globalSelector>ul,#pbContent.globalSelector>ul,#tipo_propiedad.globalSelector>ul {
        width: 100%
    }

    #navegacion ul#idiomas {
        right: 10px
    }

    #buscador label {
        font-size: 12px
    }

    #buscador .busquedaAvanzada>a,.modalContainer {
        right: 0
    }

    #captacion form .detalleInmueble div.line {
        width: 45.3%
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 50%
    }

    #promo_details .sliderPropiedad .miniaturas div ul {
        width: 100%
    }
}

@media screen and (min-width: 1024px) and (max-width:1259px) {
    #home #slider,#slider #slideshow {
        height: 530px;
    }
    #slider .nivoSlider img{
        height: 530px;
    }
    /** 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 **/
    #home .box_vertical .alquiler,#home .box_vertical .venta {
        height:482px
    }

    #home .alquiler .contenido .descripcionCaracteristicas,#home .venta .contenido .descripcionCaracteristicas {
        height: 162px
    }

    #buscador>div,#details #detalle #ficha .header .headerTitulo,#details .breadcrumbs,#fichaScroll div,#home .row,#home article.home_section>h2,.home_section>div,header .datosContacto address {
        width: 984px
    }

    #blog .texto {
        width: 984px!important
    }

    #navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
        width: calc(100% * (1/7) - 0px - 1px)!important
    }

    #captacion form .localizacionInmueble div.line:nth-child(2),#captacion form .localizacionInmueble div.line:nth-child(3),#captacion form .localizacionInmueble div.line:nth-child(4),#captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%
    }

    #captacion form .detalleInmueble div.line {
        width: 21.8%
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 50%
    }
}

@media screen and (min-width: 1260px) {
    #home #slider,#slider #slideshow {
        height: 710px;
    }
    #slider .nivoSlider img{
        height: 710px;
    }
    /** 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: 66px;
        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 **/
    #slider .nivoSlider img{
        min-height: 710px;
    }
    #blog .texto,#buscador>div,#details #detalle #ficha .header .headerTitulo,#details .breadcrumbs,#fichaScroll div,#home .row,#home article.home_section>h2,.home_section>div,header .datosContacto address {
        width:1220px
    }

    #navegacion ul#favoritos>li>div>div>div>ul>li.promocion {
        width: calc(100% * (1/8) - 0px - 1px)!important
    }

    #captacion form .localizacionInmueble div.line:nth-child(2),#captacion form .localizacionInmueble div.line:nth-child(3),#captacion form .localizacionInmueble div.line:nth-child(4),#captacion form .localizacionInmueble div.line:nth-child(5) {
        width: 48.4%
    }

    .sliderPropiedad {
        max-width: 802px
    }
    #home #slider {
        min-height: 711px;
    }
}

@media print {
    #detalle #ficha div.colIzq .groupTabs .googleMaps,#detalle #ficha div.colIzq .groupTabs .tabs,#detalle #ficha div.colIzq .groupTabs .videos,#ficha #etiqueta,#fichaScroll,.fotorama__nav-wrap,div#miniaturas {
        display: none!important
    }

    #detalle {
        padding-top: 40px
    }

    #detalle #ficha {
        margin-top: -40px
    }

    #detalle #ficha .header {
        height: 200px
    }

    #detalle #ficha .header .headerTitulo {
        top: 0;
        padding: 0!important;
        border: none!important
    }

    #detalle #ficha .header .headerTitulo .headerLeft h1 {
        font-size: 1.6em;
        border-bottom: 0
    }

    #detalle #ficha .header .headerTitulo p {
        font-size: 15px
    }

    #detalle #ficha .header .caracteristicasPrincipales ul li {
        font-size: 18px;
        width: 100px;
        height: 70px;
        padding-top: 0;
        margin: 0 20px
    }

    #detalle #ficha div.colIzq {
        margin-top: 0;
        width: 700px
    }

    #detalle #ficha div .detallesFicha ul li {
        width: 48%;
        padding: 1px 1%
    }

    #detalle #ficha .sliderPropiedad,.fotorama__img,.fotorama__stage,.fotorama__stage img,.fotorama__stage__frame.fotorama__loaded.fotorama__loaded--img,.fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--slide .fotorama__stage__frame,.sliderPropiedad {
        height: 500px!important;
        width: 700px!important
    }

    #detalle .colIzq .detallesFicha#descripcionFicha p {
        font-size: 12px
    }

    #details section {
        margin-top: -120px
    }

    #promo_details #detalle {
        margin-top: -140px
    }

    #detalle #ficha .header .headerTitulo .headerRight .precio {
        font-size: 25px!important;
        font-weight: 700;
        margin-bottom: 20px
    }

    #detalle #ficha div .detallesFicha h3 {
        padding-left: 0;
        font-size: 18px;
        font-weight: 700
    }

    .sliderPropiedad {
        margin-top: -40px;
        background: 0 0
    }
}

/* NUEVAS MODIFICACIONES */

*:not(.fa,.wxp,h2,h3,h4,h5,h6) {
    font-family: "Titillium Web" !important;
}

h2 {
    font-family: "Titillium Web" !important;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 32px;
}

/****
COLORS
****/

h1, h2, h3, h4, h5, h6 {
    color: #7e8f9c;
    font-weight: bold;
    font-family: "Titillium Web" !important;
}

#background {
    background: #f6f8f9;
}

.btn {
    background-color: #979797;
}

/****
LOGO
****/

#home #logo a {
    background-size: contain !important;
}

#extra_section #container #logo a img {
    max-height: 85px;
}

/****
NAVEGACIÃ“N
****/

.captacion {
    display: none;
}

#navLinks>li.dropDownMenu>ul:before, #operationList>li.dropDownMenu>ul:before {
    border-bottom: 10px solid #7e8f9c;
}

#navegacion ul li.dropDownMenu:hover ul li:hover {
    background: #444!important;
}

#home #navegacion.fixed ul li.dropDownMenu>ul, #navegacion ul li.dropDownMenu>ul {
    background: #7e8f9c !important;
}

#home #navegacion.fixed ul li a, #navegacion ul li a {
    font-size: 14px;
}

#idiomas {
    display: none;
}

#navegacion ul li.dropDownMenu:hover ul li a {
    justify-content: center;
}

#extra_section #navegacion ul li a {
    color: #7e8f9c;
}

/****
HEADER
****/

#slider #slideshow:before {
    background-color: rgb(44 62 80 / 32%);
}

#slider #slideshow .nivo-caption * {
    font-size: 50px;
    font-family: "Titillium Web" !important;
    color: #fff;
    line-height: 1.1;
}

@media (min-width: 767px) and (max-width: 1024px) {
    #slider #slideshow .nivo-caption * {
        font-size: 35px;
    }
}

/****
BUSCADOR
****/

#home #buscador {
    top: -100px;
}

#home #buscador .tabs {
    border-bottom: 1px solid #00000017 !important;
    width: 100% !important;
    margin-bottom: 15px;
}

#tipo_operacion, #tipo_propiedad {
    display: none;
}

.ui-slider .ui-slider-handle {
    background: #979797!important;
}

#buscador div#openNew form:first-child button, #buscador div#openProperty form:first-child button {
    background: #979797;
}

.modalContainer .modal form fieldset div.line>div input[type=radio]:checked:before {
    border-color: #979797;
}

.modalContainer .modal form fieldset div.line>div input[type=radio]:checked:after {
    background: #979797;
    border-color: #979797;
}

.modalContainer .modal input[type=checkbox]:checked:before {
    border-color: #979797;
}

@media (min-width: 768px) and (max-width: 1023px) {
    #home #buscador #refForm {
        zoom: .75;
    }

    #home #buscador #globalForm {
        zoom: .75;
    }

    #home #buscador {
        top: 42px;
        background: #ffffff5e !important;
    }

    #buscador .busquedaAvanzada>a {
        right: 35px !important;
    }

    #buscador > div > ul.tabs {
        padding: 0 !important;
    }

    #buscador div#openProperty form:first-child div.line {
        width: 50%;
    }

    #buscador div#openProperty form:last-child div.line, #buscador div#openProperty form:last-child div.line:last-child {
        width: 25%;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #buscador div#openProperty form:last-child div.line, #buscador div#openNew form:last-child div.line {
        width: 25%;
    }

    #buscador div#openProperty form:first-child, #buscador div#openNew form:first-child {
        width: 15%;
    }
}


@media (min-width: 1024px) {
    #buscador > div {
        background: #ffffffba;
        padding: 20px;
        border-radius: 3px;
    }

    #buscador ul.tabs li a {
        color: #444 !important
    }

    #buscador div#openNew form div.line label, #buscador div#openProperty form div.line label {
        color: #444;
    }

    #buscador .busquedaAvanzada>a {
        right: 40px !important;
        color: #444 !important;
        font-size: 12px !important;
        top: 7px !important;
        font-weight: 100 !important;
    }

    #buscador div#openProperty form:last-child div.line, #buscador div#openNew form:last-child div.line {
        width: 30%;
    }

    #buscador > div > ul.tabs li a {
        text-transform: uppercase !important;
        font-weight: 100;
        height: 20px;
        line-height: 14px;
    }

    #buscador > div > ul.tabs li.activo a {
        font-weight: bold;
    }

    #buscador div#openProperty form div.line label {
        text-transform: uppercase;
        font-size: 12px;
    }

    #buscador div#openProperty form:first-child button {
        top: -1px;
    }

    #home #buscador #refForm {
        float: left;
        margin-right: 20px;
    }

    #refForm fieldset div.line > div:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        z-index: 99999;
        width: 1px;
        height: 100%;
        background: #e8e8e8;
        top: 50%;
        transform: translateY(-50%);
    }

}

/****
WELCOME
****/

article#mainText {
    background: #f6f8f9;
    margin-bottom: 10px !important;
}

.welcome {
    text-align: center;
}

.welcome h1 {
    font-family: "Titillium Web" !important;
    font-size: 29px;
    width: 66%;
    margin: 0 auto;
    line-height: 1.2;
    position: relative !important;
    text-indent: 0 !important;
}

/* .welcome h1:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 5px;
    background: #7e8f9c;
    left: 50%;
    bottom: -30px;
    margin-left: -12px;
} */

.welcome p {
    font-family: "Titillium Web" !important;
    font-size: 20px;
    color: #979797;
    margin-top: 55px;
}

#buscador div form#refForm div.line#numero_ref label, #buscador div form#refFormp div.line#numero_refp label {
    visibility: visible;
}

@media screen and (min-width: 1260px) {
    .welcome h1 {
        font-size: 42px;

    }
}


/****
HIGHLIGHTED
****/

.highlighted_searches {
    height: auto !important;
}

.highlighted_searches div.highlighted_search {
    height: 300px !important;
    border-radius: 5px !important;
    background-position: center !important;
    background-size: 170% !important;
    transition: 3s all;
}
.highlighted_searches div.highlighted_search:nth-child(1),
.highlighted_searches div.highlighted_search:nth-child(2),
.highlighted_searches div.highlighted_search:nth-child(3){
    width: 32.3%;
}
.highlighted_searches div.highlighted_search:nth-child(4){
    width: 99%;
    height: 220px !important;
    background-size: 135%;
}
.highlighted_searches div.highlighted_search:nth-child(4):hover {
    background-size: 100% !important;
}

.highlighted_searches div.highlighted_search:nth-child(4) a{
    font-weight: 600;
}

.highlighted_searches div.highlighted_search:hover {
    background-size: 215% !important;
}

.highlighted_searches div.highlighted_search a {
    font-family: "Titillium Web" !important;
    font-size: 32px;
}

.highlighted_searches div.highlighted_search:before {
    border-radius: 5px !important;
}

@media screen and (min-width: 1260px) {
    .highlighted_searches {
        height: 320px !important;
    }
}

/****
HOME SECTIONS
****/

#home article.home_section:nth-child(2n+1):before {
    display: block !important;
}

#home article.home_section:nth-child(5)>div a, #home article.home_section:nth-child(5)>div p, #home article.home_section:nth-child(5)>h2 {
    color: #ffffff;
}

.offers h2 {
    text-align: left;
    font-family: "Titillium Web" !important;
    border-bottom: 3px solid;
    font-size: 42px;
    line-height: 1;
    display: inherit;
    padding: 10px;
    margin: 20px auto 20px;
}

article#mainText .welcome .title_child {
    font-weight: bold;
}

.home_section a:hover {
    opacity: .75;
}

.highlighted_searches {
    height: 320px;
}

.box_vertical .promocion figure {
    border-radius: 5px;
}

#home article.home_section:nth-child(2n+1)>div a {
    border-color: #fff;
    background: #fff;
    color: #444;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 15px;
}

#home article.home_section>div a {
    background: #7e8f9c;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}



@media screen and (min-width: 1260px) {
    #home article.home_section>h2 {
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 32px;
    }
}

/****
CAJA VENTA
****/

#home .box_vertical .venta {
    border-radius: 5px;
}

.alquiler, .venta {
    border: 0 !important;
}

.alquiler .acciones, .venta .acciones {
    border-bottom: 1px solid #E6E9EC !important;
    border-left: 1px solid #E6E9EC !important;
    border-right: 1px solid #E6E9EC !important;
}

.venta .contenido .descripcionCaracteristicas {
    border-bottom: 0;
}

p.descripcion.ocultar {
    display: none !important;
}

.descripcionCaracteristicas h4, .venta h3  {
    text-align: center;
    font-family: "Titillium Web" !important;
    font-size: 20px;
    color: #7e8f9c;
}

.venta .contenido .descripcionCaracteristicas .caracteristicas {
    text-align: center;
    width: 100%;
}

.alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li, .alquiler .contenido .descripcionCaracteristicas ul.caracteristicas li.banos, .venta .contenido .descripcionCaracteristicas ul.caracteristicas li.banos {
    display: inline-block !important;
    float: none;
}

.venta .contenido .descripcionCaracteristicas .supConstruida {
    margin-right: 0 !important;
}

#home .alquiler .contenido .descripcionCaracteristicas, #home .venta .contenido .descripcionCaracteristicas {
    height: 62px;
}

.alquiler .contenido .descripcionCaracteristicas, .venta .contenido .descripcionCaracteristicas {
    min-height: 62px;
}

#home .box_vertical .alquiler, #home .box_vertical .venta {
    height: 386px;
}

.alquiler .contenido .precio, .venta .contenido .precio {
    background: #7e8f9c7a;
    text-align: center;
    border-top: 1px solid #efeff0;
}

.venta .contenido .precio p span {
    font-family: "Titillium Web" !important;
    font-size: 16px;
    color: #fff;
}

.venta .contenido .precio p.antes span {
    font-size: 13px;
}

.alquiler .etiqueta, .venta .etiqueta {
    background-color: #7e8f9c !important;
}

/****
MAILINGLIST
****/

#mailingList {
    display: none;
}

/****
FOOTER
****/

footer {
    background: #f6f8f9;
    border-top: 10px solid #f6f8f9;
}

aside #mailingList form .line.email:before {
    background: #979797;
}

aside #mailingList form .line button {
    background: #979797;
}

footer #datosContactoFooter div>i {
    display: inline-block;
    background: none;
    border-radius: 50%;
    border: 0;
    color: #444;
    width: 80px;
    height: 80px;
    position: relative;
}

footer #datosContactoFooter div>i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#datosContactoFooter > div, div#datosContactoFooter > div * {
    color: #7e8f9c !important;
}

footer #datosContactoFooter div span {
    display: block;
    font-size: 16px !important;
}

.flecha  {
    background: #979797;
}

#creditos {
    background: #7e8f9c;
    border: 0 !important;
}

footer #creditos .left p {
    color: #fff !important;
}

@media screen and (min-width: 1260px) {
    #creditos {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    #creditos .left {
        padding-right: 10px;
    }

    #creditos .left a {
        border-right: 2px solid;
        padding-right: 20px;
        margin-right: 8px;
    }

}

/****
VISTA INTERIOR
****/


#seccionInterna > h2 {
    display: none;
}

#extra_section div[id*="custom__section__title"] {
    width: 100%!important;
    padding: 100px 0;
    margin: 0!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
    padding: 150px 0;
}

div[id*="custom__section__title"]:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(63,76,89,.5);
}

#extra_section div[id*="custom__section__title"] h2 {
    color: #fff;
    line-height: 1.4;
    padding: 0 20px;
}

#extra_section div[id*="custom__section__content"] h5 {
    font-size: 1.1rem;
    text-align: center;
}

#custom__section__video {
    margin: 40px auto !important;
    text-align: center;
}

@media screen and (min-width: 1260px) {

    #seccionInterna {
        width: 100%;
    }

    #extra_section #content > section {
        margin-top: 0;
    }

    #extra_section div[id*="custom__section__content"], #custom__section__video {
        width: 50%;
        margin: 0 auto;
        padding: 0 20px;
    }

}

#custom__section__title__1 {
    background-image: url(https://storage.googleapis.com/static.inmoweb.es/clients/2308/css/img/service_juridique.jpg);
}

#custom__section__title__2 {
    background-image: url(https://storage.googleapis.com/static.inmoweb.es/clients/2308/css/img/processus.jpg);
}

#custom__section__title__3 {
    background-image: url(https://storage.googleapis.com/static.inmoweb.es/clients/2308/css/img/services.jpg);
}

#custom__section__title__4 {
    background-image: url(https://storage.googleapis.com/static.inmoweb.es/clients/2308/css/img/agence.jpg);
}