@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/****************************************TYPOGRAPHY ***************************************************/
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #999999;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	color: #0062ac;
	font-weight: 800;
	text-transform: uppercase;
}
h1{
	font-size: 3.998em;
}
h2{
	font-size: 2.827em;
}
h3{
	font-size: 1.999em;
}
h4{
	font-size: 1.414em;
}
p{
	font-size: 1.3em;
	color: #5a5a5a;

}

.btn {
  display: inline-block;
  padding: 15px 12px;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: none;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}

.btn:hover {
	color:#333;
	text-decoration:none;
}

.btn.active,.btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;opacity:.65;
}

.btn-link{
	padding:0;
	box-shadow: none;
}
.icon-on-button{
	margin-left: 8px;
}
.icon-on-button i{
	font-size: 18px;
	vertical-align: middle;
}
.navbar{
	background-color: #ffffff;
	border-color: transparent !important;
	border:0px;
	padding-top: 30px;
	transition: all .5s ease;
}
.navbar-brand{
	padding: 0;
}
.navbar-brand img{
	max-height: 50px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #0062ac;
	font-weight:600;
	font-size:16px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0062ac;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #00baff;
}
.navbar-default .navbar-toggle{
	border:none;
	color:#00baff;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#888;
}
.navbar-nav>li>a.btn-navbar:hover{
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0062ac;
    background-color: transparent;
}
.navbar-nav>li>a.btn-navbar{
	padding-left: 40px;
	padding-right: 40px;
}
.navbar-divider{
	width:100%;
	height: 1px;
	border:0px;
	background-color: rgba(255,255,255,0.1);
	transition: all .5s ease;
}
.colored-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}
.colored-nav .navbar-divider{
	display: none;
}
.cta{
	color: #fff;
}
.cta-btn-group{
	margin-top: 15px;
}
.cta-btn-group .btn{
	margin: 10px;
}
.btn-orange.focus, .btn-orange:focus,.btn-orange.active, .btn-orange:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-white.focus, .btn-white:focus,.btn-white.active, .btn-white:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-violat.focus, .btn-violat:focus,.btn-violat.active, .btn-violat:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.texto-topo {
	font-size:22px;
}
.navbar-nav>li>a.btn-navbar{
	padding-left: 40px;
	padding-right: 40px;
}
.nav>li>a{
	position:relative;
	display:block;
	padding:10px 15px;
}
/*******************************************HEADER***************************************************/
header{
	background-color: #b7b7b7;
	position: relative;
	display: block;
}
/*******************************************SLIDER HOME***************************************************/
.sliding-card-with-bottom-image .image-container img{
	position: relative;
    margin: 0 auto;
    padding-top: 90px;
}
.image-right-slide-bg{
	background-repeat: no-repeat !important;
    background-position-x: 100%!important;
    background-size: auto 100%!important;
    padding: 18rem 0;
}
.slider-para{
	font-size: 1.414em;
	font-family: 'Open Sans', sans-serif;
}
/*******************************************SLIDER***************************************************/
.slider-content-wraper{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	color: #fff;
}

/*******************************************FEATURE**************************************************/
/*.feature{
	position: relative;
	overflow:hidden;
}
.feature-right-image{
	position: absolute;
	width: 100%;
	height: 100%;
}*/
.feature-wiget{
	padding-top: 15px;
	padding-bottom: 15px;
}
.feature-wiget h4, .feature-wiget i{
	color: #433b88;
}
.feature-wiget i{
	font-size: 36px;
}
.feature-wiget h4{
	text-transform: uppercase;
}
.bottom-line{
	position: relative;
	margin-bottom: 20px;
}

