:root{
    --corporative-color: rgb(0, 41, 93); /* #2CACE2; #696cff;*/
    --corporative-color-light:rgba(0, 41, 93,.16);
    --corporative-color-disabled:rgba(0, 41, 93,.8);
    --corporative-color-text: #566a7f;
    --corporative-color-hover: #4B6C91 !important;
    --corporative-color-dark: #212121 !important;
    --corporative-color-title: #212121 !important;
    --corporative-color-primary: #222222;
    --corporative-color-secondary: #222222;
    --corporative-color-footer-primary: #222222;
    --corporative-color-footer-secondary: #222222;
}

.content-table{
    height: 100%;
    width: 100%;
    display: table;
    color: rgb(0, 41, 93)
}

.content-table-cell{
    display: table-cell;
    vertical-align: middle;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255,255,255,0.9);
}

.toast {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height:0;
}
    .toast.show{
        opacity: 1;
        z-index: 99999;
        margin: 0;
        background: rgba(255, 255, 255, .95);
        border-radius: 0;
        border: 1px solid #ddd;
        height:auto;
    }
    .toast.toast-success.show{
        background: rgb(238 255 238 / 95%);
    }
    .toast.toast-danger.show{
        background: rgb(250 216 216 / 95%);
    }

#answerContainer { margin:20px 0;}
#optionContainer { 
    margin:20px 0;
    max-height: 520px;
    /* position: sticky;
    top: 85px; */
    /* z-index:1; */
}

#optionContainer > div{
    overflow: auto;
}

#questionContainer {
    /* padding-bottom: 100px; */
}

.accordion-style{
    overflow: visible;
    padding-bottom: 108px;

}
    .accordion-style .card{
        border: none;
    }

    .accordion-style .card-header{
        padding: 0 !important;
        background-color: #fff;
        border-bottom: none;
    }

    .accordion-title-card{
        font-size: .8rem !important;
    }

.card-body-accordion{
    /* overflow: auto; */
    /* max-height: 300px; */
    /* padding-bottom: 20px; */
    margin-top: -10px;
}

    .card-body-accordion .card-body{
        padding: 1rem 0;
    }


.front .nav-link{
    color: #000;
}

.footer-fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.dragOver { 
    background-color: rgba(75,108,145, 0.2);
    border-radius: 10px;
}

.holderElement{
    margin: 5px 0;
    padding: 40px;
    border-radius: 5px;
    background-color: rgba(75,108,145, 0.2);
    border: 0.5px solid rgba(0,41,93, 0.6);
    text-align: center;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);; */
    
}

