﻿.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-slider .owl-dots {
    text-align: center;
    padding-top: 15px;
    margin-top: -50px;
    /*padding-bottom: 18px;*/
    z-index: 9999;
    position: relative;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #9FCF3A;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}


/* Desktop padrão */
.banner-desktop {
    display: block !important;
    width: 100%;
}

.banner-mobile {
    display: none !important;
    width: 100%;
}


/* Mobile */
@media (max-width: 768px) {

    .banner-desktop {
        display: none !important;
    }

    .banner-mobile {
        display: block !important;
    }
}
