/* Start custom CSS for html, class: .elementor-element-ded1d4a */.fam2-topbar {
  background: linear-gradient(90deg, #4F0B55 0%, #9D3BA6 100%);
  padding: 10px 24px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.fam2-topbar__texto {
  margin: 0;
  max-width: 1200px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: uppercase;
}

/* ---- MOBILE ---- */
@media (max-width: 768px) {
  .fam2-topbar { padding: 10px 16px; }
  .fam2-topbar__texto { font-size: 11.5px; line-height: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b6b5ad */.fam2-hero {
  background: #f2f1f4;
  padding: 90px 100px;
  box-sizing: border-box;
}
.fam2-hero * {
  box-sizing: border-box;
}
.fam2-hero__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.fam2-hero__conteudo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fam2-hero__icone-topo {
  width: 44px;
  height: 44px;
  background: #4a1462;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fam2-hero__icone-topo img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.fam2-hero__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.3px;
  color: #4a1462;
  margin: 0;
}
.fam2-hero__desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #4a4a4a;
  margin: 0;
  max-width: 480px;
}
.fam2-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  background: #1a5c38;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 50px;
  margin-top: 6px;
}
.fam2-hero__btn-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
  flex-shrink: 0;
}
.fam2-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.fam2-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1def0;
  color: #7a2382;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 50px;
}
.fam2-hero__pill img {
  width: 13px;
  height: 13px;
  object-fit: contain;
}
.fam2-hero__imagem {
  border-radius: 12px;
  overflow: hidden;
}
.fam2-hero__imagem img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

/* ---- TABLET ---- */
@media (max-width: 1024px) {
  .fam2-hero { padding: 70px 40px; }
  .fam2-hero__container { grid-template-columns: 1fr; gap: 40px; }
  .fam2-hero__imagem img { height: 420px; }
}

/* ---- MOBILE (centralizado) ---- */
@media (max-width: 768px) {
  .fam2-hero { padding: 50px 20px; }
  .fam2-hero__conteudo { align-items: center; text-align: center; }
  .fam2-hero__title { font-size: 28px; line-height: 34px; }
  .fam2-hero__desc { text-align: center; }
  .fam2-hero__btn { margin: 6px auto 0; }
  .fam2-hero__pills { justify-content: center; }
  .fam2-hero__imagem img { height: 320px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d21d986 */.fam2-problema {
  background: #f2f1f4;
  padding: 90px 100px;
  box-sizing: border-box;
}
.fam2-problema * {
  box-sizing: border-box;
}
.fam2-problema__container {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fam2-problema__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fam2-problema__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.3px;
  color: #4a1462;
  margin: 0;
}
.fam2-problema__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 23px;
  color: #5a5a5a;
  max-width: 800px;
  margin: 0 auto;
}

.fam2-problema__grid-topo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.fam2-problema__grid-baixo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
.fam2-card {
  background: #ffffff;
  border: 1px solid #e6e5e9;
  border-radius: 10px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  min-width: 0;
}
.fam2-card__icone {
  width: 56px;
  height: 56px;
  background: #f2f1f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fam2-card__icone img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.fam2-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4a1462;
  margin: 0;
}
.fam2-card p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #6a6a6a;
  margin: 0;
}

/* ---- TABLET ---- */
@media (max-width: 1024px) {
  .fam2-problema { padding: 70px 40px; }
  .fam2-problema__grid-topo { grid-template-columns: repeat(2, 1fr); }
  .fam2-problema__grid-baixo { grid-template-columns: repeat(2, 1fr); }
}

