.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #415982;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(40px);
    animation: whatsapp-fade-in 0.8s ease-out forwards;
    transition: background 0.3s;
}

.whatsapp-float:hover {
    background: #2e3e5c;
    color: #fff;
    text-decoration: none;
}

@keyframes whatsapp-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h5 {
    margin: 0px;
    font-size: 1.4em;
    font-weight: 700;
}

p {
    font-size: 14px;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End Non-  */

.property-card {
    position: relative;
    height: 26em;
    width: 20em;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
}

.property-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
}

.property-image {
    height: 26em;
    width: 20em;
    background-size: cover;
    background-position: center;
    transition: filter 0.3s;
}

.property-card:hover .property-image {
    filter: brightness(0.7);
}

.property-description {
    border-radius: 0px 50px 0px 0px;
    background-color: rgba(250, 250, 252, 0.952);
    height: 10em;
    width: 14em;
    position: absolute;
    bottom: 0em;
    left: 38%;
    transform: translateX(-50%);
    transition: opacity 0.3s, height 0.3s, padding 0.3s;
    padding: 0.5em 1em;
    text-align: center;
    opacity: 1;
    pointer-events: auto;
}

.property-card:hover .property-description {
    opacity: 0;
    height: 0;
    padding: 0 1em;
    pointer-events: none;
}

.ver-mas-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #758bad;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.6em 1.5em;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    color: #fff;
}

.ver-mas-btn:hover {
    background: #4d648c;
    color: #fff;
    text-decoration: none;
}

.property-card:hover .ver-mas-btn {
    opacity: 1;
    pointer-events: auto;
}


#fh5co-home {
    position: relative;
    overflow: hidden;
}

#fh5co-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 1;
    transition: opacity 1s;
    background-image: var(--bg-img);
}

#fh5co-home .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

#fh5co-home.fade-out::before {
    opacity: 0;
}

#fh5co-home .container,
#fh5co-home .slant {
    position: relative;
    z-index: 2;
}

.long {
    margin-top: 220px;
}

.Scalable {
    width: 100%;
}

.Dontspace {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.text-decoration-none:hover {
    text-decoration: none;
}

.logo-color {
    display: none;
}

.scrolled .logo-blanco {
    display: none !important;
}

.scrolled .logo-color {
    display: inline !important;
}

.navbar.scrolled .logo-blanco {
    display: none;
}

.navbar.scrolled .logo-color {
    display: inline !important;
}

.mensajes {
    width: 100% !important;
}

@media (max-width: 768px) {
    .cardss {
        margin: 25px;
    }
}