/* ESTILOS - NICLA·RMB */

.icono-whatsapp {
    /* background-color: #4AA81F !important;*/
    color: #fff !important;
    padding: 0px 10px !important;
    font-size: 1.2em !important;
}

.icono-facebook {
    /*background-color: #395693 !important;*/
    color: #fff !important;
    padding: 0px 10px !important;
    font-size: 1.2em !important;
}

.icono-youtube {
    /*background-color: #F60002 !important;*/
    color: #fff !important;
    padding: 0px 10px !important;
    font-size: 1.2em !important;
}

.icono-instagram {
    /*background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);*/
    color: #fff !important;
    padding: 0px 10px !important;
    font-size: 1.2em !important;
}

.menu-login {
    background-color: #000F46 !important;
    color: white !important;

}

.menu-login a {
    color: white !important;
    font-weight: 500 !important;
}

.menu-login a:hover {
    color: white !important;
}

.blanco {
    color: white !important;
}

.activo {
    background-color: #E73038 !important;
    font-weight: 500 !important;
    color: white !important;
}

.activo a {
    font-weight: 500 !important;
    color: white !important;
}

.color-nicla {
    color: #E73038 !important;
}

.color-rmb {
    color: #000F46 !important;
}

.espaciado-30 {
    padding: 12px 30px !important;
}

.contenedor-parrafo-portada {
    height: 134px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .contenedor-parrafo-portada {
        height: 180px;
    }
}

@media (max-width: 990px) {
    .contenedor-parrafo-portada {
        height: 284px;
    }
}

@media (max-width: 767px) {
    .contenedor-parrafo-portada {
        height: 100px;
    }
}

.sombra-precio {
    text-shadow: #222222 1px 1px 2px;
}

.staff-nicla {
    position: relative;
    z-index: 10;
    height: 100%;
}

.staff-ana {
    position: absolute;
    bottom: -70px !important;
    left: 80px;
    z-index: -20;
    height: auto !important;
    max-height: 400px;
}

.staff-claus {
    position: absolute;
    bottom: -70px !important;
    right: 80px;
    z-index: -20;
    height: auto !important;
    max-height: 400px;
}

@media only screen and (max-width: 1660px) {
    .staff-ana {
        left: 40px;
        max-height: 400px;
        z-index: 0;
    }

    .staff-claus {
        right: 40px;
        max-height: 400px;
        z-index: 0;
    }
}

