/*
* **********************************
* ################################## ESTILOS DE INDEX
* **********************************
*/

.bg-circle {
  background: #e0e9ee;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;

  -webkit-border-radius: 100px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 100px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 100px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;

  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .bg-circle {
    -webkit-border-radius: 40px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 40px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

    padding-bottom: 4rem;
  }
}

/*
  ========================
  ======================== INTERNAL
  ========================
  */

.internal-title {
  text-align: center;
  padding: 6rem 0 2rem 0;
}

@media (max-width: 1024px) {
  .internal-title {
    text-align: center;
    padding-top: 4rem;
  }
}

.internal-title h2 {
  font-size: 4.4rem;
  font-weight: 500;
  color: #b01116;
}

@media (max-width: 1024px) {
  .internal-title h2 {
    font-size: 3.4rem;
  }
}

.internal-content {
  padding: 3rem 3rem 6rem 3rem;
}

@media (max-width: 1024px) {
  .internal-content {
    padding: 0;
    max-width: 90%;
    margin: 0 5%;
  }
}

/*
  ========================
  ======================== INTERNAL TXT
  ========================
  */

.internal-txt {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.internal-txt h3 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .internal-txt h3 {
    font-size: 18px;
  }
}

.internal-txt p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .internal-txt p {
    font-size: 16px;
    line-height: 20px;
  }
}

/*
  ========================
  ======================== INTERNAL FINANCIAL STATEMENTS
  ========================
  */

.financial-statements {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 30px auto;
}

.financial-statements:last-child {
  margin-bottom: 0;
}

.financial-statements-header {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .financial-statements-header {
    text-align: center;
  }
}

.financial-statements-header h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.financial-statements-list li {
  background-color: #efefef;
  width: 100%;
  margin-top: 5px;
  padding: 20px;
  position: relative;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.financial-statements-list li:nth-child(odd) {
  background-color: #f9f9f9;
}

.financial-statements-list li:hover {
  background-color: #901718;
}

.financial-statements-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .financial-statements-list li a {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}

.financial-statements-list-header h1 {
  font-size: 20px;
  font-weight: 700;
}

.financial-statements-list-header p {
  font-size: 16px;
  font-weight: 300;
}

.financial-statements-list li .financial-statements-list-header h1,
.financial-statements-list li .financial-statements-list-header p {
  color: #000;
}

.financial-statements-list li:hover .financial-statements-list-header h1,
.financial-statements-list li:hover .financial-statements-list-header p {
  color: #fff;
}

.financial-statements-list li span {
  font-size: 14px;

  background-color: transparent;
  border: 1px solid #901718;
  color: #901718;
  padding: 13px 20px;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media (max-width: 991px) {
  .financial-statements-list li span {
    width: 100%;
    text-align: center;
  }
}

.financial-statements-list li:hover span {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.internal-content .htmlchars {
  max-width: 900px;
  margin: 0 auto;
}

.internal-content .htmlchars h3 {
  font-size: 20px;
}

.internal-content .htmlchars li {
  font-size: 1.6rem;
  margin-bottom: 15px;
  list-style: disc;
}

.internal-content .htmlchars strong,
.internal-content .htmlchars p strong {
  font-weight: bold !important;
}
