/*padrao 1 arrows*/
.owl-theme .owl-controls .owl-buttons .owl-prev{
    top: 50%;
    left: 45px;
    z-index: 9;
    width: 21px;
    height: 39px;
    margin-top: -19.5px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    top: 50%;
    right: 45px;
    z-index: 9;
    width: 21px;
    height: 39px;
    margin-top: -19.5px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}
/*padrao 1 bullets*/
.owl-pagination {
    width: 100%;
    text-align: center;
    bottom: 20px;
    position: absolute;
    z-index: 9;
}
.owl-controls .owl-page {
    display: inline-block;
    margin: 0px 0px;
}
.owl-controls .owl-page span {
    border: 0;
    width: 13px;
    height: 13px;
    margin-left: 2px;
    margin-right: 2px;
    display: block;
    border-radius: 13px;
    background: #fff;
}
.owl-controls .owl-page.active span {
    border: 0;
    background: #93C01F;
} 
/*--*/
.owl-banner .owl-pagination {
    text-align: center;
    bottom: 5px;
}
.owl-banner .owl-controls .owl-page span {
    background: #D9D9D9;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
}
.owl-banner .owl-controls .owl-page.active span {
    background: #7DC200;
    width: 12px;
    height: 12px;
}
/*--*/
.owl-banner2 .owl-pagination {
    text-align: center;
    bottom: -5px;
}
.owl-banner2 .owl-controls .owl-page span {
    background: #D9D9D9;
    width: 12px;
    height: 12px;
}
.owl-banner2 .owl-controls .owl-page.active span {
    background: #7DC200;
    width: 12px;
    height: 12px;
}
.banner-evento .owl-controls .owl-page.active span {
    background: #13002C;
}