:root{--page-title-display:none;}/* Start custom CSS *//* Contenedor */
.elementor-element.agenda {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 60px;          /* ajusta según el layout */
  height: 50px;
  padding-bottom: 12px;  /* da espacio para el número */
  background: linear-gradient(180deg, #015876 0%, #0186a2 65%, #17c7ff 100%);
  border-radius: 0px;
}
 
/* Texto */
.elementor-element.agenda .elementor-heading-title {
  color: #fff;
  font-size: 72px;
  line-height: 1;
  margin: 0;
}

.entry-header{
    position: relative !important;
    margin-bottom: 0% !important;
   
}

 /* Desktop: solo texto */
a.elementor-button.elementor-button-link .elementor-button-icon {
  display: none;
}
a.elementor-button.elementor-button-link .elementor-button-text {
  display: inline-flex;
  align-items: center;
}

/* Mobile: solo icono */
@media (max-width: 767px) {
  a.elementor-button.elementor-button-link .elementor-button-icon {
    display: inline-flex;
    align-items: center;
  }
  a.elementor-button.elementor-button-link .elementor-button-text {
    display: none;
  }
}/* End custom CSS */