.answerBox { 
    min-height:200px; 
    border: solid 1px var(--corporative-color); 
    border-radius: 10px;
    margin: 0px 2px 2px 0px;  
    padding: 15px; 
    background-color: #ffffff;
}

    .answerBox ul.sortable {
        min-height:100px !important; 
        width: 100%;
        display: block;
        min-height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .answerBox ul.sortable li{
            padding: 15px;
            border: 2px dotted #e7e7e7;
            border-radius: 10px;
            background-color: white;
        }

.option {
    width: 31%;
    margin: 1%;
    background-color: var(--corporative-color);
    color: #fff;
    font-size: 1em;
    padding: 5px 5px;
    display: inline-block;
    text-align: center;
    /* border-radius: 5px; */
    height: 75px;
    cursor: grab;
    float: left;
    
    display: flex;  
    flex-flow: column;
    justify-content: center;
    align-items: center;

    z-index: 11;
}

    .option:active {
        cursor: grabbing;
    }

    .option span.option-isi {
        display: block;
        text-align: center;
        height: 15px;
        margin-bottom: 10px;
    }

        .option span.option-isi svg {
            width: 20px;
            height: auto;
        }

        .option span.option-isi img {
            width: 17px;
            height: auto;
        }

        .option span.option-isi i {
            width: 100%;
            text-align: center;
            height: auto;
            font-size: .9rem;
            height: 3px;
            margin-bottom: 5px;
            display: block;
        }

    .option .option-name{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0.7rem;
        line-height: 0.8rem;
    }

.btn-tiktok svg{
    display: inline-block;
    fill: var(--corporative-color-footer-secondary);
    width: 18px;
    vertical-align: top;
    margin-top: 8px;
}
.sticky-aside-div{
    position: sticky;
    top: 85px;
}

ul.sortable > li{
    position: relative;
}

    ul.sortable > li span.section-action-move {
        position: absolute;
        top: -10px;
        left: -10px;
        border: 1px solid #222;
        color: #fff;
        height: 25px;
        width: 25px;
        border-radius: 50px;
        font-size: 14px;
        text-align: center;
        padding-top: 1px;
        background: #222;
        opacity: 0;
        cursor: move;
        display: block;
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -ms-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
    }

        ul.sortable > li:hover span.section-action-move{
            opacity: 1;
        }

    ul.sortable > li span.section-action-delete {
        position: absolute;
        top: -10px;
        right: -10px;
        border: 1px solid #dc3545;
        color: #fff;
        height: 25px;
        width: 25px;
        border-radius: 50px;
        font-size: 14px;
        text-align: center;
        padding-top: 1px;
        background: #dc3545;
        opacity: 0;
        cursor: pointer;
        display: block;
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -ms-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
    }

        ul.sortable > li:hover span.section-action-move,
        ul.sortable > li:hover span.section-action-delete{
            opacity: 1;
        }

        ul.sortable > li:hover ul li span.section-action-move,
        ul.sortable > li:hover ul li span.section-action-delete{
            opacity: 0;
        }

        ul.sortable > li ul li:hover span.section-action-move,
        ul.sortable > li ul li:hover span.section-action-delete{
            opacity: 1;
        }

.edit-page {
    /* margin-top: 40px; */
}

    .edit-page .save-page {
        text-align: center;
        padding: 10px;
        background: #2eaeb9;
        margin-top: 20px;
        /* border-radius: 5px; */
        color: #fff;
        cursor: pointer;
    }

    .edit-page .extra-info{
        margin-top: 40px;
    }

    .edit-page .lang-content {
        /* border: 1px solid #ccc; */
        border-radius: 5px;
        /* margin-top: 20px; */
        font-size: 0.8rem;
        padding: 10px 15px;
    }

    .title-components{
        background: var(--corporative-color);
        color: white;
        margin-bottom: 0;
        padding: 8px;
        font-size: 1.125rem;
        text-align: left;
    }

    .acc-plus-symbol{
        float: right;
        font-size: 1.125rem;
        color: #989898;
    }

    .acc-minus-symbol{
        float: right;
        font-size: 1.125rem;
        color: var(--corporative-color);
    }

/* MEDIATECA */
    #upload-area {
        width: 100%;
        height: 300px;
        border: 2px dashed #ccc;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 20px;
    }
    
    #drag-drop-area {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }

    #drag-drop-area > p{
        position: relative;
        bottom: 15%;
    }

    #drag-drop-area.dragging {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        background-color: #f2f2f276;
        border-radius: 5px;
    }
    
    #progress-bar {
        width: 0%;
        height: 10px;
        background-color: #008000;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 0 0 10px 10px;
    }
    
    #preview-image {
        width: auto;
        height: 250px;
        display: none;
    }

    .image-input-upload{
        z-index: 99999;
        position: relative;
        bottom: -15%;
    }

    #error-msg{
        color: red;
        font-size: 0.75rem;
        position: relative;
        bottom: -30%;
    }

#media-modal{
    z-index: 1051;
}

.media-mosaic{
    display: flex;
    max-height: 450px;
    min-height: 500px;
    overflow: scroll;
}
    .container-mediateca-img{
        height: 120px;
        /* width: 120px; */
        overflow: hidden;
        /* margin: 10px; */
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .img-mosaic-selected{
        border: 3px solid black;
    }

.info-image-mosaic{
    border-left: 1px solid var(--corporative-color-text);
    background-color: #9edaf685;
    padding: 20px 15px;
}

    #info-image-mosaic-title{
        width: 100%;
        border-radius: 5px;
        border: 1px solid rgba(194, 194, 194, 0.802);
        color: rgb(108, 108, 108);
        padding-left: 10px;
    }

    .info-mosaic-size{
        display: block;
        width: 100%;
        margin: 5px 0;
        font-size: 0.775rem;
        font-weight: 700;
    }

    .info-mosaic-proportions{
        display: block;
        margin: 5px 0;
        font-size: 0.775rem;
        width: 100%;
        font-weight: 700;
    }

    .info-mosaic-date{
        display: block;
        margin: 5px 0;
        font-size: 0.775rem;
        width: 100%;
        font-weight: 700;
    }

    .mosaic-url-container{
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;    
    }

        .info-mosaic-url{
            display: block;
            margin: 5px 0;
            font-size: 0.775rem;
            width: 100%;
            font-weight: 700;
        }

    .info-mosaic-delete{
        color: white;
        border-radius: 10px;
        background-color: #94242f;
        text-align: center;
        padding: 5px 0;
        cursor: pointer;
    }

