.pa-20 {
    padding: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

/*******LOADING***************/
.preloader-layout {
    background: none;
}

.cube-wrapper .loading {
    color: #040404;
}
/*******FIN LOADING***************/
/*******CABECERA***************/
.animated.fadeInDown.sticky {
    background: #0a2253 !important;
}

    .animated.fadeInDown.sticky a {
        color: #ffffff;
    }
    .animated.fadeInDown.sticky .dropdown.none a {
        color: #888;
    }

img.logoHome {
    margin-top: -20px;
    width: 180px;
    margin: 0 auto;
}

#header-bottom, #header-bottom-two {
    padding: 0px;
}

.header-layout-one .header-middle:before {
    content: "";
}

.index-cab::before {
    content: "";
    margin: 0 auto;
    height: 220px;
    width: 100%;
    position: absolute;
    clip-path: ellipse(58% 100% at 50% 0%);
}

.header-layout-one .top-bar {
    position: relative
}

.header-layout-one .header-middle {
    margin-top: -10px;
}

.hero-layout-one:before {
    content: "";
    background: none;
    background-image: var(--var-background);
    background-size: cover;
    background-position: center top;
}

.header-layout-one .menuzord-brand {
    margin: 8px 0;
}


/*
.slider-inicio {
    content: "";
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 1270px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
*/
.titulo-slider {
    text-shadow: 2px 2px #3f3f3f;
}

@media (max-width: 768px) {
    .index-cab::before {
        height: 300px;
    }

    .search-layout-one .advance-search {
        width: 100% !important;
    }

    .search-layout-one .advance-search {
        left: 0px;
    }

    .category-layout-one {
        position: relative;
        margin-top: 90px;
        padding-bottom: 90px;
    }

    .search-layout-one .short-version .submit-form {
        float: left;
    }

    .search-layout-one .short-version .select {
        margin: 14px 0 0 20px;
    }

    .blog-layout-one .blog-item p {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .index-cab::before {
        height: 165px;
    }

    img.logoHome {
        width: 160px;
    }

    #hero .col-md-12.mx-auto {
        margin-bottom: 20px;
    }

    .search-layout-one .advance-search {
        width: 100% !important;
    }

    #hero .titulo-slider {
        margin-top: 25px;
    }

    .category-layout-one {
        padding-bottom: 90px;
        margin-top: 90px;
    }

    .search-layout-one .short-version {
        padding: 5px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
        right: 25px;
    }

    .header-layout-one #header-bottom-two {
        top: 25px;
    }

    .header-layout-one .menuzord .showhide em {
        background: #fff;
    }

    .header-layout-one .menuzord-responsive .menuzord-menu {
        background: #fff;
    }
    .header-layout-one .header-middle {
        text-align: center !important;
    }

    .header-layout-one #header-bottom-two .menuzord-menu > li > a, .header-layout-nine .menuzord-menu > li > a {
        color: #000 !important;
    }
    .header-layout-eight #header-bottom .menuzord .showhide em, .header-layout-nine #header-bottom .menuzord .showhide em {
        background: #ffffff;
        margin: 3.5px 0 0;
    }
}
/*******FIN CABECERA***************/
/*******BUSCADOR*******************/
.select2 {
    padding: 10px 20px;
}

.select2-container--default .select2-selection--single {
    border: initial;
    background-color: #f8f8f8;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        height: 8px;
        width: 8px;
        display: block;
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: transparent #fb5252 #fb5252 transparent;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translateY(-50%) rotate(226deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.search-layout-one .short-version {
    width: 1100px;
}

    .search-layout-one .short-version .select {
        margin: 14px 0 0 20px;
    }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus:active, .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cont_radio {
    display: flex;
}

