.chamadaBoxGrande {
  grid-column: span 6;
  grid-row: span 5;
  width: 100%;
}

.chamadaBoxGrande > article {
  position: relative;
  width: 100%;
  min-height: 416px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #012a17;
}

.chamadaBoxGrande > article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, #00140B00 0%, #00140B 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}

.chamadaBoxGrande a {
  display: block;
  width: 100%;
  min-height: inherit;
}

.chamadaBoxGrande img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chamadaBoxGrande-tags {
  position: absolute;
  top: 18px;
  left: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.chamadaBoxGrande-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 73px;
  height: 25px;
  padding: 0 15px;
  border: 1px solid #00d66b;
  border-radius: 999px;
  color: #fff;
  font-family: "RedHatDisplay-Bold", sans-serif;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.chamadaBoxGrande-content {
  position: absolute;
  left: 23px;
  right: 70px;
  bottom: 27px;
  z-index: 2;
}

.chamadaBoxGrande-content > span {
  display: block;
  margin-bottom: 10px;
  color: #00d66b;
  font-family: "RedHatDisplay-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.chamadaBoxGrande-content h2 {
  color: #fff;
  font-family: "RedHatDisplay-Bold", sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.chamadaBoxGrande-share {
  position: absolute;
  right: 24px;
  bottom: 23px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border: 2px solid #016537;
  border-radius: 50%;
  background: transparent linear-gradient(0deg, #016537 0%, #01331c 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 30px 60px #00000026;
  cursor: pointer;
}

.chamadaBoxGrande-share img {
  position: static;
  width: 19px;
  height: 19px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
  .chamadaBoxGrande {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .chamadaBoxGrande > article {
    min-height: 245px;
    border-radius: 16px;
  }

  .chamadaBoxGrande-tags {
    top: 13px;
    left: 14px;
    gap: 7px;
  }

  .chamadaBoxGrande-tags span {
    min-width: 64px;
    height: 22px;
    padding: 0 10px;
    font-size: 9px;
    line-height: 12px;
  }

  .chamadaBoxGrande-content {
    left: 14px;
    right: 58px;
    bottom: 16px;
  }

  .chamadaBoxGrande-content > span {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 15px;
  }

  .chamadaBoxGrande-content h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .chamadaBoxGrande-share {
    right: 14px;
    bottom: 14px;
    width: 37px;
    height: 37px;
  }
}
