* {
	font-family: verdana;
}

#header {
	background-color: white;
	height: 116px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: black;
}

.navbar-toggler {
	background-color: #b72026;
}

.navbar-dark .navbar-nav .nav-link {
    color: black;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #b32323;
}

.logo {
	margin-top: -6px;
}

section {
	padding: 50px 0 50px 0;
}

#top {
	background-image: url(../imagens/top.png);
	height: 414px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

#business div h2 span {
	color: red;
}

#business div h2 {
	margin-bottom: 30px;
}

#business div p {
	text-align: center;
	margin-bottom: 3px;
	color: black;
	font-size: 16px;
}

.toptxt {

}

.toph1 {
	margin-top: 50px;
}

.toptxt h1 {
	margin-left: 50px;
	color: #b32323;
}

#linhahr {
	padding: 0;
}

#contato h2 {
	text-align: center;
	color: red;
	font-weight: bold;
}

#contato h4 {
	text-align: center;
}

#contato .contato {
	width: 700px;
}

#celular h4 {
	font-weight: bold;
	text-align:;
}

#celular p {
	font-weight: 0;
	text-align: ;
	margin: 0;
}

#celular .ulp {
	margin-top: 15px;
	font-weight: none;
}

#comunicacao {
	background-color: black;
}

#comunicacao h4 {
	font-weight: bold;
	text-align: center;
	color: white;
	margin: 0;
}

#comunicacao .ulp {
	margin-top: 15px;
	color: white;
	text-align: center;
}


.lista {
	margin-top: 20px;
}

.lista ul {
	padding-left: 70px;
}

.lista ul {
	list-style: none;
}

.lista ul li {
	margin-bottom: 7px;
	color: #a7a9ac;
}

.lista ul li:before {
	content: '\2022';
  	margin: 0 25px;
  	color: #e74c3c; /* cor da bolinha */
}

.lista p {
	color: #949494;
}

.lista span {
	font-weight: bolder;
	color: #505050;
}

.evoluiu {
	padding-top: 6px;
}

.margin-cases {
	margin: 20px 0 20px 0;
}

#cases h4 {
	font-weight: bold;
}

#cases h3 {
	font-weight: bold;
	color: #505050;
}

#cases h5 {
	color: #505050;
	font-weight: bold;
}

#cases p {
	color: #878787;
}

#contato input {
	border-radius: 50px;
	margin-bottom: 10px;
}

#contato textarea {
	width: 100%;
	height: 150px;
	border-radius: 20px;
	margin-bottom: 10px;
}

#footer {
	background-color: #2f2f2f;
}

#footer h6 {
	color: white;
}

#footer p {
	color: #bcbcbc;
}

.linha {
	border: solid 2px #e0e0e0;
}

.distribu {
	width: 182px;
}

.img-bor {
	width: 175px;
}
#metlife-modal {
	text-align: center;
	background-color: black;
	padding-top: 30px;
}

#metlife-modal h1{
	color: white;
}

#metlife-modal p{
	color: white;
}

#metlife-modal .plight {
	font-size: 15px;
}

#metlife-modal button {
	margin: 15px 0 30px 0;
	background-color: #b32323;
	border-color: #b32323;
	color: white;
	border-radius: 30px;
}






