body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.card {
    height: 100%;
}

.color-branco {
    color: #ffffff !important;
}

.font-negrito {
    font-weight: 700;
}

.tracado {
    text-decoration: line-through !important;
}

.footer {
    background: #2d2b2b;
    text-align: center;
}
.footer > p {
    color: #efe8e8;
    margin:0;
}

.footer a{
    color:#2bb673;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}

.logo {
    width: 150px;
    height: 50px;
}

.procurar {
    margin-bottom: 20px;
    width: 50%;
}

.card-img {
    height: 200px;
    border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 1px;
}

.img-produto {
    /*display: block;
    position:relative;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);*/
    width: auto;
	max-height: 198px;
    max-width: 250px;

	}

.padding-0 {
    padding: 0px;
}

.card-body {
    padding: 0px;
    padding: 5px;
}

.lead {
    padding: 0px;
    margin: 0px;
}

.botao-visita-site {
    margin-top: 20px;
}

.jumbotron {
    padding: 2rem 1rem;
}