/* === economia-container === */

.economia-container {
    max-width: 1000px;
    margin: auto;
    padding: 2rem;
    font-family: Arial, sans-serif;
    color: #333;
    background: #3533cd;
    border-radius: 12px;
  }

  .economia-container h2 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .grupo-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .grupo {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
  }

  .grupo h3 {
    font-size: 22px;
    color: #3533cd;
    margin-bottom: 1rem;
  }

  .grupo ul {
    list-style: none;
    padding-left: 0;
  }

  .grupo ul li::before {
    content: "✔️";
    margin-right: 8px;
    color: #000000;
  }

  .tabela-diferenca {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
  }

  .tabela-diferenca th,
  .tabela-diferenca td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }

  .tabela-diferenca th {
    background-color: #000000;
    color: white;
  }

  .call-action {
    text-align: center;
    margin-top: 2rem;
    background: #000000;
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
  }

  .call-action strong {
    color: #3533cd;
  }

  @media (max-width: 768px) {
    .economia-container {
      padding: 1rem;
    }

    .grupo h3 {
      font-size: 20px;
    }

    .economia-container h2 {
      font-size: 24px;
    }
  }





/* Cor branca somente para os textos nas células */
.tabela-diferenca td {
  color: #ffffff;
}











/* === EXISTEM CORREÇÕES A FAZER DAQUI PARA BAIXO === */

/* === CONFIGURAÇÃO GERAL DO  SITE === */
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* === TOPO DO SITE === */
header {
  background: #ffffff;
  color: #000;
  padding: 20px;
  text-align: center;
}

/* === CONTEÚDO PRINCIPAL === */
main {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 0 10px #ccc;
  margin-top: 30px;
}

h1 {
  color: #3533cd;
}

/* === BLOCOS INFORMATIVOS === */
.benefits {
  background: #ffffff;
  padding: 15px;
  border-left: 5px solid #ffffff;
  margin-bottom: 20px;
}

/* === BLOCO LEX DE APRESENTAÇÃO === */
.bloco-lex {
  padding: 2rem;
  background-color: #ffffff;
}

.container-lex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
}

.video-lexa {
  flex-shrink: 0;
  width: 400px;
  height: 400px;
}

.video-lexa video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
 #box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.conteudo-lex {
  flex: 1 1 400px;
  max-width: 600px;
}

.conteudo-lex h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
  line-height: 1.5;
}

.conteudo-lex p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.conteudo-lex ul {
  margin: 1rem 0;
  padding-left: 1.2rem;
}

.conteudo-lex li {
  margin-bottom: 0.5rem;
}

 /* margem automática o subtitulo esta no meio centraliza */
.section-alexandria p {
  color: #f27e27;
  margin: 0 auto 1.5rem auto; /* margem automática centraliza */
  font-size: 1rem;
  max-width: 600px;           /* opcional: limita a largura para boa leitura */
  text-align: center;
}



/* === ALINHAMENTO DAS LETRAS  === */

.secao-descricao {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
}

.texto-descricao {
  flex: 1 1 500px;
  text-align: left;
  color: #333;
}

.texto-descricao h2 {
  color: #ad3aad;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.texto-descricao ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.texto-descricao li {
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
}

.imagem-descricao {
  flex: 1 1 400px;
  text-align: center;
}

.imagem-descricao img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}