/* ---- MOBILE (centralizado) ---- */
@media (max-width: 768px) {
  .fam2-problema { padding: 50px 20px; }
  .fam2-problema__title { font-size: 24px; line-height: 30px; }
  .fam2-problema__grid-topo,
  .fam2-problema__grid-baixo {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e6a308 */.fam2-passos {
  background: linear-gradient(135deg, ##4F0B55 0%, ##9D3BA6 100%);
  padding: 70px 100px;
  box-sizing: border-box;
}
.fam2-passos * {
  box-sizing: border-box;
}
.fam2-passos__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.fam2-passos__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.fam2-passos__grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.fam2-passo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  max-width: 220px;
}
.fam2-passo__numero {
  width: 40px;
  height: 40px;
  background: #f2f1f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4a1462;
}
.fam2-passo h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}
.fam2-passo p {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  line-height: 18px;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.fam2-passo__linha {
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.4);
  margin-top: 20px;
  flex-shrink: 0;
}

/* Reaproveitando o botão do Hero, com fundo verde igual */
.fam2-passos .fam2-hero__btn {
  margin-top: 4px;
}

/* ---- TABLET ---- */
@media (max-width: 1024px) {
  .fam2-passos { padding: 56px 40px; }
  .fam2-passos__grid { flex-wrap: wrap; }
  .fam2-passo__linha { display: none; }
}

/* ---- MOBILE (centralizado) ---- */
@media (max-width: 768px) {
  .fam2-passos { padding: 48px 20px; }
  .fam2-passos__title { font-size: 22px; line-height: 28px; }
  .fam2-passos__grid {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .fam2-passo__linha { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9671915 */.fam2-atendimento {
  background: #f2f1f4;
  padding: 90px 100px;
  box-sizing: border-box;
}
.fam2-atendimento * {
  box-sizing: border-box;
}
.fam2-atendimento__grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.fam2-atendimento__imagem {
  border-radius: 10px;
  overflow: hidden;
}
.fam2-atendimento__imagem img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.fam2-atendimento__conteudo {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fam2-atendimento__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.3px;
  color: #4a1462;
  margin: 0;
}
.fam2-atendimento__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #5a5a5a;
  margin: 0;
}
.fam2-atendimento__lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fam2-atendimento__lista li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #3a3a3a;
}
.fam2-atendimento__check {
  width: 22px;
  height: 22px;
  background: #4a1462;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fam2-atendimento__check img {
  width: 11px;
  height: 11px;
  object-fit: contain;
}

/* ---- TABLET ---- */
@media (max-width: 1024px) {
  .fam2-atendimento { padding: 70px 40px; }
  .fam2-atendimento__grid { grid-template-columns: 1fr; gap: 40px; }
  .fam2-atendimento__imagem { max-width: 500px; margin: 0 auto; }
}

/* ---- MOBILE (centralizado) ---- */
@media (max-width: 768px) {
  .fam2-atendimento { padding: 50px 20px; }
  .fam2-atendimento__title { font-size: 24px; line-height: 30px; text-align: center; }
  .fam2-atendimento__desc { text-align: center; }
  .fam2-atendimento__conteudo { align-items: center; }
  .fam2-atendimento__lista { align-items: flex-start; }
  .fam2-atendimento__imagem img { height: 360px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab747a5 */.fam2-cta-final {
  background: linear-gradient(135deg, ##4F0B55 0%, ##9D3BA6 100%);
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.fam2-cta-final * {
  box-sizing: border-box;
}
.fam2-cta-final__container {
  max-width: 780px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.fam2-cta-final__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 34px;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin: 0;
}
.fam2-cta-final__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 22px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  max-width: 620px;
}
.fam2-cta-final .fam2-hero__btn {
  margin-top: 10px;
}
.fam2-cta-final__nota {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin: 4px 0 0;
}

/* ---- MOBILE (já centralizado por padrão, só ajusta fonte/padding) ---- */
@media (max-width: 768px) {
  .fam2-cta-final { padding: 56px 20px; }
  .fam2-cta-final__title { font-size: 22px; line-height: 28px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe98793 */.fam2-footer {
  background: #E1E3E4;
  padding: 20px 24px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.fam2-footer__copyright {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #4a1462;
  text-align: center;
}

/* ---- MOBILE ---- */
@media (max-width: 768px) {
  .fam2-footer { padding: 16px 20px; }
  .fam2-footer__copyright { font-size: 11.5px; line-height: 18px; }
}/* End custom CSS */