.elementor-kit-7 {
  --e-global-color-primary: #c6a646 !important;
  --e-global-color-accent: #c6a646 !important;
}

.elementor-80 .elementor-element.elementor-element-5a03d4f img {
  filter: saturate(0.56);
}

.elementor-169 .elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

.elementor-76 .elementor-element.elementor-element-68482b3d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.elementor-76 .elementor-element.elementor-element-68482b3d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: transparent !important;
  background-image: radial-gradient(
    circle closest-side at 50% 50%,
    rgba(198, 166, 70, 0.64) 0 81.5%,
    rgba(198, 166, 70, 0.18) 82% 98%,
    transparent 98.5%
  ) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.elementor-76 .elementor-element.elementor-element-68482b3d > .elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}

.elementor-76 .elementor-element.elementor-element-3bb22dc9 {
  width: 100%;
  align-self: flex-end;
  margin-bottom: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

.elementor-76 .elementor-element.elementor-element-3bb22dc9 > .elementor-widget-container {
  margin: 0 !important;
}

.elementor-76 .elementor-element.elementor-element-3bb22dc9 img {
  display: block;
  width: 100% !important;
  max-width: 750px;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.elementor-76 .elementor-element.elementor-element-66c7d116 {
  width: 100%;
}

.elementor-76 .elementor-element.elementor-element-a7ff524 {
  display: none;
}

/* Sobre: remove a chamada e a imagem de abertura. */
.elementor-169 .elementor-element.elementor-element-2217fe1c {
  display: none !important;
}

/* Sobre: currículo completo, revisado e organizado por assunto. */
.elementor-169 .elementor-element.elementor-element-35057f89 {
  display: none !important;
}

.elementor-169 .credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin-top: 34px;
  padding: 0 20px;
}

.elementor-169 .credentials-group {
  position: relative;
  padding: 30px 30px 28px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(198, 166, 70, 0.34);
  border-radius: 18px;
}

.elementor-169 .credentials-group::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #c6a646;
}

.elementor-169 .credentials-group--wide {
  grid-column: 1 / -1;
}

.elementor-169 .credentials-group h3 {
  margin: 0 0 22px;
  color: #c6a646;
  font-family: "Roboto", sans-serif;
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 700;
  line-height: 1.2;
}

.elementor-169 .credentials-group ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.elementor-169 .credentials-group .credentials-list-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 38px;
}

.elementor-169 .credentials-group li {
  position: relative;
  margin: 0;
  padding-left: 19px;
  color: #b4b4b4;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.elementor-169 .credentials-group li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: #c6a646;
  border-radius: 50%;
}

@media (max-width: 900px) {
  .elementor-169 .credentials-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 16px;
  }

  .elementor-169 .credentials-group--wide {
    grid-column: auto;
  }

  .elementor-169 .credentials-group .credentials-list-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .elementor-169 .credentials-grid {
    margin-top: 20px;
    padding: 0 14px;
  }

  .elementor-169 .credentials-group {
    padding: 24px 20px 22px;
    border-radius: 14px;
  }

  .elementor-169 .credentials-group h3 {
    margin-bottom: 18px;
    font-size: 21px;
  }

  .elementor-169 .credentials-group li {
    font-size: 15px;
    line-height: 1.5;
  }
}

.formacao-lista {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 24px;
}

.formacao-lista ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.formacao-lista li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 0;
  color: #303030;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.formacao-lista__icone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  border-radius: 50%;
  background: #303030;
  color: #c6a646;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 767px) {
  .formacao-lista {
    padding: 0 8px;
  }

  .formacao-lista ul {
    gap: 16px;
  }

  .formacao-lista li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    font-size: 16px;
    line-height: 1.45;
  }

  .formacao-lista__icone {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }
}
