.menu-fixed {
	background: white;
    box-shadow: 0 1px 9px rgba(0,0,0,0.05);
}

.navbar.custom {
	height: 80px;  
	margin: 0 auto;
  }

  @media (max-width: 767px) {
	.navbar.custom  {
		min-height: 100px; 
		height: auto;
	}
}

#home {
	color: black;
}

#home img {
	margin-top: 110px;
}

@media (max-width: 767px) {
	#home h1 {
	  padding-top: 60px;
	}
}

#sobre {
	padding-top: 90px;
	padding-bottom: 150px;
}

#sobre .bg-primary-default {
	background-color: #00C6CC;
	padding: 50px 30px;
}

#sobre h1 strong {
	color: #D3FF00;
}

#sobre p {
	padding: 50px 10px;
	margin-left: 15px;
	font-size: 18px;
}

#funcionalidades {
	padding-top: 80px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}


#funcionalidades h1 {
	font-weight: 400;
}

.features-icons {
	padding-top: 7rem;
	padding-bottom: 7rem;
  }

  .features-icons p {
	font-size: 18px;
  }
  
  .features-icons .features-icons-item {
	max-width: 20rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon {
	height: 7rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon i {
	font-size: 3.5rem;
	color: #00C6CC;
  }
  
  /* .features-icons .features-icons-item:hover .features-icons-icon i {
	font-size: 3rem;
  } */

  .img-icon {
	  margin-left: 93px;
  }

  @media (max-width: 767px) {
	#funcionalidades .img-icon {
	  margin-left: 130px;
	}
}

#download {
	background: #D3FF00;
	padding-top: 80px;
	padding-bottom: 90px;
	margin-bottom: 90px;
}

#download h4 {
	font-weight: 500;
}

#download .img-app {
	position: absolute;
    top: -140px;
    right: 0;
}

#download span p {
	font-size: 14px;
}

.btn-download {
    background-color: transparent;
    font-size: 1rem;
    outline: 0;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}


#isonomia {
	padding-top: 60px;
	padding-bottom: 80px;
}

#isonomia h1 {
	font-weight: 400;
}

#isonomia .features-icons-icon i {
	font-size: 1.5rem;
}

#empresa {
	padding-top: 80px;
	padding-bottom: 60px;
}

#empresa i {
	color: #00C6CC;
	font-size: 1.5rem;
}

.modal-body p {
	font-size: 14px;
}

/* Footer
-----------------------------*/
footer {
	background: #000000;
	padding: 30px 0px 20px 0px;
	position: relative;
}

footer h4 {
	color: #ffffff;
	font-size: 14px;
}

 