.navbar {
	border-top: 10px solid #ee4036;
	background: #fff;
}

.nav .active a {
	background: #333;
	color: #fff !important;
}

.nav li {
	margin-left: 10px;
}
.nav a {
	color: #333;
	font-weight: 600;
}

.nav a:hover {
	background: #333 !important;
	color: #ccc;
}

.banners {
	background: #333;
}

.banners .container {
	position: relative;
}

.box-manutencao {
	width: 208px;
	height: 150px;
	background: url(../images/box_manut.png) top left no-repeat;
	display: block;
	position: absolute;
	bottom: -120px;
	left: 35px;
}

.box-locacao {
	width: 208px;
	height: 150px;
	background: url(../images/box_locacao.png) top left no-repeat;
	display: block;
	position: absolute;
	bottom: -120px;
	left: 260px;
}

.box-recarga {
	width: 208px;
	height: 150px;
	background: url(../images/box_recarga.png) top left no-repeat;
	display: block;
	position: absolute;
	bottom: -120px;
	left: 485px;
}

.impressora {
	width: 226px;
	height: 157px;
	background: url(../images/impressora.png) top left no-repeat;
	display: block;
	position: absolute;
	bottom: -50px;
	right: 40px;
	padding-top: 160px;
	text-align:right;
	color:#b53129;
	font-weight: 600;
	font-size: 22px;
}

h1 {
	color: #78112e;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
}

.about-section {
	background: #fff;
	padding: 70px 0 50px 0;
}

.about-section p {
	text-align: justify;
	color: #666;
}

.manutencao {
	background: #f1f1f1 url(../images/bg_manutencao.jpg) top center no-repeat;
  height:344px;
  margin-top: 20px;
}

.recarga {
	background: #f1f1f1 url(../images/bg_recarga.jpg) top center no-repeat;
  height:344px;
  margin-top: 20px;
}

.locacao {
	background: #f1f1f1 url(../images/bg_locacao.jpg) top center no-repeat;
  height:344px;
  margin-top: 20px;
}

.manutencao p, .locacao p, .recarga p {
  color: #444;
  font-size: 14px;
  line-height: 22px;
  padding: 50px 35px 0 50px;
  text-align: justify;

}

.manutencao h2, .locacao h2, .recarga h2 {
  color: #333;
  font-size: 24px;
  display: block;
}

.manutencao h2 {
  padding:20px 0 0 170px;
}

.locacao h2 {
  padding:25px 0 0 270px;
}

.recarga h2 {
  padding:25px 0 0 220px;
}

.manutencao h2 span{
  color: #b53129 !important;
  display: block;
}

.locacao h2 span{
  color: #78112e !important;
  display: block;
}

.recarga h2 span{
  color: #008491 !important;
  display: block;
}

.manutencao h3 {
	background: #fff;
	color: #b53129;
	display: block;
	padding:20px;
  margin:0;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	font-size: 18px;
}

.detalhe-manutencao p {
	margin: 0;
	padding:20px 10px 20px 10px;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
}

.locacao h3 {
	background: #fff;
	color: #78112e;
	display: block;
	padding:20px;
  margin:0;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	font-size: 18px;
}

.detalhe-locacao ul {
	list-style: square;
}

.detalhe-locacao li {
	margin: 0;
	padding:20px 10px 0px 0;
	color: #000;
	font-weight: 600;
	font-size: 13px;
}

.recarga h3 {
	background: #fff;
	color: #008491;
	display: block;
	padding:20px;
  margin:0;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
	font-size: 18px;
}

.detalhe-recarga ul {
	list-style: square;
}

.detalhe-recarga p {
	margin: 0;
	padding:20px 10px 10px 10px;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	line-height: 19px;
}

.detalhe-recarga li {
	margin: 0;
	padding:20px 10px 0px 0;
	color: #000;
	font-weight: 600;
	font-size: 13px;
}

.texto-contato {
	background: #9b0d0d;
	color: #fff;
	padding: 40px 20px 40px 20px;
	border-radius: 15px 15px 0 0;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 100px;
}

.info-contato {
  background: #ac0807;
  color: #fff;
	padding: 40px 20px 40px 20px;
	border-radius: 0 0 15px 15px;
	font-size: 14px;
}

.telefone {
	background: url(../images/icon_tel.png) 0 0 no-repeat;
	padding-left: 30px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 30px;
}

.email {
	background: url(../images/icon_email.png) 0 4px no-repeat;
	padding-left: 30px;
}

.whatsapp {
	background: url(../images/icon_whatsappl.png) 0 0 no-repeat;
	padding-left: 30px;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 30px;
}

label {
	margin-top: 15px;
}

.btn-danger {
	margin-top: 20px;
}

footer {
	background: #1a1a1a;
	padding: 20px 0 20px 0;
	margin-top: 50px;
}

footer p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px
}