/*  CONFIGURAÇOES PADRÃO DO PLUGIN, NAO MEXER NESTE CSS, UTILIZAR O ARQUIVO MY-CUSTOM-BANNER.CSS */
section.owl-banner {
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
}
section.owl-banner .item {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    border:0;
    background: #000;
    opacity: 1 !important;
    overflow: hidden;
    transform: none !important;
}



section.owl-banner .item .img{
    position: absolute;
    top: -40px;
    left: -100px;
    right: -100px;
    bottom: -40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    /* Firefox */
    -moz-transition: all 8s ease;
    /* WebKit */
    -webkit-transition: all 8s ease;
    /* Opera */
    -o-transition: all 8s ease;
    /* Standard */
    transition: all 8s ease;
}
section.owl-banner .item .container{
    position: relative;
}

section.owl-banner .item .container:before{
    content: '';
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -100px;
    right: 40%;

background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);

}

section.owl-banner .item .full{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;

}
section.owl-banner .item .container{
    position: relative;
    padding: 0 15px;
}

section.owl-banner .item .info{
    position: absolute;
    top: calc(50% - 0px);
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
    text-align: left;
    left: 0%;
    width:50%;
    padding: 0;
    z-index: 99;
    /* Firefox */
    -moz-transition: all 4s ease;
    /* WebKit */
    -webkit-transition: all 3s ease;
    /* Opera */
    -o-transition: all 3s ease;
    /* Standard */
    transition: all 3s ease;
    transition-delay: .5s;
    padding: 0 15px;

    transform: translate(-30%, -50%);
    opacity: 0;
    font-size: 18px;
    font-weight: bold;
}
section.owl-banner .item .info p:last-child{
    margin-bottom: 0;
}
section.owl-banner .item .info h1,
section.owl-banner .item .info h2{
    font-size: 40px;
}


section.owl-banner .owl-item .item,
section.owl-banner .owl-item .container,
section.owl-banner{
    height: 600px;
}





section.owl-banner .item.left.active .info{
    transform: translate(-50%, -50%);
    opacity: 0;
}
section.owl-banner .owl-item.active .item.left .info{
    transform: translate(0%, -50%);
    opacity: 1;
}

section.owl-banner .owl-item.active .item .img{
    transform: scale(1.12) translateY(0);
}


section.owl-banner .owl-dots{
    position: absolute;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
}
section.owl-banner .owl-dots button{
    width: 6px;
    height: 6px;
    border:0;
    border-radius: 0px;
    margin: 0 5px 0 0;
    background: #cf1136;
    position: relative;
}
section.owl-banner .owl-dots button span{
    display: none;
}
section.owl-banner .owl-dots button.active{
    width: 24px;
}


/*  CONFIGURAÇOES PADRÃO DO PLUGIN, NAO MEXER NESTE CSS, UTILIZAR O ARQUIVO MY-CUSTOM-BANNER.CSS */



    .miolo-site > * > section.vc_section#banner{
        z-index: 1;
    }


@media(max-width: 1199px){
    section.owl-banner .item .info{
        width: 65%;
    }
    section.owl-banner .owl-item .item, 
    section.owl-banner .owl-item .container, 
    section.owl-banner{
        height: 500px;
    }
    section.owl-banner .owl-dots{
        bottom: 100px;
    }
}

@media(max-width: 991px){
    section.owl-banner .item .info h1, 
    section.owl-banner .item .info h2 {
        font-size: 34px;
    }
    section.owl-banner .item .info{
        width: 70%;
    }
    section.owl-banner .owl-item .item, 
    section.owl-banner .owl-item .container, 
    section.owl-banner{
        height: 400px;
    }
    section.owl-banner .item .info{
        font-size: 16px;
    }
    section.owl-banner .item .container:before{
        right: 30%;
    }
    section.owl-banner .owl-dots{
        bottom: 70px;
    }

}


@media(max-width: 767px){
    section.owl-banner .item .info h1, 
    section.owl-banner .item .info h2 {
        font-size: 28px;
    }
    section.owl-banner .item .info{
        width: 100%;
    }
    section.owl-banner .owl-item .item, 
    section.owl-banner .owl-item .container, 
    section.owl-banner{
        height: 300px;
    }
    section.owl-banner .owl-dots{
        bottom: 50px;
    }


}
@media(max-width: 530px){
    section.owl-banner .item .info h1, 
    section.owl-banner .item .info h2 {
        font-size: 22px;
    }
    section.owl-banner .item .info{
        font-size: 14px;
    }
    section.owl-banner .owl-dots{
        bottom: 10px;
    }
    section.owl-banner .item .container:before {
        right: 10%;
        left: -50px;
    }

}