body {
  background-color: #000;
  background-position: 0 0;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("../img/bg2-blurred.jpg");
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  position: relative;
  transition: all .8s; }
  body .header {
    padding: 80px 0 0 0; }
    body .header .logo {
      animation-delay: .5s; }
  body .info {
    min-height: 800px;
    transition: all .5s; }
    body .info .content {
      animation-delay: 1.5s; }
  body footer {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 0; }
    body footer address, body footer p {
      margin: 0 0 5px 0; }
    body footer i {
      color: #fe1b0a;
      margin-right: 5px; }
  body .whatsapp_atendimento {
    position: fixed;
    right: 40px;
    bottom: 50%;
    animation-delay: 1s;
    z-index: 999; }
    body .whatsapp_atendimento a {
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #fff;
      color: #00bf60;
      text-align: center;
      line-height: 65px;
      border: #fff 2px solid; }

/*# sourceMappingURL=style.css.map */
