html, body {
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;  
  font-size: 12px;
}

:root {
  --bg-primary-ata: #3B3638;
  --bg-secondary-ata: #A8CF46;
  --logo-size-h: 11.75rem;
  --logo-size-w: 15rem;
  --img-bg-size-h: calc( var(--logo-size-h) * 1.63);
  --fs-title: 2.33rem;
  --fs-2x-ata: 2rem;
  --ffamily: Calibri, "Open Sans",sans-serif;
  --m-gap-page: 5rem;
}

#ataRoot *, #ataRoot {
  box-sizing: border-box;
  font-family: var(--ffamily);
}

#ataRoot .fs-2x {
  font-size: var(--fs-2x);
}
#ataRoot .dk p {
  color: #fff;
}
#ataRoot .color-white {
  color: #fff;
}
#ataRoot .color-secondary {
  color: var(--bg-secondary-ata) !important;
}
#ataRoot .content {
  text-align: justify;
  padding-bottom: 6rem;
}
#ataRoot.root {
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;            
}