.arrow-white{
	text-align:center;
}
.home-title a{
	color: #FFF;
	text-decoration: none;
	font-family: 'now_altbold';
}

.home-title a:hover, .home-title a:active, .home-title a:visited{
	color: #FFF;
	text-decoration: none;
}

.arrow-white img{
	display: inline-block;
}

.about-box p{
	word-break: break-word;
}
.noticia{
	margin-bottom: 10px;
}
.noticia > .icone{
	float:left;
	width: 18%;
	font-size: 3rem;
}
.noticia > .texto{
	display: inline-block;
	width: 82%;
}
.noticia > .texto > h3{
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 1.5rem;
}
.noticia > .texto > span{
	font-size: 14px;
	text-transform: uppercase;
	color: #555555;
}
#newsletter .icone-news{
	float:left;
	font-size: 40px;
	margin-right: 30px;
}
#newsletter .nesletterTxt span{
	width: 80%;
}
.adress-wrapper .logo a{
	text-align: center;
}
.adress-wrapper .logo img{
	max-width: 275px;
}
.adress-wrapper .text-rodape{
	font-size: 16px;
	color: #555555;
	text-transform: uppercase;
	text-align: left;
	font-family: 'nowmedium';
	text-align: right;
	padding-top: 40px;
}
.adress-wrapper .text-rodape h3{
	font-family: 'nowbold';
	color:#FFF;
	margin-top: 0px;
}
.adress-wrapper .text-rodape p{
	font-size: 16px;
	font-family: 'nowlight';
}

.adress-wrapper .text-rodape p.copy{
	font-size: 12px !important;
	margin-top: 15px;
	float: left
}

.adress-wrapper .text-rodape .adm{
	font-size: 12px !important;
	margin-top: 15px;
	float: right;
}
.breadcrumbs{
	float: right;
	margin-top: 20px;
	font-size: 16px;
	font-family: 'nowlight';
	color: #9f9f9f;
	margin-bottom: 10px;
}
.breadcrumbs > ul {
	list-style: none;
	padding-left: 0px;
}
.breadcrumbs > ul > li{
	float: left;
	display: inline-block;
	margin-right: 7px;
}
.breadcrumbs > ul > li > a{
	font-size: 16px;
	font-family: 'nowlight';
	color: #302624;
	cursor: pointer;
}
.breadcrumbs > ul > li > span{
	font-size: 10px;
	font-family: 'nowlight';
	margin-left: 5px;
}
.area-atuacao img{
	display: inline-block;
}

.area-atuacao{
	display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #EFEFEF;
	padding: 20px;
	margin-bottom: 20px;
	/*border: 1px solid #302624;*/
	/*box-shadow: 2px 2px 7px rgba(0,0,0,0.2);*/
}
.area-atuacao .header{
	text-align: center;
}
.area-atuacao .header i{
	font-size: 45px;
	color: #302624;
}
.area-atuacao .header h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #302624;
	font-family: 'nowmedium';
}
.area-atuacao .texto{
	text-align: center;
	font-size: 16px;
	font-family: 'nowmedium';
}
.box-contatos{
	background-color: #EFEFEF;
	padding: 10px 10px 0px;
	font-family: 'nowmedium';
}
.box-contatos >.item{
	margin-bottom: 15px;
	text-align: center;
}
.box-contatos i{
	font-size: 30px;
	float: left;
	margin-right: 5px;
	width: 15%;
	color: #302624;
}
.box-contatos p{
	display: inline-block;
	width: 80%;
	font-size: 17px;
	text-align: left;
	font-family: 'nowmedium';    
	word-wrap: break-word;
}
.contact-form input, .contact-form textarea{
	
	border-radius: 0px;
	border: 1px solid #ccc;
}
.contact-form input{
	height: 50px;
}
.contact-form button{
	color: #FFF;
	background-color: #302624;
	padding: 20px;
	font-size: 14px;
	font-family: 'nowmedium';
	border: none;
	margin: 10px 0;
}
/*.contact-form button:hover{
	color: #302624;
	background-color: #FFF;
	border: 1px solid #302624;
}*/
 .texto-rodape-central{
 	text-align: center;
 }

@media (min-width: 768px) and (max-width: 925px) {
	
	.noticia > .icone{
		display: none;
	}
}


@media (min-width: 768px) {
	.texto-rodape-central{
 	text-align: right;
 }
}


@media (min-width: 992px) {
	
}


@media (min-width: 1200px) {

}