/* Ajuste do banner principal */
#presentation .carousel-item.active {
    display: flex;
    align-items: center;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    overflow: visible;
}

#presentation .container {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}

#presentation h1,
#presentation h2,
#presentation p {
    line-height: 1.2;
}

#presentation .btn {
    margin-top: 24px;
}

.whitecolor{
    color:#fff;
}

@media (max-width: 767.98px) {
    #presentation .carousel-item.active {
        min-height: 620px;
    }

    #presentation .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}