.bottom-line:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 35px;
	height: 2px;
	background-color: #0e153a;
	left: 0;
	margin-top: 7px;
	margin-bottom: 5px;
}
/*******************************************CARD*****************************************************/
.card{
	box-shadow: 0px 4px 15px 0px rgba(191, 195, 198, 0.29);
}
.card-title{
	color: #5a5a5a;
	text-transform: initial;
}
.card-block{
	padding:4rem;
}
/*******************************************TESTIMONIAL**********************************************/
.heading-wraper{
	margin-bottom: 120px;
}
.heading-wraper h3{
	color: #fff;
	text-transform: uppercase;
}
.heading-wraper .heading-devider{
	margin:0 auto;
	width: 100px;
	height: 2px;
	border:0px;
}
.testimonial-container{
	background-color: #fff;
	box-shadow: 0px 8px 21px 0px rgba(26, 31, 66, 0.29);
}
.testimonial-content{
	padding: 2rem 8rem;
    position: relative;
    top: -45px;
    color: #5a5a5a;
    font-weight: 600;
}
.testimonial-speech{
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #5a5a5a;
}
.testimonial-container .client-details{
	position: relative;
	top: -45px;
}
.testimonial-container .client-details img{
	border-radius: 50%;
	margin-bottom: 25px;
}
.client-designation{
	margin-bottom: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}
.client-name{
	margin-bottom: 0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
}
ul.social-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.social-list li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.social-list li a{
	display: block;
    font-size: 2rem;
    padding: 0.2rem;
    color: #999999;
}
ul.social-list li a:hover, ul.social-list li a:focus{
	color: #0e153a;
}

.owl-wrapper-outer{
	padding-top: 60px;
	margin-top: -60px;
}
/*******************************************CUSTOMER SUPPORT*****************************************/
.customer-support-content{
	padding-left: 15px;
	padding-right: 15px;
}
/*******************************************SUBSCRIPTION*********************************************/
.sunscription-wraper-outer{
	box-shadow: 0px 8px 21px 0px rgba(191, 195, 198, 0.29);
}
.subscription-wraper h3{
	text-transform: uppercase;
	color: #433b88;
}
.subscription-wraper p{
	color: #5a5a5a;
}
.subscription-form .form-group{
	width: 65%;
	margin: 0 auto;
}
.subscription-form .form-control{
	border-radius: 50px;
	margin-bottom: 25px;
	margin-top: 25px;
	height: 40px;
}
.newsletter{
	background-color: #f1f6fa
}

/*******************************************FOOTER***************************************************/
.footer-list-wiget h4{
	color: #ffffff;
	text-transform: uppercase;
}
.footer-list-wiget .list-group-item{
	border: 0px;
	background-color: transparent!important;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}
