/* INICIO ANIMACIONES RESULTADOS IA */
@keyframes left-animate-360 {
  0% {
    width: 96px;
    height: 60px;
  }
  25% {
    width: 96px;
    height: 60px;
  }
  50% {
    width: 205px;
    height: 60px;
  }
  75% {
    width: 96px;
    height: 60px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-right: 0px;
  }
  99.999% {
    width: 235px;
    height: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  100% {
    width: 235px;
    height: auto;
    margin-right: -50px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@keyframes right-animate-360 {
  0% {
    width: 96px;
    height: 60px;
  }
  25% {
    width: 175px;
    height: 60px;
  }
  50% {
    width: 66px;
    height: 60px;
  }
  75% {
    width: 175px;
    height: 60px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  99.999% {
    width: 86px;
    height: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  100% {
    width: 86px;
    height: auto;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@keyframes left-animate-576 {
  0% {
    width: 96px;
    height: 60px;
  }
  25% {
    width: 108px;
    height: 60px;
  }
  50% {
    width: 372px;
    height: 60px;
  }
  75% {
    width: 108px;
    height: 60px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-right: 0px;
  }
  99.999% {
    width: 397px;
    height: auto;
    margin-right: -50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  100% {
    width: 397px;
    height: auto;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@keyframes right-animate-576 {
  0% {
    width: 96px;
    height: 60px;
  }
  25% {
    width: 372px;
    height: 60px;
  }
  50% {
    width: 108px;
    height: 60px;
  }
  75% {
    width: 372px;
    height: 60px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  99.999% {
    width: 133px;
    height: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  100% {
    width: 133px;
    height: auto;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@keyframes left-animate-992 {
  0% {
    width: 96px;
    height: 60px;
  }
  25% {
    width: 618px;
    height: 60px;
  }
  50% {
    width: 184px;
    height: 60px;
  }
  75% {
    width: 618px;
    height: 60px;
  }
  100% {
    width: 618px;
    height: auto;
  }
}
@keyframes right-animate-992 {
  0% {
    width: 0px;
    height: 60px;
  }
  25% {
    width: 184px;
    height: 60px;
  }
  50% {
    width: 618px;
    height: 60px;
  }
  75% {
    width: 184px;
    height: 60px;
  }
  100% {
    width: 184px;
    height: auto;
  }
}
@keyframes left-animate-1200 {
  0% {
    width: 96px;
    height: 60px;
  }
  25% {
    width: 792px;
    height: 60px;
  }
  50% {
    width: 184px;
    height: 60px;
  }
  75% {
    width: 792px;
    height: 60px;
  }
  100% {
    width: 792px;
    height: auto;
  }
}
@keyframes right-animate-1200 {
  0% {
    width: 0px;
    height: 60px;
  }
  25% {
    width: 184px;
    height: 60px;
  }
  50% {
    width: 792px;
    height: 60px;
  }
  75% {
    width: 184px;
    height: 60px;
  }
  100% {
    width: 184px;
    height: auto;
  }
}
@keyframes left-animate-1920 {
  0% {
    width: 96px;
    height: 60px;
  }
  25% {
    width: 1072px;
    height: 60px;
  }
  50% {
    width: 184px;
    height: 60px;
  }
  75% {
    width: 1072px;
    height: 60px;
  }
  100% {
    width: 1072px;
    height: auto;
  }
}
@keyframes right-animate-1920 {
  0% {
    width: 0px;
    height: 60px;
  }
  25% {
    width: 184px;
    height: 60px;
  }
  50% {
    width: 1072px;
    height: 60px;
  }
  75% {
    width: 184px;
    height: 60px;
  }
  100% {
    width: 184px;
    height: auto;
  }
}
/* FIN ANIMACIONES RESULTADOS IA */
.left-loading {
  animation: left-animate-360 3s ease alternate;
}

.right-loading {
  display: flex !important;
  animation: right-animate-360 3s ease alternate;
}

main {
  display: flex !important;
  margin-top: 50px;
  padding: 24px 16px var(--space-0, 0px) 16px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
main .header-title {
  max-width: 600px;
  color: #2C2C2C;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IberPangea-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  padding-bottom: 0px;
}
main .header-subtitle {
  max-width: 600px;
  color: #707070;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
}
main #modal-result-input {
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  justify-content: end;
}
main .buscador-result-form-input {
  display: flex;
  height: 48px;
  padding: var(--space-8, 8px) var(--space-16, 16px) var(--space-8, 8px) var(--space-8, 8px);
  /* align-items: center; */
  gap: var(--space-24, 24px);
  /* align-self: stretch; */
  border-radius: var(--border-radius-xl, 100px);
  border: var(--border-width-s, 1px) solid var(--Color-Form-Border-Selected, #707070);
  background: var(--Color-Form-Surface-General, #FFF);
  width: 330px;
  position: relative;
  box-sizing: border-box;
}
main .buscador-result-form-input .buscador-result-form-input-content {
  display: flex;
  padding-left: var(--space-8, 8px);
  align-items: center;
  gap: var(--space-8, 8px);
  flex: 1 0 0;
  box-sizing: border-box;
}
main .buscador-result-form-input .buscador-result-form-input-content #resultadoInput {
  flex: 1 0 0;
  color: var(--Color-Form-Content-Active, #2C2C2C);
  font-feature-settings: "liga" off, "clig" off;
  /* Body/Regular/M */
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  border: none;
  display: flex;
  height: 22px;
  margin-bottom: 0;
  padding: 0;
  border-radius: inherit;
  box-shadow: none;
}
main .buscador-result-form-input .buscador-result-form-input-content #resultadoInput::placeholder {
  color: var(--Color-Form-Content-General, #707070);
}
main .buscador-result-form-input .buscador-result-form-input-content #resultadoInput.no-cursor {
  cursor: default;
  caret-color: transparent;
  background-color: #fff !important;
  color: var(--Color-Form-Content-Active, #2C2C2C) !important;
  border: none !important;
}
main .buscador-result-form-input .buscador-result-form-input-content #buscador-result-button {
  all: unset;
}
main .buscador-result-form-input .buscador-result-form-input-content #buscador-result-button img {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
main .buscador-result-form-input:hover {
  border: var(--border-width-s, 1px) solid var(--Color-Form-Border-Hover, #00A443);
}
main .buscador-result-form-input:focus-within {
  border: var(--border-width-s, 1px) solid var(--Color-Form-Border-Selected, #2C2C2C);
}
main #results-not-found {
  display: flex;
  padding: var(--space-20, 20px);
  margin: 32px 0px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
main #results-not-found #results-not-found-title {
  color: #2C2C2C;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IberPangea-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  padding-bottom: 0px;
}
main #results-not-found #results-not-found-subtitle {
  color: #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: 20px;
  margin-bottom: 0px;
}
main .ia {
  display: none;
  gap: 16px;
  margin: 40px 0px 40px 0px;
}
main .ia #response {
  display: flex;
  justify-content: left;
  padding: var(--space-8, 8px) var(--space-32, 32px);
  border-radius: 32px;
  background: #DCEBE1;
  animation-fill-mode: forwards;
  min-height: 60px;
}
main .ia #response #response-title {
  display: flex;
  align-items: center;
}
main .ia #response #response-title #loading-animation svg {
  width: 32px !important;
  height: 32px !important;
}
main .ia #response #response-title #response-title-ia {
  display: flex;
  align-items: center;
}
main .ia #response #title-ia {
  color: #2C2C2C;
  font-family: "IberPangea-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0px;
  margin-left: 8px;
}
main .ia #response #body-ia {
  color: #707070;
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
main .ia #feedback {
  display: none;
  padding: var(--space-24, 24px) var(--space-20, 20px);
  border-radius: 32px;
  background: #DCEBE1;
  animation-fill-mode: forwards;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
main .ia #feedback .feedback-text {
  display: flex;
  flex-direction: column;
}
main .ia #feedback .feedback-text #title-feedback-ia {
  color: #2C2C2C;
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
main .ia #feedback .feedback-text #body-feedback-ia {
  color: #707070;
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0px;
}
main .ia #feedback .feedbackButtons {
  display: flex;
  justify-content: start;
  gap: 24px;
  margin-top: 16px;
}
main .ia #feedback .feedbackButtons span:hover {
  cursor: pointer;
}
main .ia #feedback-negative, main .ia #feedback-neutral, main .ia #feedback-positive {
  padding: var(--space-24, 24px) var(--space-20, 20px);
  animation-fill-mode: forwards;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--border-radius-l, 16px);
  background: var(--Color-Surface-General-2, #DCEBE1);
}
main .ia #feedback-negative .feedback-img, main .ia #feedback-neutral .feedback-img, main .ia #feedback-positive .feedback-img {
  text-align: center;
  margin-bottom: 8px;
}
main .ia #feedback-negative .feedback-title, main .ia #feedback-neutral .feedback-title, main .ia #feedback-positive .feedback-title {
  color: var(--Color-Content-General-1, #2C2C2C);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 8px;
}
main .ia #feedback-negative .feedback-subtitle, main .ia #feedback-neutral .feedback-subtitle, main .ia #feedback-positive .feedback-subtitle {
  color: var(--Color-Content-General-2, #707070);
  text-align: center;
  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;
  margin-bottom: 0px;
}
main .text-loader {
  display: none;
  color: #707070;
  text-align: center;
  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;
  margin-top: -8px;
}
main .links {
  display: flex;
  flex-direction: column;
}
main .links #links-title {
  color: #2C2C2C;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IberPangea-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 0px;
  margin-bottom: 16px;
}
main .links #links-subtitle {
  color: #2C2C2C;
  text-align: center;
  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;
  margin-bottom: 24px;
}
main .links #links-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}
main .links #links-section .linksContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--space-200, 16px) var(--space-300, 24px);
  align-items: start;
  align-self: stretch;
  border-radius: 16px;
  background-color: #F9F9F9;
}
main .links #links-section .linksContainer .link-title {
  width: 100%;
  color: #2C2C2C;
  font-family: "IberPangea-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
main .links #links-section .linksContainer .link-body {
  width: 100%;
  color: #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;
  margin-bottom: 16px;
}
main .links #links-section .linksContainer .link-links {
  color: #2F6852;
  font-family: "IberPangeaText-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
}