.input {
    width: 100%;
    padding: 11px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.input-radio {
    display: inline-flex;
}

.selectAdvanced .select2 {
    width: 100% !important;
}

.selectAdvanced .select2-container--default .select2-selection--single {
    background-color: initial;
}

.selectAdvanced:before {
    content: initial !important;
}

.search-layout-one .advance-search {
    padding: 20px 30px 0px;
}

.search-layout-one .short-version .submit-form {
    margin-right: 0;
    text-align: center;
}

.short-version .select-search {
    background: #f8f8f8;
    border-radius: 50px;
    position: relative;
    color: #343851;
}

    .short-version .select-search .select2 {
        width: 100% !important;
        padding: 23px 20px;
    }

        .short-version .select-search .select2 span.select2-selection__arrow {
            top: 23px;
        }

@media(max-width:1100px) {
    .search-layout-one {
        padding: 0;
    }

        .search-layout-one .short-version {
            width: 100%;
            margin: 0;
        }

            .search-layout-one .short-version .select {
                margin: 14px 0px;
            }

            .search-layout-one .short-version .submit-form input {
                width: 100%;
                text-align: center;
                padding: 14px 5px;
            }

    .short-version .select-search .select2 {
        padding: 23px 5px;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
}

@media screen and (max-width: 1349px) {
    .search-layout-one .advance-search {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 599px) {
    .search-layout-one .short-version .submit-form {
        float: right !important;
        margin-left: 10px;
        margin-right: 10px;
        /*width: calc(100% - 90px);*/
    }

    .search-layout-one .short-version .view-button {
        float: left !important;
    }
}
/*******FIN BUSCADOR*******************/
/*******PROP DESTACADAS INICIO*******************/
#latest-property h4 {
    font-size: 20px;
}

.feature-layout-one .featured-item .post-footer > div:last-child {
    float: left;
}

.img.img-propDest {
    width: 100%;
    height: 230px;
    background: #afafaf78;
}

.img-propDest img {
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.post-footer .author img {
    width: auto;
    height: auto;
    max-height: 36px;
}

#latest-property .list-inline-item i {
    font-size: 30px;
}

#latest-property .content p a {
    color: #757c8c;
}

#latest-property h5 {
    font-size: 18px;
    font-weight: 600;
}

.feature-layout-one .featured-item .img .hover {
    padding: 10px;
}

.feature-layout-one .featured-item .button-amount {
    padding: 0px 15px;
    font-size: 15px;
}

.feature-layout-one .featured-item .post-icons li span {
    right: initial;
}

.feature-layout-one .featured-item .post-icons li.list-inline-item:not(:last-child) {
    margin-right: initial;
}

.category-layout-one .category-item:hover .hover .content {
    opacity: 1;
}

.category-layout-one .category-item .hover .button-hover {
    top: calc(65% - 26.5px);
}

.category-layout-one .category-item:hover .button-hover {
    opacity: 1;
}

.btn-destacadas {
    float: right;
    text-transform: inherit;
}
/*******FIN PROP DESTACADAS*******************/
/*******TEAM INICIO*******************/
.team-layout-one .team-item .img img {
    max-height: 235px;
    width: auto;
    margin: 0 auto;
}

.team-layout-one:before {
    background: #f2f6f9;
}

.team-layout-one .section-head h2, .team-layout-one .section-head p {
    color: #000;
}

.team-layout-one .slick-dots li button {
    background: #000;
}

.team-layout-one .team-item .img {
    height: 235px;
}

.team-layout-one .team-item .designation {
    height: 100px;
}

.team-layout-one .team-item .info li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*******FIN TEAM*******************/
/*******BLOG INICIO*****************/
.blog-layout-one:before {
}

.blog-layout-one .blog-item h4 {
    height: 130px;
}

.blog-layout-one .blog-item:hover p, .blog-layout-one .blog-item.active p {
    height: 75px;
}
/*******FIN BLOG*****************/
/*******LISTADO PROP*****************/
.property-grid .sidebar-search .input-full .js-example-basic-single {
    width: 100%;
    padding: 12px 25px;
    color: #757c8c;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.orden-list-prop {
    border: 0px solid #ddd;
    color: #757c8c;
}

.property-grid .sidebar-search .checkbox-lists {
    width: 100%;
}

.property-advance .checkbox-lists .select-two select {
    width: 100%;
    padding: 11px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.property-sidebar .sidebar-item .recent-item .img img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

#propListado .list-inline-item {
    font-size: 15px;
}

    #propListado .list-inline-item i {
        font-size: 25px;
    }

    #propListado .list-inline-item img {
        width: 25px;
        vertical-align: initial;
    }

