.slideText2 .textos-slide {
    width: 100%;
    bottom: 30px;
    left: 0!important;
    right: 0!important;
}

.slideText2 .textos-slide h1 {
    line-height: 36px;
    font-size: 35px !important;
}

.slideText2 .textos-slide h2 {
    line-height: 28px;
    font-size: 19px !important;
}

.item .img_lazy {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    position: absolute;
    background-size: cover;
    background-position: center;
    transition: opacity 0.2s ease;
}

.check-load {
    background-color: #000;
}

.vitrine .item img.lazyOwl {
    visibility: hidden;
}


/*.item:hover .img_lazy{
	opacity: 0.6;
}*/

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.height-foto,
.height-foto .owl-height {
    height: auto !important;
}

.height-foto .item img.lazyOwl {
    visibility: visible;
}

.height-foto .item .img_lazy {
    position: relative !important;
}

.textos-slide.desc-small {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    transform: translate(0, 0);
}

.textos-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .owl-wrapper-outer,
    #owl-main-home,
    #home-slider,
    .vitrine .item,
    .owl-height {
        height: auto !important;
    }
    .item .img_lazy {
        position: relative;
    }
    .vitrine .item .img_lazy {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: left;
    }
    .vitrine .item img.lazyOwl {
        visibility: visible !important;
    }
}

.slideText5 .item .textos-slide {
    left: 0;
    right: 0;
    width: auto;
    margin: 30px;
    max-width: 100%;
    bottom: 0 !important;
}

.slideText5 .textos-slide h2 {
    font-size: 16px !important;
    line-height: 23px;
}

.slideText5 .textos-slide h1 {
    line-height: 36px;
    font-size: 35px !important;
}

.slideText3 .textos-slide h1 {
    font-size: 25px !important;
}

.slideText3 .textos-slide.desc-small,
.slideText3 .textos-slide {
    right: 60px;
    bottom: 60px;
}

.slideText3 .textos-slide h2 {
    font-size: 19px !important;
    line-height: 22px;
}

.slideText3~.itemprev,
.slideText3~.itemprox {
    bottom: 15px;
    padding: 2px 13px;
}

.slideText3~.itemprox {
    right: 15px;
}

.slideText3~.itemprev {
    right: 68px;
}

.slideText1 .item .textos-slide {
    top: 48% !important;
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 767px) {
    .slideText3 .textos-slide.desc-small {
        bottom: 30px;
        right: 0%;
    }
    .slideText3 .textos-slide.desc-small h1 {
        line-height: 19px;
    }
    .slideText5 .textos-slide h1 {
        font-size: 22px !important;
        line-height: 25px;
    }
}

.slideText4 .textos-slide {
    bottom: 60px;
    width: auto;
}

.slideText4 .textos-slide h1 {
    font-size: 25px !important;
}

.slideText4 .textos-slide h2 {
    font-size: 16px !important;
}

@media only screen and (min-width: 767px) {
    .item .textos-slide {
        opacity: 0;
        transition: all 0.4s ease;
    }
    .item:hover .textos-slide {
        opacity: 1;
    }
    /* -- Slide1 -- */
    .slideText1 .textos-slide.desc-small {
        bottom: auto;
    }
    .slideText1 .item:hover .textos-slide {
        top: 50% !important;
    }
    .slideText1 .item .textos-slide {
        top: 48% !important;
    }
    /* ---- */
    /* -- Slide2 -- */
    .slideText2 .item:hover .textos-slide {
        bottom: 0 !important;
    }
    .slideText2 .item .textos-slide {
        bottom: 60px !important;
    }
    /* ---- */
    /* -- Slide3 -- */
    .slideText3 .item:hover .textos-slide {
        bottom: 60px !important;
    }
    .slideText3 .item .textos-slide {
        bottom: 0 !important;
    }
    /* ---- */
    .slideText5 .item:hover .textos-slide {
        bottom: 0px !important;
    }
    .slideText5 .item .textos-slide {
        bottom: 30px !important;
    }
}

.owl-nav {
    opacity: 0;
    height: 0;
}


/* regra: no hover quando tiver texto, define o overlay para 0.3 e se nao tiver texto define como 0 */


/* obs.: o overlay base sempre segue os 0.15 */

.overlay {
    background-color: rgba(0, 0, 0, 0);
}

.item .img_lazy.overlayNormal,
.item .img_lazy.overlayTexto {
    opacity: 0.85;
}

.item:hover .img_lazy.overlayNormal {
    opacity: 1;
}

.item:hover .img_lazy.overlayTexto {
    opacity: 0.7;
}