.logo-bar{
    margin-top: -10px !important;
}

.title-heading img {
    max-height: 200px;
    max-width: 400px;
    width: 90%;
}

.nav-sticky.navbar-custom{
    background-color : #094a7e !important;
}
.navbar-custom .navigation .navbar-nav-link .nav-item .nav-link {
    color: #ffffff !important;
}

.navbar-custom .navbar-toggler{
    color: #ffffff;
}

.footer {
    background: #094a7e;
}

@media (max-width: 991px) {
    .navbar-custom {
         background-color: transparent !important;
    }
}

body::-webkit-scrollbar {
    width: 10px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #094a7e;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #c2c7d0;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #094a7e;  /* creates padding around scroll thumb */
}

.bg-half-60{
    margin-top: 70px;
    padding: 60px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.classic-saas-image {
    overflow: hidden; /* Esconde o excesso */
    width: 100%;
}

.classic-saas-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 992px) {
    .classic-saas-image img {
        width: auto;
        height: 450px;
        max-width: none; /* Garante que a imagem não se ajuste ao contêiner */
    }
}

.pl-0{
    padding-left: 0 !important;
}


.pr-0{
    padding-right: 0 !important;
}

.nav-link.active {
    color: #a47325 !important;
}

.btn-soft-gold {
    background-color: rgba(164, 115, 37, 0.3) !important;
    border: 1px solid rgba(164, 115, 37, 0.3) !important;
}
