.me-eventos-listado {

  display: flex;

  flex-direction: column;

  gap: 20px;

  font-family: Arial, sans-serif;

  color: #000;

}



.me-evento {

  display: grid;

  grid-template-columns: 80px 130px 1fr 120px;

  align-items: center;

  gap: 15px;

  /*padding: 15px;*/

  padding: 1px;

  border-bottom: 1px solid #eee;

  background: #fff;

  padding-bottom: 2%;

}



.me-fecha {

  text-align: center;

  font-weight: bold;

  color: #000;

}



.me-fecha .me-dia {

  /*font-size: 28px;*/

  display: block;

  font-size: 46px;

  font-weight: 600;

  line-height: 1em;

}



.me-fecha .me-mes {

  font-size: 13px;

  text-transform: capitalize;

  color: #666;

}



.me-bloque span {

  display: block;

  text-align: center;

}



.me-bloque-dia span {

  font-size: 46px;

  font-weight: 600;

  line-height: 1em;

  font-family: Renner;

  display: block;

  line-height: 1;

  text-align: center;

  color: #000;

}



.me-bloque-mes-hora .me-hora {

  display: block;

  font-size: 14px;

  color: #000;

  font-size: 16px;

  font-weight: 600;

  text-align: left;

  font-family: Renner;

  text-align: center;

  margin-top: 6px;

}



.me-bloque-detalles h3 a {

  color: #000;

  text-decoration: none;

  padding-left: 0.9em;

  display: inline-block;

  text-indent: 0;

}



.me-bloque-detalles h3 a:hover {

  text-decoration: underline;

}



.me-bloque-detalles h3 {

  font-size: 24px;

  font-family: Renner;

  line-height: 1.2;

}



.me-bloque-detalles p {

  margin: 0;

  font-size: 14px;

  color: #444;

  font-family: Renner;

  padding-left: 0.9em;

  padding-top: 0;

  padding-bottom: 1%;

}



.me-bloque-boton .me-btn {

  display: inline-block;

  background: #ff2d55;

  color: #fff;

  fill: #ffffff;

  padding: 10px 30px;

  text-decoration: none;

  border-radius: 4px;

  font-size: 16px;

  text-align: center;

  font-weight: 600;

  transition: background 0.2s ease, transform 0.05s ease;

}



.me-bloque-boton .me-btn:hover {

  background: #c2003e;

  transform: translateY(-1px);

}



.me-bloque-mes-hora .me-mes {

  display: block;

  text-transform: capitalize;

  color: #000;

  font-size: 16px;

  font-weight: 600;

  text-align: left;

  font-family: Renner;

  margin-bottom: 5%;

}



.me-detalles h3 {

  margin: 0 0 5px 0;

  font-size: 18px;

}



.me-detalles p {

  margin: 0;

  color: #444;

  font-size: 14px;

}



.me-boton .me-btn {

  background: #e6004c;

  color: #fff;

  padding: 8px 16px;

  text-decoration: none;

  border-radius: 4px;

  font-size: 14px;

  transition: background 0.3s ease;

}



.me-boton .me-btn:hover {

  background: #c2003e;

}



.me-ubicacion {

  margin: 0;

  font-size: 14px;

  color: #444;

  display: flex;

  align-items: center;

  gap: 5px;

  font-family: Renner;

}



.me-ubicacion .me-ubicacion-link,

.me-ubicacion .me-ubicacion-link span {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 6px 10px;

  border-radius: 6px;

  background: transparent;

  border: 1px solid #eee;

  text-decoration: none;

  font-size: 14px;

  color: #000;

}



.me-ubicacion .me-ubicacion-link {

  cursor: pointer;

  transition: all .15s ease;

}



.me-ubicacion .me-ubicacion-link:hover {

  background: #fafafa;

  border-color: #e6e6e6;

  color: #e6004c;

}



.me-ubicacion .me-icono svg {

  width: 16px;

  height: 16px;

  display: block;

  color: #e6004c; /* color del pin */

}



.me-ubicacion .me-ubicacion-texto {

  color: inherit;

}



