.section-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-banner picture img {
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.container-tittle-perplexity {
  display: none;
}

.perplexity__subtitle {
  margin-top: 20px;
}

.perplexity__title {
  font-size: 2.5rem;
  font-weight: bold;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.section-title h2 {
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #0B2739;
  width: 100%;
  max-width: 690px;
  font-weight: 400;
  padding: 0 20px;
}

.section-bar {
  background-color: #0B2739;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 49px;
  color: #fff;
  width: 100%;
  max-width: 89%;
  margin: 0 auto;
  position: fixed;
  bottom: -1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  gap: 7px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.section-bar a.activo {
  color: #01A1FB;
}

/* === ICONOS E IDENTIDAD === */

.perplexity__icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5rem;
}

.perplexity__icons .icn-movistar {
  font-size: 45px;
  line-height: 32px;
}

.perplexity__icons .icn-brand-perplexity-pro::before {
  display: block;
  font-size: 230px;
  line-height: 32px;
}

.perplexity__icons .linea {
  width: 1px;
  height: 40px;
  background-color: #fff;
}

.perplexity__text--small {
  font-size: 20px;
  font-weight: 400;
}

.perplexity__icons hr {
  border: none;
  border-top: 1px solid #FFFFFF;
  margin: 20px 0;
}

.perplexity__text--first {
  font-size: 30px;
  font-weight: 700;
  margin-top: 12px;
}


@media screen and (min-width: 768px) {
  .container-tittle-perplexity {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
    color: #fff;
    z-index: 90;
  }

  .container-tittle-perplexity hr {
    width: 42%;
  }

  .section-banner picture img {
    aspect-ratio: 16 / 6;
    object-fit: cover;
    object-position: top right;
  }
}


@media screen and (min-width: 1024px) {
  .section-title h2 {
    font-size: 24px;
  }

  .section-bar {
    max-width: 611px;
    font-size: 18px;
    gap: 25px;
    min-height: 65px;
    z-index: 99;
    margin-top: 0;
  }

  .perplexity__text--small {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .perplexity__text--first {
    font-size: 40px;
  }
}


@media screen and (min-width: 1400px) {
  .container-tittle-perplexity {
    max-width: 1800px;
  }

  .perplexity__text--small {
    font-size: 36px;
  }

  .perplexity__text--first {
    font-size: 52px;
  }

  .perplexity__icons .icn-movistar {
    font-size: 60px;
  }

  .perplexity__icons .icn-brand-perplexity-pro::before {
    font-size: 280px;
  }
}