.placeholder-pre-component{
    height: 100%;
    position: relative;
    cursor: pointer;
}

.placeholder-pre-component > i{
    height: 100%;
    font-size: 5rem;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.placeholder-pre-component .placeholder-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: .5;
    font-size: 1.5rem;
    width: 100%;
}

.popup-info-btn{
    display: flex;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: var(--corporative-color-text);
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup-info-btn:hover{
    color: #fff;
}

.btn-insertar-componente{
    cursor: pointer;
    width: 140px;
    line-height: 35px;
    font-size: 1rem;
    font-weight: 700;
    background: var(--corporative-color-text);
    color: #fff;
    float: right;
    transition: .5s all ease-in-out;
    border: 0;
}

.btn-insertar-componente:disabled{
   opacity: .5;
   cursor: auto;
}

.edit-button-component{
    position: absolute;
    background: var(--corporative-color-text);
    color: #fff;
    bottom: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-selector{
    width: 100%;
    padding: 2px 14px;
    border: 2px solid var(--corporative-color);
    margin-bottom: 8px;
    border-radius: 5px;
}

.btn-secondary{
    background-color: var(--corporative-color-secondary);
}

.btn-primary{
    background-color: var(--corporative-color);
    border: none;
}

.pull-left{
    color: var(--corporative-color) !important;
    margin: 0 0 7px 0;
}

.destacat-info-inline{
    display: inline;
    font-size: 0.875rem;
}

.title-selector{
    font-weight: 700;
}

.navbar-brand img {
    max-height: 70px;
}

/************************************************************************************************
*
* FRONT
*
*/

#header-section{
    background-color: #FFF;
    padding: 7px 20px;
    box-shadow: 0 0.125rem 0.375rem 0 rgba(161,172,184,.3);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    font-weight: 300;
}

/* NAV */

nav.bg-light {
    background-color: inherit !important;
    padding-left: 0;
    padding-right: 0;
   }
   
   .navbar-light .navbar-nav .nav-link,
   .navbar-light .navbar-nav .nav-link:active,
   .navbar-light .navbar-nav .nav-link:link,
   .navbar-light .navbar-nav .nav-link:hover {
       color: var(--corporative-color);
       padding-left: 1rem;
       padding-right: 1rem; 
       border: 1px solid #fff;
       /* margin-left: .5rem;  */
   }
   .navbar-light .navbar-nav .nav-link:hover {
       border: 1px solid var(--corporative-color-light);
       background-color: rgba(67,89,113,.04) ;
   }
       .navbar-light .navbar-nav .nav-link.active,
       .navbar-light .navbar-nav .nav-link.active:hover {
           background-color: var(--corporative-color-light) !important;
           color: var(--corporative-color) !important;
       }
   
   .navbar-light .navbar-nav .nav-item:first-child .nav-link {
       /* margin-left: 0; */
   }
   
   .nav-item span {
       padding-left: 6px;
   }
   
   .navbar-brand {
       padding: 0 15px;
   }
   .dropdown-menu {
       min-width: 12rem;
   }
   .dropdown-menu .dropdown-item {
       white-space: normal;
   }

   body.front .nav-item{
       position: relative;
   }

    body.front .nav-item i{
        display: inline;
        color: var(--corporative-color);
        float: right;
        margin-right: 30px;
    }  

    body.front .nav-item .child-menu {
        position: absolute;
        background: #fff;
        border: 1px solid #000;
        border-radius: 5px;
        min-width: 12rem;
        left: 0;
        top: 100%;
        opacity: 0;
        display: none;
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -ms-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
    }

    body.front .nav-item:hover .child-menu{
        opacity: 1;
        display: block;
    }

        body.front .nav-item .child-menu ul{
            list-style: none;
            margin: 0;
            padding: 0;
        }

        body.front .nav-item ul.child-menu.active{
            opacity: 1;
        }
            body.front .nav-item .child-menu .nav-link{
                margin-left: 0;
            }
            
            body.front .nav-item .child-menu ul li a:hover{
                background-color: var(--corporative-color) !important;
                color: var(--corporative-color-secondary) !important;
                border-radius: 0 !important;
            }

body.front .langs{
    position: relative;
    cursor: pointer;
    margin-left: 40px;
}

    body.front .langs .default-lang {
        padding: 5px 10px;
        border: 1px solid var(--corporative-color);
        color: var(--corporative-color);
        border-radius: 5px;
        font-size: 0.8rem;
    }

        body.front .langs .default-lang:hover{
            background-color: var(--corporative-color);
            color: var(--corporative-color-secondary);
        }

    body.front .langs .child-langs {
        display: none;
        opacity: 0;
        -webkit-transition: opacity 500ms ease;
        -moz-transition: opacity 500ms ease;
        -ms-transition: opacity 500ms ease;
        -o-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
        position: absolute;
        background: #ffffff;
        border: 1px solid;
        border-radius: 5px;
        top: 100%;
        left: 0%;
        min-width: 7rem;
        font-size: 0.8rem;
    }

        body.front .langs .content-langs:hover .child-langs{
            display: block;
            opacity: 1;
        }

        body.front .langs .child-langs ul{
            list-style: none;
            margin: 0;
            padding: 0;
        }

            body.front .langs .child-langs ul li a{
                padding: 5px 10px;
                text-decoration: none;
                color: var(--corporative-color);
                width: 100%;
                display: block;
                text-align: left;
            }

                body.front .langs .child-langs ul li a:hover{
                    text-decoration: none;
                    background-color: var(--corporative-color);
                    color: var(--corporative-color-secondary);
                }

/* CONTENT */
.viewContainer,
body.front{
    background-color: #f6f6f6;
    font-family: "Public Sans", "Roboto", sans-serif;
}

.content-front{
    margin-top: 100px;
    
}

/* FOOTER */

.footer {
    /* margin-top: 40px; */
    padding: 40px 0 0px;
    background-color: var(--corporative-color-footer-primary);
    font-weight: 500;
    color: var(--corporative-color-footer-secondary);
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom .container {
    width: 97.5%;
}

.footer-col .navi {
}


body.front .footer .content-element {
    color: var(--corporative-color-footer-secondary);
}

    body.front .footer .content-element .title{
        font-weight: 700;
        font-size: 0.93rem;
    }

    body.front .footer .content-element .description{
        font-size: 0.875rem;
        margin-top: 10px;
    }

    body.front .footer .content-element .read-more a{
        font-size: 0.875rem;
        margin-top: 20px;
        font-weight: 300;
        text-decoration: none;
        color: var(--corporative-color-footer-secondary);
        display: block;
    }

        body.front .footer .content-element .read-more a:hover{
            text-decoration: underline;
        }

        body.front .footer .content-element .read-more a i{
            margin-left: 5px;
        }

    body.front .footer .content-element ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }

        body.front .footer .content-element ul li,
        body.front .footer .content-element ul li i{
            display: inline-block;
            font-size: 0.875rem;
            font-weight: 300;
        }

        body.front .footer .content-element ul li{
            margin-bottom: 5px;
            display: block;
        }

        body.front .footer .content-element ul li i{
            margin-right: 5px;
        }
        
            body.front .footer .content-element ul li a{
                text-decoration: none;
                color: var(--corporative-color-footer-secondary);
                display: inline-block;
            }

                body.front .footer .content-element ul li a:hover{
                    text-decoration: underline;
                }

    body.front .footer .content-element .content-form .input-group-text{
        border-radius: 5px 0 0 5px;
    }

    body.front .footer .content-element .content-form input{
        border-radius: 0;
    }

    body.front .footer .content-element .content-form button{
        color: var(--corporative-color-footer-secondary);
        border-color: var(--corporative-color-footer-secondary);
        border-radius: 0 5px 5px 0;
    }

        body.front .footer .content-element .content-form button:hover{
            color: var(--corporative-color-footer-primary);
            background-color: var(--corporative-color-footer-secondary);
        }

    body.front .footer .content-element .content-accept{
        margin-top: 10px;
    }

        body.front .footer .content-element .content-accept a{
            text-decoration: none;
            color: var(--corporative-color-footer-secondary);
        }

            body.front .footer .content-element .content-accept a:hover{
                text-decoration: underline;
            }

    body.front .footer .content-logos{
        margin-top: 40px;
    }

        body.front .footer .content-logos img{
            max-height: 150px;
        }
       
    body.front .footer .sub-footer {
        background-color: var(--corporative-color-secondary);
        color: var(--corporative-color-footer-secondary);
        padding: 20px 0;
        margin-top: 60px;
    }

        body.front .footer .sub-footer  p{
            margin-bottom: 0;
            color: var(--corporative-color-footer-secondary);
        }
            
        body.front .footer .sub-footer .foot-social{
            text-align: right;
        }
    
            body.front .footer .sub-footer .foot-social p{
                font-size: 0.75rem;
            }

                body.front .footer .sub-footer .foot-social p span{
                    margin-right: 10px;
                    /* color: var(--corporative-color-footer-secondary); */
                }

            body.front .footer .sub-footer .foot-social a{
                color: var(--corporative-color-footer-secondary);
                font-size: 1.56rem;
                margin-right: 5px;
            }

        .footer-page-link{
            font-size: 0.75rem !important;
        }
        body.front .footer .sub-footer .content-copy,
        body.front .footer .sub-footer .content-footer-nav{
            font-size: 0.75rem;
        }

            body.front .footer .sub-footer .content-footer-nav ul.footer-menu{
                list-style: none;
                margin: 0;
                padding: 0;
                width: 100%;
                text-align: center;
            }

                body.front .footer .sub-footer .content-footer-nav ul.footer-menu li{
                    display: inline-block;
                    margin: 0 5px;
                }

                    body.front .footer .sub-footer .content-footer-nav ul.footer-menu li a{
                        color: var(--corporative-color-footer-secondary);
                        text-decoration: none;
                    }

                        body.front .footer .sub-footer .content-footer-nav ul.footer-menu li a:hover{
                            text-decoration: underline;
                        }


.modal{
    top: 50px !important;
    height: 90% !important;
}

/*
**
* ADVANCED SEARCH
**
*/

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.search-page {
    padding-top: 40px;
}

    .search-page h2{
        font-size: 1.5rem;
        font-weight: 500;
    }

        .search-page h2 small{
            font-size: 65%;
            font-weight: 300;
            color: #777777;
        }

    .search-page .page-title-left {
        float: left;
    }

    .search-page .page-title-right {
        float: right;
    }

    .search-page .page-title .view {
        float: right;
        line-height: 35px;
    }

    
    .search-page .view-btn {
        text-transform: uppercase;
        margin: 0 5px;
        font-weight: normal;
        cursor: pointer;
        color: #cfcfcf;
        font-size: 1.25;
        vertical-align: middle;
    }

        .search-page .view-btn.active {
            color: #000;
        }

    .search-page .page-title.breadcrumb-top {
        margin-bottom: 40px;
    }

    .search-page .container-sidebar #sidebar{
        background-color: #ffffff;
        padding: 30px 20px;
    }

    .search-page .dropdown.bootstrap-select{
        width: 100% !important;
    }
    
    .search-page select,
    .search-page .dropdown.bootstrap-select button{
        width: 100%;
        border: 1px solid #cccccc;
        color: #959595;
        font-size: 14px;
        text-transform: none;
        height: 42px;
        background-color: #fff;
        font-weight: 400;
    }

    .search-page .dropdown.bootstrap-select .filter-option-inner{
        margin-top: 4px;
    }

    .search-page .range-block.rang-form-block label{
        font-weight: 400;
        font-size: 0.875rem;
    }

    .search-page .features-list{
        padding-bottom: 20px;
    }

    .search-page .features-list label{
        margin: 0;
        width: 100%;
    }

    .search-page .features-list input{
        margin-right: 10px;
    }

    .search-page .tabs-operations,
    .search-page .sort-tab{
        width: 50%;
        display: inline-block;
    }

    .search-page .tabs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .search-page .tabs ul li {
            display: inline-block;
            
        }

            .search-page .tabs ul li a{
                background-color: #ebebeb;
                padding: 18px 10px;
                text-transform: uppercase;
                color: #000;
                font-size: 0.75rem;
                display: block;
            }

                .search-page .tabs ul li a:hover{
                    text-decoration: none;
                }

                .search-page .tabs ul li a.active{
                    background-color: #ffffff;
                }

                .search-page .tabs ul li:first-child{
                    margin-right: -4px;
                }

        .search-page span.text-ordenacio {
            display: none;
        }

        .search-page .sort-tab{
            text-align: right;
            margin-right: -5px;
        } 

        .search-page .sort-tab .dropdown.bootstrap-select {
            width: 220px !important;
        }


    .search-page .property-item {
        background-color: #fff;
        width: 100%;
        padding: 8px;
        margin-bottom: 15px;
    }

    .search-page .figure-block .item-thumb {
        position: relative;
        z-index: 1;
        height: 100%;
        overflow: hidden;
    }

    .search-page .property-listing .figure-block {
        width: 100%;
        aspect-ratio: 14/9;
    }

    .search-page .property-listing.list-view .hide-on-list {
        display: none;
    }

    .search-page .figure-block .cartel_destacado {
        margin-top: 10px;
        padding: 5px 10px;
        text-indent: 0;
        background-color: var(--corporative-color);
        color: #FFFFFF;
        font-weight: 700;
        position: absolute;
        z-index: 999999;
        text-transform: capitalize;
    }

    .search-page .figure-block .label-wrap .label {
        display: inline-block;
        margin-right: 5px;
        color: #fff;
        border-radius: 2px;
        font-size: 10px;
        padding: 3px 6px 3px;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 11px;
        vertical-align: top;
        font-weight: 500;
        background-color: #333333;
    }

    .search-page .figure-block .item-thumb .label-featured, 
    .search-page .figure-block figure .label-featured {
        font-size: 10px;
        line-height: 11px;
        margin: 0;
        font-weight: 500;
        text-transform: uppercase;
        text-align: inherit;
        position: absolute;
        top: 12px;
        left: 12px;
        z-index: 3;
        display: none;
    }

    .search-page .figure-block  .property-item .label-wrap {
        margin-bottom: 5px;
    }
    .search-page .figure-block  .item-thumb .label-wrap, 
    .search-page .figure-block figure .label-wrap{
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 3;
    }

    .search-page .figure-block .item-thumb-list img {
        width: 100%;
        height: auto;
    }

    .search-page .figure-block .item-thumb .thumb-caption, 
    .search-page .figure-block figure .thumb-caption {
        position: absolute;
        top: inherit;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding: 12px;
        width: 100%;
    }

    .search-page .figure-block .item-thumb .thumb-caption .actions, 
    .search-page .figure-block figure .thumb-caption .actions{
        color: #fff;
    }

    .search-page .figure-block .item-thumb .actions,
    .search-page .figure-block figure .actions{
        position: absolute;
        right: 12px;
        bottom: 12px;
        z-index: 4;
        margin: 0;
    }

    .search-page .figure-block .actions li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
    }

    .search-page .figure-block .actions li>span {
        display: inline-block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        background-color: #000;
        opacity: 0.6;
        filter: alpha(opacity=60);
        text-align: center;
    }

    .search-page .item-body .property-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 7px 0;
        font-weight: 500;
        text-transform: inherit;
        text-align: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 380px;
        
    }
        .search-page .item-body .property-title a{
            color: var(--corporative-color);
        }

            .search-page .item-body .property-title a:hover{
                text-decoration: none;
            }

    .search-page .property-item .item-body {
        padding: 10px 12px 10px 20px;
        position: relative;
        display: inline-block;
        width: 65%;
    }

    .search-page .item-body .property-location {
        font-size: 0.812rem;
        line-height: 0.812rem;
        margin: 0;
        font-weight: 300;
        text-transform: inherit;
        text-align: inherit;
        color: #9b9b9b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 265px;
    }

    .search-page .property-listing.list-view .hide-on-grid {
        display: block;
    }
    .search-page .description-geoloc-home {
        font-size: 12px;
        font-weight: 300;
        color: #ababab;
        margin-top: 10px;
    }

    .search-page .property-listing.list-view .hide-on-grid {
        display: block;
    }
    .search-page .features-on-foot {
        position: absolute;
        bottom: 0;
    }

    .search-page .item-amenities {
        list-style: none;
        margin: 0;
        font-size: 0;
        padding: 0
    }

    .search-page .item-amenities li:first-child {
        padding-left: 0;
    }
    .search-page .item-amenities li {
        display: inline-block;
        font-size: 12px;
        color: #777777;
        font-weight: 300;
        border-right: 1px solid #ccc;
        padding: 0 8px;
    }

    .search-page .item-amenities li span {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
        display: block;
        color: #000;
        font-weight: 300;
    }

    .search-page .content-control-boton{
        display: inline-block;
    }

    .search-page .property-item .body-left {
        max-width: calc(100% - 105px);
        /* position: relative; */
        height: 100%;
        display: inline-block;
    }

    .search-page .info-row.price {
        font-size: 1rem;
        text-align: right;
    }
    
    .search-page .price h3 {
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.125rem;
        margin: 0;
        font-weight: 500;
        text-transform: inherit;
        text-align: inherit;
    }

    .search-page .control-boton {
        margin-top: 50px;
        text-align: right;
    }

    .search-page .content-figure-block {
        display: inline-block;
        width: 34%;
    }
  

        .search-page .control-boton a.ir-detalle {
            background-color: var(--corporative-color);
            font-size: 0.85rem;
        }

        .search-page .item-body .date p:last-child {
            margin: 0;
        }
        .search-page .item-body .date p {
            font-size: 0.75rem;
            line-height: 0.75rem;
            margin: 0;
            font-weight: 300;
            text-transform: inherit;
            text-align: inherit;
            display: inline-block;
            color: #9b9b9b;
            margin-right: 10px;
        }

        .search-page .info-row.date {
            width: 100px;
        }

            .search-page .info-row.date i{
                margin-right: 5px;
            }
        

