.sponsors-slider .owl-stage {
	margin: 0 auto;
}

.infos_ li {
	list-style: disc;
    padding-left: 10px;
    margin-bottom: 5px;	
    text-align: justify;
}
.navbar .navbar-collapse > ul > li > a {
	padding: 0 25px;
}
/**HOVER EFFECT SISDADO**/
.cl-sisdado {
    margin-top: 10px;
}

.sisdado {
    position: relative;
    float: right;
}

.over-effect {
    height: 11px;
    width: 70px
}

.sisdado-img-hover {
    display: none
}

.over-effect:hover .sisdado-img-hover {
    display: block
}

.over-effect:hover .sisdado-img {
    display: none
}

.cl-mt-05 {
    margin-top: 2px !important;
}

/***** CSS *****/
.produto .btn.btn-primary {
    background: #231f20 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: right;
    font-weight: 500;
    margin-right: 20px;
    margin-top: 30px;
    padding: 9px 60px;
}

/*
*
* DEPOIMENTOS
*
*/
.testimonials {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 60px;
    padding: 10px 0 50px;
}

.testimonials footer {
    background: none;
    text-align: right;
}

.test-quote-icon {
    position: relative;
    top: -47px;
}

.fa.medium.circle-center,
.fa.medium.circle-white {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    width: 80px;
}

.fa.circle-white {
    background-color: #ffffff;
    border-radius: 75px;
    color: #d3d3d3;
    margin-bottom: 5px;
    text-align: center;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.fa.medium {
    font-size: 48px;
}

.testimonials .botao {
    background: #97d8bd none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 15px;
}

/*.list-banner > li {*/
/*padding-bottom: 0 !important;*/
/*padding-top: 0 !important;*/
/*}*/
.sobre-text p {
    margin-bottom: 10px;
}

.sponsors-slider img {
    max-width: 100%;
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .header.header-vone .top-infos ul li {
        margin-left: 5px;
        margin-bottom: 15px;
    }

    .header.header-vone .top-infos ul li .text-box {
        padding-left: 5px;
        text-align: left;
    }

}

.service-details.legislacao .content ul li::after {
    background: none repeat scroll 0 0 !important;
    content: "\f02d  ";
    font-family: "fontawesome";
    top: 0;
    color: #E37B1A;
}

.documentacao-group h4 {
    font-size: 20px;
    font-weight: bold;
	line-height: 26px;
}
.documentacao-group h3 {
    font-size: 16px;
    font-weight: bold;
}
.documentacao-group ul {
    padding-top: 10px;
    padding-bottom: 20px;
}
.documentacao-group p {
    padding-bottom: 10px;
	font-size: 15px;
}
.documentacao-group ol,
.documentacao-group ul {
	font-family: 'Roboto', sans-serif;
}
.documentacao-group ul li {
    list-style: inside;
    padding-left: 10px;
	font-size: 15px;
}
.documentacao-group ol li {
	list-style: unset;
	font-size: 15px;
	margin-left: 20px;
}

