.novidades,
.title-page-content {
    background-position-y: bottom;
}
.novidades h2,
.novidades h4 {
    font-weight: 600;
}
.main {
    padding-top: 100px;
}
.title-page-content {
    padding: 30px 0;
}
@media (min-width: 769px) {

    .title-page-content {
        background-image: url(../img/bg/bg-catalagos.jpg);
    }

    .novidades h2 {
        font-size: 23px;
              margin-top: 40px;
    }
}
@media (max-width: 768px) {
   
   
    .novidades h2 {
        margin-top: 30px;
    }
}
.novidades p {
    font-size: 15px;
}
.novidades .text {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.novidades .text .all {
    position: relative;
    z-index: 2;
}
.novidades .text:before {
    -ms-transform: skew(14deg, 0deg) translateY(-30px);
    transform: skew(14deg, 0deg) translateY(-30px);
    background-color: #fff;
    height: 100%;
    width: 200px;
    z-index: 0;
    position: absolute;
    margin-left: -60px;
    content: "";
    display: block;
}
.novidades .links {
    text-align: center;
    background: linear-gradient(0deg, #000 50%, #131313 50%);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}
@media (min-width: 769px) {
    .novidades .links {
        background: linear-gradient(-100deg, #000 50%, #131313 50%);
    }
}
.novidades .links a {
    font-family: Exo, sans-serif;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}
.novidades .links a i {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 37px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-right: 10px;
}
.novidades .links a:hover {
    opacity: 0.7;
}
.galeria li {
    width: 25%;
    float: left;
    background: #000;
}
.galeria li a:hover img {
    transition: all 0.35s;
    opacity: 0.5;
}
.galeria-modal .modal-body {
    padding: 0;
}
.galeria-modal .fechar {
    position: absolute;
    bottom: 0;
    right: 0;
}


.itens-novidades h3 {
    background: -webkit-linear-gradient(45deg,#16c2f4,#0b7eb9);
    margin: 0;
    padding: 14px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    
}

.itens-novidades a {
    color:#fff;
}

.itens-novidades h3 small {
        color:#fff;
}

.produtos .modal-body {
padding: 0;

}

.produtos .modal-content {

    background-color: #ddd;
    border-radius: 0 !important;
}