#home-slider {
	z-index: 1;
}

.home13 .item,
.home13 .item-size {
    float: left;
}

.home13.slide-col-1 .item {
    width: 100%;
}

.home13.slide-col-2 .item {
    width: 50%!important;
}

.home13.slide-col-3 .item {
    width: 33.3333333333%;
}

.home13.slide-col-4 .item {
    width: 25%;
}

.home13.slide-col-5 .item {
    width: 20%;
}

.site-menu5 .home13 .item {
    *width: 25%;
}

#home-slider.home13 .item-galeria.image {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .home13 .item,
    .site-menu5 .home13 .item {
        width: 50% !important;
    }
}

@media only screen and (max-width: 540px) {
    .home13 .item,
    .site-menu5 .home13 .item {
        width: 100% !important;
    }
}

.home13 .item img {
    width: 100%;
}

.home13 .item .textos-slide {
    top: 0;
    opacity: 0;
    bottom: auto;
    padding: 0 25px 0;
    text-align: left;
    position: absolute;
    transition: all 0.2s ease;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#63000000', endColorstr='#00000000', GradientType=0);
}

.home13 .item:hover {
    cursor: pointer;
}

.home13 .item:hover .textos-slide {
    opacity: 1;
    padding-top: 5px;
}

.home13 .item .textos-slide h1 {
    font-size: 30px;
    max-width: 500px;
}

.home13 .item .textos-slide h2 {
    font-size: 15px;
    max-width: 500px;
    line-height: 1.4em;
}

@media only screen and (max-width: 940px) {
    .home13.slide-col-3 .item .textos-slide h1,
    .home13.slide-col-4 .item .textos-slide h1,
    .home13.slide-col-5 .item .textos-slide h1 {
        font-size: 17px;
    }
    .home13.slide-col-3 .item .textos-slide h2,
    .home13.slide-col-4 .item .textos-slide h2,
    .home13.slide-col-5 .item .textos-slide h2 {
        font-size: 14px;
    }
}

.home13.pg-small {
    margin: 1px;
}

.home13.pg-medium {
    margin: 10px;
}

.home13.pg-large {
    margin: 15px;
}

.home13.pg-small .item {
    padding: 1px;
}

.home13.pg-medium .item {
    padding: 10px;
}

.home13.pg-large .item {
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .home13.pg-small,
    .home13.pg-medium,
    .home13.pg-large {
        margin: 1.5px;
    }
    .home13.pg-small .item,
    .home13.pg-medium .item,
    .home13.pg-large .item {
        padding: 1.5px;
    }
    .home13 .item .textos-slide {
        display: none;
    }
}

.home13 .img-item-box {
    float: left;
    width: 100%;
}

.home13 .item-galeria,
.home13 .item-galeria:hover {
    margin: 0;
    padding: 0;
}