.footer-list-wiget .list-group-item:hover{
	border: 0px;
	background-color: transparent!important;
	padding-left: 0;
	font-family: 'Open Sans', sans-serif;
	color: #00baff;
}
.footer-devider{
	background-color: rgb(235, 235, 235);
}
.footer-end-line{
	height: 25px;
	background-color: #433b88;
	width: 100%;
	margin: 0;
	padding: 0;

}
.logo-colored,.logo-white{
	display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo-colored img,.logo-white img{
	display: inline-block;
    text-transform: uppercase;
    max-height: 50px;
    margin-right: 10px;

}
.logo-white{
	color: #fff;
}
.logo-colored{
	color: #e8617d;
}
.footer-left-content{
	margin-bottom: 50px;
	font-size:0.8em !important;
}
.footer-left-content .content{
	margin-top: 15px;
}
.footer-list-wiget .list-group{
	margin-top: 26px;
}
.padding-top-120{
	padding-top: 120px;
}
.mais-informacoes {
	margin-top:220px;
}
/*******************************************ELEMENT STYLES*******************************************/
.btn-orange,.btn-violat{
	color: #fff;
}
.btn-violat,.gradient-violat {
  background-color: #ffffff;
}

.btn-1 {
  color: #00baff;
  font-weight:400;
  font-size:1.3em;
  padding:5px 30px;
  border-radius: 30px;
  border:1px solid #00baff;
  background-color: transparent;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
  color: #ffffff;
  background-color:#00baff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-2 {
  color: #ffffff !important;
  padding:5px 10px;
  border-radius: 30px;
  border:1px solid #00baff;
  background-color: #00baff !important;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active {
  color: #00baff !important;
  background-color: #ffffff !important;
   border:1px solid #00baff;
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-3 {
	background-color: transparent;
	border:1px solid #ffffff;
	border-radius: 30px;
	font-size:1.3em;
	color:#ffffff;
	padding:5px 30px;
}

.btn-3:hover {
	color:#00baff;
	background-color:#ffffff;
}

.btn-3:active,
.btn-3:focus{
	color:#ffffff;
	background-color:transparent;
}

.gradient-orange {
  background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
  background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
  background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
  box-shadow: 0px 8px 27px 0px rgba(116, 44, 69, 0.21);
}

.btn-white,.gradient-white{
	background-image:
    linear-gradient(125deg, #ffffff, #e1e1e1);
    color: #6b6a8b;
}
.border-none{
	border: 0px !important;
}
.btn-rounded-corner{
	border-radius: 50px;
}
.btn-video{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	font-size:18px;
	cursor: pointer;
    -webkit-user-select: none;
}
.text-center{
	text-align: center;
}
.img-responsive{
	max-width:100%;
}
.text-violat{
	color: #6b6a8b;
}
.padding-top-bottom-120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
	min-height:960px;
    padding: 200px 0;
    text-align: center;
    background: url(../../revisao_estatuto/images/bg_topo02.png) no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.close {
	float:right;
	font-size:40px;
	font-weight:100;
	line-height:1;
	color:#ff9900;
	text-shadow:0 1px 0 #fff;
}
.close:focus,.close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5;
}

.consulta-publica {
    width: 100%;
    height: auto;
	min-height:1024px;
    padding: 350px 0;
}

.padding-top-bottom-45{
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-top-bottom-90{
	padding-top: 90px;
	padding-bottom: 90px;
}

.padding-top-bottom-120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.padding-top-bottom-160{
	padding-top: 160px;
	padding-bottom: 160px;
}

.padding-top-bottom-320{
	padding-top: 320px;
	padding-bottom: 320px;
}

.bg-image{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center!important;
}
.bg-gt {
	background-color:#f8f8f8;
}
.bg-video {
	background-color:#cdeaff;
}
.bg-consulta {
	background-color:#00baff;
}
.bg-footer {
	background-color:#0062ac;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  list-style:none;
}

.list-btn-documentos > a {
  position: relative;
  color:#00baff
  font-weight:400;
  font-size:1.3em;
  display: block;
  padding:10px 20px;
  margin-bottom: 20px;
  background-color:transparent;
  border:1px solid #00baff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius:30px;
  text-align:center;
}

.list-btn-documentos > a:hover,
.list-btn-documentos > a:active,
.list-btn-documentos > a:focus {
  text-decoration: none;
  background-color:#00baff;
  border:1px solid #00baff;
  color:#ffffff;
}

.list-btn-documentos:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-btn-documentos-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-top-30{
	margin-top: 3  0px;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.text-white{
	color: #fff;
}
.text-white a{
	color: #fff;
}
.text-white a:hover{
	text-decoration:underline;
}
.bg-fit{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.bg-image-fit-50{
	background-repeat: no-repeat !important;
    background-position-x: 100%!important;
    background-size: 50% 100% !important;
}
.bg-image-fit-100{
	background-repeat: no-repeat !important;
    background-position-x: 50%!important;
    background-size: 100% !important;
}
.btn-navbar{
	line-height: 1;
}
.btn-link i{
	font-size: 18px;
    vertical-align: middle;
}
.btn-video{
	text-transform: uppercase;
	transition: all .5s ease;
}
.btn-video:hover{
	text-decoration: none;
	color: #0062ac;
}
.btn-video:hover .icon-rounded{
  border-color: #0062ac;
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
  color: #0062ac;
}
.btn.gradient-orange:hover{
	background-color: #e86c6c!important;
	background-image: none!important;
}
.btn-orange.active, .btn-orange:active{
	color: #fff;
	background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    border:0px;
    border-color: transparent;
}
.btn-violat.active, .btn-violat:active{
	color: #fff;
	background-image: -moz-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%);
    border:0px;
    border-color: transparent;
}
.btn-violat:hover,.btn-white:hover{
	background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    border:0px;
    border-color: transparent;
}

.icon-rounded{
	width: 49px;
    height: 49px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    transition: all .5s ease;
}
.icon-rounded i{
	font-size: 3rem;
	line-height: 30px;
	height:30px;
	width: 30px;
	margin: auto;
	position: absolute;
	top: 0; 
	left: 5px; 
	bottom: 0; 
	right: 0;
	transition: all .5s ease;

}

.icon-rounded-white{
	width: 49px;
    height: 49px;
    display: inline-block;
    border-radius: 50%;
    background-color: transparent;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    transition: all .5s ease;
}
.icon-rounded-white i{
	font-size: 3rem;
	line-height: 30px;
	height:30px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	transition: all .5s ease;

}
.form-control{
	display:block;
	width:100%;
	height:44px;
	padding:6px 12px;
	font-size:16px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control::-moz-placeholder{
	color:#999;opacity:1;
}
.form-control:-ms-input-placeholder{
	color:#999;
}
.form-control::-webkit-input-placeholder{
	color:#999;
}
.form-control::-ms-expand{
	background-color:transparent;
	border:0;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
	background-color:#eee;opacity:1;
}
.form-control[disabled],fieldset[disabled] .form-control{
	cursor:not-allowed;
}
.textarea.form-control{
	height:auto;
}
.input[type=search]{
	-webkit-appearance:none;
}
/*******************************************BACKGROUND-STYLES****************************************/
.bg-transparent{
	background-color: transparent;
}
.max-width-100{
	max-width: 100% !important;
}
.italic{
	font-style: italic;
}
.blog-category{
	text-transform: uppercase;
	color: #433b88 !important;
	font-weight: 600;
}
.margin-bottom-80{
	margin-bottom: 80px;
}
.margin-bottom-25{
	margin-bottom:25px;
}
.padding-top-45{
	padding-top: 45px;
}
.padding-top-75{
	padding-top: 75px;
}
.padding-top-90{
	padding-top: 90px;
}
.padding-top-120{
	padding-top: 120px;
}
.padding-top-180{
	padding-top: 180px;
}
.margin-top-bottom-30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.bordered-ios{
	background-color: rgba(255,255,255,0.3);
	border-color: #fff;
	border:1px solid;
}
.bordered-ios-white{
	background-color: transparent;
	border-color: #fff;
	border:1px solid;
}


/*******************************************SCROLL TOP ICON*****************************************/
.display-none{
	display: none;
	transition: all .5s ease;
}
.scroll-top-div {
    position: fixed;
    width: 45px;
    height: 45px;
    top: calc(100vh - 110px);
    left: calc(100vw - 62px);
    cursor: pointer;
    transition: all .5s ease;
	
}
.scroll-top-icon-container{
	position: relative;
    display: table;
    width: 100%;
    height: 100%;
	background-color:#ff9900;
    color: #fff;
	border-radius:30px;
}
.scroll-top-icon-container i{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
}
/*******************************************OVERLAY*************************************************/
@media screen and (max-width: 768px) {
    .sm-padding-top-bottom-100-65 {
        padding-top: 100px;
        padding-bottom: 65px;
    }
	
    .testimonial-content{
    	padding:0.5rem 1rem;
    }
    
	.image-right-slide-wraper .image-right-slide-content{
		text-align: center;
	}
	.image-right-slide-bg{
		background-image: none!important;
	}
	.image-right-slide-bg{
		padding:4rem 15px;
	}
	.home-slider h2{
		font-size: 1.999em;
	}
	.home-slider .slider-para{
		font-size: 1em;
	}
	.padding-top-bottom-75{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.padding-top-bottom-90{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padding-top-75{
		padding-top: 75px;
	}
	.padding-top-90{
		padding-top: 60px;
	}
	.padding-top-120{
		padding-top: 120px;
	}
	.card-block{
		padding: 2rem;
	}
	.navbar{
		background-color:#ffffff;
	border-color: transparent !important;
	border:0px;
	padding-top: 10px;
	transition: all .5s ease;
}
.navbar-brand img{
	max-height: 35px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #0062ac;
	font-weight:600;
	font-size:12px !important;
    text-transform: uppercase;
}
.nav>li>a{
	position:relative;
	display:block;
	padding:5px 10px;
}
.navbar-nav>li>a.btn-navbar{
	padding-left: 20px;
	padding-right: 20px;
}

	.navbar-divider{
		display: none;
	}
	.navbar-toggle{
		margin-top: 5px;
	}
	.logo-colored img, .logo-white img{
		max-height: 40px;
	}
	.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
}
.navbar-right {
	margin-top:10px;
}
.colored-nav {
    padding-top: 0px;
    padding-bottom: 0px;
}
.img-bottom {
	position: absolute;
	bottom: -620px;
}
.consulta-publica {
    width: 100%;
    height: auto;
	min-height:520px;
    padding: 270px 0px 185px 0px;
}
.mais-informacoes {
	margin-top:360px;
}
}
@media screen and (min-width: 769px){
	.image-right-slide-wraper{
		display: table;
		width: 100%;
	}
	.image-right-slide-wraper .image-right-slide-content{
		display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
	.image-right-slide-wraper .image-container{
		float: none;
    	display: table-cell;
	}
}


/***************************************OWL CAROUSEL ******************************************************************/

.owl-theme .owl-controls .owl-page span{
	background: #00baff;
}
.owl-theme .owl-controls .owl-buttons div{
	font-size: 45px;
	background-color: transparent;
	color: #fff;
}
.home-slider .owl-controls{
	position: absolute;
    width: 100%;
    top: calc(50% - 35px);
}
.home-slider .owl-buttons{
	position: relative;
}
.home-slider .owl-prev{
	position: absolute;
	left: 0;
}
.home-slider .owl-next{
	position: absolute;
	right: 0;
}

@media (max-width: 421px) {
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0 !important;
    text-align: center;
}
.btn-navbar{
	padding-left: 20px;
	padding-right: 20px;
	margin:0 15px;
}
.consulta-publica {
    width: 100%;
    height: auto !important;
	min-height:700px !important;
    padding: 90px 0px 10px 0px !important;
}
.estatuto {
	padding:85px 0 !important;
}
.noticias {
	padding:10px 0 !important;
}
.mais-informacoes {
	margin-top:50px !important;
}
.rodape {
	padding-top:100px !important;
}
.sm-display-none{
		display: none;
}
.navbar-brand img{
	max-height: 50px !important;
}
.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #0062ac;
	font-weight:600;
	font-size:1.3em !important;
    text-transform: uppercase;
	text-align:center;
}
.nav>li>a{
	position:relative;
	display:block;
	padding:15px 10px;
}
}

@media only screen and (min-width: 422px) and (max-width: 767px) {
.sm-display-none{
		display: none;
}
.navbar-brand img{
	max-height: 50px !important;
}
.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    color: #0062ac;
	font-weight:600;
	font-size:1em !important;
    text-transform: uppercase;
	text-align:center;
	
}
.nav>li>a{
	position:relative;
	display:block;
	padding:10px 10px;
}
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
.sm-display-none{
		display: none;
}
.navbar-brand img{
	max-height: 40px !important;
}
.navbar-brand{
	padding: 0;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.navbar-toggle{
		margin-top: 0px !important;
}
}