.navbar{
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	padding:10px 20px 0px 30px;
	height: 70px !important;
	width:100% !important;
	text-align: right;
	font-weight: 400;
	
}
.btn-primary{
	background-color: #E86E10 !important;
	border-color: #E86E10 !important;
	color:#fff !important;
}
.navbar-collapse{
	width:100% !important;
}
.navbar a{
	color:#2B527A;
}
.navbar li{
	color:#2B527A;
}
.navbar-nav a:hover{
	border-bottom:2px solid #2B527A;
	color:#2B527A;
}
.navbar-nav a:link{
	color:#2B527A;
}
.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:#fff;
	box-shadow: 0px 0px 10px #000;
}
.menu-flutuando{
	position:fixed !important;
	z-index:1030;
	background:#fff;
	box-shadow: 0px 0px 10px #000;
	margin-bottom:0px !important;
	top:0%;
}
.navbar-toggle .icon-bar{
	background: #2B537B;
}
.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;
}

#footer{
	background:#2A3C4E;
	padding:20px 50px 10px 50px;
	color:#fff;
}
#footer p{
	font-size:14px !important;
	padding-bottom: 0px !important;
}

#footer a{
	text-decoration: none;
	color:#fff;
}
#footer a:hover{
	color:#EEE;
	text-decoration: none;
}

#quemSomos{
	padding:0px 60px 50px 60px;
	text-align:center;
	background:#EEE;
}
#quemSomos h1{
	color:#2B537B;
}
h1{
	font-family:'Oswald' !important;
	font-size:50px;

}
.carousel-caption{
	top:30%;
	width:85%;
	text-align: right;
	left: 0 !important;

}
.carousel-caption h2{
	background: rgba(232,110,16,0.7);
	padding: 20px 20px;
	font-family:'Oswald' !important;
	font-size:40px !important;
}
.carousel-caption h3{
	background: rgba(43,83,123,0.8) !important;
	padding: 10px 20px;
	font-family:'Raleway', sans-serif !important;
	font-size:20px !important;
}

p{
	margin-top:15px;
	font-family:century gothic !important;
	font-size:16px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#nossosServicos{
	padding:0px 60px 50px 60px;
	text-align:center;
	background: #fff;
}
#nossosServicos h1{
	color:#2B537B;
}
#nossosServicos h4{
	font-size: 24px;
}
#nossosServicos img{
	height:50px;
	width:auto;
	margin-right: 10px;
}
#nossosServicos .col-md-4{
	text-align: center;
}
#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;
}
#botao:hover{
	background:#085772;
}

#servicoDestaque{

	text-align:center;
	background: #2B537B;
	color:#fff;
}
#servicoDestaque #textoDireita{
	text-align: right;
	padding:15px 25px;
}
#servicoDestaqueLimpeza{
	text-align:center;
	background: #20354B;
	color:#fff;

}


#servicoDestaqueLimpeza #textoEsquerda{
	text-align: Left;
	padding:15px 25px;
}
#contato{
	padding:0px 60px 50px 60px;
	background: #EEEEEE;
}
#contato h1{
	color:#2B537B;
}
.slide{
	min-height: 250px;
}
.item .img-responsive{
	min-height: 250px;
}
.barra{
	z-index:1030;
	position: relative;
	height:40px;
	width:100%;
	color:#fff;
	padding:10px 30px;
	background: #2B527A;
	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;
}
#nossosClientes{
	background: #1A3148;
	color:#fff;
	text-align: center;
}
#nossosClientes .col-md-4{
	padding: 0px !important;
}
#logoAcrux{
	max-width: 250px !important;
}
/* Outros tamanhos de tela */
@media(max-width:768px){
	#logoAcrux{
		width:120px !important;
		height: auto !important;
	}
	.carousel-caption h2{
		font-size:20px !important;
	}
	.carousel-caption h3{
		font-size:16px !important;
	}
	.navbar-nav{
		background:rgba(255,255,255,0.95);
		-webkit-transition: border-radius 1s;
   		transition: border-radius 1s;
		border-radius:5px;
	}
	.menu-flutuando{
		top:10px !important;
	}
	#nossosServicos{
		padding:5px 15px 5px 30px;
	}
	#nossosServicos .col-md-4{
		text-align: left;
	}
	#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;
	}
	#servicoDestaqueLimpeza{
		padding:5px 15px 5px 15px;
	}
	.navbar-brand{
		height:80px !important;
		margin-top: -13px;
	}

	.carousel-caption h1{
		font-size:40px;
	}
	.border-img{
		display:none;
	}
	.navbar{
		font-size:14px;
		height:40px !important;
		padding:0px 10px 0px 10px;
		right:0px;

		width:100% !important;
	}
	.navbar-collapse{
		width:100% !important;
	}
	.carousel-caption h1{
		font-size:70px;
	}
	.carousel-caption{
		width:100%;
	}
	.border h1{
		font-size: 30px !important;
	}	
	.bloco-icone img{
		width:60px;
		height:auto;
	}
	.sair-no-responsivo{
		display:none !important;
	}
	h1{
		font-size: 20px !important;
	}
	h2{
		font-size: 25px !important;
	}
	h4{
		font-size: 17px !important;
	}
	p{
		font-size: 14px !important;
	}
	#botao{
		font-size: 14px !important;
	}
	#servicos{
		font-size: 14px !important;
	}
	#underlineAzul{
		width:120px;
		height:2px;
	}
	#imgSaiResponsivo{
		display: none;
	}
	.barra a{
		font-size: 10px;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 992px){

	.border-img{
		display:none;
	}
	.navbar{
		font-size:14px;
		padding:10px 20px 0px 10px;
	}
	.carousel-caption h1{
		font-size:70px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 50px;
	}
	p{
		font-size: 16px;
	}
	#botao{
		font-size: 16px !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;
	}
}

