#banners {
    position: absolute;
    width: 1060px;
    left: 50%;
    margin: -348px 0 0 -460px;
    top: 50%;
    height: 533px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(101, 212, 205, 0.29);
}

#banners-items .item img{
    position: relative;
    width: 100%;
    height: auto;
}

.next{
    position: absolute;
    z-index: 3;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 19px;
    height: 51px;
    cursor: pointer;
    background: url(img/next.png) no-repeat
}

.prev{
    position: absolute;
    z-index: 3;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 19px;
    height: 51px;
    cursor: pointer;
    background: url(img/prev.png) no-repeat
}

#banners-novidades {
    position: relative;
    display: inline-block;
    width: 941px;
    margin: 30px 0 0 40px;
}

#conhe-txt{
    position: absolute;
    top: -46px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

#conhe-txt h1{
    color: #848688;
    font-size: 25px;
}

#novidades-items .item{
    position: relative;
    width: 287px;
    height: 350px;
    text-align: center;
    margin: 0 20px;
}


.bn-img{
   position: relative;
    width: 287px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .16s ease-in-out; 
}

.bn-img:hover{
    transform: scale(1.15,1.15);
}

.next2, .prev2{
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -25px;
    width: 27px;
    height: 50px;
    cursor: pointer;
}

.next2{
    right: -30px;
    background: url(img/next2.png) no-repeat
}

.prev2{
    left: -30px;
    background: url(img/prev2.png) no-repeat
}

