/* -- HEADER -- */
    #header{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 8rem;
        text-shadow: 0px 0px 12px rgba(0,0,0,0.35);
        z-index: 3;
    }
    #header .logo-sector{
        display: flex;
        align-items: center;
    }
    #header .logo-sector .text-logo p{
        margin-top: -1.25rem;
        font-size: 1.35rem;
    }
    #header h2, #header p{ color: #fff; }
    #header.scroll h2, #header.scroll p{ color: #000; }
    .button-tas{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .5rem 1.5rem;
        background-color: #ffffff20;
        color: #fff;
        font-weight: bold;
        border-radius: 16px;
    }
    #header.scroll .button-tas{
        background-color: #00000020;
        color: #000000aa;
    }
    .logo{
        width: 60px;
        height: 50px;
        margin-right: 0.75rem;
    }
    #header .top-bar ul li a{
        padding: 1rem 2rem;
        transition: all 0.2s ease-in;
        background-color: transparent;
    }
    #header .top-bar ul li a{
        color: #fff;
        font-weight: bold;
        opacity: .65;
    }
    #header .top-bar ul li a.select { opacity: 1; }
    #header.scroll .top-bar ul li a{ color: #333 !important; text-shadow: none;  }
    #header .top-bar ul li a:hover{
        background-color: rgba(0,0,0,0.1);
        color:#fff;
    }
    #header.scroll .top-bar ul li a:hover{
        background-color: rgba(0,0,0,0.1);
        color:#000 !important;
    }
    #header.mobile .top-bar ul li a{ color: #333 !important; }
    #header.mobile .top-bar ul li a:hover{
        background-color: rgba(0,0,0,0.1);
        color:#000 !important;
    }
/* -- ARTICLE -- */
    .mardel{
        background-image: url('../media/contain/article.png');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }
    .contain-article{
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-left: 8rem;
        padding-right: 1rem;
        margin-top: 10%;
        width: fit-content;
        z-index: 2;
    }
    .contain-article::before{
        content: '';
        position: absolute;
        top: 0;
        left: -200px;
        width: 100%;
        height: 100%;
        background-color: #000000aa;
        filter: blur(75px);
        z-index: -1;
    }
    article h1{
        font-size: 8rem;
        line-height: 8rem;
        color:#fff;
    }
    .filter-chips{
        display: flex;
        gap: .5rem;
        align-items: center;
    }
    .contain-article .art-text{
        background-color: #ffffff20;
        border: 1px solid #ffffff10;
        padding: .5rem 1.5rem;
        border-radius: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        font-weight: bold;
        gap: .5rem;
        transition: all .2s ease-in;

        &:hover {
            background-color: #ffffff30;
            border: 1px solid #ffffff20;
        }
    }
