@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image: url(../images/fundo-site.jpg);
	background-repeat: repeat-x repeat-y;
	background-attachment: fixed;
}
.manutencao {
	background-color: #f9f9f9;
	border-radius: 8px;
	-webkit-box-shadow: 0px 17px 95px -1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 17px 95px -1px rgba(0,0,0,0.17);
	box-shadow: 0px 5px 25px -1px rgba(0,0,0,0.17);
	margin-top: 100px;
}

.texto p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  font-size: 22px;
    color: #343434;
}

.texto b {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 26px;
    color: #343434;
}