.navbar{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	padding:10px 20px 0px 5px;
	height: 70px !important;
	width:90% !important;
	right:5%;
}
@media(max-width: 1086px){
	.navbar { 
		width: 100% !important;
		right:0;
		font-size: 40px;
	}
}
.navbar-collapse{
	width:90% !important;
}
.navbar a{
	color:#fff;
	text-shadow:1px 1px 10px #000;
}
.navbar li{
	color:#fff;
}
.navbar-nav a:hover{
	border-bottom:2px solid #fff;
	color:#fff;
}
.navbar-nav a:link{
	color:#fff;
}
.menu{
	border:5px solid #000;
	width:	auto;
	position:fixed !important;
}
#menu{
	width:100%;
	border-radius:0px !important;
}
.menu-por-cima{
	margin-bottom:0px !important;
	position:absolute !important;
	z-index:1030;
	background:#0085B2;
	box-shadow: 2px 2px 15px #000;
	top:12%;
}
.menu-flutuando{
	position:fixed !important;
	z-index:1030;
	background:#0085B2;
	box-shadow: 2px 2px 15px #000;
	margin-bottom:0px !important;
	top:3%;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.navbar-brand{
	border-radius:0px 0px 10px 10px;
	padding: 10px 0px 10px 0px !important; 
	margin-top:-30px;
	height: 110px !important;

}
.navbar-brand a{
	text-decoration: none !important;
}
.carousel-inner{
	max-height: 590px;
}
section{
	width:100%;
}
.logo{
	height: 100%;
	width:auto;
}
.container{
	margin-bottom:50px;
}
.carousel-caption h1{
	color:#010237
}
.carousel-caption h4{
	color:#010237
}


#footer{
	background:#010237;
	padding:20px 50px 10px 50px;
	color:#fff;
}
#footer p{
	font-size: 15px;
	padding: 0;
}
#quemSomos{
	padding:0px 60px 50px 60px;
	margin-bottom: 70px;
	margin-top: 50px;
	text-align:justify;
}
h1{
	font-family:'Oswald' !important;
	font-size:50px;
}
.carousel-caption{
	top:30%;
}
h2{
	font-family:'Oswald' !important;
	font-size:90px !important;
}
h4{
	font-family:century gothic !important;
	font-size:20px !important;
}
p{
	margin-top:15px;
	font-family:century gothic !important;
	font-size:18px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#nossosServicos{
	padding:0px 60px 50px 60px;
	text-align:center;
	background: url('imgs/bg-contabilidade.png');
	background-attachment: fixed;
	background-size: 100% auto;
	color: #fff;
}


#botao{
	background:#0085B2;
	padding:5px 40px 5px 40px;
	text-decoration:none;
	color:#fff;
	font-family: 'Oswald';
	font-size:23px;
	box-shadow: 3px 3px 10px #000;
	cursor: pointer;
}
#botao:hover{
	background:#085772;
}
#servicos{
	background:#0085B2;
	padding:5px 40px 5px 40px;
	color:#fff;
	font-family: century gothic;
	font-size:20px;
	width: 80%;
	left:10%;
	box-shadow: 3px 3px 10px #000;
	font-weight: 400;
}
#servicos:hover{
	background:#085772;
}
#servicoDestaque{
	padding:0px 60px 50px 60px;
	margin: 60px 0px;
	
}


#servicoDestaque #textoDireita{
	text-align: right;
}
#contato{
	padding:0px 60px 50px 60px;
	background: #EEEEEE;
}
.slide{
	min-height: 200px;
}
.item .img-responsive{
	min-height: 200px;
}
.barra{
	z-index:1030;
	position: relative;
	height:40px;
	width:100%;
	color:#fff;
	padding:10px;
	background: #000;
	text-align: right;
}
.barra a{
	text-decoration: none;
	color:#fff;
	padding:0px 10px 0px 10px;
	cursor:pointer;
}
.barra a:hover{
	color:#EEE;
	text-decoration: none;
}

.navbar-header .navbar-toggle{
	position: absolute;
	margin: 0;
	top: 8px;
	right: 15px;
	bottom: 8px;
}
.navbar-collapse.collapse.in > ul{
	display: grid;
}
#noticias{
padding-top: 6rem;
	padding-bottom: 6rem;
}

.nossosServicos h1 {
	margin-top: 25px;
}

.icon-bar{
    width: 40px !important;
    height: 6px !important;
}

/* Outros tamanhos de tela */
@media (min-width: 768px) and (max-width: 1192px) {
    #bs-example-navbar-collapse-1 {
        display: none !important;
    }
    #bs-example-navbar-collapse-1.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    
}

@media(max-width:1188px){
	.navbar-nav{
		background:rgba(0,0,0,0.9);
		-webkit-transition: border-radius 1s;
   		transition: border-radius 1s;
   		font-size: 13px;
   		top: 49px;
		right: 13px;
		position: absolute;
	}
	.menu-flutuando{
		top:10px !important;
	}
	#nossosServicos{
		padding:5px 15px 5px 15px;
	}
	#servicos{
		padding:5px 15px 5px 15px;
	}
	#contato{
		padding:5px 15px 5px 15px;
	}
	#quemSomos{
		padding:5px 15px 5px 15px;
	}
	#footer{
		padding:5px 15px 5px 15px;
	}
	#servicoDestaque{
		padding:5px 15px 5px 15px;
	}
	.navbar-brand{
		height:95px !important;
		margin-top: 3px;
	}

	.carousel-caption h1{
		font-size:40px;
	}
	.border-img{
		display:none;
	}
	.navbar{
		font-size:66px;
		height: 100px !important;
		padding:0px 20px 0px 30px;
		right:0px;
		top:40px;
		width:100% !important;
	}
	.carousel-caption h1{
		font-size:70px;
	}
	.border h1{
		font-size: 30px !important;
	}	
	.bloco-icone img{
		width:60px;
		height:auto;
	}
	.sair-no-responsivo{
		display:none !important;
	}
	h1{
		font-size: 45px !important;
	}
	h2{
		font-size: 35px !important;
	}
	h4{
		font-size: 20px !important;
	}
	p{
		font-size: 30px !important;
	}
	#botao{
		font-size: 35px !important;
		cursor: pointer;
	}
	#servicos{
		font-size: 26px !important;
	}
	#underlineAzul{
		width:120px;
		height:2px;
	}
	#imgSaiResponsivo{
		display: none;
	}
	.barra a{
		font-size: 20px;
	}
}
@media screen and (max-width: 992px){
	#nossosServicos{
		background-size:auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.border-img{
		display:none;
	}
	.navbar{
		font-size:26px;
	}
	.carousel-caption h1{
		font-size:70px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 50px;
	}
	p{
		font-size: 16px;
	}
	#botao{
		font-size: 35px !important;
	}
	#servicos{
		font-size: 16px !important;
	}
	#imgSaiResponsivo{
		display: none;
	}
}
@media(max-width:500px){
	.carousel-caption h1{
		font-size:22px !important;
	}
	.carousel-caption{
	top:20% !important;
	}
}
.ver-menos{
	display: none;
}