/* -- ABOUT.US -- */
    #about-us .art-text{
        background-color: var(--primary);
        color:#fff;
        padding: 1rem 1.5rem;
        display: block;
        margin-top: 1rem;
        text-align: center;
        text-transform: uppercase;
        transition: all .2s ease-in;
    }
    #about-us .art-text:hover{
        color:var(--primary);
        background-color: rgba(99, 2, 99, .25);
    }
    .contain-article .art-text.num i{
        color: #25D366;
    }
    .contain-article .art-text.mail i{
        color: #a8a8a8;
    }
    .contain-article .button{
        margin-top: 1.5rem;
        width: fit-content;
    }
    .photo-about-us{
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
/* -- SELECTOR.ZONE -- */
    #selector-zone {
        padding-block: 4rem;
    }
    .sector-ambient{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-inline: 8rem;
        margin-bottom: 2rem;
    }
    .sector-ambient .left{
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .cities{
        width: 100%;
        display: flex;
        gap: 1rem;
        padding-inline: 8rem;
    }
    .city-values:first-child { background-image: url('../media/contain/article.png'); }
    .city-values:nth-child(2) { background-image: url('../media/contain/santa-clara.avif'); }
    .city-values:last-child { background-image: url('../media/contain/balcarce.jpg'); }
    .city-values {
        max-width: 350px;
        width: 100%;
        height: 300px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        border-radius: 16px;
        padding: 2rem;
        z-index: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .city-values .btn-arrow { filter: invert(100%); }
    .city-values:first-child { max-width: 45%; }
    .city-values::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
    }
    .city-values:first-child::before{
        background-color: rgba(0, 0, 0, 0.3);
    }
    .city-values > * {
        position: relative;
        z-index: 2;
        color: #fff;
    }
    .city-values h3 { font-size: 5rem; }
    .city-values p { color: #ccc; }
    .sector-bottom{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        border-top: 2px solid #cccccc50;
    }
    .sector-bottom .button-tas{
        margin-bottom: -.35rem;
        background-color: #00000060;
    }
/* -- SPECIAL HOME CARD -- */
    .list-product{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding-inline: 12rem;
        padding-block: 2rem;
        transform: scale(0.93);
        position: relative;
    }
    .state-Reservado, .state-Vendido {
        position: absolute;
        top: 0px;
        left: 12px;
        padding: .25rem .75rem;
        width: fit-content;
        height: fit-content;
    }
    .state-Reservado {
        background-color: #ffae00;
        
        p { color: #fff !important; }
    }
    .state-Vendido {
        background-color: #ee3636;

        p { color: #fff !important; }
    }
    .card-special{
        position: relative;
        width: 100%;
        background-color: #fff;
        padding: 1rem 1rem 2rem 1rem;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        overflow: hidden;
    }
    .card-special img{
        min-width: 100%;
        height: 100%;
        max-height: 180px;
        object-fit: cover;
        border-radius: 16px;
    }
    .card-special a{
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card-special a, .card-special p, .card-special h4{ color: #000; }
    .card-special h4{
        font-size: 1.5rem;
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .card-special .contain-card { padding: 0rem 2rem; }
    .card-special .icon-text { opacity: .65; }
    .card-special .price-card{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-inline: 2rem;
        margin-top: 2rem;
    }
    .card-special .price-card .primary {
        font-size: 1.75rem;
        font-weight: bold;
    }
    .btn-arrow {
        position: absolute;
        bottom: 8px;
        right: 8px;
        background-color: #000;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-arrow * { color: #fff; }
/* -- FOOTER -- */
    #footer{
        max-width: 100%;
        height: fit-content;
        padding: 1rem 8rem;
        background-color: #000;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #footer h5, #footer p, #footer a{
        opacity: .75;
        color: #fff;
    }
    #footer ul li a { margin-left: 1rem; }
/* -- SEARCHER -- */
    #searcher{
        width: 100%;
        height: 350px;
    }
    .contain {
        background-color: #111;
        color: #fff;
        padding: 4rem;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    .contain h1 { font-size: 4rem; }
    #searcher .contain form{
        flex: 1;
        display: flex;
        align-items: center;
        gap: 1rem;
        height: 45px;
    }
    #searcher .contain form select, .contain form input, .contain form button { height: 100%; }
    #searcher button{
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 16px;
        margin-top: -1rem;
        background-color: #fff;
        color: #000;
    }
    #searcher input, #searcher select, #searcher option{
        background-color: #ffffff20;
        border-radius: 12px;
        border: none;
        color: #fff;
    }
    select option {
        background-color: #fff !important;
        color: #000 !important;
        }
/* -- TASACIONES -- */
    #tasaciones{
        width: 100%;
        height: 100vh;
        background-image: url('../media/contain/tasaciones.webp');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        z-index: -1;
    }
    #tasaciones::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #00000090;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    #tasaciones *{
        position: relative;
        z-index: 1;
    }
    #tasaciones .content{
        margin-right: 8rem;
        background-color: #fff;
        border-radius: 16px;
        padding: 3rem;
        max-width: 36%;
    }
    #tasaciones small{ opacity: .75; }
    #tasaciones form{
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    #tasaciones .input{ background-color: #ededed; }
    #tasaciones button{
        background-color: var(--primary);
        color: #fff;
        border-radius: 12px;
        font-size: 1.65rem;
        font-weight: bold;
        text-transform: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        width: fit-content;
        min-width: 200px;
    }
    #tasaciones .input{
        border-left: none;
        border-bottom: 1px solid var(--primary);
    }