#propListado h4 {
    font-size: 20px;
}

#propListado h5 {
    font-size: 18px;
    font-weight: 600;
}

.img.img-listado {
    width: 400px;
    height: 250px;
    background: #afafaf78;
}

    .img.img-listado img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

ul.pagination {
    width: 100%;
    display: block;
    text-align: center;
}

    ul.pagination li {
        display: inline-block;
        margin: 0 2px;
    }

.cont__pagination {
    display: inline-flex;
    text-align: center;
    width: 100%;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #018cbf;
    border-color: #018cbf;
    cursor: default;
}

.feature-layout-one .featured-item:hover .hover {
    background: none;
    width: initial;
    height: initial;
}

#fichaPropiedad .slick-initialized .slick-slide {
    height: 475px;
}

@media (max-width: 1440px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 360px;
    }
}

@media (max-width: 1280px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 320px;
    }
}

@media (max-width: 1200px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 300px;
    }
}

@media (max-width: 1024px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 255px;
    }
}

@media (max-width: 990px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 370px;
    }
}

@media (max-width: 834px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 314px;
    }
}

@media (max-width: 800px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 300px;
    }
}

@media (max-width: 768px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 288px;
    }
}

@media (max-width: 766px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 575px;
    }
}

@media (max-width: 600px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 450px;
    }
}

@media (max-width: 414px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 310px;
    }
}

@media (max-width: 384px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 288px;
    }
}

@media (max-width: 384px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 288px;
    }
}

@media (max-width: 375px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 280px;
    }
}

@media (max-width: 360px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 270px;
    }
}

@media (max-width: 320px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 240px;
    }
}

@media (max-width: 240px) {
    #fichaPropiedad .slick-initialized .slick-slide {
        height: 180px;
    }
}



img.imgFichaPropiedad {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#fichaPropiedad .slick-initialized .slick-slide {
    display: block;
    overflow: hidden;
    position: relative;
}

.gallery-item.slick-slide::before {
    content: "";
    background-color: #ffffffc9;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}
@media screen and (max-width: 599px) {
    .feature-layout-one {
        height: initial;
    }
    /* #fichaPropiedad .col-xs-6{
        width:50% !important;
    }*/
}

@media(max-width:1024px) {
    .property-sidebar .sidebar-item .recent-item .img img {
        max-width: 110px;
        max-height: 80px;
    }
}

/*******FIN LISTADO PROP*****************/
/*******FICHA PROP************************/
.ht-breadcrumbs--b-border {
    border-bottom: 1px solid #dddddd;
}

.ht-breadcrumbs--y-padding {
    padding: 20px 0;
}

.ht-breadcrumbs__item {
    display: inline-block;
    padding-right: 5px;
    font-size: 12px;
}

.ht-breadcrumbs__link {
    color: #888888;
    transition: 0.3s color ease-out;
}

/*.ht-breadcrumbs__item:after {
    content: '\f105';
    display: inline-block;
    padding-left: 7px;
    font-family: 'FontAwesome';
}
*/
.cont-mig-next {
    display: inline-block;
    float: right;
}

.tag-code {
    padding: 2px 20px !important;
}

.property-header-content .tag-group {
    top: 0;
}

    .property-header-content .tag-group span {
        border-radius: 3px;
        color: #fff;
        padding: 6px 15px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

.property__price-secondary {
    color: #888888;
}

#fichaPropiedad .detail-list li i {
    font-size: 20px;
}

#fichaPropiedad .property-main-content .lists > ul {
    columns: 2;
    width: 100%;
}

.video-block {
    display: flex;
    position: relative;
}

    .video-block img {
        width: 100%;
    }

    .video-block a:not([href]):not([tabindex]) {
        width: 100%;
    }

.cont__mapa .video-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
}

.box-shadow-ripples h2 {
    font-size: 16px;
}

