body {
  background-color: var(--fundo_noticias);
  font-family: "Raleway";
}

#contato {
  padding: 50px 0 0;
}
#contato #titulo h1 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 40px;
  font-family: "Raleway";
  text-align: center;
}
#contato #titulo h1 span {
  color: var(--laranja_secao1);
  font-weight: 600;
}

.blocoFundo {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
.blocoFundo .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("/img/contato/contato-bg-top.jpg");
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  opacity: 0.5;
}
.blocoFundo .cor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(240, 88, 88);
  opacity: 0.4;
}
.blocoFundo .col-info {
  border: 2px solid #FFF;
  color: #FFF;
  padding: 15px;
  margin-bottom: 30px;
}
.blocoFundo .col-info img {
  display: block;
  margin: 0 auto;
}
.blocoFundo .col-info p {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.blocoFundo .col-info h1 {
  font-size: 28px;
  margin: 5px 0;
  text-align: center;
}

.blocoContato {
  padding: 50px 0;
  position: relative;
}
.blocoContato .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("/img/contato/contato-bg-middle.jpg");
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  opacity: 1;
}
.blocoContato h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--laranja_secao1);
}

#formulario_contato .btn {
  background-color: transparent;
  border: 1px solid var(--laranja_secao1);
  color: var(--laranja_secao1);
  width: 100%;
  padding: 15px 0;
}/*# sourceMappingURL=contato.css.map */