/* -- LIST.PRODUCT -- */
    #list-product{
        width: 100%;
        padding-inline: 8rem;
        display: grid;
        grid-template-columns: 1fr 4fr;
        gap: 2rem;
        margin-bottom: 6rem;
    }
    #list-product .grid-product{
        grid-column-start: 2;
        display: flex;
    }
    #list-product .list-product {
        padding: 0;
        transform: none;
    }
    .grid-product .card-special {
        box-shadow: 0px 2px 10px #00000020;
        height: fit-content;
    }
    .sidebar{
        position: sticky;
        top: 24px;
        width: 100%;
        background-color: #eee;
        border: 2px solid #aaa;
        box-shadow: 0px 2px 10px #00000020;
        border-radius: 16px;
        color: #000;
        padding: 2rem;
        height: fit-content;
    }
    .title-sidebar{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .title-sidebar a{
        color: #666;
        font-size: 1.35rem;
        text-decoration: underline;
        transition: all .15s ease-in;
    }
    .title-sidebar a:hover { color: #111; } 
    .sidebar .input{
        font-size: 1.25rem;
        margin-bottom: .5rem;
    }
    .sidebar .button{
        margin-top: 1rem;
        background-color: #000;
        color: #fff;
        border-radius: 8px;
    }
    .button-filter-sidebar{
        background-color: #ccc;
        color:#000;
        padding: 0.5rem 1.25rem;
        border-radius: 10px;
        position: absolute;
        left: 2.5rem;
        z-index: 2;
        display: none;
    }
    .icon-btn{
        font-weight: 900;
        color: #111;

        width: 95%;
        height: 50px;
        
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        z-index: 8;

        transition: all .2s ease-in;
        display: none;
    }
    .icon-btn:hover{ color: #ccc; }
    .error-show{
        text-align: center;
        margin-top: 2rem;
    }
/* -- SHOW.PRODUCT -- */
    #show-product .grid-visual {
        width: 100%;
        height: fit-content;
        min-height: calc(100vh - 100px);
        display: grid;
        grid-template-columns: 5fr 3fr;
        padding-inline: 8rem;
        gap: 1rem;
    }
    #show-product .grid-content{
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }
    #show-product .carrusel { border: 2px solid #00000020; }
    #show-product .carrusel, #photo-sector{
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }
    #show-product .img-specific{
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100%;
        height: 100%;
    }
    #show-product .img-specific img {
        width: 100%;
        height: auto;
    }
    #show-product #left-arrow, #right-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #000;
        width: 50px;
        height: 50px;
        border-radius: 16px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #show-product #left-arrow i, #right-arrow i { color: #fff; }
    #show-product #left-arrow { left: 12px; }
    #show-product #right-arrow { right: 12px; }
    #show-product .option{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    #show-product .button-option{
        background-color: #00000020;
        border-radius: 16px;
        border: 2px solid #00000030;
        font-weight: bold;
        color: #111;
        padding: 1.5rem;
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    }
    #show-product .select{
        outline: 2px solid var(--primary);
        border-color: var(--primary);
        color: var(--primary);
    }
    #show-product .text-content{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #show-product .property-content, .service-content{
        background-color: #00000020;
        border: 2px solid #00000020;
        border-radius: 16px;
        padding: 1.5rem;
    }
    #show-product .property-content small{
        width: 100%;
        text-wrap: nowrap;
        font-size: 1.4rem;
        font-weight: bold;
        opacity: .75;
    }
    #show-product .property-content h2{
        font-size: 3rem;
        line-height: 1lh;
        text-transform: inherit;
    }
    #show-product .data-icon{
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-block: 1rem;
    }
    #show-product .data-icon div{
        border: 2px solid #00000020;
        background-color: #00000020;
        color: #111;
        padding: 1rem 2rem;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    #show-product .data-icon div p { font-size: 1.1rem; }
    #show-product .price-product{
        font-size: 3rem;
        font-weight: bold;
        color: var(--primary);
    }
    #show-product .service-content {
        display: flex;
        height: fit-content;
        max-height: 43vh;
        overflow-y: auto;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    #show-product .service-content label{
        font-weight: bold;
        font-size: 1.25rem;
        opacity: .5;
    }
    #show-product .long-desc {
        /* text-transform: lowercase; */
        margin-top: -.65rem;
        font-size: 1.45rem;
        line-height: 20px;
    }
    #show-product .form-contact{
        width: 100%;
        height: fit-content;
        padding: 4rem 16rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        position: relative;
        z-index: 5;
    }
    #show-product .form-contact * {
        position: relative;
        z-index: 1;
    }
    #show-product .form-contact::before {
        content: '';
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        height: 150px;
        background-image: url('../media//contain/img-contact.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 0;
    }
    #show-product .form-contact form{
        width: 100%;
        max-width: 450px;
        background-color: #111;
        border-radius: 16px;
        padding: 3rem 2.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    #show-product .flex{
        width: 100%;
        display: flex;
        gap: 1rem;
    }
    .form-contact form input, .form-contact form textarea {
        border-radius: 12px;
        background-color: #ffffff20;
        border: none;
        margin: 0;
    }
    #show-product .button-form-icon{
        width: fit-content;
        height: fit-content;
        background-color: var(--primary);
        color: #fff;
        font-weight: bold;
        font-size: 1.5rem;
        border: none;
        border-radius: 16px;
        text-transform: inherit;
        padding: 1rem 2rem;
        transition: all .15s ease-in;
    }
    #show-product .button-form-icon:hover{
        background-color: color-mix(in srgb, var(--primary), #fff 10%);
        cursor: pointer;
    }
    #show-product .grid-product h2, .form-contact h2 {
        font-size: 3rem;
        text-align: center;
    }
    #show-product .button-wapp {
        width: 100%;
        max-width: 450px;
        background-color: #00000020;
        color: #111;
        padding: 1rem 2rem;
        border-radius: 12px;
        border: 2px solid #00000020;
        text-align: center;
    }
    .button-wapp:hover{
        background-color: color-mix(in srgb, #00000020, #fff 10%);
        cursor: pointer;
    }
    .button-form { width: 80%; }
/* -- MODAL -- */
    #modal-image{
        position: fixed;
        overflow-y: hidden;
        width: 100%;
        height: 100vh;
        top:0;left:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,0.75);
        z-index: 1000;
    }
    .icon-x{
        background-color: #fff;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        font-size: 2.5rem;
        color:#000;
        z-index: 1000;
        margin-top: 6rem;
        margin-bottom: -10rem;
    }
    .content-image{
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    .content-image .overflow{
        display: flex;
        height: 100vh;
        overflow: hidden;
    }
    .content-image .overflow .image{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-image .overflow .image img{
        max-width: 70%;
        max-height: 70%;
    }
    #left{ margin-left: 12rem; }
    #right{ margin-right: 12rem; }
/* -- SHARE -- */
    #shareBtn{
        position: fixed;
        background-color: #fff;
        color:#222;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 3px rgba(0,0,0,0.25);
        font-size: 1.5rem;
        z-index: 100;
        transition: all .2s ease-in;
    }
    #shareBtn:hover{
        background-color: #ccc;
        color:#000;
    }
