/* Historia */

/* Section: Sobre */
.page-historia .s-sobre {
  padding-top: 116px;
  padding-bottom: 96px;
}

.page-historia .s-sobre p {
  font-size: 19px;
  line-height: 1.5;
}

/* Section: IRB */
.page-historia .s-irb .s-top {
  padding-top: 200px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../../images/img-irb-re-mobile.jpg);
  background-size: cover;
}

.page-historia .s-irb .s-top h2 {
  font-size: clamp(48px, 7vw, 100px);
  line-height: normal;

  color: var(--irb-white);
}

.page-historia .s-irb .s-bottom {
  padding-block: 72px;
  background: var(--irb-blue);
  color: var(--irb-white);
}

.page-historia .s-irb .s-bottom p {
  font-size: 19px;
  line-height: 1.5;
}

.page-historia .s-irb .s-bottom h2 {
  font-family: var(--font-primary);
  color: var(--irb-white);
}

/* Section: Pontos */
.page-historia .s-pontos {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-historia .s-pontos h3 {
  margin: 0;

  font-family: var(--font-primary);
  font-size: clamp(24px, 3vw, 40px);
  color: var(--irb-black);
}

.page-historia .s-pontos strong {
  font-size: clamp(16px, 3vw, 19px);
  color: var(--irb-blue);
}

/* responsive */
@media(min-width:992px) {
  .page-historia .s-irb .s-top {
    padding-block: 180px;
    background-image: url(../../images/img-irb-re.jpg);
  }

  .page-historia .s-sobre h2 {
    width: 550px;
  }
}

@media(min-width:1200px) {
  .page-historia .s-irb .s-top {
    padding-block: 320px;
    padding-bottom: 30px;
  }
}