@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
html{
    overflow-y: scroll;
    overflow-x: hidden;
}
.min-h-100{
    min-height: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
a{
    text-decoration: none !important;
}
#page table{
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
}
.top{
    top: 0;
}
.right{
    right: 0;
}
.bot{
    bottom: 0;
}
.left{
    left: 0;
}
.index-1000{
    z-index: 1000;
}
.weight-mid{
    font-weight: 500;
}
.h-50p{
    height: 50px;
}
.bg-1{
    background-color: #333346 !important;
}
.bg-2{
    background-color: #FFF500 !important;
}
.bg-3{
    background-color: #35C457 !important;
}
.bg-4{
    background-color: #D13534 !important;
}
.bg-5{
    background-color: #EDE400 !important;
}
.bg-6{
    background-color: #F3F3F3 !important;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-25{
    font-size: 25px;
}
.font-30{
    font-size: 30px;
}
.font-35{
    font-size: 35px;
}
.font-50{
    font-size: 50px;
}
.color-1{
    color: #323345 !important;
}
.color-2, .redes a:hover{
    color: #FFF500;
}
.color-3{
    color: #35C458 !important;
}
.color-4{
    color: #D13634 !important;
}
.color-5{
    color: #C8C8C8;
}
.border-1, .table td{
    border-color: #f3f3f3 !important;
}
.border-2{
    border-color: #FFF500 !important;
}
.border-3{
    border-color: #E68484 !important;
}
.border-4{
    border-color: #323345 !important;
}
.bw-2{
    border-width: 2px !important;
}
.bw-3{
    border-width: 3px !important;
}
.bw-5{
    border-width: 5px !important;
}
.btn{
    font-size: px !important;
    transition: all .6s;
}
.btn:hover{
    opacity: .8;
    transition: all .6s;
}
.lh-normal{
    line-height: normal;
}
/*.owl-theme.owl-banners .owl-dots{
    position: absolute;
    bottom: 30px;
    width: 100%;
}*/
/*.owl-theme.owl-banners .owl-dots .owl-dot.active span, .owl-theme.owl-banners .owl-dots .owl-dot:hover span{
    background: #fff;
}*/
.owl-carousel.owl-list .owl-stage-outer{
    padding: 10px 0;
}
.owl-carousel.owl-list .owl-stage{
    display: flex !important;
}
.owl-carousel.owl-logos .owl-item img, .owl-carousel.owl-pag .owl-item img{
    width: auto !important;
}
.owl-carousel{
    width: initial !important;
}
.owl-theme.owl-galeria .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    margin: -25px 0 0 -52px;
}
.owl-theme.owl-galeria .owl-nav [class*=owl-]{
    width: 50px;
    height: 50px;
    background-color: #FFF500;
    font-size: 20px;
    color: #323345 !important;
    border-radius: 4px;
    margin: 0 0 0 1px;
}
#sync1 .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    margin: -25px 0 0 -52px;
}
#sync1 .owl-nav [class*=owl-]{
    width: 50px;
    height: 50px;
    background-color: #FFF500;
    font-size: 20px;
    color: #323345 !important;
    border-radius: 4px;
    margin: 0 0 0 1px;
}
.s-hover{
    transition: all .4s;
}
.s-contrast, .s-hover:hover{
    box-shadow: 0px 2px 7px #00000026;
    transition: all .4s;
}
.selo-destaque{
    width: 64px;
    height: 64px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '·';
}
.table td, .table th{
    vertical-align: middle !important;
}
.no-caret .dropdown-toggle::after{
    display: none !important;
}
.custom-scroll{
    overflow-y: auto;
    scrollbar-color: grey lightgrey;
    scrollbar-width: thin;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background: #fff;
}
::-webkit-scrollbar-thumb{
    background: #ddd;
    /*border-radius: 15px;*/
}
::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}

@media(max-width: 1199px){

}
@media(max-width: 991px){
    .owl-banners .font-30{
        font-size: 18px;
    }
    .owl-banners p{
        height: 60px;
        overflow-y: hidden;
    }
}
@media(max-width: 767px){
    .owl-theme.owl-galeria .owl-nav{
        top: 0;
        left: 50%;
        margin: -18px 0 0 -37px;
    }
    .owl-theme.owl-galeria .owl-nav [class*=owl-]{
        width: 36px;
        height: 36px;
    }
    .owl-banners .font-30{
        font-size: 14px;
    }
    .owl-banners p{
        font-size: 12px;
        height: 37px;
        overflow-y: hidden;
    }
}
@media(max-width: 575px){

}