@charset "UTF-8";
@media screen and (min-width: 992px) {
  #eventosEmpresariales .gridCards-card:last-child {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 1300px) {
  #eventosEmpresariales .gridCards-card:last-child {
    grid-column-start: auto;
  }
}

@media screen and (min-width: 1300px) {
  #eventosDeportivos .gridCards,
  #eventosHolisticos .gridCards {
    grid-template-columns: repeat(3, 1fr);
    max-width: 940px;
  }
}

@media screen and (min-width: 992px) {
  #eventosSociales .gridCards {
    grid-template-columns: 1fr 1fr;
    max-width: 620px;
  }
}
@media screen and (min-width: 1300px) {
  #eventosSociales .gridCards {
    grid-template-columns: 1fr 1fr;
    max-width: 620px;
  }
}

.eventsInfo section {
  padding-top: 20px;
}

.gridCards {
  --bgCardColor: #F9FBF8;
  --verde: #749E0C;
  justify-content: center;
  justify-items: center;
  align-items: center;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .gridCards {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    max-width: 620px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .gridCards {
    grid-template-columns: repeat(3, 1fr);
    max-width: 940px;
  }
}
@media screen and (min-width: 1300px) {
  .gridCards {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1260px;
  }
}
.gridCards-card {
  background-color: var(--bgCardColor);
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .gridCards-card {
    height: 100%;
  }
}
.gridCards-card-hero a {
  position: relative;
  display: block;
}
.gridCards-card-hero a:hover:before {
  opacity: 1;
}
.gridCards-card-hero a:after {
  background-image: url(../assets/svg/lupa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  display: block;
  height: 25px;
  content: "";
  width: 25px;
  right: 15px;
  z-index: 2;
  top: 15px;
}
.gridCards-card-hero a:before {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
  justify-content: flex-end;
  height: calc(100% - 35px);
  width: calc(100% - 90px);
  align-items: flex-start;
  content: "Ver galería";
  position: absolute;
  padding: 18px 45px;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  color: #FFF;
  z-index: 1;
  opacity: 0;
  right: 0px;
  top: 0px;
}
.gridCards-card-hero img {
  object-fit: cover;
  height: 180px;
  width: 300px;
}
.gridCards-card-hero h3 {
  background-color: var(--verde);
  font-family: Montserrat;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  color: #FFF;
  width: 100%;
  margin: 0;
}
.gridCards-card-info {
  flex-direction: column;
  padding: 25px 15px;
  display: flex;
  gap: 10px;
}
.gridCards-card-info p {
  margin: 0 0 1rem;
}
.gridCards-card-info p:last-child {
  margin-bottom: 0;
}
.gridCards-card-info ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.gridCards-card-info-block {
  padding-left: 25px;
  position: relative;
}
.gridCards-card-info .icon {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
}
.gridCards-card-info .icon svg {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hdrSpace {
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .hdrSpace {
    height: 40px;
  }
}

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