.elementor-kit-34{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.elementor-kit-34 p{margin-bottom:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilos generales de la sección de eventos */
.tribe-events-list {
  background-color: #f5f9ff; /* Color suave de fondo para los eventos */
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.tribe-events-header {
  text-align: center;
  margin-bottom: 30px;
}

.tribe-events-title {
  font-size: 2em;
  color: #3a74b5; /* Azul suave para el título */
  font-weight: bold;
  margin-bottom: 15px;
}

.tribe-events-list .tribe-event {
  background-color: #fff;
  margin: 15px 0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tribe-events-list .tribe-event:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Estilos del título del evento */
.tribe-events-list .tribe-event h3 {
  font-size: 1.6em;
  color: #3a74b5; /* Color azul para el título */
  margin-bottom: 10px;
}

/* Estilos de la fecha del evento */
.tribe-events-list .tribe-event .tribe-event-date {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 10px;
}

/* Estilos del botón de ver más */
.tribe-events-list .tribe-event .tribe-event-meta .tribe-events-read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #6C5CE7;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s;
}

.tribe-events-list .tribe-event .tribe-event-meta .tribe-events-read-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}/* End custom CSS */