.unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel > li {
    float: left;
    position: relative;
}

/*custom*/
.unslider-wrap.unslider-carousel > li img{
    display: block;
    object-fit: cover;
    height: 650px;
    width: 100%;
}

.unslider-vertical > ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==") no-repeat scroll 50% 50% / 7px 11px;
    border-radius: 32px;
    display: block;
    height: 32px;
    left: auto;
    margin-top: -16px;
    opacity: 0.6;
    overflow: hidden;
    text-indent: -999em;
    top: 50%;
    transition: opacity 0.2s ease 0s;
    width: 32px;
}

.unslider-arrow.next {
    left: auto;
    right: 20px
}

.unslider-arrow.prev {
    left: 20px;
    right: auto;
    transform: rotate(-180deg);
}

.unslider-arrow:hover {
    opacity: 1;
}


.slide .redes-sociais{
    position: absolute;
    top: 140px;
    left:0;
    right: 0;
    height: 30px;
    z-index: 3;
    text-align: right;
}

.slide .redes-sociais a{
    margin-left: 9px;
    font-size: 12px;
    opacity: 0.6;
}


.slide-container{
    position: absolute;
    bottom:0;
    left:0;
    right: 0;
    height: 150px;
    z-index: 3;
}

.slide-container-main{
    height: 100%;
}

.slide-marca{
    float: left;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.7);
    font-weight: bold;
    margin-bottom: 4px;
}

.slide-versao{
    float: left;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.7);
    font-weight: bold;
    clear: both;
}

.slide-container-main .info{
    margin-right: 30px;
    float: left;
}

.slide-container-main .preco{
    background-image: url("/assets/img/preco.png");
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}