.me-icono {

  font-size: 16px;

  color: #e6004c; /* color destacado del pin */

}



.me-ubicacion a {

  color: #000;

  text-decoration: none;

}



.me-ubicacion a:hover {

  text-decoration: underline;

}



/* ====== SINGLE EVENTO ====== */

.se-evento-single {

  display: grid;

  grid-template-columns: 2fr 1fr;

  gap: 30px;

  margin: 40px auto;

  max-width: 1200px;

}



.se-evento-img img {

  width: 100%;

  height: auto;

  border-radius: 8px;

  display: block;

  max-width: 50%;

  margin: 0 auto;

}



.se-evento-img img:hover{

  filter: blur(1px);

}



.se-evento-descripcion {

  margin-top: 20px;

  font-size: 20px !important;

  line-height: 1.6;

  color: #333;

}



.se-evento-fecha{

  display: flex;

  align-items: center;

}



.se-evento-right {

  background: #fafafa;

  padding: 20px;

  border-radius: 8px;

}



.se-evento-fecha .se-dia {

  font-size: 40px;

  font-weight: 700;

  line-height: 1;

}



.se-evento-fecha .se-mes {

  font-size: 16px;

  color: #666;

  margin-bottom: 10px;

}



.se-hora {

  margin: 10px 0;

  font-weight: 600;

}



.se-ubicacion {

  margin: 15px 0;

  display: flex;

  align-items: center;

  gap: 6px;

}



.se-ubicacion svg {

  color: #e6004c;

}



.se-boton {

  margin: 20px 0;

}



.se-boton .se-btn {

  background: #ff2d55;

  color: #fff;

  padding: 12px 24px;

  border-radius: 6px;

  font-size: 16px;

  text-decoration: none;

  font-weight: 600;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  transition: background 0.3s ease, transform 0.1s ease;

}



.se-boton .se-btn:hover {

  background: #c2003e;

  transform: translateY(-2px);

}



.se-mapa {

  margin-top: 20px;

  border-radius: 8px;

  overflow: hidden;

}



.se-mes{

  padding-left: 5%;

}





/* Móviles y pantallas pequeñas */

@media (max-width: 768px) {

  .me-evento {

    grid-template-columns: 1fr; /* Cada bloque ocupa toda la fila */

    gap: 10px;

    text-align: center;

    padding-bottom: 10%;

  }



  .me-bloque {

    text-align: center; /* Centrar contenido */

  }



  .me-bloque-mes-hora .me-mes,

  .me-bloque-mes-hora .me-hora {

    display: block;

    text-align: center;

  }



  .me-bloque-detalles h3 {

    font-size: 24px !important;

  }



  .me-bloque-detalles p {

    font-size: 13px;

    display: block;

  }



  .me-bloque-boton .me-btn {

    width: 100%; /* Botón ocupa toda la fila */

    padding: 10px 0;

  }



  .me-ubicacion .me-ubicacion-link,

  .me-ubicacion .me-ubicacion-link span {

    justify-content: center;

    width: auto;

  }



  .se-evento-single {

    grid-template-columns: 1fr;

  }



  .se-evento-img img{

    max-width: 70%;

  }



  .se-evento-descripcion{

    font-size: 17px !important;

    padding: 5% !important;

  }



  .se-evento-right{

    text-align: center;

  }



  .se-evento-fecha{

    display: block;

  }



  .se-evento-fecha .se-dia{

    display: inline-block;

  }



  .se-mes{

    padding-left: 5%;

    vertical-align: super;

  }



  .se-ubicacion{

    justify-content: center;

  }

}





/* Opcional: pantallas muy pequeñas */

@media (max-width: 480px) {

  .me-bloque-dia span {

    font-size: 40px;

  }



  .me-bloque-mes-hora .me-mes,

  .me-bloque-mes-hora .me-hora {

    font-size: 18px;

  }



  .me-bloque-detalles h3 {

    font-size: 15px;

  }



  .me-bloque-detalles p {

    font-size: 12px;

  }



  .me-bloque-boton .me-btn {

    font-size: 13px;

    padding: 8px 0;

  }

}

