.pointer{cursor: pointer;}
.div-category{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 5px 20px #89898929;
}
.div-category img{
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    width: 100%;
}
.div-category a{
    width: 100%;
}
.div-category a::after{
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color:#015da6d1;
    z-index: 1;
    opacity: 0;
    visibility: visible;
}
.div-category .div-content{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    padding: 0 20px;
    color: #000;
    font-size: 40px;
    background: #fafaf98a;
    transition-duration: 250ms;
    font-size: 35px;
    text-align: center;
    z-index: 10;
}
.div-category  >.description{
    position: absolute; bottom: 0; top: 0; margin: auto;
    padding-right: 20px; padding-left: 20px;
    opacity: 0;
    display: table;
}
.div-category:hover>.description{
    text-align: center;
    color: #fff;
    opacity: 1;
    z-index: 99;
}
.div-category:hover>.description p{
    font-size: 21px !important;
}
.div-category .div-content .line{
    width: 80px;
    height: 3px;
    background-color: #fbb336;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.div-category:hover img{
    -webkit-transform: 250ms;
    transform: scale(1.09);
}
.div-category:hover a::after{
    opacity: 1;
    visibility: visible;
}
.div-category:hover .div-content{
    color: #fff;
    background: transparent;
}
    .owl-theme .owl-nav [class*='owl-'] {
        transition: all 0.3s ease;
    }

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

    .owl-theme .item,
    #gallery .main-img #current {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #sync1.owl-theme .item,
    #gallery .main-img #current {
        min-height: 400px;
    }

    #sync2.owl-theme .item {
        min-height: 100px;
        opacity: 0.4;
        transition: 0.3s all ease;
    }

    #sync2.owl-theme .current .item,
    #sync2.owl-theme .item:hover {
        opacity: 1;
    }

    #sync1.owl-theme {
        position: relative;
    }

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }
    .filter-gray{
        filter: grayscale(1);
        transition: 0.3s all ease;
    }
    .filter-gray:hover{
        filter: none;
    }

    .titulos{
        font-weight: 700;
        color: #081828;
    }

    .share {
        color: #005299;
        border: none; 
        text-transform: uppercase; 
        font-weight: 700; 
        display: inline-block; 
        padding: 10px 15px; 
        background: none;
    }