.box-shadow-ripples {
    height: 120px;
    width: 400px;
    border: 0px solid #313030;
    border-radius: 0;
  /*  background: url(/images/descarga-simbolo.png);*/
    background-size: cover;
    position: absolute;
    z-index: 10;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

    .box-shadow-ripples:before {
        position: absolute;
        content: "";
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px;
        border-radius: 0;
        box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0 0 16px rgba(0, 0, 0, 0.2), 0 0 0 32px rgba(0, 0, 0, 0.2), 0 0 0 48px rgba(0, 0, 0, 0.2);
        z-index: -1;
        animation: ripples 1s linear infinite;
        animation-play-state: running;
        opacity: 1;
        transition: 0.5s;
        transform: scale(0.6);
        background-color: rgba(0, 0, 0, 0.6);
    }

    .box-shadow-ripples:hover:before {
        animation-play-state: running;
        opacity: 1;
        visibility: visible;
        transform: scale(0.7);
    }

    .box-shadow-ripples h2 {
        text-align: center;
        top: 50%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
    }

@keyframes ripples {
    to {
        box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.2), 0 0 0 32px rgba(0, 0, 0, 0.2), 0 0 0 48px rgba(0, 0, 0, 0.2), 0 0 0 64px rgba(0, 0, 0, 0);
    }
}

.property-sidebar .item-one .sidebar-author .author {
    position: relative;
    bottom: initial;
}

.contact-agent {
    display: inline-grid;
}

.team-layout-one .team-item {
    height: 560px;
}

.property__item {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.property__link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.property__icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    border-radius: 50%;
    background-color: #22355b;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.property__item-desc {
    display: inline-block;
    text-align: center;
    color: #999999;
}

.fa-instagram.property__icon {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.fa-instagram.property__icon {
}

@media only screen and (min-width: 1200px) {
    .property__item {
        margin-right: 25px;
    }
}

#fichaPropiedad .author .img {
    height: 100%;
    margin-top: 10px;
    width: 200px;
    margin: auto;
}

    #fichaPropiedad .author .img img {
        width: auto;
        height: 100%;
        max-height: 200px;
        margin: 10px 0;
        max-width: 100%;
    }

#fichaPropiedad .slick-track {
    background-color: #eee;
}

#fichaPropiedad .slick-initialized .slick-slide {
    display: block;
    overflow: hidden;
    height: 400px;
    position: relative;
}

#fichaPropiedad .property-gallery-layout img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.cont_btnContactoWSP {
    width: 100%;
    margin: 35px 0;
    text-align: center;
}

    .cont_btnContactoWSP a {
        background-color: #25d366;
        color: #ffffff;
        padding: 12px 30px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 500;
    }

        .cont_btnContactoWSP a:hover {
            background-color: #ffffff;
            border: 1px solid #25d366;
            color: #25d366;
        }
.property-main-content .detail-list li:last-child {
    padding-bottom: 20px;
}
.property-sidebar .sidebar-item .recent-item .img {
    padding-right: 20px;
    display: flex;
    align-items: center;
}
/*******FIN FICHA PROP*********************/
/*******QUI�NES SOMOS*********************/
.about-innar:before {
    content: none;
}
/*******FIN QUI�NES SOMOS*********************/


/*******BLOG*********************/
.blog-img {
    width: 100%;
    height: 245px;
    background-color: #eee;
    position: relative;
}

    .blog-img .item__label {
        background-color: #0a2253;
        color: #ffffff;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 0 12px;
        display: inline-block;
        font-size: 12px;
        text-align: center;
        border-radius: 3px;
    }

.blog-layout-six .blog-item img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#blog .col-md-6 {
    float: left;
}

.searchform {
    position: relative;
}

.sidebar-item.item-category input {
    height: 42px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.sidebar-item.item-category button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
    background: none;
    border: none;
}


/*******FIN BLOG*********************/


/*******FICHA BLOG*********************/
.bajada {
    display: block;
    margin: 14px 0;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
/*******FIN FICHA BLOG*********************/

@media (min-width: 768px) {
    #contacto .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        float: left;
    }
}

.testimonial-layout-one:before {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url("/assets/img/global/testimonio.jpg");
}

/*FOOTER*/

