:root {
  --primary: #007bff;
  --lightPrimary: #4da3ff;
  --primaryAction: #0d4989;
  --secondary: #fafafa;
  --thirdwhite: #ddd;
  --light: #fff;
  --darkBlue: #041c3c;
  --dark: #182333;
  --dark2: #0e141d;
  --red: #fa0d1c;
  --darkgrey: #242424;
}

.title-page {
  background-image: url(../img/bg-banner-quem.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.pagetitle {
  color: var(--light);
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0;
}

input, select, textarea{
    color: #000 !important;
}

.formItem{
    font-size:14px;
}

.contatotitle {
    font-family: 'Rubik', sans-serif;
}