/**
 * Estilos escopados à área de conteúdo da landing.
 * Header e footer permanecem no tema WordPress ativo.
 */
.unisuam-home-embed {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Ubuntu, sans-serif;
  color: #2f3542;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.unisuam-home-embed *,
.unisuam-home-embed *::before,
.unisuam-home-embed *::after {
  box-sizing: border-box;
}

.unisuam-home-embed img {
  display: block;
  max-width: 100%;
  height: auto;
}

.unisuam-home-embed .su-main {
  margin: 0;
  padding: 0;
}
