.hero {
    background-image: url('../img/hero-home.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay{
    background: rgba(0,0,0,.35);
  
    );
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero h1 {
    text-shadow: 0 2px 10px rgba(0,0,0,.4);
}

.hero .lead {
    text-shadow: 0 1px 5px rgba(0,0,0,.4);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;

    background: #25D366;
    color: #fff;

    padding: 12px 20px;
    border-radius: 50px;

    text-decoration: none;
    font-weight: bold;

    box-shadow: 0 5px 15px rgba(0,0,0,.2);
}

.navbar-brand {
    padding: 0;
    margin: 0;
}
.site-logo {
    height: 110px;
    width: auto;
}

.navbar-brand {
    transform: scale(1.8);
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 70px;
}