/* Botão padrão btn-lex */
.btn-lex {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #3533cd ;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-lex:hover,
.btn-lex:focus {
  background-color: #00000080;
  transform: scale(1.05);
}



/* === BOTÃO  === */

.btn-lex {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #3533cd; /* cor padrão */
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-lex:hover,
.btn-lex:focus {
  background-color: #00000080; /* cor no hover/toque */
}






/* === MENU INICIO === */




.bolha-menu {
  position: fixed;
  bottom: 20px;
  right: 20px; /* <-- agora na direita */
  background-color: #3533cd;
  color: #ffffff;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(173, 58, 173, 0.6);
  cursor: pointer;
  z-index: 9999;
  animation: piscar-lex 1.8s infinite;
  transition: all 0.3s ease;
}

.bolha-menu:hover {
  background-color: #00000080;
  color: #ad3aad;
}

.menu-lex-flutuante {
  position: fixed;
  bottom: 80px;
  right: 20px; /* <-- agora na direita também */
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9998;
  transition: all 0.3s ease;
}

.btn-menu-lex-flutuante {
  background-color: #3533cd;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease;
  animation: piscar-lex 2s infinite;
}

.btn-menu-lex-flutuante:hover {
  background-color: #00000080;
  color: #3533cd;
  transform: scale(1.05);
}

.oculto {
  display: none !important;
}

@keyframes piscar-lex {
  0%, 100% {
    box-shadow: 0 0 10px rgba(253, 158, 21, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(253, 158, 21, 0.9);
  }
}



/* === MENU FINAL === */




/* === BLOCO: do Formulario de simulação === */



.bloco-formulario {
  background-color: #f9f9f9;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.formulario-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  overflow: hidden;
}

.formulario-conteudo {
  flex: 1 1 60%;
  padding: 30px;
}

.formulario-titulo {
  font-size: 1.6rem;
  color: #ad3aad;
  margin-bottom: 15px;
}

.formulario-conteudo p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.formulario-integrado {
  margin-top: 20px;
}

.formulario-imagem {
  flex: 1 1 40%;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formulario-imagem img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}

/* Responsividade */
@media (max-width: 768px) {
  .formulario-container {
    flex-direction: column;
  }
  .formulario-conteudo, .formulario-imagem {
    flex: 1 1 100%;
    padding: 20px;
  }
}







/* === BLOCO: Vídeos Alexandria com moldura branca e botão de play central === */
.section-alexandria {
  background: #ffffff;
  padding: 2rem 1rem;
  text-align: center;
}

.section-alexandria h2 {
  color: #ad3aad;
  margin-bottom: 0.5rem;
}

.section-alexandria p {
  color: #f27e27;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.videos-alexandria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1 / 1;
  background: #ffffff; /* Moldura branca */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.custom-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5) url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><polygon points="20,15 50,30 20,45"/></svg>') no-repeat center center;
  background-size: 40%;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.video-container.playing .custom-play {
  display: none;
}






/* === LOGO CENTRAL COM PULSO E ESCALA === */
.logo-final {
  display: flex;
  justify-content: center;
  margin: 40px 0 10px;
}

.logo-final img {
  width: 120px;
  height: auto;
  border-radius: 50%;
  animation: pulse-multi-scale 1.5s infinite;
}

/* Pulso da logo com cores */
@keyframes pulse-multi-scale {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(173, 58, 173, 0.6);
  }
  33% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(242, 126, 39, 0);
  }
  66% {
    transform: scale(1.08);
    box-shadow: 0 0 0 20px rgba(253, 158, 21, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(173, 58, 173, 0);
  }
}


/* === TÍTULO COM EFEITO === */
.titulo-pulsante {
  text-align: center;
  font-size: 1.4rem;
  color: #3533cd;
  font-weight: bold;
  margin-bottom: 2rem;
  animation: title-glow 2s infinite ease-in-out;
}

/* Pulso do texto */
@keyframes title-glow {
  0%   { text-shadow: 0 0 2px #00000080; }
  50%  { text-shadow: 0 0 10px #3533cd; }
  100% { text-shadow: 0 0 2px #00000080; }
}



/* TITULO E SUBTITULO DA CALCULADORA */
.simulador-ganhos h2,
.simulador-ganhos p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1.5rem auto;
  color: #3533cd;
}

/* Define o Stylo do instale o aplicativo lex*/



/* ==== SIMULADOR DE GANHOS COM IMAGEM E CALCULADORA LADO A LADO ==== */

















/* ==== SEÇÃO DO SIMULADOR DAQUI PARA SIMA ==== */


/* === BLOCO DE GANHOS COM IMAGEM À DIREITA === */
.bloco-ganhos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  gap: 2rem;
}

.ganhos-conteudo {
  flex: 1 1 550px;
}

.ganhos-titulo {
  font-size: 2rem;
  color: #ad3aad;
  margin-bottom: 1rem;
}

.ganhos-descricao {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.ganhos-lista {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}

.ganhos-lista li {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

/* Botão com cores padrão */
.btn-lex {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #3533cd;
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-lex:hover,
.btn-lex:focus {
  background-color: #3533cd;
}

/* Imagem à direita */
.ganhos-imagem {
  flex: 1 1 400px;
  text-align: center;
}

.ganhos-imagem img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* Responsivo */
@media (max-width: 768px) {
  .bloco-ganhos {
    flex-direction: column;
    text-align: center;
  }

  .ganhos-conteudo,
  .ganhos-imagem {
    flex: 1 1 100%;
  }
}





/* === RESPONSIVIDADE === */
@media (max-width: 768px) {
  .container-lex {
    flex-direction: column;
    text-align: center;
  }

  .video-lexa {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .video-lexa video {
    height: auto;
  }

  .conteudo-lex {
    max-width: 100%;
  }
}


/* === CONTANER GANHOS === */
.bloco-ganhos {
  padding: 2rem;
  background-color: #ffffff;
}

.container-ganhos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 2rem;
}

.texto-ganhos {
  flex: 1 1 55%;
  text-align: left;
}

.texto-ganhos h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.texto-ganhos p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.bloco-ganhos-sub h3 {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #333;
}

.bloco-ganhos-sub ul {
  list-style: none;
  padding-left: 0;
}

.bloco-ganhos-sub li {
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
  position: relative;
}

.bloco-ganhos-sub li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
}

.imagem-ganhos {
  flex: 1 1 40%;
  text-align: center;
}

.imagem-ganhos img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
 #box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
/* === BOTÃO PADRÃO === */
.btn-lex {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ad3aad; /* roxo padrão */
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-lex:hover,
.btn-lex:focus {
  background-color: #f27e27; /* laranja ao passar o mouse ou tocar */
}


/* Responsivo */
@media (max-width: 768px) {
  .container-ganhos {
    flex-direction: column;
    text-align: center;
  }

  .texto-ganhos {
    text-align: center;
  }

  .bloco-ganhos-sub {
    text-align: left;
    margin-top: 1.5rem;
  }

  .bloco-ganhos-sub li {
    padding-left: 0;
  }

  .bloco-ganhos-sub li::before {
    display: none;
  }

  .imagem-ganhos img {
    max-width: 100%;
  }
}


/* Responsivo */
@media (max-width: 768px) {
  .conteudo-ganhos {
    text-align: center;
  }

  .bloco-ganhos-sub {
    text-align: center;
  }

  .bloco-ganhos-sub li {
    padding-left: 0;
  }

  .bloco-ganhos-sub li::before {
    display: none;
  }
}


/* Responsivo */
@media (max-width: 768px) {
  .container-ganhos {
    flex-direction: column;
    text-align: center;
  }

  .imagem-ganhos img {
    max-width: 300px;
  }

  .conteudo-ganhos {
    max-width: 100%;
  }
}



/* === BLOCO DE AFILIADO COM IMAGEM À ESQUERDA === */
.bloco-afiliado {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  gap: 2rem;
}

.afiliado-imagem {
  flex: 1 1 400px;
  text-align: center;
}

.afiliado-imagem img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.afiliado-conteudo {
  flex: 1 1 600px;
  color: #1a1a1a;
}

.afiliado-titulo {
  font-size: 2rem;
  color: #ad3aad;
  margin-bottom: 1rem;
}

.afiliado-lista {
  margin: 1rem 0;
  padding-left: 1.2rem;
}

.afiliado-lista li {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

/* Botão com cores padrão */
.btn-lex {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #ad3aad;
  color: #fff;
  font-weight: bold;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-lex:hover,
.btn-lex:focus {
  background-color: #f27e27;
}

/* Responsivo */
@media (max-width: 768px) {
  .bloco-afiliado {
    flex-direction: column;
    text-align: center;
  }

  .afiliado-conteudo,
  .afiliado-imagem {
    flex: 1 1 100%;
  }
}




/* ===BLOCO LEGAL LEI REGULAMENTAR DA ENERGIA === */


.bloco-legal {
  background-color: #ffffff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.legal-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  background-color: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  overflow: hidden;
}

.legal-imagem {
  flex: 1 1 40%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-imagem img {
  max-width: 100%;
  height: auto;
}

.legal-conteudo {
  flex: 1 1 60%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.legal-titulo {
  font-size: 1.5rem;
  color: #ad3aad;
  margin-bottom: 15px;
}

.legal-conteudo p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.legal-imagem img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 470px; /* Limite de altura para desktop */
}

@media (max-width: 768px) {
  .legal-imagem img {
    max-height: 300px; /* Menor ainda no celular, se quiser */
  }
}






.bloco-legal {
  padding: 2rem;
  background-color: #f8f8f8;
}

.legal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* garante que quebre no mobile */
}

.legal-imagem img {
  max-width: 100%;
  height: auto;
  display: block;
}

.legal-imagem {
  flex: 1 1 300px;
  text-align: center;
}

.legal-conteudo {
  flex: 1 1 300px;
}

.legal-titulo {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* 👇 Responsividade para celular */
@media (max-width: 768px) {
  .legal-container {
    flex-direction: column;
    padding: 1rem;
  }

  .legal-imagem,
  .legal-conteudo {
    width: 100%;
    text-align: center;
  }

  .legal-titulo {
    font-size: 1.25rem;
  }
}













/* === BOTÃO FLUTUANTE DO WHATSAPP === */
.whatsapp-button {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: pulse 2s infinite;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-icon {
  width: 35px;
  height: 35px;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
  .whatsapp-button {
    bottom: 75px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
}

/* === RODAPÉ === */
.footer-bottom {
  background-color: #111;
  color: #ccc;
  text-align: center;
  padding: 15px 10px;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: #ec6b2c;
  text-decoration: none;
  font-weight: bold;
}

.footer-bottom a:hover {
  color: #8e528f;
}
/* === final do rodape antigo daui para cima === */







.footer-final {
  background-color: #f27e27;
  padding: 1rem 0;
}

.rodape-direitos {
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 0.95rem;
}

.rodape-direitos a {
  color: #ffffff;
  text-decoration: underline;
}



/* === MELHORIA DE LEGIBILIDADE E ALINHAMENTO === */

body {
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
}

h1, h2, h3 {
  line-height: 1.3;
  margin-top: 0;
}

p, ul, li {
  text-align: left;
  margin-bottom: 1rem;
}

/* === PADRONIZA TÍTULOS COM COR PRINCIPAL === */
h2, .titulo-pulsante {
  color: #ad3aad;
  font-weight: 700;
  text-align: center;
}

/* === LISTAS BONITAS === */
ul {
  padding-left: 1.5rem;
}
ul li::marker {
  color: #f27e27;
}

/* === BOTÕES COM PADRÃO UNIFICADO === */
.btn-lex {
  background-color: #ad3aad;
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.btn-lex:hover,
.btn-lex:focus {
  background-color: #f27e27;
}




/* ===SIMULADOR === */



.formulario-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  overflow: hidden;
}

.formulario-conteudo {
  flex: 1 1 60%;
  padding: 30px;
}

.formulario-imagem {
  flex: 1 1 40%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.formulario-imagem img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
}

/* Responsivo para celular */
@media (max-width: 768px) {
  .formulario-container {
    flex-direction: column;
  }

  .formulario-conteudo,
  .formulario-imagem {
    flex: 1 1 100%;
    padding: 20px;
  }

  .formulario-imagem img {
    max-height: 220px;
    width: auto;
  }
}

