.menu.superior {
    background: #ffff00;
    text-align: center;
    margin: 0 auto;
    display: flex
;
    box-shadow: inset 1px 5px 10px 0 rgba(0, 0, 0, .11);
}

.info-banner {
    max-width: 400px;
    word-wrap: break-word;
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 2%;
    z-index: 20;
    padding: 15px;
    color: #FFF;
    background-color: rgb(0, 0, 0);
}


@media screen and (min-width: 768px) {
    .preco-produto strong.titulo {
        margin: 0 !important;
        color: black;
        font-weight: 600;
    }
}
.text-parcelas{
    color:black;
}

.scrollToTop{
    Visibility: hidden;
}

.conteudo>.row-fluid {
    margin-top: 40px;
    margin-bottom: 20px;
}

.span12.banner.tarja {
    margin-top: 40px;
    text-align: center;
}