.search-page .property-grid .item-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin-bottom: 20px;
}

    .search-page .property-grid .item-wrap:nth-child(odd) {
        margin-right: calc(2% - 5px);
    }

    .search-page .property-grid .content-figure-block {
        width: 100%;
    }

    .search-page .property-grid .hide-on-grid,
    .search-page .property-grid .hidden-gird-cell{
        display: none;
    }

    .search-page .property-grid .property-item .item-body {
        width: 100%;
        padding: 10px;
    }

    .search-page .property-grid .property-item .body-left {
        max-width: 100%;
    }

    .search-page .property-grid .item-foot{
        padding: 18px 18px 0 18px;
    }

    .search-page .property-grid .property-item {
        margin-bottom: 0px;
    }

    .search-page .property-grid .item-foot-right {
        font-size: 0.75rem;
        line-height: 0.75rem;
        margin: 0;
        font-weight: 300;
        text-transform: inherit;
        text-align: right;
        display: inline-block;
        color: #9b9b9b;
        margin-right: 10px;
        width: 100%;
    }

    .search-page .property-grid .item-foot-right i{
        margin-right: 5px;
    }

    .search-page .property-grid .price.hide-on-list {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
    }

    .search-page  .property-grid .figure-block .item-thumb {
        aspect-ratio: 16/9;
    }


