/* === CONTAINER PRINCIPAL DA HOME === */
.home-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Remove restrições herdadas do tema pai */
body.home #page,
body.home .site-content,
body.home .grid-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