.footer-layout-one {
    color: #fff;
    padding: 30px 0 0;
}

    .footer-layout-one .footer-widget h4 {
        margin-bottom: 30px;
        color: #fff;
    }

    .footer-layout-one .footer-top .container {
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
    }

    .footer-layout-one .footer-widget .list-footer a {
        color: #fff;
    }

    .footer-layout-one .footer-bottom li a {
        color: #fff;
    }

footer#footer .footer-bottom p a {
    color: orange;
}

img.logoHome2 {
    margin-top: 0px;
}
/*FIN FOOTER*/
/*Modal*/
.close {
    text-align: right;
    padding: 5px 10px !important;
    color: #1c1c1c;
}

.modal-body {
    padding: 0 15px 15px 15px;
}

li#modalAvisoTitulo {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: #e98d38;
    text-align: center;
    margin: 0 0 10px 0;
}

.tab-pane.fade.in.active {
    opacity: 1;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}


.about-innar{
    background-color:#fff;
}

/******NOTIFICACI�N CAMPOS CONTACTOS**********/


.help-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #bb2222;
    position: absolute;
    text-align: right;
    right: 12px;
    top: 20px;
    transform: translate(-50%, -50%);
}

    .help-block .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #bb2222;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: 0;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        line-height: 20px;
        transform: translate(-50%, 0%);
    }

        .help-block .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #b22 transparent transparent transparent;
        }

    .help-block:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.contact_business_details .help-block {
    right: 0px;
    top: 45%;
}

@media(max-width:767px) {

    .help-block .tooltiptext {
        width: 90px;
        left: 5px;
    }
}

/******FIN NOTIFICACI�N CAMPOS CONTACTOS**********/


.grecaptcha-badge {
    z-index: 9999;
}


/*BTN WTSP*/

.btn-wtsp {
    display: block;
    position: fixed;
    right: 25px;
    bottom: 20px;
    width: 49px;
    height: 51px;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    padding: 0 !important;
    border: none;
    border-radius: 2px;
    z-index: 999;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    border-radius: 50%;
    z-index: 999;
    background: #c10077;
}


@media (max-width: 768px) {
    .btn-wtsp {
        display: none;
    }
}


/*FIN BTN WTSP*/


/*RIBBON*/

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 98;
}

.ribbon-top-left {
    left: 7px;
    z-index: 4;
    top: -9px;
}

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

ribbon-top-left-dest {
    left: -10px;
    z-index: 4;
    top: -9px;
}

.ribbon-top-left-dest span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.ribbon span {
    padding-right: 14px !important;
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #f39339;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::before, .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
}

#propListado .ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #5b7498;
}

.section-property-content .ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #5b7498;
}

#propListado .ribbon-top-left {
    top: -10px;
    left: -10px;
    z-index: 4;
}

.section-property-content .ribbon-top-left {
    top: -10px;
    left: 4px;
    z-index: 4;
}
/*Fin RIBBON*/


.titulo-blog:hover {
    color: white !important
}


/* ANIMACIONES 2023 */
.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }
/* ANIMACIONES 2023 */

.ht-breadcrumbs--y-padding {
    padding: 20px 0;
    margin-top: 27px;
}

@media (max-width:500px){
    .ht-breadcrumbs--y-padding {
        padding: 31px 0;
        margin-top: 51px;
    }
    .pt-86 {
        padding-top: 89px;
    }
}


.category-layout-one .category-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 300px !important;
}

.category-layout-one .category-item img {
    height: 100% !important;
    width: 100% !important;
}

.header-layout-one #header-bottom-two .menuzord-menu > li > a {
    padding: 0px 15px !important;

}
img.logoHome {
    margin-top: -20px;
    width: 229px;
    margin: 0 auto;
}
.header-layout-one #header-bottom-two.sticky .menuzord-menu.menuzord-right > li {
    float: left;
    margin-top: 50px;
}

.menuzord-brand img {
    max-width: 200px !important;
}

.pt-86 {
    padding-top: 116px;
}

.category-layout-one .category-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 240px !important;
}

.category-layout-one {
    position: relative;
    margin-top: -170px;
    padding-bottom: 136px;
}


.property__list{
    display: flex;
    justify-content: start;
    align-items: center;
}

.property__link {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}