@media only screen and (max-width: 1560px) {
    .staff-ana {
        left: 20px;
        max-height: 300px;
        z-index: 0;
    }

    .staff-claus {
        right: 20px;
        max-height: 300px;
        z-index: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .staff-ana {
        display: none;
    }

    .staff-claus {
        display: none;
    }

    .featured-properties {
        background: url(../img/fondo-staff.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom;
    }
}

.recorte {
    overflow: hidden !important;
    padding-top: 140px !important;
}

.capa-presentacion-1 {
    background-color: #E73038;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.capa-presentacion-1 h1 {
    color: #fff !important;
    text-transform: none !important;
    font-size: 3vw !important;
    text-align: right;
    margin-right: 5%;
}

.capa-presentacion-2 {
    background-color: #000F46;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.capa-presentacion-2 h1 {
    color: #fff !important;
    text-transform: none !important;
    font-size: 3vw !important;
    text-align: left;
    margin-left: 5%;
}

@media only screen and (max-width: 980px) {
    .capa-presentacion-1 {
        height: 300px;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

    .capa-presentacion-1 h1 {
        text-align: center;
        font-size: 6vw !important;
    }

    .capa-presentacion-2 {
        height: 300px;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
    }

    .capa-presentacion-2 h1 {
        text-align: center;
        font-size: 6vw !important;
    }
}

/* Adding Presentation, a new section in the property-box */
.property-box-8 .presentation-description {
    border-top: solid 1px #ebebeb;
    padding: 10px 20px;
}

@media only screen and (min-width: 1200px) {
    .property-box-8 .presentation-description {
        height: 228px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .presentation-height {
        height: 360px;
    }
}

.flags-header {
    width: 18px;
    height: 18px;
}

.flags-sidebar {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.tag-presentation-for-sale {
    margin-top: 15px;
    z-index: 20;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    right: 15px;
    top: 0;
    padding: 5px 12px 3px 12px;
    -webkit-transition: .9s;
    transition: .9s;
}

.property-box-8:hover .tag-presentation-for-sale {
    background: #E73038;
}

.property-box-8 .price-presentation-ratings-box {
    color: white;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 20;
    text-align: right;
}

.property-box-8 .price-presentation-ratings-box .price {
    font-weight: 600;
    font-size: 15px;
}

.arrow-presentation-left,
.arrow-presentation-right {
    bottom: 70px;
    z-index: 20;
    color: #fff;
    position: absolute;
}

.arrow-presentation-left {
    left: 45px;
}

.arrow-presentation-right {
    right: 45px;
}

/* Search area, filters and sidebar */

.col-search {
    display: flex;
    justify-content: center;
    align-items: center;
}


.col-search-internal {
    padding: 0 !important;
}

input.search-fields {
    padding-left: 15px;
}

input.search-fields::-webkit-input-placeholder {
    padding: 2px 0;
    display: initial;
    white-space: nowrap;
    overflow: hidden;
    line-height: 48px;
    font-size: 15px;
    color: #545454;
    font-weight: 400;
}


.sidebar-search-column-mobile {
    margin-top: 12px;
}


.sidebar-search-column-mobile-map {
    margin-top: 12px;
}

/* When width of screen is < 1200, filter buton shows */
@media (max-width: 1200px) {

    .sidebar-search-normal-column,
    .sidebar-search-advanced-column {
        display: block;
    }

    .main-search-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .div-show-filter-into {
        height: 0 !important;
        width: 100%;
        top: -28px;
        position: relative;
        z-index: 10;
    }

    .div-property-listing-into {
        top: -80px;
    }

    .search-front-page-top {
        padding-bottom: 240px;
    }

    .search-front-page-top2 {
        height: 200px;
    }

    #collapseFilter>#search-area-4 {
        position: relative !important;
        bottom: 0 !important;
        background-color: #F7F7F7;
    }

    .div-search-result {
        padding-top: 80px !important;
    }
}

@media (min-width: 1201px) {

    .sidebar-search-normal-column,
    .sidebar-search-advanced-column {
        display: none;
    }

    .sidebar-search-column-mobile {
        display: none !important;
    }

    .sidebar-search-column-mobile-map {
        display: block !important;
    }

    .div-show-filter {
        display: none !important;
    }

    #collapseFilter {
        display: block;
    }

    .div-search-result {
        padding-top: 160px !important;
    }

    .div-search-advanced-result {
        padding-top: 380px !important;
    }
}

@media (max-width: 991px) {
    .ref-width-big {
        display: none;
    }
}

@media (min-width: 992px) {
    .ref-width-small {
        display: none;
    }
}




.div-property-listing-into {
    height: 0 !important;
    width: 100%;
    top: -160px;
    position: relative;
    text-shadow: 2px 2px #1D2142;
}


.search-front-page-top {
    background-color: #F7F7F7;
}

.sidebar-search-into {
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px 30px 10px;
    position: relative;
    width: 100%;
    background: #fff;
}

.sidebar-search-out {
    width: 100%;
}

.sidebar-search-column {
    padding-left: 40px !important;
}

.form-group label {
    font-size: 16px !important;
}

.sidebar-search-into ul {
    list-style-type: circle;
    padding-left: 30px;
    width: 100%;
}

.sidebar-title {
    text-align: center;
}

.sidebar-title h1 {
    font-weight: 600;
    color: #37404d;
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* TESTIMONIAL */

.card-img-top {
    height: 10em !important;
    width: 10em !important;
    margin-bottom: 20px;
}

/* LANGUAGES */

.lang-no-selected {
    filter: brightness(50%);
}

/* DETAILS HEADER LOGIN */
@media (max-width: 1200px) {
    .menu-login {
        width: 140px;
        text-align: center;
    }
}

@media (max-width: 1040px) {
    #main-header-2>.container {
        padding-left: 0;
    }

    .main-header .logo-2 {
        margin-right: 30px !important;
    }
}

.ref-input {
    padding-left: 15px !important;
}

/* HOVER LINK IN ALL THE WEBSITE */

a.blue-rmb {
    color: #000F46 !important;
}

.galeria-carrusel {
    max-height: 500px !important;
    width: auto !important;
}

strong {
    font-weight: bold !important;
}

.no-styles {
    color: inherit;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #000F46 !important;
    border-color: #000F46 !important;
}

/* Map info */
.address {
    font-size: 13px !important;
    line-height: 20px;
    margin-top: 10px;
}


/* Legal notes */
.heading-lg {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
}

#content-legal h3 {
    font-weight: 700;
}

#content-legal h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
}

#content-legal ul {
    list-style: circle;
    margin-left: 30px;
    margin-bottom: 30px;
}


