#sobre {
  margin-bottom: 100px;
}
#sobre .title-section {
  margin-bottom: 36px;
}
#sobre .container-text {
  padding-left: 51px;
}
#sobre .container-text .text {
  color: var(--secundria-101820, #101820);

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

#video {
  margin: 100px 0;
}
#video iframe {
  width: 100%;
  height: auto; /* A altura é controlada pelo aspect-ratio */
  aspect-ratio: 16 / 9; /* Define a proporção diretamente */
  border: 0;
}
#video .container {
  position: relative;
}
#video .bg {
  background: url("../img/mask_video.jpg") no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#contador {
  margin-bottom: 100px;
}
#contador .title-section {
  font-size: 44px;
  margin-bottom: 30px;
}

#misao-visao {
  margin-bottom: 100px;
}
#list-abas {
}
#list-abas a {
  color: var(--principal-00416-a, #00416a);

  /* Head/H3 */
  font-family: var(--font);
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--principaldde-5-ed, #dde5ed);
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
}
#list-abas a:hover,
#list-abas a.active {
  border-radius: 12px;
  color: #dde5ed;
  background: var(--principal-00416-a, #00416a);
}
#resultado-abas {
  /* padding-left: 20px; */
}
#resultado-abas .aba.active {
  display: flex !important;
}
#resultado-abas .aba {
  display: none;
  padding: 24px;
  border-radius: 12px;
  background: var(--principaldde-5-ed, #dde5ed);
  height: 97%;
  flex-wrap: wrap;
}
#resultado-abas .aba h5 {
  color: var(--PRINCIPAL-RED, #ee3831);

  /* Head/H4 */
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 12px;
}
#resultado-abas .aba .text {
  color: var(--secundria-101820, #101820);

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

#valores .title-section {
  font-size: 44px;
  text-align: center;
  margin: 0;
}
#valores .sub-title-section {
  color: var(--secundria-101820, #101820);
  text-align: center;

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 36px;
  margin-bottom: 19px;
}

#valores .item .quadro {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--principaldde-5-ed, #dde5ed);
  min-height: 160px;
}
#valores .item .icon::after {
  content: " ";
  background: url("../img/icons/icn_check.png") no-repeat center;
  background-size: auto;
  background-size: auto;
  width: 28px;
  height: 28px;
  display: block;
  aspect-ratio: 1/1;
  background-size: contain;
  margin-right: 20px;
}

#valores .item h5 {
  color: var(--PRINCIPAL-RED, #ee3831);

  /* Head/H4 */
  font-family: var(--font);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#valores .item .content {
  color: var(--secundria-101820, #101820);

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

@media (max-width: 600px) {
  #valores .item {
    margin-bottom: 20px;
  }
}