#suggestionsListResult.buscador-desktop-form-text-predi {
  display: flex;
  width: 330px;
  padding: var(--space-12, 12px) 16px 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
  border-radius: var(--border-radius-l, 16px);
  background: var(--Color-Surface-General-1, #FFF);
}
#suggestionsListResult.buscador-desktop-form-text-predi p:hover {
  color: #2F6852;
}

#modal-resultadoInput {
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  .left-loading {
    animation: left-animate-576 3s ease alternate;
  }

  .right-loading {
    animation: right-animate-576 3s ease alternate;
  }

  main .ia {
    padding: 0px 34px;
  }
  main .links {
    padding: 0px 34px;
  }
}
@media (min-width: 768px) {
  main {
    margin-top: 0px;
  }
}
@media (min-width: 991px) {
  main {
    margin-top: -120px;
    margin-right: -40px;
  }
}
@media (min-width: 992px) {
  .left-loading {
    animation: left-animate-992 3s ease alternate;
  }

  .right-loading {
    display: flex !important;
    animation: right-animate-992 3s ease alternate;
  }

  main {
    margin-top: -120px;
    margin-right: -40px;
    padding: 40px var(--1200-1919-Page-Margin, 100px) var(--space-0, 0px) var(--1200-1919-Page-Margin, 100px);
  }
  main .header-title {
    max-width: none;
  }
  main .header-subtitle {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }
  main #results-not-found {
    margin: 40px 0px;
  }
  main #results-not-found #results-not-found-subtitle {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 22px;
  }
  main .ia {
    gap: 24px;
    padding: 0px;
  }
  main .ia #response #response-title {
    align-items: center !important;
  }
  main .ia #response #response-title #loading-animation svg {
    margin-top: 0px !important;
  }
  main .ia #feedback {
    width: 184px;
  }
  main .ia #feedback .feedback-text {
    height: 100%;
    width: 144px;
  }
  main .ia #feedback .feedbackButtons {
    width: 100%;
    justify-content: center;
  }
  main .ia #feedback-negative, main .ia #feedback-neutral, main .ia #feedback-positive {
    display: flex;
    width: 184px;
    padding: var(--space-24, 24px) var(--space-20, 20px);
    flex-direction: column;
    gap: var(--space-8, 8px);
    flex-shrink: 0;
    border-radius: var(--border-radius-l, 16px);
    background: var(--Color-Surface-General-2, #DCEBE1);
    align-content: center;
    align-items: center;
  }
  main .ia #feedback-negative .feedback-img, main .ia #feedback-neutral .feedback-img, main .ia #feedback-positive .feedback-img {
    margin-bottom: 8px;
  }
  main .ia #feedback-negative .feedback-title, main .ia #feedback-neutral .feedback-title, main .ia #feedback-positive .feedback-title {
    margin-bottom: 8px;
  }
  main .ia #feedback-negative .feedback-title p, main .ia #feedback-neutral .feedback-title p, main .ia #feedback-positive .feedback-title p {
    margin-bottom: 0px;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "IberPangeaText-Regular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  }
  main .ia #feedback-negative .feedback-subtitle p, main .ia #feedback-neutral .feedback-subtitle p, main .ia #feedback-positive .feedback-subtitle p {
    margin-bottom: 0px;
    color: var(--Color-Content-General-2, #707070);
    text-align: center;
    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;
  }
  main .links {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  main .links #links-subtitle {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .left-loading {
    animation: left-animate-1200 3s ease alternate;
  }

  .right-loading {
    display: flex !important;
    animation: right-animate-1200 3s ease alternate;
  }

  main {
    margin-right: -42px;
    padding: 40px var(--1200-1919-Page-Margin, 100px) var(--space-0, 0px) var(--1200-1919-Page-Margin, 100px);
  }
  main #results-not-found {
    margin: 32px 0px;
  }
  main .links #links-section .linksContainer {
    width: 800px;
    align-self: center;
  }
}
@media (min-width: 1440px) {
  main {
    margin-right: -120px;
  }
}
@media (min-width: 1920px) {
  .left-loading {
    animation: left-animate-1920 3s ease alternate;
  }

  .right-loading {
    display: flex !important;
    animation: right-animate-1920 3s ease alternate;
  }

  main {
    margin-right: -320px;
    padding: 40px var(--1920-page-margin, 320px) var(--space-0, 0px) var(--1920-page-margin, 320px);
  }
  main #results-not-found {
    margin: 40px 0px;
  }
  main .links #links-section .linksContainer {
    width: 960px;
  }
}