.buscador-desktop-form-text-predi .text-predi-line {
  color: var(--Color-Content-General-2, #707070);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  align-self: stretch;
  cursor: pointer;
  margin-bottom: 0;
}

.beta-container {
  height: 44px;
}

.beta {
  display: flex;
  padding: 4px 8px;
  background-color: #B3E4C7;
  border-radius: 4px;
}

.beta-span {
  font-family: "IberPangeaText-SmBold", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

@media (max-width: 990px) {
  #modal-nav-buscador {
    display: none;
    position: fixed;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  .modal-active {
    overflow: hidden;
  }

  #buscador-container {
    display: flex;
    width: var(--360-575-Page-Width, 100%);
    flex-direction: column;
    align-items: flex-start;
  }

  form#buscador-form {
    width: 100%;
  }

  .ibd-menu-nav nav.navbar.menu-ppal-nav.menu-ppal-nav-close {
    padding: var(--space-12, 12px) var(--space-32, 32px);
  }
  .ibd-menu-nav #buscador-lupa-mobile-close .ico-close-mobile {
    width: 24px;
    height: 24px;
  }
  .ibd-menu-nav .buscador-desktop-form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 472px;
    padding-bottom: 24px;
    background: var(--Color-Background-General-1, #FFF);
    width: 100%;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-title label {
    color: var(--Color-Content-General-1, #2C2C2C);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "IberPangea-SmBold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    flex: 1 0 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text .buscador-text {
    color: var(--Color-Content-General-2, #707070);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text-predi {
    display: flex;
    padding: 24px 16px var(--space-0, 0px) 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    order: 4;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text-predi .text-predi-line {
    color: var(--Color-Form-Content-Active, #2C2C2C);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .ibd-menu-nav .buscador-mobile-form-title {
    display: flex;
    padding: 24px 24px 16px 24px;
    align-items: center;
    gap: var(--space-4, 4px);
    align-self: stretch;
    order: 2;
  }
  .ibd-menu-nav .buscador-desktop-form-input-content {
    display: flex;
    padding-left: var(--space-8, 8px);
    align-items: center;
    gap: var(--space-12, 12px);
    flex: 1 0 0;
    flex-direction: row-reverse;
    width: 100%;
  }
  .ibd-menu-nav .buscador-desktop-form-input-content .buscador-icon {
    display: flex;
    width: 32px;
    height: 32px;
    background: #FFF;
  }
  .ibd-menu-nav .buscador-desktop-form-input {
    display: flex;
    flex-direction: row;
    order: 1;
    width: var(--360-575-Page-Width, 100%);
    height: 51px;
    padding: var(--space-12, 12px) var(--space-16, 16px);
    align-items: center;
    gap: var(--space-64, 64px);
    border-block: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #D8CFC7);
  }
  .ibd-menu-nav .buscador-desktop-form-input.input-text {
    padding: var(--space-12, 12px) var(--576-767-Page-Margin, 40px);
  }
  .ibd-menu-nav #buscadorInput {
    flex: 1 0 0;
    color: var(--Color-Form-Content-Active, #2C2C2C);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    height: auto;
    display: flex;
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: inherit;
    margin: auto;
  }
  .ibd-menu-nav #buscadorInput:focus {
    border: none;
    box-shadow: none;
    color: var(--Color-Form-Content-Active, #2C2C2C);
  }
  .ibd-menu-nav #buscadorInput::placeholder {
    color: var(--Color-Form-Content-Disabled, #BFBFBF);
  }
  .ibd-menu-nav .buscador-desktop-form-text {
    display: flex;
    order: 3;
    padding: 0 24px;
  }
}
@media (min-width: 576px) and (max-width: 990px) {
  .ibd-menu-nav nav.navbar.menu-ppal-nav.menu-ppal-nav-close {
    padding: var(--space-12, 12px) var(--space-40, 40px);
  }
  .ibd-menu-nav .buscador-desktop-form-input {
    padding-inline: var(--576-767-Page-Margin, 40px);
  }
  .ibd-menu-nav .buscador-desktop-form-text {
    padding-inline: var(--576-767-Page-Margin, 40px);
  }
  .ibd-menu-nav .buscador-desktop-form-title {
    padding-inline: var(--576-767-Page-Margin, 40px);
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text-predi {
    padding-inline: var(--576-767-Page-Margin, 40px);
    gap: var(--space-32, 32px);
  }
}
@media (min-width: 991px) {
  #modal-nav-buscador {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    justify-content: end;
  }

  .modal-active {
    overflow: hidden;
  }

  #buscador-container {
    margin-top: 120px;
    margin-right: 40px;
  }

  .ibd-menu-nav .buscador-desktop-form-content {
    display: flex;
    width: 479px;
    padding: var(--space-12, 12px) 16px 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: var(--border-radius-l, 16px);
    background: var(--Color-Surface-General-2, #DCEBE1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-title {
    display: flex;
    align-items: center;
    gap: var(--space-4, 4px);
    align-self: stretch;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-title label {
    color: var(--Color-Content-General-1, #2C2C2C);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "IberPangeaText-SmBold", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    flex: 1 0 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text {
    display: flex;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text .buscador-text {
    align-self: stretch;
    color: var(--Color-Content-General-2, #707070);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text-predi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-12, 12px);
    align-self: stretch;
  }
  .ibd-menu-nav .buscador-desktop-form-content .buscador-desktop-form-text-predi .buscador-predi {
    align-self: stretch;
    color: var(--Color-Content-General-2, #707070);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ibd-menu-nav .buscador-desktop-form-input {
    display: flex;
    padding: var(--space-4, 4px) var(--space-4, 4px) var(--space-4, 4px) var(--space-16, 16px);
    align-items: center;
    gap: var(--space-24, 24px);
    align-self: stretch;
    border-radius: 30px;
    border: var(--border-width-s, 1px) solid var(--Color-Form-Border-Hover, #00A443);
    background: var(--Color-Form-Surface-General, #FFF);
    height: 40px;
  }
  .ibd-menu-nav .buscador-desktop-form-input:focus-within {
    border: var(--border-width-s, 1px) solid var(--Color-Form-Border-Active, #707070);
  }
  .ibd-menu-nav .buscador-desktop-form-input-content {
    display: flex;
    padding: var(--space-0, 0px);
    align-items: center;
    gap: var(--space-16, 16px);
    flex: 1 0 0;
  }
  .ibd-menu-nav .buscador-desktop-form-input-content .buscador-icon {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: var(--space-8, 8px);
    border-radius: 40px;
    background: var(--Color-Button-Background-Active-1, #2F6852);
    cursor: pointer;
  }
  .ibd-menu-nav #buscadorInput {
    color: var(--Color-Form-Content-Active, #2C2C2C);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    flex: 1 0 0;
    height: auto;
    width: auto;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: inherit;
    margin: auto;
  }
  .ibd-menu-nav #buscadorInput:focus {
    border: none;
    box-shadow: none;
    color: var(--Color-Form-Content-Active, #2C2C2C);
  }
  .ibd-menu-nav .buscador-icon .lupa-blanca-input {
    display: flex;
    padding: var(--space-0, 0px);
    align-items: flex-start;
    gap: var(--space-0, 0px);
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 1200px) {
  #buscador-container {
    margin-right: 42px;
  }
}
@media (min-width: 1440px) {
  #buscador-container {
    margin-right: 120px;
  }
}
@media (min-width: 1920px) {
  #buscador-container {
    margin-right: 320px;
  }
}