@media only screen and (min-width: 320px) and (max-width: 359px) { 

      /*-- ============================================
     SECTION -  BANNER  HEADER
     ============================================ */
     body { padding: 10px; background-color: #f1f1f1;}
     section#bannerHeader { background-color: red;  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762801193/GA%CC%81VEA_VIDA_3_2_page-0001_qpqpdg.jpg) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 20px 40px;   background: rgba(0, 0, 0, 0.6);   transition: all 0.3s ease;   position: relative;   z-index: 900;  border-radius: 20px;  position: fixed;  top: 0;  left: 0;  right: 0;  width: 96%;  z-index: 1000; margin: 20px auto;   transition: opacity 0.5s ease; }
     section#bannerHeader header.headerBanner div.header-logo-link a img { width: 100px; }
     section#bannerHeader header.headerBanner div.header-nav-links { display: flex; align-items: center; ;}
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions {  display: flex; align-items: center; gap: 60px; }
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions li a { color: #fff; font-size: 18px; font-weight: 600; }
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header {  display: none;}

      /*-- ============================================
     SECTION -  TIPOLOGIA
     ============================================ */

     section#tipologia-empreendimento {  width: 100%; height: 100%; padding: 20px 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762611357/shape-bg_ofqwjl.webp) top/ cover no-repeat;position: relative; border-radius: 20px; margin-top: 10px; }
     section#tipologia-empreendimento div.container-tipologia { display: flex; flex-direction: column; gap: 10px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia { background-color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding:  0px 20px; border-radius: 20px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia i { color: #FF763B; font-size: 24px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia span.dados-tipologia { margin-top: 18px;  text-align: right;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  h3.titulo-tipologia { font-size: 14px; color: #FF763B; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #FF763B; font-weight: 600;}

    /*-- ============================================
     MAIN SECTION -  DESCRICÃO COMPLETA + GALERIA DE FOTOS
     ============================================ */
   
     main#main-descricao-completa { padding: 50px 0px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 18px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #FF763B; padding-bottom: 10px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta,  p {  font-size: 14px; line-height: 28px; padding-bottom: 20px; }
     main#main-descricao-completa section.galeria-fotos-empreendimento { width: 100%; height: 180px; padding: 30px 20px;  background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762618670/banner_em_breve_wbja2y.webp); background-size: contain; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; right: 0px; background-color: #FF763B; color: #fff;  width: 100%; padding: 10px 0px; border-radius: 20px; font-size: 16px; font-weight: 600; border:  2px solid #fff;  }

     /* ========================================
   CSS LOCALIZAÇÃO - GÁVEA + VIDA
   Desktop / Tablet (1024px+)
   ======================================== */

/* SEÇÃO PRINCIPAL */
section.localizacao-empreendimento { width: 100%; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 50px 10px; position: relative; overflow: hidden; }

/* CONTAINER */
.container-localizacao { max-width: 100%; margin: 0 auto; padding: 0 0px; }

/* HEADER DA SEÇÃO */
.header-localizacao { text-align: center; margin-bottom: 20px; }
.subtitulo-localizacao { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #FF763B; background: rgba(251, 169, 92, 0.1); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 700; color: #2C3E50; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.descricao-localizacao { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 500; color: #FF763B; }

/* TEXTO PRINCIPAL */
.texto-principal-localizacao { background: #ffffff; padding: 40px 20px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; border-left: 5px solid #FF763B; }
.texto-principal-localizacao p { font-family: 'Urbanist', sans-serif; font-size: 14px; line-height: 1.8; color: #555555; margin: 0; }
.texto-principal-localizacao strong { color: #2C3E50; font-weight: 600; }

/* GRID DE DISTÂNCIAS */
.grid-distancias { display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px; margin-bottom: 80px; }

/* CARDS DE DISTÂNCIA */
.card-distancia { background: #ffffff; padding: 35px 25px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); text-align: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.card-distancia::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%);; transform: scaleX(0); transition: transform 0.3s ease; }
.card-distancia:hover { transform: translateY(-8px); box-shadow: 0 15px 45px rgba(251, 169, 92, 0.1); border-color: #ff763b; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); color: #ffffff; }
.card-distancia.destaque-puc .icone-distancia i { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.card-distancia.destaque-puc .titulo-ponto { color: #ffffff; }
.card-distancia.destaque-puc .valor-distancia { color: #ffffff; }
.card-distancia.destaque-puc .tempo-distancia { color: rgba(255, 255, 255, 0.9); }

/* ÍCONE */
.icone-distancia { margin-bottom: 20px; }
.icone-distancia i { font-size: 48px; color: #FF763B; background: rgba(251, 169, 92, 0.1); ; width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.card-distancia:hover .icone-distancia i { transform: scale(1.1) rotate(5deg); }

/* INFO */
.info-distancia { }
.titulo-ponto { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #FF763B; margin-bottom: 8px; line-height: 1; }
.tempo-distancia { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; display: block; }

/* CATEGORIAS */
.categorias-localizacao { display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px; margin-bottom: 80px; }

/* CATEGORIA BOX */
.categoria-box { background: #ffffff; padding: 35px 30px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-left: 4px solid #FF763B; }
.categoria-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }

/* CATEGORIA HEADER */
.categoria-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.categoria-header i { font-size: 28px; color: #FF763B; }
.categoria-header h3 { font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #2C3E50; margin: 0; }

/* LISTA */
.lista-pontos { list-style: none; padding: 0; margin: 0; }
.lista-pontos li { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #555555; padding: 12px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.2s ease; }
.lista-pontos li:last-child { border-bottom: none; }
.lista-pontos li:hover { color: #FF763B; padding-left: 10px; }
.lista-pontos li strong { color: #2C3E50; font-weight: 600; }

/* MAPA CONTAINER */
.mapa-container { background: #ffffff; padding: 50px 20px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; }

/* MAPA HEADER */
.mapa-header { text-align: center; margin-bottom: 0px; }
.titulo-mapa { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; }
.subtitulo-mapa { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #888888; }

/* MAPA WRAPPER */
.mapa-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); margin-bottom: 10px; }
.imagem-mapa { width: 100%; height: auto; display: block;}

/* MAPA OVERLAY */
.mapa-overlay { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.endereco-badge { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 20px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 20px; }
.endereco-badge i { font-size: 32px; color: #FF763B; }
.endereco-info {}
.endereco-rua { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin: 0 0 5px 0; }
.endereco-bairro { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; color: #555555; margin: 0 0 3px 0; }
.endereco-cep { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; margin: 0; }

/* MAPA AÇÕES */
.mapa-acoes { display: flex; gap: 20px; justify-content: center; flex-direction: column;}
.btn-google-maps { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #EA4335; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(234, 67, 53, 0.3); justify-content: center;}
.btn-google-maps:hover { background: #D33426; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(234, 67, 53, 0.4); }
.btn-google-maps i { font-size: 20px; }

.btn-waze { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #33CCFF; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(51, 204, 255, 0.3); }
.btn-waze:hover { background: #1EB8E8; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(51, 204, 255, 0.4); }
.btn-waze i { font-size: 20px; }

/* CTA LOCALIZAÇÃO */
.cta-localizacao { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); padding: 60px 10px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; margin-top: 40px; }
.cta-localizacao::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: pulse 8s ease-in-out infinite; }

@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* CTA CONTENT */
.cta-content { position: relative; z-index: 2; }
.cta-titulo { font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.95); margin-bottom: 35px; }

/* CTA BOTÕES */
.cta-botoes { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-cta { font-family: 'Urbanist', sans-serif; width: 100%;; font-size: 18px; font-weight: 700; color: #fff; background: #25D366; padding: 18px 10px; border-radius: 50px; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; gap: 12px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.btn-whatsapp-cta:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25); background: #f8f8f8; color: #25D366; border: 2px solid #25D366; }
.btn-whatsapp-cta i { font-size: 24px; color: #fff; }
.btn-whatsapp-cta i:hover { font-size: 24px; color: #25D366; }

.btn-telefone-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); width: 100%; justify-content: center; }
.btn-telefone-cta:hover { background: rgba(255, 255, 255, 0.3); border-color: #25D366; transform: translateY(-5px);  color: #25D366;}
.btn-telefone-cta i { font-size: 20px; }

   /* ========================================
   FOOTER
   ======================================== */

   footer#footer-empreendimento {width: 100%;  padding: 10px 0px; position: relative; overflow: hidden; position: relative; margin-top: -90px;}
   footer#footer-empreendimento form { background-color: #2F2F2E; padding: 30px 20px; border-radius: 20px 20px 0px 0px; }
   footer#footer-empreendimento form div.container-formulario-form {  display: flex; align-items: center; flex-direction: column; justify-content: space-between; gap: 10px; padding: 30px 20px; border: 2px double #FF763B; border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid#FF763B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: #FF763B;  font-weight: 600; margin-bottom: -10px; }
   footer#footer-empreendimento form div.container-formulario-form div.form-input input { width: 100%; height: 100%; padding: 10px;  background-color: transparent;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #FF763B; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background-color: #FF763B ;margin-top: 20px; width: 300px; height: 100%; padding: 10px 0px; border-radius: 20px; font-size: 18px;color: #fff; font-weight: 600; ;}
   footer#footer-empreendimento form  button.form-submit:hover {  background-color: #fff; color: #FF763B; border:  1px solid #FF763B; }
   footer#footer-empreendimento form div.politica-privacidade { display: flex; align-items: center; width: 1100%; height: 100%; margin-top: 0px;  gap: 10px;}
   footer#footer-empreendimento form div.politica-privacidade p {  margin-top: 20px; color: #fff; font-size: 14px; width: 300px; ;}
   footer#footer-empreendimento form div.politica-privacidade p a { color: #FF763B; border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 0px 0px 30px 0px; align-items: center; justify-content: space-between; flex-direction: column; gap: 30px; background-color: #2F2F2E; border-radius: 0px 0px 20px 20px;}
   footer#footer-empreendimento div.footer-logos img {  width: 100px; height: 100%;}
   footer#footer-empreendimento p.empreendimento-direitos { text-align: center; padding: 10px 20px; }
   footer#footer-empreendimento div.desenvolvimento {  display: flex; align-items: center; gap: 10px; justify-content: center;}
   footer#footer-empreendimento div.desenvolvimento span, a { font-size: 14px; }

 }

 @media only screen and (min-width: 360px) and (max-width: 729px) { 

   /*-- ============================================
     SECTION -  BANNER  HEADER
     ============================================ */
     body { padding: 10px; background-color: #f1f1f1;}
     section#bannerHeader {  width: 100%;  height: 97vh; padding: 20px 10px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762801643/popup_em_breve_ampalb.webp) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 10px 20px;   background: rgba(0, 0, 0, 0.6);   transition: all 0.3s ease;   position: relative;   z-index: 900;  border-radius: 20px; position: fixed;  top: 0;  left: 0;  right: 0;  width: 90%;  z-index: 1000; margin: 20px auto;   transition: opacity 0.5s ease; }
     section#bannerHeader header.headerBanner div.header-logo-link a img { width: 50px; }
     section#bannerHeader header.headerBanner div.header-nav-links { display: flex; align-items: center; ;}
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions {  display: none; align-items: center; gap: 60px; }
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions li a { color: #fff; font-size: 18px; font-weight: 600; }
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header {  display: flex; color: #fff; align-items: center; gap: 8px;}
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header:hover { color: #FF763B; }

      /*-- ============================================
     SECTION -  TIPOLOGIA
     ============================================ */

     section#tipologia-empreendimento {  width: 100%; height: 100%; padding: 20px 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762611357/shape-bg_ofqwjl.webp) top/ cover no-repeat;position: relative; border-radius: 20px; margin-top: 10px; display: none; }
     section#tipologia-empreendimento div.container-tipologia { display: flex; flex-direction: column; gap: 10px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia { background-color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding:  0px 20px; border-radius: 20px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia i { color: #FF763B; font-size: 24px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia span.dados-tipologia { margin-top: 18px;  text-align: right;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  h3.titulo-tipologia { font-size: 14px; color: #FF763B; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #FF763B; font-weight: 600;}

    /*-- ============================================
     MAIN SECTION -  DESCRICÃO COMPLETA + GALERIA DE FOTOS
     ============================================ */
   
     main#main-descricao-completa { padding: 50px 10px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 18px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #FF763B; padding-bottom: 10px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta,  p {  font-size: 14px; line-height: 28px; padding-bottom: 20px; }
     main#main-descricao-completa section.galeria-fotos-empreendimento { width: 100%; height: 180px; padding: 30px 20px;  background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762618670/banner_em_breve_wbja2y.webp); background-size: contain; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; right: 0px; background-color: #FF763B; color: #fff;  width: 100%; padding: 10px 0px; border-radius: 20px; font-size: 16px; font-weight: 600; border:  2px solid #fff;  }

     /* ========================================
   CSS LOCALIZAÇÃO - GÁVEA + VIDA
   Desktop / Tablet (1024px+)
   ======================================== */

/* SEÇÃO PRINCIPAL */
section.localizacao-empreendimento { width: 100%; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 50px 10px; position: relative; overflow: hidden; }

/* CONTAINER */
.container-localizacao { max-width: 100%; margin: 0 auto; padding: 0 0px; }

/* HEADER DA SEÇÃO */
.header-localizacao { text-align: center; margin-bottom: 20px; }
.subtitulo-localizacao { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #FF763B; background: rgba(251, 169, 92, 0.1); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 700; color: #2C3E50; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.descricao-localizacao { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 500; color: #FF763B; }

/* TEXTO PRINCIPAL */
.texto-principal-localizacao { background: #ffffff; padding: 40px 20px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; border-left: 5px solid #FF763B; }
.texto-principal-localizacao p { font-family: 'Urbanist', sans-serif; font-size: 14px; line-height: 1.8; color: #555555; margin: 0; }
.texto-principal-localizacao strong { color: #2C3E50; font-weight: 600; }

/* GRID DE DISTÂNCIAS */
.grid-distancias { display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px; margin-bottom: 80px; }

/* CARDS DE DISTÂNCIA */
.card-distancia { background: #ffffff; padding: 35px 25px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); text-align: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.card-distancia::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%);; transform: scaleX(0); transition: transform 0.3s ease; }
.card-distancia:hover { transform: translateY(-8px); box-shadow: 0 15px 45px rgba(251, 169, 92, 0.1); border-color: #ff763b; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); color: #ffffff; }
.card-distancia.destaque-puc .icone-distancia i { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.card-distancia.destaque-puc .titulo-ponto { color: #ffffff; }
.card-distancia.destaque-puc .valor-distancia { color: #ffffff; }
.card-distancia.destaque-puc .tempo-distancia { color: rgba(255, 255, 255, 0.9); }

/* ÍCONE */
.icone-distancia { margin-bottom: 20px; }
.icone-distancia i { font-size: 48px; color: #FF763B; background: rgba(251, 169, 92, 0.1); ; width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.card-distancia:hover .icone-distancia i { transform: scale(1.1) rotate(5deg); }

/* INFO */
.info-distancia { }
.titulo-ponto { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #FF763B; margin-bottom: 8px; line-height: 1; }
.tempo-distancia { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; display: block; }

/* CATEGORIAS */
.categorias-localizacao { display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px; margin-bottom: 80px; }

/* CATEGORIA BOX */
.categoria-box { background: #ffffff; padding: 35px 30px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-left: 4px solid #FF763B; }
.categoria-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }

/* CATEGORIA HEADER */
.categoria-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.categoria-header i { font-size: 28px; color: #FF763B; }
.categoria-header h3 { font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #2C3E50; margin: 0; }

/* LISTA */
.lista-pontos { list-style: none; padding: 0; margin: 0; }
.lista-pontos li { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #555555; padding: 12px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.2s ease; }
.lista-pontos li:last-child { border-bottom: none; }
.lista-pontos li:hover { color: #FF763B; padding-left: 10px; }
.lista-pontos li strong { color: #2C3E50; font-weight: 600; }

/* MAPA CONTAINER */
.mapa-container { background: #ffffff; padding: 50px 20px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; }

/* MAPA HEADER */
.mapa-header { text-align: center; margin-bottom: 0px; }
.titulo-mapa { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; }
.subtitulo-mapa { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #888888; }

/* MAPA WRAPPER */
.mapa-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); margin-bottom: 10px; }
.imagem-mapa { width: 100%; height: auto; display: block;}

/* MAPA OVERLAY */
.mapa-overlay { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.endereco-badge { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 20px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 20px; }
.endereco-badge i { font-size: 32px; color: #FF763B; }
.endereco-info {}
.endereco-rua { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin: 0 0 5px 0; }
.endereco-bairro { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; color: #555555; margin: 0 0 3px 0; }
.endereco-cep { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; margin: 0; }

/* MAPA AÇÕES */
.mapa-acoes { display: flex; gap: 20px; justify-content: center; flex-direction: column;}
.btn-google-maps { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #EA4335; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(234, 67, 53, 0.3); justify-content: center;}
.btn-google-maps:hover { background: #D33426; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(234, 67, 53, 0.4); }
.btn-google-maps i { font-size: 20px; }

.btn-waze { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #33CCFF; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(51, 204, 255, 0.3); }
.btn-waze:hover { background: #1EB8E8; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(51, 204, 255, 0.4); }
.btn-waze i { font-size: 20px; }

/* CTA LOCALIZAÇÃO */
.cta-localizacao { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); padding: 60px 10px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; margin-top: 40px; }
.cta-localizacao::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: pulse 8s ease-in-out infinite; }

@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* CTA CONTENT */
.cta-content { position: relative; z-index: 2; }
.cta-titulo { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.95); margin-bottom: 35px; }

/* CTA BOTÕES */
.cta-botoes { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-cta { font-family: 'Urbanist', sans-serif; width: 100%;; font-size: 18px; font-weight: 700; color: #fff; background: #25D366; padding: 18px 10px; border-radius: 50px; text-decoration: none; display: inline-flex; justify-content: center; align-items: center; gap: 12px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.btn-whatsapp-cta:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25); background: #f8f8f8; }
.btn-whatsapp-cta i { font-size: 24px; color: #fff; }

.btn-telefone-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); }
.btn-telefone-cta:hover { background: rgba(255, 255, 255, 0.3); border-color: #25D366; transform: translateY(-5px);  color: #25D366;}
.btn-telefone-cta i { font-size: 20px; }

   /* ========================================
   FOOTER
   ======================================== */

   footer#footer-empreendimento {width: 100%;  padding: 10px 10px; position: relative; overflow: hidden; position: relative; margin-top: -100px;}
   footer#footer-empreendimento form { background-color: #2F2F2E; padding: 30px 20px; border-radius: 20px 20px 0px 0px; }
   footer#footer-empreendimento form div.container-formulario-form {  display: flex; align-items: center; flex-direction: column; justify-content: space-between; gap: 10px; padding: 30px 20px; border: 2px double #FF763B; border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid#FF763B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: #FF763B;  font-weight: 600; margin-bottom: -10px; }
   footer#footer-empreendimento form div.container-formulario-form div.form-input input { width: 100%; height: 100%; padding: 10px;  background-color: transparent; color: #FF6F2B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #FF763B; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background-color: #FF763B ;margin-top: 20px; width: 300px; height: 100%; padding: 10px 0px; border-radius: 20px; font-size: 18px;color: #fff; font-weight: 600; ;}
   footer#footer-empreendimento form  button.form-submit:hover {  background-color: #fff; color: #FF763B; border:  1px solid #FF763B; }
   footer#footer-empreendimento form div.politica-privacidade { display: flex; align-items: center; width: 1100%; height: 100%; margin-top: 0px;  gap: 10px;}
   footer#footer-empreendimento form div.politica-privacidade p {  margin-top: 20px; color: #fff; font-size: 14px; width: 300px; ;}
   footer#footer-empreendimento form div.politica-privacidade p a { color: #FF763B; border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 0px 0px 30px 0px; align-items: center; justify-content: space-between; flex-direction: column; gap: 30px; background-color: #2F2F2E; border-radius: 0px 0px 20px 20px;}
   footer#footer-empreendimento div.footer-logos img {  width: 100px; height: 100%;}
   footer#footer-empreendimento p.empreendimento-direitos { text-align: center; padding: 10px 20px; }
   footer#footer-empreendimento div.desenvolvimento {  display: flex; align-items: center; gap: 10px; justify-content: center;}
   footer#footer-empreendimento div.desenvolvimento span, a { font-size: 14px; }

  /* MODAL MOBILE */
.modal-menu-mobile {   display: none;   position: fixed;   top: 0;   left: 0;   width: 100%;   height: 100%;   background-color: #f5f5f5;   z-index: 9999;   overflow-y: auto;   animation: slideInModal 0.3s ease-out;}
.modal-menu-mobile.active {  display: block; }

@keyframes slideInModal {
   from {   transform: translate(-100%, -100%);}
   to {   transform: translate(0, 0);}
}

.modal-mobile-content {   width: 100%;   min-height: 100vh;   padding-bottom: 30px;}

/* Botão Voltar */
.btn-voltar-modal { position: absolute;   top: 20px;   left: 20px;   width: 40px;   height: 40px;   border-radius: 50%;   background-color: rgba(0, 0, 0, 0.3);   border: none;   color: white;   font-size: 18px;   cursor: pointer;   z-index: 10;   display: flex;   align-items: center;   justify-content: center;}

/* Header com Imagem */
.container-modal-imagem {  position: relative;  text-align: center;  padding-top: 80px;  padding-bottom: 30px;  background: url('https://res.cloudinary.com/ddofydope/image/upload/v1762788143/fotoLorraine_rqwzgk.jpg') center/cover;  background-size: cover;  background-position: center;  min-height: 280px;}

.container-modal-imagem::before {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));}

.modal-imagem {
   position: relative;
   width: 120px;
   height: 120px;
   margin: 0 auto 15px;
   border-radius: 50%;
   overflow: hidden;
   border: 4px solid #4A90E2;
   box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.modal-imagem img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.modal-nome {
   position: relative;
   color: white;
   font-size: 24px;
   font-weight: 600;
   margin: 0 0 5px;
   text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.moral-creci {
   position: relative;
   color: white;
   font-size: 14px;
   margin: 0;
   text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Botões de Ação */
.container-botoes-modal {
   display: flex;
   justify-content: center;
   gap: 30px;
   padding: 30px 20px;
   background-color: white;
}

.modal-phone,
.whatsapp-modal {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   border: none;
   font-size: 24px;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 2px 8px rgba(0,0,0,0.1);
   transition: transform 0.2s;
}

.modal-phone {
   background-color: #4A90E2;
   color: white;
}

.whatsapp-modal {
   background-color: #25D366;
   color: white;
}

.modal-phone:active,
.whatsapp-modal:active {
   transform: scale(0.95);
}

/* Informações */
.container-modal-info {
   background-color: white;
   padding: 0 20px;
}

.modal-valor {
   padding: 20px 0;
   border-bottom: 1px solid #e0e0e0;
}

.modal-valor:last-child {
   border-bottom: none;
}

.modal-label {
   display: block;
   color: #999;
   font-size: 13px;
   margin-bottom: 8px;
   text-transform: capitalize;
}

.modal-text {
   color: #333;
   font-size: 16px;
   margin: 0;
   font-weight: 500;
}

/* Links */
.modal-links {
   display: flex;
   justify-content: space-around;
   padding: 20px;
   background-color: white;
   margin-top: 10px;
}

.modal-links button {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 8px;
   background: none;
   border: none;
   cursor: pointer;
   padding: 10px;
}

.modal-links button i {
   font-size: 24px;
   color: #4A90E2;
}

.modal-links button span {
   font-size: 12px;
   color: #666;
}


}

@media only screen and (min-width: 730px) and (max-width: 767px) { 

  /*-- ============================================
     SECTION -  BANNER  HEADER
     ============================================ */
     body { padding: 10px; background-color: #f1f1f1;}
     section#bannerHeader { background-color: red;  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762801643/popup_em_breve_ampalb.webp) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 20px 40px;   background: rgba(0, 0, 0, 0.6);   transition: all 0.3s ease;   position: relative;   z-index: 900;  border-radius: 20px;  position: fixed;  top: 0;  left: 0;  right: 0;  width: 96%;  z-index: 1000; margin: 20px auto;   transition: opacity 0.5s ease;}
     section#bannerHeader header.headerBanner div.header-logo-link a img { width: 100px; }
     section#bannerHeader header.headerBanner div.header-nav-links { display: flex; align-items: center; ;}
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions {  display: flex; align-items: center; gap: 60px; }
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions li a { color: #fff; font-size: 18px; font-weight: 600; }
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header {  display: none;}

      /*-- ============================================
     SECTION -  TIPOLOGIA
     ============================================ */

     section#tipologia-empreendimento {  width: 100%; height: 100%; padding: 20px 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762611357/shape-bg_ofqwjl.webp) top/ cover no-repeat;position: relative; border-radius: 20px; margin-top: 10px; }
     section#tipologia-empreendimento div.container-tipologia { display: flex; flex-direction: column; gap: 10px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia { background-color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding:  0px 20px; border-radius: 20px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia i { color: #FF763B; font-size: 24px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia span.dados-tipologia { margin-top: 18px;  text-align: right;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  h3.titulo-tipologia { font-size: 14px; color: #FF763B; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #FF763B; font-weight: 600;}

    /*-- ============================================
     MAIN SECTION -  DESCRICÃO COMPLETA + GALERIA DE FOTOS
     ============================================ */
   
     main#main-descricao-completa { padding: 50px 20px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 22px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #FF763B; padding-bottom: 10px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta,  p {  font-size: 16px; line-height: 28px; padding-bottom: 20px; }
     main#main-descricao-completa section.galeria-fotos-empreendimento { width: 100%; height: 500px; padding: 30px 20px;  background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762618670/banner_em_breve_wbja2y.webp); background-size: 100% 100%; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; right: 10px; background-color: #FF763B; color: #fff;  width: 200px; padding: 10px 0px; border-radius: 20px; font-size: 16px; font-weight: 600; border:  2px solid #fff;  }

     /* ========================================
   CSS LOCALIZAÇÃO - GÁVEA + VIDA
   Desktop / Tablet (1024px+)
   ======================================== */

/* SEÇÃO PRINCIPAL */
section.localizacao-empreendimento { width: 100%; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 100px 20px; position: relative; overflow: hidden; }

/* CONTAINER */
.container-localizacao { max-width: 100%; margin: 0 auto; padding: 0 0px; }

/* HEADER DA SEÇÃO */
.header-localizacao { text-align: center; margin-bottom: 60px; }
.subtitulo-localizacao { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #FF763B; background: rgba(251, 169, 92, 0.1); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #2C3E50; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.descricao-localizacao { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 500; color: #FF763B; }

/* TEXTO PRINCIPAL */
.texto-principal-localizacao { background: #ffffff; padding: 40px 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; border-left: 5px solid #FF763B; }
.texto-principal-localizacao p { font-family: 'Urbanist', sans-serif; font-size: 18px; line-height: 1.8; color: #555555; margin: 0; }
.texto-principal-localizacao strong { color: #2C3E50; font-weight: 600; }

/* GRID DE DISTÂNCIAS */
.grid-distancias { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 80px; }

/* CARDS DE DISTÂNCIA */
.card-distancia { background: #ffffff; padding: 35px 25px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); text-align: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.card-distancia::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%);; transform: scaleX(0); transition: transform 0.3s ease; }
.card-distancia:hover { transform: translateY(-8px); box-shadow: 0 15px 45px rgba(251, 169, 92, 0.1); border-color: #ff763b; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); color: #ffffff; }
.card-distancia.destaque-puc .icone-distancia i { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.card-distancia.destaque-puc .titulo-ponto { color: #ffffff; }
.card-distancia.destaque-puc .valor-distancia { color: #ffffff; }
.card-distancia.destaque-puc .tempo-distancia { color: rgba(255, 255, 255, 0.9); }

/* ÍCONE */
.icone-distancia { margin-bottom: 20px; }
.icone-distancia i { font-size: 48px; color: #FF763B; background: rgba(251, 169, 92, 0.1); ; width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.card-distancia:hover .icone-distancia i { transform: scale(1.1) rotate(5deg); }

/* INFO */
.info-distancia { }
.titulo-ponto { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #FF763B; margin-bottom: 8px; line-height: 1; }
.tempo-distancia { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; display: block; }

/* CATEGORIAS */
.categorias-localizacao { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 80px; }

/* CATEGORIA BOX */
.categoria-box { background: #ffffff; padding: 35px 30px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-left: 4px solid #FF763B; }
.categoria-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }

/* CATEGORIA HEADER */
.categoria-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.categoria-header i { font-size: 28px; color: #FF763B; }
.categoria-header h3 { font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #2C3E50; margin: 0; }

/* LISTA */
.lista-pontos { list-style: none; padding: 0; margin: 0; }
.lista-pontos li { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #555555; padding: 12px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.2s ease; }
.lista-pontos li:last-child { border-bottom: none; }
.lista-pontos li:hover { color: #FF763B; padding-left: 10px; }
.lista-pontos li strong { color: #2C3E50; font-weight: 600; }

/* MAPA CONTAINER */
.mapa-container { background: #ffffff; padding: 50px 20px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; }

/* MAPA HEADER */
.mapa-header { text-align: center; margin-bottom: 40px; }
.titulo-mapa { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; }
.subtitulo-mapa { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #888888; }

/* MAPA WRAPPER */
.mapa-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); margin-bottom: 10px; }
.imagem-mapa { width: 100%; height: auto; display: block;}

/* MAPA OVERLAY */
.mapa-overlay { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.endereco-badge { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 20px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 20px; }
.endereco-badge i { font-size: 32px; color: #FF763B; }
.endereco-info {}
.endereco-rua { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin: 0 0 5px 0; }
.endereco-bairro { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; color: #555555; margin: 0 0 3px 0; }
.endereco-cep { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; margin: 0; }

/* MAPA AÇÕES */
.mapa-acoes { display: flex; gap: 20px; justify-content: center; }
.btn-google-maps { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #EA4335; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(234, 67, 53, 0.3); }
.btn-google-maps:hover { background: #D33426; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(234, 67, 53, 0.4); }
.btn-google-maps i { font-size: 20px; }

.btn-waze { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #33CCFF; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(51, 204, 255, 0.3); }
.btn-waze:hover { background: #1EB8E8; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(51, 204, 255, 0.4); }
.btn-waze i { font-size: 20px; }

/* CTA LOCALIZAÇÃO */
.cta-localizacao { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); padding: 60px 50px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; margin-top: 40px; }
.cta-localizacao::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: pulse 8s ease-in-out infinite; }

@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* CTA CONTENT */
.cta-content { position: relative; z-index: 2; }
.cta-titulo { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.95); margin-bottom: 35px; }

/* CTA BOTÕES */
.cta-botoes { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #fff; background: #25D366; padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.btn-whatsapp-cta:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25); background: #f8f8f8; }
.btn-whatsapp-cta i { font-size: 24px; color: #fff; }

.btn-telefone-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); }
.btn-telefone-cta:hover { background: rgba(255, 255, 255, 0.3); border-color: #25D366; transform: translateY(-5px);  color: #25D366;}
.btn-telefone-cta i { font-size: 20px; }

   /* ========================================
   FOOTER
   ======================================== */

   footer#footer-empreendimento {width: 100%;  padding: 10px 30px; position: relative; overflow: hidden; position: relative; margin-top: -100px;}
   footer#footer-empreendimento form { background-color: #2F2F2E; padding: 30px 20px; border-radius: 20px 20px 0px 0px; }
   footer#footer-empreendimento form div.container-formulario-form {  display: flex; align-items: center; flex-direction: column; justify-content: space-between; gap: 10px; padding: 30px 20px; border: 2px double #FF763B; border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid#FF763B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: #FF763B;  font-weight: 600; margin-bottom: -10px; }
   footer#footer-empreendimento form div.container-formulario-form div.form-input input { width: 100%; height: 100%; padding: 10px;  background-color: transparent; color: #FF6F2B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #FF763B; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background-color: #FF763B ;margin-top: 20px; width: 300px; height: 100%; padding: 10px 0px; border-radius: 20px; font-size: 18px;color: #fff; font-weight: 600; ;}
   footer#footer-empreendimento form  button.form-submit:hover {  background-color: #fff; color: #FF763B; border:  1px solid #FF763B; }
   footer#footer-empreendimento form div.politica-privacidade { display: flex; align-items: center; width: 1100%; height: 100%; margin-top: 0px;  gap: 10px;}
   footer#footer-empreendimento form div.politica-privacidade p {  margin-top: 20px; color: #fff; font-size: 14px; }
   footer#footer-empreendimento form div.politica-privacidade p a { color: #FF763B; border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 30px 70px; align-items: center; justify-content: space-between; background-color: #2F2F2E; border-radius: 0px 0px 20px 20px;}
   footer#footer-empreendimento div.footer-logos img {  width: 150px; height: 100%;}
   footer#footer-empreendimento p.empreendimento-direitos { text-align: center; padding: 10px 0px;}
   footer#footer-empreendimento div.desenvolvimento {  display: flex; align-items: center; gap: 10px; justify-content: center;}
   footer#footer-empreendimento div.desenvolvimento span, a { font-size: 14px; }

  /* MODAL MOBILE */
.modal-menu-mobile {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #f5f5f5;
   z-index: 9999;
   overflow-y: auto;
   animation: slideInModal 0.3s ease-out;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) { 

    /*-- ============================================
     SECTION -  BANNER  HEADER
     ============================================ */
     body { padding: 10px; background-color: #f1f1f1;}
     section#bannerHeader { background-color: red;  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762801643/popup_em_breve_ampalb.webp) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 20px 40px;   background: rgba(0, 0, 0, 0.6);   transition: all 0.3s ease;   position: relative;   z-index: 900;  border-radius: 20px; position: fixed;  top: 0;  left: 0;  right: 0;  width: 96%;  z-index: 1000; margin: 20px auto;   transition: opacity 0.5s ease; }
     section#bannerHeader header.headerBanner div.header-logo-link a img { width: 100px; }
     section#bannerHeader header.headerBanner div.header-nav-links { display: flex; align-items: center; ;}
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions {  display: flex; align-items: center; gap: 60px; }
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions li a { color: #fff; font-size: 18px; font-weight: 600; }
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header {  display: none;}

      /*-- ============================================
     SECTION -  TIPOLOGIA
     ============================================ */

     section#tipologia-empreendimento {  width: 100%; height: 100%; padding: 20px 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762611357/shape-bg_ofqwjl.webp) top/ cover no-repeat;position: relative; border-radius: 20px; margin-top: 10px; }
     section#tipologia-empreendimento div.container-tipologia { display: flex; flex-direction: column; gap: 10px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia { background-color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding:  0px 20px; border-radius: 20px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia i { color: #FF763B; font-size: 24px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia span.dados-tipologia { margin-top: 18px;  text-align: right;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  h3.titulo-tipologia { font-size: 14px; color: #FF763B; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #FF763B; font-weight: 600;}

    /*-- ============================================
     MAIN SECTION -  DESCRICÃO COMPLETA + GALERIA DE FOTOS
     ============================================ */
   
     main#main-descricao-completa { padding: 50px 20px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 22px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #FF763B; padding-bottom: 10px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta,  p {  font-size: 16px; line-height: 28px; padding-bottom: 20px; }
     main#main-descricao-completa section.galeria-fotos-empreendimento { width: 100%; height: 500px; padding: 30px 20px;  background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762618670/banner_em_breve_wbja2y.webp); background-size: 100% 100%; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; right: 10px; background-color: #FF763B; color: #fff;  width: 200px; padding: 10px 0px; border-radius: 20px; font-size: 16px; font-weight: 600; border:  2px solid #fff;  }

     /* ========================================
   CSS LOCALIZAÇÃO - GÁVEA + VIDA
   Desktop / Tablet (1024px+)
   ======================================== */

/* SEÇÃO PRINCIPAL */
section.localizacao-empreendimento { width: 100%; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 100px 20px; position: relative; overflow: hidden; }

/* CONTAINER */
.container-localizacao { max-width: 100%; margin: 0 auto; padding: 0 0px; }

/* HEADER DA SEÇÃO */
.header-localizacao { text-align: center; margin-bottom: 60px; }
.subtitulo-localizacao { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #FF763B; background: rgba(251, 169, 92, 0.1); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #2C3E50; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.descricao-localizacao { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 500; color: #FF763B; }

/* TEXTO PRINCIPAL */
.texto-principal-localizacao { background: #ffffff; padding: 40px 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; border-left: 5px solid #FF763B; }
.texto-principal-localizacao p { font-family: 'Urbanist', sans-serif; font-size: 18px; line-height: 1.8; color: #555555; margin: 0; }
.texto-principal-localizacao strong { color: #2C3E50; font-weight: 600; }

/* GRID DE DISTÂNCIAS */
.grid-distancias { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 80px; }

/* CARDS DE DISTÂNCIA */
.card-distancia { background: #ffffff; padding: 35px 25px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); text-align: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.card-distancia::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%);; transform: scaleX(0); transition: transform 0.3s ease; }
.card-distancia:hover { transform: translateY(-8px); box-shadow: 0 15px 45px rgba(251, 169, 92, 0.1); border-color: #ff763b; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); color: #ffffff; }
.card-distancia.destaque-puc .icone-distancia i { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.card-distancia.destaque-puc .titulo-ponto { color: #ffffff; }
.card-distancia.destaque-puc .valor-distancia { color: #ffffff; }
.card-distancia.destaque-puc .tempo-distancia { color: rgba(255, 255, 255, 0.9); }

/* ÍCONE */
.icone-distancia { margin-bottom: 20px; }
.icone-distancia i { font-size: 48px; color: #FF763B; background: rgba(251, 169, 92, 0.1); ; width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.card-distancia:hover .icone-distancia i { transform: scale(1.1) rotate(5deg); }

/* INFO */
.info-distancia { }
.titulo-ponto { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #FF763B; margin-bottom: 8px; line-height: 1; }
.tempo-distancia { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; display: block; }

/* CATEGORIAS */
.categorias-localizacao { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 80px; }

/* CATEGORIA BOX */
.categoria-box { background: #ffffff; padding: 35px 30px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-left: 4px solid #FF763B; }
.categoria-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }

/* CATEGORIA HEADER */
.categoria-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.categoria-header i { font-size: 28px; color: #FF763B; }
.categoria-header h3 { font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #2C3E50; margin: 0; }

/* LISTA */
.lista-pontos { list-style: none; padding: 0; margin: 0; }
.lista-pontos li { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #555555; padding: 12px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.2s ease; }
.lista-pontos li:last-child { border-bottom: none; }
.lista-pontos li:hover { color: #FF763B; padding-left: 10px; }
.lista-pontos li strong { color: #2C3E50; font-weight: 600; }

/* MAPA CONTAINER */
.mapa-container { background: #ffffff; padding: 50px 20px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; }

/* MAPA HEADER */
.mapa-header { text-align: center; margin-bottom: 40px; }
.titulo-mapa { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; }
.subtitulo-mapa { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #888888; }

/* MAPA WRAPPER */
.mapa-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); margin-bottom: 10px; }
.imagem-mapa { width: 100%; height: auto; display: block;}

/* MAPA OVERLAY */
.mapa-overlay { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.endereco-badge { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 20px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 20px; }
.endereco-badge i { font-size: 32px; color: #FF763B; }
.endereco-info {}
.endereco-rua { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin: 0 0 5px 0; }
.endereco-bairro { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; color: #555555; margin: 0 0 3px 0; }
.endereco-cep { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; margin: 0; }

/* MAPA AÇÕES */
.mapa-acoes { display: flex; gap: 20px; justify-content: center; }
.btn-google-maps { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #EA4335; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(234, 67, 53, 0.3); }
.btn-google-maps:hover { background: #D33426; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(234, 67, 53, 0.4); }
.btn-google-maps i { font-size: 20px; }

.btn-waze { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #33CCFF; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(51, 204, 255, 0.3); }
.btn-waze:hover { background: #1EB8E8; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(51, 204, 255, 0.4); }
.btn-waze i { font-size: 20px; }

/* CTA LOCALIZAÇÃO */
.cta-localizacao { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); padding: 60px 50px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; margin-top: 40px; }
.cta-localizacao::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: pulse 8s ease-in-out infinite; }

@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* CTA CONTENT */
.cta-content { position: relative; z-index: 2; }
.cta-titulo { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.95); margin-bottom: 35px; }

/* CTA BOTÕES */
.cta-botoes { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #fff; background: #25D366; padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.btn-whatsapp-cta:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25); background: #f8f8f8; }
.btn-whatsapp-cta i { font-size: 24px; color: #fff; }

.btn-telefone-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); }
.btn-telefone-cta:hover { background: rgba(255, 255, 255, 0.3); border-color: #25D366; transform: translateY(-5px);  color: #25D366;}
.btn-telefone-cta i { font-size: 20px; }

   /* ========================================
   FOOTER
   ======================================== */

   footer#footer-empreendimento {width: 100%;  padding: 10px 30px; position: relative; overflow: hidden; position: relative; margin-top: -100px;}
   footer#footer-empreendimento form { background-color: #2F2F2E; padding: 30px 20px; border-radius: 20px 20px 0px 0px; }
   footer#footer-empreendimento form div.container-formulario-form {  display: flex; align-items: center; flex-direction: column; justify-content: space-between; gap: 10px; padding: 30px 20px; border: 2px double #FF763B; border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid#FF763B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: #FF763B;  font-weight: 600; margin-bottom: -10px; }
   footer#footer-empreendimento form div.container-formulario-form div.form-input input { width: 100%; height: 100%; padding: 10px;  background-color: transparent; color: #FF6F2B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #FF763B; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background-color: #FF763B ;margin-top: 20px; width: 300px; height: 100%; padding: 10px 0px; border-radius: 20px; font-size: 18px;color: #fff; font-weight: 600; ;}
   footer#footer-empreendimento form  button.form-submit:hover {  background-color: #fff; color: #FF763B; border:  1px solid #FF763B; }
   footer#footer-empreendimento form div.politica-privacidade { display: flex; align-items: center; width: 1100%; height: 100%; margin-top: 0px;  gap: 10px;}
   footer#footer-empreendimento form div.politica-privacidade p {  margin-top: 20px; color: #fff; font-size: 14px; }
   footer#footer-empreendimento form div.politica-privacidade p a { color: #FF763B; border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 30px 70px; align-items: center; justify-content: space-between; background-color: #2F2F2E; border-radius: 0px 0px 20px 20px;}
   footer#footer-empreendimento div.footer-logos img {  width: 150px; height: 100%;}
   footer#footer-empreendimento p.empreendimento-direitos { text-align: center; padding: 10px 0px;}
   footer#footer-empreendimento div.desenvolvimento {  display: flex; align-items: center; gap: 10px; justify-content: center;}
   footer#footer-empreendimento div.desenvolvimento span, a { font-size: 14px; }

/* MODAL MOBILE */
.modal-menu-mobile {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #f5f5f5;
   z-index: 9999;
   overflow-y: auto;
   animation: slideInModal 0.3s ease-out;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) { 

      /*-- ============================================
     SECTION -  BANNER  HEADER
     ============================================ */
     body { padding: 10px; background-color: #f1f1f1;}
     section#bannerHeader { background-color: red;  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762801193/GA%CC%81VEA_VIDA_3_2_page-0001_qpqpdg.jpg) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 20px 40px;   background: rgba(0, 0, 0, 0.6);   transition: all 0.3s ease;   position: relative;   z-index: 900;  border-radius: 20px; position: fixed;  top: 0;  left: 0;  right: 0;  width: 96%;  z-index: 1000; margin: 20px auto;   transition: opacity 0.5s ease;}
     section#bannerHeader header.headerBanner div.header-logo-link a img { width: 100px; }
     section#bannerHeader header.headerBanner div.header-nav-links { display: flex; align-items: center; ;}
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions {  display: flex; align-items: center; gap: 60px; }
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions li a { color: #fff; font-size: 18px; font-weight: 600; }
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header {  display: none;}

      /*-- ============================================
     SECTION -  TIPOLOGIA
     ============================================ */

     section#tipologia-empreendimento {  width: 100%; height: 15vh; padding: 20px 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762611357/shape-bg_ofqwjl.webp) top/ cover no-repeat;position: relative; border-radius: 20px; margin-top: 10px; }
     section#tipologia-empreendimento div.container-tipologia { display: flex; align-items: center; justify-content: center; padding: 0px 0px; gap: 30px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia { background-color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding:  0px 20px; border-radius: 20px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia i { color: #FF763B; font-size: 24px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia span { margin-top: 18px;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  h3.titulo-tipologia { font-size: 14px; color: #FF763B; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #FF763B; font-weight: 600;}

    /*-- ============================================
     MAIN SECTION -  DESCRICÃO COMPLETA + GALERIA DE FOTOS
     ============================================ */
   
     main#main-descricao-completa { padding: 50px 20px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 22px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #FF763B; padding-bottom: 10px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta,  p {  font-size: 16px; line-height: 28px; padding-bottom: 20px; }
     main#main-descricao-completa section.galeria-fotos-empreendimento { width: 100%; height: 500px; padding: 30px 20px;  background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762618670/banner_em_breve_wbja2y.webp); background-size: 100% 100%; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; right: 10px; background-color: #FF763B; color: #fff;  width: 200px; padding: 10px 0px; border-radius: 20px; font-size: 16px; font-weight: 600; border:  2px solid #fff;  }

     /* ========================================
   CSS LOCALIZAÇÃO - GÁVEA + VIDA
   Desktop / Tablet (1024px+)
   ======================================== */

/* SEÇÃO PRINCIPAL */
section.localizacao-empreendimento { width: 100%; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 100px 20px; position: relative; overflow: hidden; }

/* CONTAINER */
.container-localizacao { max-width: 100%; margin: 0 auto; padding: 0 0px; }

/* HEADER DA SEÇÃO */
.header-localizacao { text-align: center; margin-bottom: 60px; }
.subtitulo-localizacao { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #FF763B; background: rgba(251, 169, 92, 0.1); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #2C3E50; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.descricao-localizacao { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 500; color: #FF763B; }

/* TEXTO PRINCIPAL */
.texto-principal-localizacao { background: #ffffff; padding: 40px 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; border-left: 5px solid #FF763B; }
.texto-principal-localizacao p { font-family: 'Urbanist', sans-serif; font-size: 18px; line-height: 1.8; color: #555555; margin: 0; }
.texto-principal-localizacao strong { color: #2C3E50; font-weight: 600; }

/* GRID DE DISTÂNCIAS */
.grid-distancias { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 80px; }

/* CARDS DE DISTÂNCIA */
.card-distancia { background: #ffffff; padding: 35px 25px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); text-align: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.card-distancia::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%);; transform: scaleX(0); transition: transform 0.3s ease; }
.card-distancia:hover { transform: translateY(-8px); box-shadow: 0 15px 45px rgba(251, 169, 92, 0.1); border-color: #ff763b; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); color: #ffffff; }
.card-distancia.destaque-puc .icone-distancia i { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.card-distancia.destaque-puc .titulo-ponto { color: #ffffff; }
.card-distancia.destaque-puc .valor-distancia { color: #ffffff; }
.card-distancia.destaque-puc .tempo-distancia { color: rgba(255, 255, 255, 0.9); }

/* ÍCONE */
.icone-distancia { margin-bottom: 20px; }
.icone-distancia i { font-size: 48px; color: #FF763B; background: rgba(251, 169, 92, 0.1); ; width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.card-distancia:hover .icone-distancia i { transform: scale(1.1) rotate(5deg); }

/* INFO */
.info-distancia { }
.titulo-ponto { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #FF763B; margin-bottom: 8px; line-height: 1; }
.tempo-distancia { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; display: block; }

/* CATEGORIAS */
.categorias-localizacao { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 80px; }

/* CATEGORIA BOX */
.categoria-box { background: #ffffff; padding: 35px 30px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-left: 4px solid #FF763B; }
.categoria-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }

/* CATEGORIA HEADER */
.categoria-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.categoria-header i { font-size: 28px; color: #FF763B; }
.categoria-header h3 { font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #2C3E50; margin: 0; }

/* LISTA */
.lista-pontos { list-style: none; padding: 0; margin: 0; }
.lista-pontos li { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #555555; padding: 12px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.2s ease; }
.lista-pontos li:last-child { border-bottom: none; }
.lista-pontos li:hover { color: #FF763B; padding-left: 10px; }
.lista-pontos li strong { color: #2C3E50; font-weight: 600; }

/* MAPA CONTAINER */
.mapa-container { background: #ffffff; padding: 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; }

/* MAPA HEADER */
.mapa-header { text-align: center; margin-bottom: 40px; }
.titulo-mapa { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; }
.subtitulo-mapa { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #888888; }

/* MAPA WRAPPER */
.mapa-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); margin-bottom: 30px; }
.imagem-mapa { width: 100%; height: auto; display: block; }

/* MAPA OVERLAY */
.mapa-overlay { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.endereco-badge { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 20px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 20px; }
.endereco-badge i { font-size: 32px; color: #FF763B; }
.endereco-info {}
.endereco-rua { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin: 0 0 5px 0; }
.endereco-bairro { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; color: #555555; margin: 0 0 3px 0; }
.endereco-cep { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; margin: 0; }

/* MAPA AÇÕES */
.mapa-acoes { display: flex; gap: 20px; justify-content: center; }
.btn-google-maps { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #EA4335; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(234, 67, 53, 0.3); }
.btn-google-maps:hover { background: #D33426; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(234, 67, 53, 0.4); }
.btn-google-maps i { font-size: 20px; }

.btn-waze { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #33CCFF; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(51, 204, 255, 0.3); }
.btn-waze:hover { background: #1EB8E8; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(51, 204, 255, 0.4); }
.btn-waze i { font-size: 20px; }

/* CTA LOCALIZAÇÃO */
.cta-localizacao { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); padding: 60px 50px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; margin-top: 40px; }
.cta-localizacao::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: pulse 8s ease-in-out infinite; }

@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* CTA CONTENT */
.cta-content { position: relative; z-index: 2; }
.cta-titulo { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.95); margin-bottom: 35px; }

/* CTA BOTÕES */
.cta-botoes { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #fff; background: #25D366; padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.btn-whatsapp-cta:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25); background: #f8f8f8; }
.btn-whatsapp-cta i { font-size: 24px; color: #fff; }

.btn-telefone-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); }
.btn-telefone-cta:hover { background: rgba(255, 255, 255, 0.3); border-color: #25D366; transform: translateY(-5px);  color: #25D366;}
.btn-telefone-cta i { font-size: 20px; }

   /* ========================================
   FOOTER
   ======================================== */

   footer#footer-empreendimento {width: 100%;  padding: 10px 30px; position: relative; overflow: hidden; position: relative; margin-top: -100px;}
   footer#footer-empreendimento form { background-color: #2F2F2E; padding: 30px 20px; border-radius: 20px 20px 0px 0px; }
   footer#footer-empreendimento form div.container-formulario-form {  display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 30px 20px; border: 2px double #FF763B; border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid#FF763B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: #FF763B;  font-weight: 600; margin-bottom: -10px; }
   footer#footer-empreendimento form div.container-formulario-form div.form-input input { width: 100%; height: 100%; padding: 10px;  background-color: transparent; color: #FF6F2B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #FF763B; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background-color: #FF763B ;margin-top: 20px; width: 300px; height: 100%; padding: 10px 0px; border-radius: 20px; font-size: 18px;color: #fff; font-weight: 600; ;}
   footer#footer-empreendimento form  button.form-submit:hover {  background-color: #fff; color: #FF763B; border:  1px solid #FF763B; }
   footer#footer-empreendimento form div.politica-privacidade { display: flex; align-items: center; width: 1100%; height: 100%; margin-top: 0px;  gap: 10px;}
   footer#footer-empreendimento form div.politica-privacidade p {  margin-top: 20px; color: #fff; }
   footer#footer-empreendimento form div.politica-privacidade p a { color: #FF763B; border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 30px 100px; align-items: center; justify-content: space-between; background-color: #2F2F2E; border-radius: 0px 0px 20px 20px;}
   footer#footer-empreendimento div.footer-logos img {  width: 180px; height: 100%;}
   footer#footer-empreendimento p.empreendimento-direitos { text-align: center; padding: 10px 0px;}
   footer#footer-empreendimento div.desenvolvimento {  display: flex; align-items: center; gap: 10px; justify-content: center;}
   footer#footer-empreendimento div.desenvolvimento span, a { font-size: 14px; }

   /* MODAL MOBILE */
.modal-menu-mobile {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #f5f5f5;
   z-index: 9999;
   overflow-y: auto;
   animation: slideInModal 0.3s ease-out;
}
  

}

@media only screen and (min-width: 1366px) and (max-width: 1599px) { 

   /*-- ============================================
     SECTION -  BANNER  HEADER
     ============================================ */
     body { padding: 10px; background-color: #f1f1f1;}
     section#bannerHeader { background-color: red;  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762801193/GA%CC%81VEA_VIDA_3_2_page-0001_qpqpdg.jpg) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 20px 40px;   background: rgba(0, 0, 0, 0.6);   transition: all 0.3s ease;   position: relative;   z-index: 900;  border-radius: 20px; position: fixed;  top: 0;  left: 0;  right: 0;  width: 96%;  z-index: 1000; margin: 20px auto;   transition: opacity 0.5s ease;}
     section#bannerHeader header.headerBanner div.header-logo-link a img { width: 100px; }
     section#bannerHeader header.headerBanner div.header-nav-links { display: flex; align-items: center; ;}
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions {  display: flex; align-items: center; gap: 60px; }
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions li a { color: #fff; font-size: 18px; font-weight: 600; }
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header {  display: none;}

      /*-- ============================================
     SECTION -  TIPOLOGIA
     ============================================ */

     section#tipologia-empreendimento {  width: 100%; height: 15vh; padding: 20px 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762611357/shape-bg_ofqwjl.webp) top/ cover no-repeat;position: relative; border-radius: 20px; margin-top: 10px; }
     section#tipologia-empreendimento div.container-tipologia { display: flex; align-items: center; justify-content: center; padding: 0px 0px; gap: 30px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia { background-color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding:  0px 20px; border-radius: 20px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia i { color: #FF763B; font-size: 24px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia span { margin-top: 18px;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  h3.titulo-tipologia { font-size: 14px; color: #FF763B; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #FF763B; font-weight: 600;}

    /*-- ============================================
     MAIN SECTION -  DESCRICÃO COMPLETA + GALERIA DE FOTOS
     ============================================ */
   
     main#main-descricao-completa { padding: 50px 30px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 22px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #FF763B; padding-bottom: 10px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta,  p {  font-size: 16px; line-height: 28px; padding-bottom: 20px; }
     main#main-descricao-completa section.galeria-fotos-empreendimento { width: 100%; height: 500px; padding: 30px 20px;  background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762618670/banner_em_breve_wbja2y.webp); background-size: 100% 100%; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; right: 10px; background-color: #FF763B; color: #fff;  width: 200px; padding: 10px 0px; border-radius: 20px; font-size: 16px; font-weight: 600; border:  2px solid #fff;  }

     /* ========================================
   CSS LOCALIZAÇÃO - GÁVEA + VIDA
   Desktop / Tablet (1024px+)
   ======================================== */

/* SEÇÃO PRINCIPAL */
section.localizacao-empreendimento { width: 100%; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 100px 0; position: relative; overflow: hidden; }

/* CONTAINER */
.container-localizacao { max-width: 100%; margin: 0 auto; padding: 0 20px; }

/* HEADER DA SEÇÃO */
.header-localizacao { text-align: center; margin-bottom: 60px; }
.subtitulo-localizacao { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #FF763B; background: rgba(251, 169, 92, 0.1); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #2C3E50; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.descricao-localizacao { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 500; color: #FF763B; }

/* TEXTO PRINCIPAL */
.texto-principal-localizacao { background: #ffffff; padding: 40px 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; border-left: 5px solid #FF763B; }
.texto-principal-localizacao p { font-family: 'Urbanist', sans-serif; font-size: 18px; line-height: 1.8; color: #555555; margin: 0; }
.texto-principal-localizacao strong { color: #2C3E50; font-weight: 600; }

/* GRID DE DISTÂNCIAS */
.grid-distancias { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 80px; }

/* CARDS DE DISTÂNCIA */
.card-distancia { background: #ffffff; padding: 35px 25px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); text-align: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.card-distancia::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%);; transform: scaleX(0); transition: transform 0.3s ease; }
.card-distancia:hover { transform: translateY(-8px); box-shadow: 0 15px 45px rgba(251, 169, 92, 0.1); border-color: #ff763b; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); color: #ffffff; }
.card-distancia.destaque-puc .icone-distancia i { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.card-distancia.destaque-puc .titulo-ponto { color: #ffffff; }
.card-distancia.destaque-puc .valor-distancia { color: #ffffff; }
.card-distancia.destaque-puc .tempo-distancia { color: rgba(255, 255, 255, 0.9); }

/* ÍCONE */
.icone-distancia { margin-bottom: 20px; }
.icone-distancia i { font-size: 48px; color: #FF763B; background: rgba(251, 169, 92, 0.1); ; width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.card-distancia:hover .icone-distancia i { transform: scale(1.1) rotate(5deg); }

/* INFO */
.info-distancia { }
.titulo-ponto { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #FF763B; margin-bottom: 8px; line-height: 1; }
.tempo-distancia { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; display: block; }

/* CATEGORIAS */
.categorias-localizacao { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 80px; }

/* CATEGORIA BOX */
.categoria-box { background: #ffffff; padding: 35px 30px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-left: 4px solid #FF763B; }
.categoria-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }

/* CATEGORIA HEADER */
.categoria-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.categoria-header i { font-size: 28px; color: #FF763B; }
.categoria-header h3 { font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #2C3E50; margin: 0; }

/* LISTA */
.lista-pontos { list-style: none; padding: 0; margin: 0; }
.lista-pontos li { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #555555; padding: 12px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.2s ease; }
.lista-pontos li:last-child { border-bottom: none; }
.lista-pontos li:hover { color: #FF763B; padding-left: 10px; }
.lista-pontos li strong { color: #2C3E50; font-weight: 600; }

/* MAPA CONTAINER */
.mapa-container { background: #ffffff; padding: 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; }

/* MAPA HEADER */
.mapa-header { text-align: center; margin-bottom: 40px; }
.titulo-mapa { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; }
.subtitulo-mapa { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #888888; }

/* MAPA WRAPPER */
.mapa-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); margin-bottom: 30px; }
.imagem-mapa { width: 100%; height: auto; display: block; }

/* MAPA OVERLAY */
.mapa-overlay { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.endereco-badge { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 20px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 20px; }
.endereco-badge i { font-size: 32px; color: #FF763B; }
.endereco-info {}
.endereco-rua { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin: 0 0 5px 0; }
.endereco-bairro { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; color: #555555; margin: 0 0 3px 0; }
.endereco-cep { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; margin: 0; }

/* MAPA AÇÕES */
.mapa-acoes { display: flex; gap: 20px; justify-content: center; }
.btn-google-maps { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #EA4335; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(234, 67, 53, 0.3); }
.btn-google-maps:hover { background: #D33426; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(234, 67, 53, 0.4); }
.btn-google-maps i { font-size: 20px; }

.btn-waze { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #33CCFF; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(51, 204, 255, 0.3); }
.btn-waze:hover { background: #1EB8E8; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(51, 204, 255, 0.4); }
.btn-waze i { font-size: 20px; }

/* CTA LOCALIZAÇÃO */
.cta-localizacao { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); padding: 60px 50px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; }
.cta-localizacao::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: pulse 8s ease-in-out infinite; }

@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* CTA CONTENT */
.cta-content { position: relative; z-index: 2; }
.cta-titulo { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.95); margin-bottom: 35px; }

/* CTA BOTÕES */
.cta-botoes { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #fff; background: #25D366; padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.btn-whatsapp-cta:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25); background: #f8f8f8; }
.btn-whatsapp-cta i { font-size: 24px; color: #fff; }

.btn-telefone-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); }
.btn-telefone-cta:hover { background: rgba(255, 255, 255, 0.3); border-color: #25D366; transform: translateY(-5px);  color: #25D366;}
.btn-telefone-cta i { font-size: 20px; }

   /* ========================================
   FOOTER
   ======================================== */

   footer#footer-empreendimento {width: 100%;  padding: 10px 30px; position: relative; overflow: hidden; position: relative; margin-top: -100px;}
   footer#footer-empreendimento form { background-color: #2F2F2E; padding: 30px 20px; border-radius: 20px 20px 0px 0px; }
   footer#footer-empreendimento form div.container-formulario-form {  display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 30px 20px; border: 2px double #FF763B; border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid#FF763B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: #FF763B;  font-weight: 600; margin-bottom: -10px; }
   footer#footer-empreendimento form div.container-formulario-form div.form-input input { width: 100%; height: 100%; padding: 10px;  background-color: transparent; color: #FF6F2B;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #FF763B; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background-color: #FF763B ;margin-top: 20px; width: 300px; height: 100%; padding: 10px 0px; border-radius: 20px; font-size: 18px;color: #fff; font-weight: 600; ;}
   footer#footer-empreendimento form  button.form-submit:hover {  background-color: #fff; color: #FF763B; border:  1px solid #FF763B; }
   footer#footer-empreendimento form div.politica-privacidade { display: flex; align-items: center; width: 1100%; height: 100%; margin-top: 0px;  gap: 10px;}
   footer#footer-empreendimento form div.politica-privacidade p {  margin-top: 20px; color: #fff; }
   footer#footer-empreendimento form div.politica-privacidade p a { color: #FF763B; border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 50px 100px; align-items: center; justify-content: space-between; background-color: #2F2F2E; border-radius: 0px 0px 20px 20px;}
   footer#footer-empreendimento div.footer-logos img {  width: 200px; height: 100%;}
   footer#footer-empreendimento p.empreendimento-direitos { text-align: center; padding: 10px 0px;}
   footer#footer-empreendimento div.desenvolvimento {  display: flex; align-items: center; gap: 10px; justify-content: center;}
   footer#footer-empreendimento div.desenvolvimento span, a { font-size: 14px; }

/* MODAL MOBILE */
.modal-menu-mobile {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #f5f5f5;
   z-index: 9999;
   overflow-y: auto;
   animation: slideInModal 0.3s ease-out;
}
}
  
@media only screen and (min-width: 1600px)  { 

   /*-- ============================================
     SECTION -  BANNER  HEADER
     ============================================ */
     body { padding: 10px; background-color: #f1f1f1; }
     section#bannerHeader { background-color: red;  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762801193/GA%CC%81VEA_VIDA_3_2_page-0001_qpqpdg.jpg) top/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 20px 40px;   background: rgba(0, 0, 0, 0.6);   transition: all 0.3s ease;   position: relative;   z-index: 900;  border-radius: 20px; position: fixed;  top: 0;  left: 0;  right: 0;  width: 96%;  z-index: 1000; margin: 20px auto;   transition: opacity 0.5s ease;}
     section#bannerHeader header.headerBanner div.header-logo-link a img { width: 100px; }
     section#bannerHeader header.headerBanner div.header-nav-links { display: flex; align-items: center; ;}
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions {  display: flex; align-items: center; gap: 60px; }
     section#bannerHeader header.headerBanner div.header-nav-links  nav.header-links-functios ul.links-functions li a { color: #fff; font-size: 18px; font-weight: 600; }
     section#bannerHeader header.headerBanner div.header-nav-links button.botao-menu-header {  display: none;}

      /*-- ============================================
     SECTION -  TIPOLOGIA
     ============================================ */

     section#tipologia-empreendimento {  width: 100%; height: 15vh; padding: 30px 20px; background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762611357/shape-bg_ofqwjl.webp) top/ cover no-repeat;position: relative; border-radius: 20px; margin-top: 10px; }
     section#tipologia-empreendimento div.container-tipologia { display: flex; align-items: center; justify-content: center; padding: 0px 0px; gap: 30px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia { background-color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; padding:  0px 20px; border-radius: 20px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia i { color: #FF763B; font-size: 24px; }
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia span { margin-top: 18px;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  h3.titulo-tipologia { font-size: 14px; color: #FF763B; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #FF763B; font-weight: 600;}

    /*-- ============================================
     MAIN SECTION -  DESCRICÃO COMPLETA + GALERIA DE FOTOS
     ============================================ */
   
     main#main-descricao-completa { padding: 50px 30px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 22px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #FF763B; padding-bottom: 10px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta,  p {  font-size: 16px; line-height: 28px; padding-bottom: 20px; }
     main#main-descricao-completa section.galeria-fotos-empreendimento { width: 100%; height: 500px; padding: 30px 20px;  background: url(https://res.cloudinary.com/ddofydope/image/upload/v1762618670/banner_em_breve_wbja2y.webp); background-size: 100% 100%; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; right: 10px; background-color: #FF763B; color: #fff;  width: 200px; padding: 10px 0px; border-radius: 20px; font-size: 16px; font-weight: 600; border:  2px solid #fff;  }

     /* ========================================
   CSS LOCALIZAÇÃO - GÁVEA + VIDA
   Desktop / Tablet (1024px+)
   ======================================== */

/* SEÇÃO PRINCIPAL */
section.localizacao-empreendimento { width: 100%; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 100px 0; position: relative; overflow: hidden; }

/* CONTAINER */
.container-localizacao { max-width: 100%; margin: 0 auto; padding: 0 20px; }

/* HEADER DA SEÇÃO */
.header-localizacao { text-align: center; margin-bottom: 60px; }
.subtitulo-localizacao { display: inline-block; font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #FF763B; background: rgba(251, 169, 92, 0.1); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #2C3E50; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.descricao-localizacao { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 500; color: #FF763B; }

/* TEXTO PRINCIPAL */
.texto-principal-localizacao { background: #ffffff; padding: 40px 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; border-left: 5px solid #FF763B; }
.texto-principal-localizacao p { font-family: 'Urbanist', sans-serif; font-size: 18px; line-height: 1.8; color: #555555; margin: 0; }
.texto-principal-localizacao strong { color: #2C3E50; font-weight: 600; }

/* GRID DE DISTÂNCIAS */
.grid-distancias { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 80px; }

/* CARDS DE DISTÂNCIA */
.card-distancia { background: #ffffff; padding: 35px 25px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); text-align: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 2px solid transparent; position: relative; overflow: hidden; }
.card-distancia::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%);; transform: scaleX(0); transition: transform 0.3s ease; }
.card-distancia:hover { transform: translateY(-8px); box-shadow: 0 15px 45px rgba(251, 169, 92, 0.1); border-color: #ff763b; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); color: #ffffff; }
.card-distancia.destaque-puc .icone-distancia i { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.card-distancia.destaque-puc .titulo-ponto { color: #ffffff; }
.card-distancia.destaque-puc .valor-distancia { color: #ffffff; }
.card-distancia.destaque-puc .tempo-distancia { color: rgba(255, 255, 255, 0.9); }

/* ÍCONE */
.icone-distancia { margin-bottom: 20px; }
.icone-distancia i { font-size: 48px; color: #FF763B; background: rgba(251, 169, 92, 0.1); ; width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease; }
.card-distancia:hover .icone-distancia i { transform: scale(1.1) rotate(5deg); }

/* INFO */
.info-distancia { }
.titulo-ponto { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #FF763B; margin-bottom: 8px; line-height: 1; }
.tempo-distancia { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; display: block; }

/* CATEGORIAS */
.categorias-localizacao { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 80px; }

/* CATEGORIA BOX */
.categoria-box { background: #ffffff; padding: 35px 30px; border-radius: 20px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border-left: 4px solid #FF763B; }
.categoria-box:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); }

/* CATEGORIA HEADER */
.categoria-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid #f0f0f0; }
.categoria-header i { font-size: 28px; color: #FF763B; }
.categoria-header h3 { font-family: 'Urbanist', sans-serif; font-size: 20px; font-weight: 700; color: #2C3E50; margin: 0; }

/* LISTA */
.lista-pontos { list-style: none; padding: 0; margin: 0; }
.lista-pontos li { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #555555; padding: 12px 0; border-bottom: 1px solid #f5f5f5; transition: all 0.2s ease; }
.lista-pontos li:last-child { border-bottom: none; }
.lista-pontos li:hover { color: #FF763B; padding-left: 10px; }
.lista-pontos li strong { color: #2C3E50; font-weight: 600; }

/* MAPA CONTAINER */
.mapa-container { background: #ffffff; padding: 50px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); margin-bottom: 60px; }

/* MAPA HEADER */
.mapa-header { text-align: center; margin-bottom: 40px; }
.titulo-mapa { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #2C3E50; margin-bottom: 10px; }
.subtitulo-mapa { font-family: 'Urbanist', sans-serif; font-size: 16px; color: #888888; }

/* MAPA WRAPPER */
.mapa-wrapper { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); margin-bottom: 30px; }
.imagem-mapa { width: 100%; height: auto; display: block; }

/* MAPA OVERLAY */
.mapa-overlay { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.endereco-badge { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 20px 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 20px; }
.endereco-badge i { font-size: 32px; color: #FF763B; }
.endereco-info {}
.endereco-rua { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #2C3E50; margin: 0 0 5px 0; }
.endereco-bairro { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; color: #555555; margin: 0 0 3px 0; }
.endereco-cep { font-family: 'Urbanist', sans-serif; font-size: 14px; font-weight: 500; color: #888888; margin: 0; }

/* MAPA AÇÕES */
.mapa-acoes { display: flex; gap: 20px; justify-content: center; }
.btn-google-maps { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #EA4335; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(234, 67, 53, 0.3); }
.btn-google-maps:hover { background: #D33426; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(234, 67, 53, 0.4); }
.btn-google-maps i { font-size: 20px; }

.btn-waze { font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 700; color: #ffffff; background: #33CCFF; padding: 15px 35px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(51, 204, 255, 0.3); }
.btn-waze:hover { background: #1EB8E8; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(51, 204, 255, 0.4); }
.btn-waze i { font-size: 20px; }

/* CTA LOCALIZAÇÃO */
.cta-localizacao { background: linear-gradient(135deg, #FF6F2B 0%, #FF8A50 100%); padding: 60px 50px; border-radius: 20px; text-align: center; position: relative; overflow: hidden; margin-top: 60px;}
.cta-localizacao::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: pulse 8s ease-in-out infinite; }

@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* CTA CONTENT */
.cta-content { position: relative; z-index: 2; }
.cta-titulo { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 18px; color: rgba(255, 255, 255, 0.95); margin-bottom: 35px; }

/* CTA BOTÕES */
.cta-botoes { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #fff; background: #25D366; padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.btn-whatsapp-cta:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25); background: #f8f8f8; }
.btn-whatsapp-cta i { font-size: 24px; color: #fff; }

.btn-telefone-cta { font-family: 'Urbanist', sans-serif; font-size: 18px; font-weight: 700; color: #ffffff; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); padding: 18px 40px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.5); }
.btn-telefone-cta:hover { background: rgba(255, 255, 255, 0.3); border-color: #25D366; transform: translateY(-5px);  color: #25D366;}
.btn-telefone-cta i { font-size: 20px; }

   /* ========================================
   FOOTER
   ======================================== */

footer#footer-empreendimento {width: 100%;  padding: 10px 30px; position: relative; overflow: hidden; position: relative; margin-top: -100px;}
footer#footer-empreendimento form { background-color: #2F2F2E; padding: 30px 20px; border-radius: 20px 20px 0px 0px; }
footer#footer-empreendimento form div.container-formulario-form {  display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 30px 20px; border: 2px double #FF763B; border-radius: 20px;}
footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid#FF763B;}
footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: #FF763B;  font-weight: 600; margin-bottom: -10px; }
footer#footer-empreendimento form div.container-formulario-form div.form-input input { width: 100%; height: 100%; padding: 10px;  background-color: transparent; color: #FF6F2B;}
footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #FF763B; font-size: 14px; padding: 0px 10px; ; }
footer#footer-empreendimento form  button.form-submit {  background-color: #FF763B ;margin-top: 20px; width: 300px; height: 100%; padding: 10px 0px; border-radius: 20px; font-size: 18px;color: #fff; font-weight: 600; ;}
footer#footer-empreendimento form  button.form-submit:hover {  background-color: #fff; color: #FF763B; border:  1px solid #FF763B; }
footer#footer-empreendimento form div.politica-privacidade { display: flex; align-items: center; width: 1100%; height: 100%; margin-top: 0px;  gap: 10px;}
footer#footer-empreendimento form div.politica-privacidade p {  margin-top: 20px; color: #fff; }
footer#footer-empreendimento form div.politica-privacidade p a { color: #FF763B; border-bottom: 1px solid #FF763B; }
footer#footer-empreendimento div.footer-logos { display: flex; padding: 50px 100px; align-items: center; justify-content: space-between; background-color: #2F2F2E; border-radius: 0px 0px 20px 20px;}
footer#footer-empreendimento div.footer-logos img {  width: 200px; height: 100%;}
footer#footer-empreendimento p.empreendimento-direitos { text-align: center; padding: 10px 0px;}
footer#footer-empreendimento div.desenvolvimento {  display: flex; align-items: center; gap: 10px; justify-content: center;}
footer#footer-empreendimento div.desenvolvimento span, a { font-size: 14px; }


/* MODAL MOBILE */
.modal-menu-mobile {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #f5f5f5;
   z-index: 9999;
   overflow-y: auto;
   animation: slideInModal 0.3s ease-out;
}

.modal-menu-mobile.active {
   display: block;
}

@keyframes slideInModal {
   from {
       transform: translate(-100%, -100%);
   }
   to {
       transform: translate(0, 0);
   }
}

.modal-mobile-content {
   width: 100%;
   min-height: 100vh;
   padding-bottom: 30px;
}

/* Botão Voltar */
.btn-voltar-modal {
   position: absolute;
   top: 20px;
   left: 20px;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: rgba(0, 0, 0, 0.3);
   border: none;
   color: white;
   font-size: 18px;
   cursor: pointer;
   z-index: 10;
   display: flex;
   align-items: center;
   justify-content: center;
}

/* Header com Imagem */
.container-modal-imagem {
   position: relative;
   text-align: center;
   padding-top: 80px;
   padding-bottom: 30px;
   background: url('https://res.cloudinary.com/ddofydope/image/upload/v1762788143/fotoLorraine_rqwzgk.jpg') center/cover;
   background-size: cover;
   background-position: center;
   min-height: 280px;
}

.container-modal-imagem::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}

.modal-imagem {
   position: relative;
   width: 120px;
   height: 120px;
   margin: 0 auto 15px;
   border-radius: 50%;
   overflow: hidden;
   border: 4px solid #4A90E2;
   box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.modal-imagem img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.modal-nome {
   position: relative;
   color: white;
   font-size: 24px;
   font-weight: 600;
   margin: 0 0 5px;
   text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.moral-creci {
   position: relative;
   color: white;
   font-size: 14px;
   margin: 0;
   text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Botões de Ação */
.container-botoes-modal {
   display: flex;
   justify-content: center;
   gap: 30px;
   padding: 30px 20px;
   background-color: white;
}

.modal-phone,
.whatsapp-modal {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   border: none;
   font-size: 24px;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 2px 8px rgba(0,0,0,0.1);
   transition: transform 0.2s;
}

.modal-phone {
   background-color: #4A90E2;
   color: white;
}

.whatsapp-modal {
   background-color: #25D366;
   color: white;
}

.modal-phone:active,
.whatsapp-modal:active {
   transform: scale(0.95);
}

/* Informações */
.container-modal-info {
   background-color: white;
   padding: 0 20px;
}

.modal-valor {
   padding: 20px 0;
   border-bottom: 1px solid #e0e0e0;
}

.modal-valor:last-child {
   border-bottom: none;
}

.modal-label {
   display: block;
   color: #999;
   font-size: 13px;
   margin-bottom: 8px;
   text-transform: capitalize;
}

.modal-text {
   color: #333;
   font-size: 16px;
   margin: 0;
   font-weight: 500;
}

/* Links */
.modal-links {
   display: flex;
   justify-content: space-around;
   padding: 20px;
   background-color: white;
   margin-top: 10px;
}

.modal-links button {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 8px;
   background: none;
   border: none;
   cursor: pointer;
   padding: 10px;
}

.modal-links button i {
   font-size: 24px;
   color: #4A90E2;
}

.modal-links button span {
   font-size: 12px;
   color: #666;
}


/*-- ============================================
        BOTÃO WHATSAAP
        ============================================ */

        .whatsapp-float {   position: fixed;   bottom: 30px;   right: 30px;   z-index: 99999;   width: 65px;  height: 65px;       background: #25D366;   color: #fff;   border-radius: 50%;   box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);     display: flex;  align-items: center;  justify-content: center;  font-size: 36px;   text-decoration: none;   transition: all 0.3s ease;   cursor: pointer; }
        .whatsapp-float:hover {  background: #20BD5A;  transform: scale(1.1);  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6); }
        .whatsapp-float:active {   transform: scale(0.95); }
        .whatsapp-float::before {    content: '';    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border-radius: 50%;    background: #25D366;    z-index: -1;    animation: pulse-ring 1.5s ease-out infinite; }
        @keyframes pulse-ring {    0% {        transform: scale(1);        opacity: 1;    }   100% {      transform: scale(1.4);       opacity: 0;   } }
        .whatsapp-float::after {   content: 'Fale Conosco';   position: absolute;   right: 75px;   top: 50%;   transform: translateY(-50%);   background: #1a1a1a;   color: #fff;   padding: 10px 16px;   border-radius: 6px;   font-size: 14px;   font-weight: 600;   white-space: nowrap;   opacity: 0;   visibility: hidden;   transition: all 0.3s ease;   pointer-events: none;   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
        .whatsapp-float::after {    content: 'Fale Conosco';}
        .whatsapp-float:hover::after {    opacity: 1;    visibility: visible;    right: 80px; }


/* ============================================
   HONEYPOT (ANTI-SPAM)
   ============================================ */
   .honeypot {
      position: absolute !important;
      left: -9999px !important;
      width: 1px !important;
      height: 1px !important;
      opacity: 0 !important;
  }
  
  /* ============================================
     MODAL OVERLAY
     ============================================ */
  .modal-botao-whatsapp-form {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 999999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      animation: fadeIn 0.3s ease;
  }
  
  .modal-botao-whatsapp-form.active {
      display: flex;
  }
  
  .modal-botao-whatsapp-form-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      backdrop-filter: blur(5px);
  }
  
  /* ============================================
     MODAL CONTENT
     ============================================ */
  .modal-botao-whatsapp-form-content {
      position: relative;
      display: flex;
      max-width: 900px;
      width: 100%;
      max-height: 90vh;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
      animation: slideUp 0.4s ease;
  }
  
  /* ============================================
     LADO ESQUERDO: IMAGEM
     ============================================ */
  .imagem-form-contato {
      position: relative;
      width: 45%;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
  }
  
  .imagem-form-contato img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  /* Badge Online */
  .badge-online {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.95);
      padding: 10px 20px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-dark);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  .pulse-dot {
      width: 10px;
      height: 10px;
      background: #25D366;
      border-radius: 50%;
      animation: pulse 2s infinite;
  }
  
  /* ============================================
     LADO DIREITO: FORMULÁRIO
     ============================================ */
  .content-form-whatsapp-container {
      width: 55%;
      padding: 40px 35px;
      display: flex;
      flex-direction: column;
      overflow-y: auto;
  }
  
  .content-form-whatsapp {
      display: flex;
      flex-direction: column;
      gap: 20px;
      height: 100%;
  }
  
  /* Título */
  .titulo-form-botao {
      font-size: 32px;
      font-weight: 700;
      color: var(--primary-blue);
      margin: 0;
      line-height: 1.2;
  }
  
  .subtitulo-form-botao {
      font-size: 14px;
      color: var(--text-gray);
      margin: -10px 0 10px 0;
  }
  
  /* ============================================
     CONTAINER DOS INPUTS
     ============================================ */
  .container-form-botao {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  
  .container-input-botao,
  .container-textarea-botao {
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      gap: 12px;
      border: 2px solid var(--border-gray);
      border-radius: 12px;
      padding: 0 18px;
      transition: all var(--transition-normal);
      background: #fff;
  }
  
  .container-input-botao {
      height: 56px;
  }
  
  .container-textarea-botao {
      align-items: flex-start;
      padding: 16px 18px;
  }
  
  /* Ícones */
  .container-input-botao i,
  .container-textarea-botao i {
      font-size: 20px;
      color: var(--primary-blue);
      flex-shrink: 0;
      transition: all var(--transition-fast);
  }
  
  /* Inputs */
  .container-input-botao input,
  .container-textarea-botao textarea {
      flex: 1;
      background: transparent;
      border: none;
      outline: none;
      font-size: 15px;
      color: var(--text-dark);
      font-family: inherit;
  }
  
  .container-input-botao input::placeholder,
  .container-textarea-botao textarea::placeholder {
      color: #999;
  }
  
  textarea {
      resize: none;
      line-height: 1.5;
  }
  
  /* Status Icons */
  .input-status {
      position: absolute;
      right: 18px;
      font-size: 18px;
      opacity: 0;
      transition: all var(--transition-fast);
  }
  
  /* Mensagens de Erro */
  .input-error {
      position: absolute;
      bottom: -20px;
      left: 18px;
      font-size: 12px;
      color: #E74C3C;
      opacity: 0;
      transition: all var(--transition-fast);
  }
  
  /* Contador de caracteres */
  .char-count {
      position: absolute;
      bottom: 10px;
      right: 18px;
      font-size: 11px;
      color: #999;
  }
  
  /* ============================================
     ESTADOS DOS CAMPOS
     ============================================ */
  
  /* Foco */
  .container-input-botao:focus-within,
  .container-textarea-botao:focus-within {
      border-color: var(--primary-blue);
      box-shadow: 0 0 0 3px rgba(0, 119, 190, 0.1);
  }
  
  /* Válido */
  .container-input-botao.valid,
  .container-textarea-botao.valid {
      border-color: #27AE60;
  }
  
  .container-input-botao.valid .input-status,
  .container-textarea-botao.valid .input-status {
      opacity: 1;
      color: #27AE60;
  }
  
  .container-input-botao.valid .input-status::before {
      content: "\f058"; /* fa-check-circle */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
  }
  
  /* Inválido */
  .container-input-botao.invalid,
  .container-textarea-botao.invalid {
      border-color: #E74C3C;
  }
  
  .container-input-botao.invalid .input-status,
  .container-textarea-botao.invalid .input-status {
      opacity: 1;
      color: #E74C3C;
  }
  
  .container-input-botao.invalid .input-status::before {
      content: "\f06a"; /* fa-exclamation-circle */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
  }
  
  .container-input-botao.invalid .input-error,
  .container-textarea-botao.invalid .input-error {
      opacity: 1;
  }
  
  /* ============================================
     BOTÃO INICIAR CONVERSA (PROGRESS BAR)
     ============================================ */
  .btn-iniciar-conversa {
      position: relative;
      width: 100%;
      height: 56px;
      background: var(--border-gray);
      border: none;
      border-radius: 12px;
      cursor: not-allowed;
      overflow: hidden;
      transition: all var(--transition-normal);
      margin-top: 10px;
  }
  
  /* Progress Bar */
  .btn-progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background: var(--progress-0);
      transition: all 0.4s ease;
      z-index: 1;
  }
  
  /* Conteúdo do Botão */
  .btn-content {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      height: 100%;
      color: #999;
      font-size: 16px;
      font-weight: 600;
      transition: all var(--transition-fast);
  }
  
  .btn-content i {
      font-size: 22px;
  }
  
  /* Loading State (oculto por padrão) */
  .btn-loading {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: var(--whatsapp-green);
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      z-index: 3;
  }
  
  .btn-loading i {
      font-size: 20px;
  }
  
  /* ============================================
     ESTADOS DO BOTÃO (PROGRESS)
     ============================================ */
  
  /* 33% - 1 campo preenchido */
  .btn-iniciar-conversa[data-progress="33"] .btn-progress-bar {
      width: 33%;
      background: var(--progress-33);
  }
  
  .btn-iniciar-conversa[data-progress="33"] .btn-content {
      color: #B8860B;
  }
  
  /* 66% - 2 campos preenchidos */
  .btn-iniciar-conversa[data-progress="66"] .btn-progress-bar {
      width: 66%;
      background: var(--progress-66);
  }
  
  .btn-iniciar-conversa[data-progress="66"] .btn-content {
      color: #D2691E;
  }
  
  /* 100% - Todos os campos preenchidos */
  .btn-iniciar-conversa[data-progress="100"] {
      background: var(--whatsapp-green);
      cursor: pointer;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
  }
  
  .btn-iniciar-conversa[data-progress="100"] .btn-progress-bar {
      width: 100%;
      background: rgba(255, 255, 255, 0.2);
  }
  
  .btn-iniciar-conversa[data-progress="100"] .btn-content {
      color: #fff;
  }
  
  .btn-iniciar-conversa[data-progress="100"] .btn-text::before {
      content: "✅ ";
  }
  
  /* Pulse Animation ao chegar em 100% */
  .btn-iniciar-conversa[data-progress="100"] {
      animation: btnPulse 1.5s infinite;
  }
  
  /* Hover no botão ativo */
  .btn-iniciar-conversa[data-progress="100"]:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  }
  
  /* Estado de Loading */
  .btn-iniciar-conversa.loading .btn-content {
      display: none;
  }
  
  .btn-iniciar-conversa.loading .btn-loading {
      display: flex;
  }
  
  /* ============================================
     LGPD E LOGO
     ============================================ */
  .form-lgpd {
      text-align: center;
      margin-top: -5px;
  }
  
  .form-lgpd small {
      font-size: 11px;
      color: #999;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
  }
  
  .form-lgpd i {
      color: var(--primary-blue);
  }
  
  .form-logo {
      margin: 10px auto 0;
      text-align: center;
  }
  
  .form-logo img {
      width: 60px;
      opacity: 0.6;
      transition: all var(--transition-fast);
  }
  
  .form-logo img:hover {
      opacity: 1;
  }
  
  /* ============================================
     BOTÃO FECHAR
     ============================================ */
  .close-botao-form {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.9);
      border: none;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      transition: all var(--transition-fast);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .close-botao-form i {
      font-size: 20px;
      color: var(--text-dark);
  }
  
  .close-botao-form:hover {
      background: #fff;
      transform: rotate(90deg);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  /* ============================================
     ALERTA CUSTOMIZADO
     ============================================ */
  .alerta-customizado {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(8px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000000;
      padding: 20px;
      animation: fadeIn 0.3s ease;
  }
  
  .alerta-customizado.active {
      display: flex;
  }
  
  .alerta-content {
      background: #fff;
      padding: 40px;
      border-radius: 16px;
      max-width: 450px;
      width: 100%;
      text-align: center;
      animation: slideUp 0.4s ease;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  }
  
  .alerta-icon {
      font-size: 60px;
      color: #FF8C00;
      margin-bottom: 20px;
  }
  
  .alerta-content h3 {
      font-size: 24px;
      color: var(--text-dark);
      margin-bottom: 10px;
  }
  
  .alerta-content p {
      font-size: 15px;
      color: var(--text-gray);
      line-height: 1.6;
      margin-bottom: 30px;
  }
  
  .alerta-acoes {
      display: flex;
      gap: 12px;
      justify-content: center;
  }
  
  .btn-alerta {
      padding: 14px 24px;
      border: none;
      border-radius: 10px;
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all var(--transition-fast);
  }
  
  .btn-secondary {
      background: #E0E0E0;
      color: var(--text-dark);
  }
  
  .btn-secondary:hover {
      background: #D0D0D0;
  }
  
  .btn-primary {
      background: var(--primary-blue);
      color: #fff;
  }
  
  .btn-primary:hover {
      background: #006399;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 119, 190, 0.3);
  }
  
  /* ============================================
     MENSAGEM DE SUCESSO
     ============================================ */
  .mensagem-sucesso {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(10px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000001;
      padding: 20px;
      animation: fadeIn 0.3s ease;
  }
  
  .mensagem-sucesso.active {
      display: flex;
  }
  
  .sucesso-content {
      background: #fff;
      padding: 50px 40px;
      border-radius: 20px;
      max-width: 450px;
      width: 100%;
      text-align: center;
      animation: bounceIn 0.6s ease;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  }
  
  .sucesso-icon {
      font-size: 80px;
      color: #27AE60;
      margin-bottom: 20px;
      animation: checkmarkPop 0.6s ease;
  }
  
  .sucesso-content h3 {
      font-size: 26px;
      color: var(--text-dark);
      margin-bottom: 15px;
  }
  
  .sucesso-content p {
      font-size: 16px;
      color: var(--text-gray);
      margin-bottom: 30px;
  }
  
  #contadorRedirect {
      font-weight: 700;
      color: var(--whatsapp-green);
      font-size: 18px;
  }
  
  .btn-sucesso {
      background: var(--whatsapp-green);
      color: #fff;
      border: none;
      padding: 16px 32px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all var(--transition-fast);
  }
  
  .btn-sucesso:hover {
      background: #22C55E;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  }
  
  .btn-sucesso i {
      font-size: 20px;
  }
  
  /* ============================================
     ANIMATIONS
     ============================================ */
  @keyframes fadeIn {
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }
  
  @keyframes slideUp {
      from {
          opacity: 0;
          transform: translateY(30px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
  
  @keyframes bounceIn {
      0% {
          opacity: 0;
          transform: scale(0.3);
      }
      50% {
          opacity: 1;
          transform: scale(1.05);
      }
      70% {
          transform: scale(0.9);
      }
      100% {
          transform: scale(1);
      }
  }
  
  @keyframes checkmarkPop {
      0% {
          transform: scale(0);
      }
      50% {
          transform: scale(1.2);
      }
      100% {
          transform: scale(1);
      }
  }
  
  @keyframes pulse {
      0%, 100% {
          opacity: 1;
          transform: scale(1);
      }
      50% {
          opacity: 0.5;
          transform: scale(1.3);
      }
  }
  
  @keyframes btnPulse {
      0%, 100% {
          box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
      }
      50% {
          box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
      }
  }
  
  /* ============================================
     RESPONSIVIDADE
     ============================================ */
  @media (max-width: 768px) {
      .modal-botao-whatsapp-form-content {
          flex-direction: column;
          max-height: 95vh;
      }
  
      .imagem-form-contato {
          width: 100%;
          height: 200px;
      }
  
      .content-form-whatsapp-container {
          width: 100%;
          padding: 30px 25px;
      }
  
      .titulo-form-botao {
          font-size: 26px;
      }
  
      .close-botao-form {
          top: 15px;
          right: 15px;
          width: 36px;
          height: 36px;
      }
  
      .alerta-content {
          padding: 30px 25px;
      }
  
      .alerta-acoes {
          flex-direction: column;
      }
  
      .btn-alerta {
          width: 100%;
          justify-content: center;
      }
  }
  
  @media (max-width: 480px) {
      .modal-botao-whatsapp-form {
          padding: 10px;
      }
  
      .content-form-whatsapp-container {
          padding: 25px 20px;
      }
  
      .titulo-form-botao {
          font-size: 22px;
      }
  
      .subtitulo-form-botao {
          font-size: 13px;
      }
  
      .container-input-botao {
          height: 50px;
      }
  
      .btn-iniciar-conversa {
          height: 52px;
      }
  
      .sucesso-content {
          padding: 40px 30px;
      }
  }
  


   }
  
  


   


