#carouselHome {
    background-color: #6A8C36;
}

.carousel-item a {
    position: absolute;
    z-index: 1;
    top: 91%;
    left: calc(50% - 15px);
    width: 86px;
    height: 25px;
    padding: 0;
    margin: -15px 0 0 -26px;
    /* margem à esquerda e ao topo metade da medida do botão */
    border: 0 none;
}

.btn-banner {
    background-color: #ffc107;
    line-height: 30px;
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 30px;
    padding: 0 20px;
    min-height: 30px;
}


@media (max-width: 600px) {
    .carousel-item a {
        top: 85%;
    }

    .btn-banner {
        margin-top: 25px !important;
        padding: 0 14px;
    }
}

.link-footer {
    color: #fff;
}

.link-footer:hover {
    color: #ffc107;
}