:root {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

tr > td:first-of-type {
  padding-right: 2rem;
}

.banner {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
}

footer ul {
  list-style-type: none;
  padding-left: 0px;
}

.whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-shadow: 2px 2px 3px #999;
  z-index: 100;
  overflow: hidden;
}

.whatsapp img {
  max-width: 20vw;
  object-fit: contain;
  -webkit-filter: drop-shadow(2px 2px 1px #999);
  filter: drop-shadow(2px 2px 1px #999);
  width: 75px;
}

header {
  background: rgb(222, 116, 29);
  background: linear-gradient(
    90deg,
    rgb(236, 158, 94) 0%,
    rgba(222, 116, 29, 1) 10%,
    rgba(182, 0, 0, 1) 75%
  );
}

.contato-header {
  text-align: end;
  color: rgb(236, 187, 147);
  font-size: 1.1rem;
  font-weight: 400;
}

.title {
  font-size: 40px !important;
  font-weight: 600;
}
