﻿.indebtedness h3.sectionTitle {
  color: #0f3a6e;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4.5rem;
}
.indebtedness__s1 {
  padding-bottom: 4.5rem;
}
.indebtedness__s1__list {
  position: relative;
  padding-top: 2rem;
  z-index: 1;
}
.indebtedness__s1__list .container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  .indebtedness__s1__list .container {
    flex-direction: column;
    gap: 1rem;
  }
}
.indebtedness__s1__list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #0f2d3c;
  z-index: -1;
}
.indebtedness__s1__list__item {
  width: 100%;
  border-radius: 20px;
  background: #FECB2F;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 2.5rem 1.5rem;
  height: 176px;
  display: grid;
  place-items: center;
}
@media (min-width: 993px) {
  .indebtedness__s1__list__item {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .indebtedness__s1__list__item {
    width: 100%;
    max-width: 100%;
  }
}
.indebtedness__s1__list__item span {
  color: #0f2d3c;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 1.5rem;
}
.indebtedness__s1__list__item p {
  color: #0f2d3c;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  bottom: 0;
}
.indebtedness__s2 {
  padding-bottom: 5rem;
}
.indebtedness__s2__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 992px) {
  .indebtedness__s2__list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .indebtedness__s2__list {
    flex-direction: column;
  }
}
.indebtedness__s2__list__item {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 2.5rem 1rem;
  height: 176px;
  display: grid;
  place-items: center;
}
@media (min-width: 993px) {
  .indebtedness__s2__list__item {
    max-width: 263px;
    height: 175px;
  }
}
@media (max-width: 992px) {
  .indebtedness__s2__list__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .indebtedness__s2__list__item {
    width: 100%;
    max-width: 100%;
  }
}
.indebtedness__s2__list__item span {
  color: #0f2d3c;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  margin-bottom: 1.5rem;
}
.indebtedness__s2__list__item p {
  color: #01010c;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.indebtedness__s3 {
  padding-bottom: 4.5rem;
}
.indebtedness__s3__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 992px) {
  .indebtedness__s3__list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .indebtedness__s3__list {
    flex-direction: column;
  }
}
.indebtedness__s3__list__item {
  width: 100%;
  max-width: 25%;
}
@media (max-width: 992px) {
  .indebtedness__s3__list__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .indebtedness__s3__list__item {
    width: 100%;
    max-width: 100%;
  }
  .indebtedness__s3__list__item > div {
    height: 550px;
  }
}
.indebtedness__s3__list__item span {
  color: #f8a806;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
.indebtedness__s4 {
  padding-bottom: 100px;
}
.indebtedness__s4 h3.sectionTitle {
  margin-bottom: 13px;
}
.indebtedness__s4 .descriptionOne {
  color: #043464;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: block;
  margin-bottom: 20px;
}
.indebtedness__s4 .footnote {
  text-align: right;
  font-size: 10px;
}
.indebtedness__s5 {
  padding-bottom: 100px;
}
.indebtedness__s5 h3.sectionTitle {
  margin-bottom: 13px;
}
.indebtedness__s5 .descriptionOne {
  color: #87ab56;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: block;
  margin-bottom: 20px;
}
.indebtedness__s5 .descriptionTwo {
  color: #161f27;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: block;
  margin-bottom: 45px;
}
.indebtedness__s6 {
  padding-bottom: 100px;
}
.indebtedness__s7 th,
.indebtedness__s7 td {
  padding: 14px 1rem;
  font-size: 15px;
}
.indebtedness__s7 td.colLegend {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.indebtedness__s7 td.colTotal {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .indebtedness__s7 .table-responsive {
    margin-bottom: 35px;
  }
}
.indebtedness__s7 .footnote {
  text-align: left;
  font-size: 14px;
  margin: -20px 0 15px;
}
/*# sourceMappingURL=gerdau-endividamento.css.map */
