.hero-section {
    height: 100vh;
    overflow: hidden;
}

.overlay {
    background-color: rgba(0, 79, 72, 0.65);
    z-index: 1;
}

.btn-custom {
    background-color: #4ea392;
    border: none;
    color: white;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #317468;
    color: white;
}

.bg-vcont {
    background-color: rgba(0, 79, 72, 0.3);
    backdrop-filter: blur(4px);
}

.bg-vcont-soft {
    background-color: #eaf5f3;
}

.navbar .nav-link {
    color: #d8d8d8;
    transition: color 0.2s ease;
}

.navbar .nav-link:hover {
    color: #ffffff;
}

.navbar-brand {
    max-height: min-content;
}

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

.text-vcont {
    color: #004f48;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.countup {
    font-size: 2.5rem;
}

.bg-rodape {
    background-color: #f6f6f6;
}

.ratio iframe {
    border-radius: 12px;
}

.bg-consultoria {
    background-image: url('../img/equipe2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
}

.bg-consultoria .overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 79, 72, 0.75);
    z-index: 1;
}

.bg-consultoria .container {
    position: relative;
    z-index: 2;
}

.card-glass {
    background-color: rgba(255, 255, 255, 0.15); /* vidro leve */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px); /* para Safari */
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 1rem;
}

footer {
    background-color: #4ea392;
}

footer a:hover {
    color: #004f48;
}