html,
body {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* HEADER */
.site-header {
    /* height: 15vh; */
    flex-shrink: 0;
}

/* CONTEÚDO */
.main {
    min-height: 85vh;
    flex: 1;
    overflow-y: auto;
}

/* FOOTER */
footer {
    flex-shrink: 0;
}

/* Scroll horizontal apenas em telas pequenas */
@media (max-width: 576px) {
    .header-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
    }

    .teste {
        color: red !important;
    }

}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}


.imgHeaderIncludes {
    background-image: url('../images/transwar_cover.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 140%;
    height: 20vh;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bgImgBody {
    background-image: url('../images/agbesolucoes.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    background-color: #fff;
    height: 100%;
}

.headerGradient {
    background: linear-gradient(90deg,
            #1f2756,
            #3a4a75,
            #6f7d97,
            rgb(163, 163, 163)) !important;
}


.NoBg {
    background: none !important;
    background-size: 100% 100%;

}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.textAlert::first-letter {
    text-transform: uppercase;
}