.btn.btn-dark-gray {
    color:  #fff !important;
}

.btn.btn-dark-gray:hover, .btn.btn-dark-gray:active {
    color:  #333 !important;
}

.cc-dismiss {
    color: #fff !important;
}
.box-categoria {
    position: relative;
    padding: 5px !important;
    width: 100%;
}

.box-categoria a {
    display: flex;
    height: 260px;
    width: 100%;
    background-size: cover !important;
    background-position: bottom !important;
}

.category-title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);

}
.category-title h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.box-lancamento img {
    height: 450px;
    object-fit: cover;
}

.blog-img img {
    min-height: 380px;
    object-fit: cover;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { margin-bottom: 8px; }
#content h1 { font-size: 35px; }
#content h2 { font-size: 30px; }
#content h3 { font-size: 24px; }
#content h4 { font-size: 22px; }
#content h5 { font-size: 18px; }
#content h6 { font-size: 16px; }

.laudo-img, .product-item {
    position: relative;
    display: block;
    height: 350px;
    width: 100%;
    background-size: cover !important;
}

.laudos .category-title {
    left:  0;
    padding:  5px;
    height: 160px;
    flex-direction: column;
    align-items: center;
    transition: 0.4s;
}
.laudos .category-title h4 {
    font-size: 20px !important;
}
.laudos:hover .category-title {
    height: 180px;
}

.product-item {
    height: 300px;
}
.product-item .category-title h4 {
    line-height: 1.2em;
    text-align: center;
}

.itemThumbnail img {
    height: 300px;
    object-fit: cover;
}

.hidden {display: none;}
.big-label {
    border: 1px solid #d1d1d1;
    padding: 18px 22px;
    width: 100%;
}

.padding-none-top {
    padding-top:  0 !important;
}

.capa-produto {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
    background-attachment: scroll;
}

.btn-black:hover {
    background:  #fff !important;
}

.color-ta img{
    height: 100px;
    width:  100%;
    object-fit: cover;
}

.modal-cor {
    position: absolute;
    width: 400px;
    height: 400px;
    padding: 0;
    z-index: 9999;
}

#fotoCor .md-content div {
    padding: 0 !important;
}

.case-img {
    height: 5em;
    width:  100%;
    object-fit: cover;
}
.case-img.h2 {
    height: 10em;
}

b, strong {
  font-weight: 800 !important;
}


footer, footer p{
    text-align: left !important;
    color:  #6f6f6f !important;
}

.col-lg-2-4 {
    flex: 0 0 18%;
    max-width: 18%;
    margin: 1%;
}

/* Small */
@media (min-width: 0px) and (max-width: 769px) {
    #content {
        padding-top: 5rem;
    }
    .col-lg-2-4 { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 1199.98px) {
    .col-lg-2-4 { flex: 0 0 20%; max-width: 20%; }
}

@media (max-width: 991.98px) {
    .col-lg-2-4 { flex: 0 0 33.33%; max-width: 33.33%; }
}
