body {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  font-style: inherit;
  background: url(/assets/img/taquizas/Back-Eventos.png) no-repeat center;
  background-size: cover;
}
.events-section {
  padding: 60px 20px;
}
.titulo-img {
  width: 100%;
  height: auto;
}
.events-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.events-details ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.events-details li {
  margin-bottom: 10px;
  font-size: 1.2rem;
  padding-left: 40px;
}
.events-details li img {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.star-ico {
  width: 25px;
  height: 25px;
  position: relative;
}
.logo-container {
  position: relative;
  top: -90px;
  z-index: 1;
  margin-bottom: -20px;
}
.logo-container img {
  width: 650px;
}

.fullscreen img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

@media (max-width: 768px) {
  .logo-container {
    margin-bottom: -50px; /* Ajusta la separación en pantallas pequeñas */
  }

  .events-details li {
    margin-bottom: 8px; /* Reduce aún más el espacio en móviles */
  }
}
