@font-face {
    font-family: "Harlow Solid Italic";
    src: url("../fonts/Harlow.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
.header-sup{
    width: 100%;
    height: 2.75rem;
    background-color: var(--primary-3);
    background-image: var(--primary-gradient);
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    position:fixed;
    z-index: 920;
    user-select: none;
}
.social-icons{
    width: fit-content;
}
.social-icons a {
    margin-right: .75rem;
}
.social-icons a svg{
    width: 32px;
    fill: var(--light-1);
}
.header-btns{
    gap: 20px;
}
.header-btns a{
    align-items: center;
    background-color:var(--secondary-3);
    background-image: var(--secondary-gradient);
    color: var(--light-1);
    height: 34px;
    padding: 0 .5rem;
    box-shadow: 2px 2px 3px rgba(0,0,0,.07);
    border-radius: 6px;
}
.header-btn-wpp svg{
    width: 1.2rem;
    fill: var(--light-1);
    margin-right: .2rem;
}
.header{
    width: 100%;
    height: 100%;
    background-color: var(--dark-1);
    color:var(--light-1);
    position: relative;
    overflow: hidden;
}
.header .video-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 900;
}
.header .content-header{
    position: absolute;
    background-color: rgba(0,0,0,.85);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter: blur(3px);
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 100%;
    z-index: 910;
    color: white;
    text-align: center;
}
.content-header div img{
    width:100%;
    max-width: 400px;
}
.content-header h1{
    font-weight: 200;
    letter-spacing: 1px;
}
.btn-slice-bg{
    text-transform: uppercase;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-slice{
    padding: 1.1rem 1.5rem;
    border: 3px solid #ffffff;
    background-color: rgba(0,0,0,.25);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    color: var(--light-1);
    font-weight: 700;
    letter-spacing: 0.2rem;
    position: relative;
}
.btn-slice .top{
    position: relative;
    height: 10px;
    overflow: hidden;
    top: 0;
    -webkit-transition: all 200ms cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s;
}
.btn-slice .bottom{
    position: relative;
    height: 10px;
    overflow: hidden;
    bottom: 0;
    -webkit-transition: all 200ms cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition: all 200ms cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0, 0.025, 1);
    -webkit-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -moz-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    -o-transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040); 
    transition-timing-function: cubic-bezier(1.000, -0.055, 0.025, 1.040);
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s;
}
.btn-slice .bottom span{
    top: -10px;
    position: absolute;
    left: 0;
}
.btn-slice:hover .top{
    top: -6px;
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s; 
}
.btn-slice:hover .bottom{
    bottom: -6px;
    -webkit-transition-delay:0.25s;     
    -moz-transition-delay:0.25s; 
    -ms-transition-delay:0.25s;     
    -o-transition-delay:0.25s;     
    transition-delay:0.25s; 
}
.btn-slice:before{
    content: '';
    height: 1px;
    width: 60px;
    background-color: var(--light-1);
    position: absolute;
    margin-top: 10px;
    right: -35px;
    -webkit-transition: all 750ms cubic-bezier(0.890, 0, 0.140, 1);
    -webkit-transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -moz-transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -o-transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    transition: all 750ms cubic-bezier(0.890, -0.170, 0.140, 1.225);
    -webkit-transition-timing-function: cubic-bezier(0.890, 0, 0.140, 1);
    -webkit-transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -moz-transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    -o-transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225); 
    transition-timing-function: cubic-bezier(0.890, -0.170, 0.140, 1.225);
}
.btn-slice:hover:before{
    width: 125%;
}
.title-header{
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
#quem-somos .title-header{
    color: var(--light-1);
}
#mvv{
    color:var(--dark-3)
}
#mvv .title-header{
    color: var(--dark-3);
}
.title-header h2{
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.expert-about {
    background: var(--primary-3);
}
.about-box {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1.5rem;
    align-items: flex-start;
    background: linear-gradient(180deg,rgba(255,255,255,0.04),rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    backdrop-filter: blur(6px);
}
.about-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.35);
    border-color: var(--secondary-3);
}
.about-icon{
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-icon img {
    width: 36px;
    height: auto;
}
.about-content h3 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.75rem;
}
.about-content p {
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
}
.about-content p + p {
    margin-top: 0.75rem;
}
.expert-properties{
    background-color: var(--light-2);
}
.properties-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1.2rem, 3vw, 2rem);
    max-width: calc(3 * 280px + 2 * clamp(1.2rem, 3vw, 2rem));
    margin: 0 auto;
}
.property-card{
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--light-1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease;
}
.property-card:hover{
    transform: translateY(-6px);
}
.property-image{
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: var(--light-1);
    overflow: hidden;
    background-image: url('../img/loading.gif');
    border-bottom: 1px solid var(--light-3);
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.property-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.property-content{
    width: 100%;
}
.property-title{
    width: calc(100% - 1.5rem);
    padding: 1rem .75rem;
    font-weight: 600;
    color: var(--primary-3);
    border-bottom: 1px solid var(--light-3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.property-features{
    width: calc(100% - 1.5rem);
    padding: 1rem .75rem;
    flex-wrap: wrap;
    gap: .75rem;
    list-style: none;
    border-bottom: 1px solid var(--light-3);
}
.property-features li{
    gap: .25rem;
    color: var(--primary-3);
    border-radius: 6px;
    font-weight: 500;
}
.property-features li svg{
    width: 18px;
}
.property-price{
    width: calc(100% - 1.5rem);
    padding: 1rem .75rem;
    font-weight: 600;
    color: var(--primary-5);
    border-bottom: 1px solid var(--light-3);
}
.property-code{
    padding:.5rem 0;
    width: 100%;
    color: var(--dark-5);
}
.property-link{
    width: 100%;
    padding-bottom: 1rem;
}
.property-link a{
    width: fit-content;
    padding: .6rem 1.4rem;
    border-radius: 6px;
    background-color: var(--primary-3);
    background-image: var(--primary-gradient);
    color: var(--light-1);
    font-size: .75rem;
    font-weight: 500;
    box-shadow: var(--shadow-small);
    transition: transform .25s ease, background-color .25s ease;
}
.lightbox{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(24,55,76,.95);
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 999;
    user-select: none;
    color:var(--light-1)
}
.lightbox-close{
    width: 64px;
    height: 64px;
    position: fixed;
    top:20px;
    right: 20px;
    font-weight: 600;
    cursor: pointer;

}
.lightbox-left{
    width: 64px;
    height: 64px;
    position: fixed;
    top:calc(50% - 32px);
    left: 20px;

    cursor: pointer;
}
.lightbox-center{
    max-width: calc(100% - 208px);
    width: fit-content;
    height: fit-content;
    max-height: calc(100% - 40px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    background-color: var(--light-3);
    border:  1px solid var(--light-5);
    position: relative;
}
.lightbox-image{
    flex: 1;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.lightbox-image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.lightbox-description{
    width: calc(100% - 1rem);
    padding: .5rem;
    position: absolute;
    color: var(--light-1);
    bottom: 0;
    background: rgba(0,0,0,.75);
    backdrop-filter:blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.lightbox-right{
    width: 64px;
    height: 64px;
    position: fixed;
    top:calc(50% - 32px);
    right: 20px;
    cursor: pointer;
}
.property-single{
    width: 100%;
    background-color: var(--light-1);
}
.property-single h1 {
    width: 100%;
    padding-top: calc(2rem + 2.75rem);
}
.property-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin: 30px 0;
}
.gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #f2f2f2;
    background-image: url('../img/loading.gif');
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.marca-dagua-small{
    position: absolute;
    width: 64px;
    bottom:20px;
    right: 20px;
    aspect-ratio: 3 / 2;
    opacity: .4s;
    background-image: url("../img/md2.png");
    background-position: center;
    background-size: cover;
}
.marca-dagua-large{
    position: absolute;
    width: 20%;
    max-width: 90px;
    bottom:70px;
    right: 20px;
    aspect-ratio: 3 / 2;
    opacity: .4s;
    background-image: url("../img/md2.png");
    background-position: center;
    background-size: cover;
}
.property-info {
    display: grid;
    gap: 30px;
}

.property-details {
    background: var(--gray-1);
    padding: 20px;
    border-radius: 16px;
}

.details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.details-list li {
    padding: 6px 0;
    border-bottom: 1px solid var(--gray-2);
}

.property-price-highlight {
    margin-top: 20px;
    color: var(--primary-3);
}

.property-description {
    line-height: 1.6;
}

.property-cta {
    margin-top: 30px;
}

.btn-whatsapp {
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 14px 22px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.btn-whatsapp svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}



.expert-values {
    background: var(--light-3);
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.value-card {
    background: var(--light-1);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 2rem 1.8rem;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    backdrop-filter: blur(6px);
}
.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
    border-color: var(--secondary-3);
}
.value-tag {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--secondary-3);
    margin-bottom: 1rem;
}
.contato{
    color: var(--light-3);
    background: var(--primary-3);
}
.contato-count{
    gap:4rem;
    text-align: center;
}
.contato-count hr{
    margin:2.2rem 0;
    border: none;
    height: 2px;
    background-color: var(--primary-5);
}
.contato-count h3{
    color:var(--light-1);
}
.contato-count h4{
    width: 100%;
    margin-top: .8rem;
    text-emphasis: center;
    font-weight: 400;
    color:var(--light-2);
}
.contato-count svg{
    width: 20px;
    fill: var(--light-2);
    margin-right: 10px;
}
.social-medias{
    width: 100%;
    gap: 1rem;
}
.social-media{
    width: fit-content;
    margin-top: .8rem;
}
.social-medias a{
    fill: var(--light-1);
    transition: .2s;
}
.social-medias-wpp a svg{
    padding-bottom: 6px;
}
.social-media a svg{
    width: 2rem;
}
.social-medias a svg:hover{
    fill: var(--secondary-3);
}
.footer{
    width: 100%;
    padding: 1rem 0;
    color: var(--light-1);
    background: var(--primary-2);
    user-select: none;
    text-align: center;
    cursor:cell;
}
.footer p:first-child{
    margin-bottom:.25rem;
}
.footer a{
    color: var(--light-3);
}
@media only screen and (max-width:960px) {
    .content-header div img{
        max-width: 45%;
    }
    .about-box {
        grid-template-columns: 1fr;
    }
    .about-icon {
        margin-bottom: 0.5rem;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .value-card {
        padding: 1.8rem 1.5rem;
    }
    .lightbox-close,.lightbox-left, .lightbox-right{
        width: 32px;
        height: 32px;
    }
    .lightbox-center{
        max-width: calc(100% - 144px);
    }
    .contato-count{
        flex-direction: column;
    }
    .form-footer{
        flex-wrap: wrap;
        margin-top:0;
    }
    .form-footer-return{
        width: 100%;
        justify-content: center;
        min-height:50px;
        padding-bottom: 6px;
    }
    .form-footer-submit{
        width:100%;
    }
    .contato-left button{
        width:100%;
        height: 44px;
        border-radius: 6px;
        float: right;
        border: none;
        cursor: pointer;
        color:var(--light-1);
    }
    .contato-right{
        width: 100%;
        text-align: center;
    }
    .contato-right h4{
        width: 100%;
        justify-content: center;
    }
    .social-medias{
        justify-content: center;
    }

}