/* Map info and search map*/
#map {
    height: 700px !important;
    width: 100%;
}

.gm-style-iw-d {
    width: 300px !important;
    text-align: center !important;
}

.gm-style-iw-d h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.tit-property-centrado {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.fav-centrado {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.link-favorito {
    color: #535353 !important;
    transition: color 0.3s;
}

.link-favorito i {
    color: #999999 !important;
}

.link-favorito:hover i,
.link-favorito:hover {
    color: red !important;
}

.unlink-favorito {
    color: red !important;
}

.unlink-favorito i {
    color: red !important;
}

.img-capa-area {
    height: 220px !important;
    overflow: hidden !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #DDDDDD !important;
}

.img-capa-area img {
    height: 220px !important;
    width: auto !important;
}

.titulo-modal {
    color: #535353 !important;
}

.titulo-search-map {
    height: 0 !important;
    width: 100%;
    top: -230px;
    position: relative;
    text-shadow: 2px 2px #1D2142;
}

.titulo-advanced-search {
    height: 0 !important;
    width: 100%;
    top: -280px;
    position: relative;
    text-shadow: 2px 2px #1D2142;
}

.cabecera-banner {
    background-image: url('../img/villa-with-pool.jpg');
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
}

@media (max-width: 900px) {
    .cabecera-banner {
        height: 180px;
    }

    .titulo-search-map {
        top: -100px;
    }

    .titulo-advanced-search {
        top: -100px;
    }
}

.featured-carousel .owl-nav {
    width: 100% !important;
    position: relative !important;
    top: -250px !important
}

.featured-carousel .owl-prev {
    position: relative !important;
    left: -50px !important;
    float: left !important;
    font-size: 1.5em !important;
}

.featured-carousel .owl-next {
    position: relative !important;
    right: -50px !important;
    float: right !important;
    font-size: 1.5em !important;
}

.featured-carousel-1-photo .owl-nav {
    position: relative !important;
    top: -130px !important;
    font-size: 1.5em !important;
}

@media (max-width: 950px) {
    .featured-carousel .owl-prev {
        left: -30px !important;
    }

    .featured-carousel .owl-next {
        right: -30px !important;
    }
}

@media (max-width: 580px) {
    .featured-carousel .owl-prev {
        display: none !important;
    }

    .featured-carousel .owl-next {
        display: none !important;
    }
}

.cc-nb-okagree {
    background-color: #000F46 !important;
    color: #fff !important;
}

.cc-nb-reject {
    background-color: #000F46 !important;
    color: #fff !important;
}

.cc-cp-foot-save {
    background-color: #000F46 !important;
    color: #fff !important;
}

.cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #000F46 !important;
}

.cc-cp-foot-byline {
    color: #F2F2F2 !important;
}

.cc-cp-foot-byline a {
    color: #F2F2F2 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.property-disclaimer {
    border-top: #c4c3c3 1px solid;
    padding-top: 15px;
    color: #555;
    padding: 20px 0 40px;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
}