@import url("index.css");
@import url("header.css");
@import url("footer.css");
@import "../components/modal/css/modal.css";
@import "./timer.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.home {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.espaçamento1 {
  display: flex;
  flex-direction: column;
  padding: 60px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}
.visualizaçao {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.subtitulo {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.buttun {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.visualizarevent {
  display: flex;
  width: 240px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--blue-600, #2563eb);
}
.fontevisualizar {
  color: var(--blue-600, #2563eb);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.adicionarevent {
  display: flex;
  width: 240px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--blue-600, #2563eb);
}
.fonteadicionareve {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.list {
  display: flex;
  flex-direction: row;
  padding: 60px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background: var(--gray-100, #f3f4f6);
  width: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.eventhoje {
  align-self: stretch;
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.lievent {
  align-self: stretch;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.list2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  flex: 1 0 0;
}
.itemR1 {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
.frame1 {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
}
.icon1 {
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 62.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 160% */
}
.festa {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.quinze {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
}
.itemR2 {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
.frame2 {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
}
.icon2 {
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 62.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 160% */
}
.reuniaopro {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.dez {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
}
.itemR3 {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
.frame3 {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
}
.icon3 {
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 62.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 160% */
}
.webinar {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.catorze {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
}
.row,
.row2 {
  display: unset;
}
.item4 {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
.frame4 {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
}
.icon4 {
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 62.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 160% */
}
.manutençao {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.nove {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
}
.list3 {
  display: flex;
  padding: 80px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}
.container2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.timeradc {
  align-self: stretch;
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.eventadc {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.ro {
  display: grid;
  right: 191.5px;
  row-gap: 20px;
  column-gap: 20px;
  align-self: stretch;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.itemro {
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
}
.framero {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: var(--blue-100, #dbeafe);
}
.soma {
  display: flex;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: var(--gray-600, #4b5563);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 62.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 160% */
}
.adicionartime {
  align-self: stretch;
  color: var(--gray-600, #4b5563);
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
}
.visualizarevent,
.adicionarevent {
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
/* Clique (encolhe levemente) */
.visualizarevent:active,
.adicionarevent:active {
  transform: scale(0.92);
}
.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 48;
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