/* -- ABOUT.US -- */
    .bg-top *{
        color: #333 !important;
        text-shadow: none;
    }
    #about-us {
        padding-inline: 8rem;
    }
    #about-us h2{
        text-align: center;
        margin-bottom: 2rem;
        font-size: 3.5rem;
    }
    .contain-2{
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        gap: 4rem;
    }
    .contain-2 p, .contain-2 h3, .contain-2 a{ color: #111; }
    .contain-2 .left{
        margin-top: 5rem;
        margin-left: 14rem;
    }
    .contain-2 .left *{ text-align: right; }
    .contain-2 p, .contain-2 a{ opacity: .75; }
    .contain-2 .right{
        margin-top: 5rem;
        margin-right: 14rem;
    }
    .contain-2 h3{ font-size: 3rem; }
    .contain-2 img{ width: 100%; }
    .disabled{ opacity: .65; }
    .none{ display: none !important; }
    .element-view{
        width: 100%;
        min-height: 450px;
    }
    .element-height{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 25%;
        width:  fit-content !important;
        height: 450px;
    }
    .resalted{
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.35rem;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }
    .resalted:hover, .resalted:active{ opacity: 1; }
    .resalted.color-1{
        background-color: var(--primary);
        color: rgba(255,255,255,.75);
        opacity: .5;
        padding: 0 1rem;
    }
    .resalted.color-2{
        padding: .5rem 1rem;
        background-color: orange;
        color: rgba(0,0,0,.75);
        font-weight: 900;
        opacity: .75;
    }
    .resalted.color-3{
        padding: .5rem 1rem;
        background-color: red;
        color: rgba(0,0,0,.75);
        font-weight: 900;
    }
    @media (max-width: 1200px){
        #header .button-tas { display: none; }
        .list-product .card-special:last-child { display: none; }
        .city-values {
            max-width: 225px;
            padding: 2.5rem;
        }
        .city-values h3{
            line-height: 36px;
            font-size: 3.5rem;
        }
        #searcher .contain{
            max-width: 84%;
        }

        .carrusel-lateral{
            width: 100%;
            position: relative;
            display: flex;
            gap: 2rem;
        }
        .carrusel-lateral .card{
            width: 100%;
            position: sticky;
            object-fit: cover;
            scroll-snap-align: center;
        }
        .icon-x{
            margin-top: 15rem;
            margin-bottom: -23rem;
        }
        #left{
            margin-left: 3rem;
        }
        #right{
            margin-right: 3rem;
            margin-top: 1.25rem;
        }
    }
    @media (max-width: 980px){
        #header { padding-inline: 2rem; }
        #show-product .grid-visual{
            padding-inline: 2rem;
            display: flex;
            flex-direction: column;
        }
        #show-product .carrusel { min-height: 450px; }
        #show-product .img-specific{
            min-height: 450px;
            height: 450px;
        }
        #show-product .img-specific img { min-height: 100%; }
        #show-product .form-contact { padding: 2rem; }
        #show-product .form-contact form, #show-product .button-wapp { max-width: 80%; }
    }
    @media (max-width: 850px){
        .filter-chips { flex-wrap: wrap; }
        .sector-ambient { padding-inline: 2rem; }
        .sector-ambient .left .button-terciary:last-child { display: none; }
        .cities {
            width: 100%;
            flex-wrap: wrap;
            padding-inline: 2rem;
        }
        .cities .city-values {
            width: 100%;
            min-height: 240px;
            height: fit-content;
            max-width: 49%;
        }
        .cities .city-values:first-child{
            width: 100%;
            max-width: 100%;
        }
        #searcher{
            height: fit-content;
            padding: 0rem 2rem 4rem;
        }
        #searcher .contain{
            width: 100%;
            max-width: inherit;
        }
        #searcher .contain form{
            width: 100%;
            max-width: inherit;
            flex-direction: column;
        }
        #searcher .contain form .input, #searcher .contain form .input.min{
            margin: 0;
            width: 100% !important;
            max-width: inherit;
        }
        #searcher button{
            margin-top: .5rem;
            padding: 1.5rem;
            width: 100%;
            max-width: inherit;
        }
    }
    @media (max-width: 660px){
        .contain-article .art-text:last-child { display: none; }
        .mardel .list-product, .input-search { display: none; }
        .cities .city-values {
            width: 100%;
            max-width: 100%;
        }
        .sector-ambient{
            width: 100%;
            display: flex;
        }
        .sector-ambient .left{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }
        .sector-ambient .left .button-terciary{
            width: 100%;
            max-width: 100%;
        }
        #searcher h1{
            font-size: 2.5rem;
            line-height: 32px;
            padding-inline: 4rem;
        }
        #searcher .contain{
            padding: 2rem;
        }
    }