.navbar-hero {
    background: linear-gradient(90deg, rgba(34,49,34,0.92) 0%, rgba(81,174,92,0.92) 100%) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.navbar-hero .nav-link {
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
.navbar-hero .nav-link:hover, .navbar-hero .nav-link.active {
    color: #b6ffb6 !important;
}
.footer-green { background-color: #234122; color: #fff; }
.roboto-light { font-family: Roboto, sans-serif; font-weight: 300; }
.m-20 { margin: 20px; }
.font-size-13 { font-size: 1.3rem; }
.font-size-12 { font-size: 1.2rem; }
.font-size-14 { font-size: 1.4rem; }
.font-size-18 { font-size: 1.8rem; }
.color-block-green {
    background: linear-gradient(90deg, #234122 0%, #51ae5c 100%);
    padding: 1rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #1a2a1a;
}
.bg-light-gray { background-color: #eeee; }
.font-bold { font-weight: bold; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-transparent { color: transparent; }
.btn-green { background-color: #0dc048 !important; }
.sub-titulo {
    font-weight: 500;
    box-sizing: border-box;
    width: 100%;
}

ul {
    display: block;
}

.logo-incubadora {
    max-width: 60% !important;
}

@media (max-width: 600px) {

    .logo-incubadora {
        max-width: 95% !important;
    }

    .titulo-principal {
        text-align: center;
        margin-top: 100px;
        margin-bottom: 80px;
        color: white;
        font-size: 2.5em !important;
        font-weight: 700;
        text-shadow: 2px 2px black;
    }

    .medio-destaque {
        font-size: 1rem !important;
    }

    .texto-medio-destaque {
        font-size: 1.2rem !important;
    }

    .sub-titulo-medio-destaque {
        font-weight: 500;
        font-size: 1.4rem !important;
    }

    .icon-destaque {
        font-size: 3rem !important;
    }

    .texto-semi-destaque {
        font-size: 1.2rem !important;
    }

}

.texto-semi-destaque {
    font-size: 1.4rem;
}

.icon-destaque {
    font-size: 8rem;
}

.medio-destaque {
    font-size: 1.4rem;
}

.texto-medio-destaque {
    font-size: 1.3rem;
}

.sub-titulo-medio-destaque {
    font-weight: 500;
    font-size: 1.8rem;
}

table tr td p {
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
}

table thead tr td {
    font-size: 1.2rem;
}

.titulo-principal {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
    color: white;
    font-size: 4.5em;
    font-weight: 700;
    text-shadow: 2px 2px black;
}

.titulo-principal-sub {
    text-align: center;
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px black;
}

.container-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    /* Ajuste conforme necessário */
}