.jet-ajax-search__submit[type="submit"], .jet-ajax-search-block .jet-ajax-search__submit[type="submit"] {
    background-color: #557286;
}

.elementor-heading-title {
	color: #62AEB1;
}

/* Gravity Forms. Hide required fields legend text completely */

.gform_wrapper p:has(.gfield_required) {
    display: none !important;
}


/* Gravity Forms. Hide quiz results labels and confirmation text */

.gform_confirmation_wrapper .gquiz-confirmation-message strong,
.gform_confirmation_wrapper .gquiz-confirmation-message {
    display: none !important;
}

.gform_confirmation_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* BLOQUE SEARCH COMPLETO */
.search-blog.wp-block-search {
  max-width: 520px;
  width: 100%;
}

/* WRAPPER INTERNO */
.search-blog .wp-block-search__inside-wrapper {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* INPUT */
.search-blog input.wp-block-search__input {
  width: 100%;
  height: 44px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 15px;
  color: #6B7280;
  background: #ffffff;
}

/* BOTÓN */
.search-blog button.wp-block-search__button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5C7C89;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICONO */
.search-blog button.wp-block-search__button svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

/* BOTÓN MÁS GRANDE */
.search-blog .jet-ajax-search__submit {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICONO MÁS GRANDE */
.search-blog .jet-ajax-search__submit svg {
  width: 22px;
  height: 22px;
}


/* HOVER */
.search-blog button.wp-block-search__button:hover {
  background: #4a6671;
}


/* centrar migas de pan en blog */
.page-id-11848 .rank-math-breadcrumb {
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* CONTENEDOR DEL FILTRO */
.elementor-widget-taxonomy-filter .e-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
}

/* BOTONES */
.elementor-widget-taxonomy-filter .e-filter-item {
    background: #f2f5f7 !important;
    color: #333 !important;
    border-radius: 999px !important;
    padding: 10px 18px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: 1px solid #dfe6ea !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

/* HOVER */
.elementor-widget-taxonomy-filter .e-filter-item:hover {
    background: #d9eef0 !important;
    color: #0a6b73 !important;
    border-color: #bfe3e6 !important;
}

/* ACTIVO */
.elementor-widget-taxonomy-filter 
.e-filter-item[aria-pressed="true"] {
    background: #0a6b73 !important;
    color: #ffffff !important;
    border-color: #0a6b73 !important;
}

/* FOCO */
.elementor-widget-taxonomy-filter .e-filter-item:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(10, 107, 115, 0.35) !important;
}