body {
  background-color: #D9D9D9;
}

.Home {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-left: 0;
}
.Home__cardContent {
  max-width: 72rem;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 1023px) {
  .Home__cardContent {
    margin-top: 1rem;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
    overflow: auto;
    gap: 1rem;
  }
}
.Home__cardContent::-webkit-scrollbar {
  width: 0px !important;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.Home__cardContent::-webkit-scrollbar-track {
  background: transparent !important;
}
.Home__cardContent::-webkit-scrollbar-thumb {
  background-color: transparent !important;
}
.Home__cardItem {
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 1023px) {
  .Home__cardItem {
    min-width: 100px;
    max-width: 100px;
  }
  .Home__cardItem img {
    height: 100px !important;
    width: 100px !important;
    min-height: 100px !important;
    min-width: 100px !important;
  }
}
.Home__todosEventos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Home__todosEventos a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 0.8rem;
  padding-right: 3rem;
  padding-bottom: 0.8rem;
  padding-left: 3rem;
  background-color: #1F2A37;
  color: #fff;
  border: 0;
  border-radius: 8px;
}

/*# sourceMappingURL=start.css.map */