.pagination-main .pagination {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.pagination-main .pagination li {
    margin: 5px;
    display: inline-block;
}

.pagination-main .pagination li:last-child a {
    border-radius: 0;
}

.pagination-main .pagination li:first-child a {
    border-radius: 0;
}

.pagination-main .pagination li.active a {
    background-color: var(--corporative-color);
    padding: 5px;
    color: #fff;
}

.pagination-main .pagination a {
    width: 40px;
    height: 40px;
    border: none;
    color: #777;
}

.pagination-main .pagination a:hover {
    color: var(--corporative-color);
}

.detail-header-h1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-property-address{
    font-size: 0.875rem;
}

.detail-item-price{
    display: block;
    font-size: 1.875rem;
    font-weight: 600;
}
.detail-item-sub-price{
    margin-bottom: 1rem;
    font-size: 1.125rem;
}


.detail-article-bg{
    background-color: #fff;
    padding: 40px;
}
    .detail-article-title{
        padding-bottom: 35px;
        margin-bottom: 25px;
        border-bottom: 1px solid #e5e5e5;
    }

.label-primary{
    background-color: #000;
}

.label-span{
    border-radius: 5px;
    color: #fff;
    white-space: nowrap;
    font-size: 0.9rem;
}

/* .detail-bar ul li{
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    font-size: 1rem;
    line-height: 30px;
    margin: 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
} */
.detail-grid-wrapper{
    display: grid;
    /* justify-items: start; */
    align-items: center;
    grid-auto-rows: minmax(50px, auto);
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 10px;
    grid-auto-flow: dense;
    justify-content: space-around;
    justify-items: start;
}

.detail-title{
    padding-bottom: 20px !important;
}
    .detail-title h2{
        font-weight: 700 !important;
    }

.detail-feature{
    font-size: 0.875rem !important;
}
.property-gallery{
    /* position: relative;
    overflow: auto;
    max-height: 400px; */
    position: relative;
  /* width: 100%;
  max-width: 750px; */
  margin: 0 auto;
  overflow: hidden;

}

.gallery-container{
    display: flex;
    /* width: fit-content; */
    transition: transform 0.3s ease-in-out;
    max-height: 400px;
}

.detail-slider-arrow{
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-50%);
    padding: 0 12px;
    background-color: rgb(0 0 0 / 30%);
    transition: background-color 0.3s ease-in-out;
    z-index: 1;

}

