section.contato h2 {
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}

section.contato p {
  font-size: 1em;
  color: #000;
  font-weight: 500;
}


section.contato form .form-group input.form-item,
section.contato form .form-group textarea.form-item {
  border-radius: 2px;
  border: none;
  background-color: #f5f5f5;
  width: 100%;
  height: 41px;
  padding-left: 15px;
  text-decoration: none;
}

section.contato form button.btn {
  width: 35%;
  background-color:  #c90c0f;
  border: none;
  font-weight: 700;
  border-radius: 20px;
  font-size: 1em;
}

section.contato form button.btn:hover {
  background-color: #a11515;
}

section.local .bg-red {
  background-color:  #c90c0f;
}

section.local .bg-red p {
  color: #f5f5f5;
  font-size: 1.5em;
  text-align: initial;
  font-weight: 600;
  margin: auto 10%;
}

section.local .bg-red svg {
  color: #fff;
}

section.local .bg-red button.btn {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  width: 40%;
  height: auto;
}

section.local .bg-red button.btn:hover {
  border: 2px solid #000;
}

@media (max-width: 1199.98px) {
  section.contato form button.btn {
    width: 45%;
  }
  section.contato h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 991.98px) {
  section.banner-header {
    margin-top: 66px;
  }
  section.contato form button.btn {
    width: 55%;
    font-size: 0.9em;
  }
  section.local .bg-red p {
    font-size: 1.2em;
  }

  section.local .bg-red button.btn {
    width: 45%;
  }

  section.local .bg-red {
    background-color:  #c90c0f;
    height: 400px;
  }
  section.local iframe {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  section.banner-header {
    margin-top: 0px;
  }
}

@media (max-width: 575.98px) {
  section.contato form button.btn {
    width: 55%;
  }

  section.banner-header {
    margin-top: 100px;
  }
  section.local .bg-red button.btn {
    width: 50%;
  }

  section.local iframe {
    width: 100%;
    height: 100%;
  }
}