.detail-slider-arrow:hover{
    background-color: rgb(0 0 0 / 70%);
    cursor: pointer;
}

    .detail-slider-arrow.right{
        right: 30px;
    }

    .detail-slider-arrow.left{
        left: 30px;
    }

.gallery-container img{
    object-fit: cover;
    /* max-width: 750px;
    width: 100%;
    max-height: 400px; */

    width: 750px;
    /* height: 400px; */
}

.list-col-labels{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}


@media (min-width: 1570px) {
    body.front .container{
        max-width: 1140px !important;
    }
}

@media (max-width: 767px) {

    .content-front {
        margin-top: 125px;
    }
    .detail-item-price{
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .detail-item-sub-price{
        font-size: 0.75rem;
    }

    .detail-grid-wrapper{
        grid-auto-rows: minmax(40px, auto);
    }

    .gallery-container{
        max-height: 250px;
    }

    #gallery{
        height: 250px !important;
    }

    body.front .nav-item .child-menu ul li{
        padding: 5px 0 5px 20px;
    }

    body.front .nav-item .nav-link{
        display: inline;
    }   

    body.front .nav-item .child-menu{
        position: relative;
        background: #fff;
        border: none;
        border-radius: 5px;
        min-width: 12rem;
        left: 0;
        top: 100%;
        opacity: 0;
        display: none;
    }

        body.front .nav-item:hover .child-menu{
            opacity: 0;
            display: none;
        }

    body.front .navbar-light .navbar-nav .nav-link:hover{
        background-color: unset;
        border: none;
    }

    body.front .nav-item .child-menu ul li a:hover{
        background-color: unset !important;
        color: var(--corporative-color-secondary) !important;
        border-radius: 0 !important;
    }
}

#alertModal .btn-primary{
    background-color: var(--corporative-color);
}

.search-page .share_tooltip {
    position: absolute;
    top: -33px;
    z-index: 100;
    background-color: var(--corporative-color);
    white-space: nowrap;
    display: block;
    right: 0;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

    .search-page .share_tooltip.fade.in{
        opacity: 1;
    }

        .search-page .share_tooltip a {
            color: #ffffff;
            margin: 3px 9px;
            display: inline-block;
        }

        .search-page .share_tooltip:after {
            border: solid transparent;
            content: ' ';
            height: 0;
            position: absolute;
            right: 6px;
            bottom: -13px;
            left: inherit;
            z-index: 2;
            width: 0;
            border-width: 7px;
            border-top-color: var(--corporative-color);
        }
