@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/db0dxzhah/image/upload/v1762971385/book_digital_RG-01_teiak9.png) 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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);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: 100px 10px; width: 100%; height: 100%; position: relative; }
     main#main-descricao-completa  h1.titulo-descricao-completa { font-size: 16px; text-align: center;  padding-bottom: 40px; }
     main#main-descricao-completa section.bloco-localizacao section.bloco-investimento section.bloco-amenidades section.bloco-cta, h2 { color: #004955; 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/db0dxzhah/image/upload/v1758733098/imgEmp_21_qqgppk.jpg); 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: -10px; right: 0px; background-color: #004955; 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:#004955; background: rgba(0, 73, 85, 0.3); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 700; color: #004955;; 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: #004955;; }

/* 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 #004955; }
.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, #004955 0%, #004955 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: #004955; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc {  background: rgba(0, 73, 85, 0.9); color: #ffffff;; 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: #fff;  background: rgba(0, 73, 85, 0.9); 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: #004955; 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 #004955 }
.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: #004955; }
.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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); 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: 22px; font-weight: 700; color: #ffffff; margin-bottom: 15px; line-height: 1.3; }
.cta-texto { font-family: 'Urbanist', sans-serif; font-size: 14px; 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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); 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 rgba(255, 255, 255, 0.38); border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%; border-bottom:  1px solid rgba(255, 255, 255, 0.38);}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: rgba(255, 255, 255, 0.38);  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: rgba(255, 255, 255, 0.38);}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: rgba(255, 255, 255, 0.38); font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background: rgba(255, 255, 255, 0.38) ;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: #004955; border:  1px solid #004955; }
   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-image: linear-gradient(to bottom, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);; 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/db0dxzhah/image/upload/v1758228722/WhatsApp_Image_2025-09-18_at_17.51.10_gakwew.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 {  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/db0dxzhah/image/upload/v1762897364/book_digital_RG-12_trbajo.png) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 0px 40px;  background: rgba(0, 73, 85, 0.9);;  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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);;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: rgba(255, 255, 255, 0.38);; 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: #fff; 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: #fff; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #fff; 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: #004955; 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/db0dxzhah/image/upload/v1762897354/book_digital_RG-19_vi3vak.png); 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; left: 10px; background-color: #004955; 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:#004955; background: rgba(0, 73, 85, 0.3); 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: #004955; }

/* 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 #004955; }
.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, #004955 0%, #004955 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: #004955; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc {  background: rgba(0, 73, 85, 0.9); 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:#fff;  background: rgba(0, 73, 85, 0.9) ; ; 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: #004955; 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 #004955; }
.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: #004955; }
.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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);; 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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); 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 rgba(255, 255, 255, 0.38); border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid rgba(255, 255, 255, 0.38);}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: rgba(255, 255, 255, 0.38);;  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: #fff; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {  background-color: #004955 ;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: #004955; color: rgba(255, 255, 255, 0.38);; border:  1px solid #004955; }
   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: rgba(255, 255, 255, 0.38);; border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 30px 70px; align-items: center; justify-content: space-between; background-image: linear-gradient(to bottom, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);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 { width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/db0dxzhah/image/upload/v1762897364/book_digital_RG-12_trbajo.png) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 0px 40px;  background: rgba(0, 73, 85, 0.9);  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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);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: rgba(255, 255, 255, 0.38); 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: #fff; 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: #fff; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #fff; 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: #004955; 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/db0dxzhah/image/upload/v1762897354/book_digital_RG-19_vi3vak.png); 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; left: 10px; background-color: #004955; 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:#004955; background: rgba(0, 73, 85, 0.3); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #004955; 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: #004955; }

/* 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 #004955; }
.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, #004955 0%, #004955 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: #004955; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc {  background: linear-gradient(135deg, #004955 0%, #004955 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:#fff;  background: rgba(0, 73, 85, 0.9) ; 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:  #004955; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #004955; 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 #004955; }
.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: #004955; }
.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:  #004955; }
.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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);  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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);  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 rgba(255, 255, 255, 0.38); border-radius: 20px;}
   footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;   border-bottom:  1px solid rgba(255, 255, 255, 0.38)}
   footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: rgba(255, 255, 255, 0.38);  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: rgba(255, 255, 255, 0.38);}
   footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: #fff; font-size: 14px; padding: 0px 10px; ; }
   footer#footer-empreendimento form  button.form-submit {   background: rgba(255, 255, 255, 0.38) ;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: #004955; color:rgba(255, 255, 255, 0.38); 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: rgba(255, 255, 255, 0.38); border-bottom: 1px solid #FF763B; }
   footer#footer-empreendimento div.footer-logos { display: flex; padding: 30px 70px; align-items: center; justify-content: space-between; background-image: linear-gradient(to bottom, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);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/db0dxzhah/image/upload/v1762897364/book_digital_RG-12_trbajo.png) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 0px 40px;   background: rgba(0, 73, 85, 0.9); 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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);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: rgba(255, 255, 255, 0.38); 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: #fff; 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: #fff; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #fff; 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: #004955; 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/db0dxzhah/image/upload/v1762897354/book_digital_RG-19_vi3vak.png); 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; left: 10px; background-color:  #004955; 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:#004955; background: rgba(0, 73, 85, 0.3); 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: #004955; }

/* 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 #004955; }
.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, #004955 0%, #004955 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: #004955; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: rgba(0, 73, 85, 0.9); 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:  #fff;  background: rgba(0, 73, 85, 0.9) ; 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: #004955; 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 #004955; }
.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: #004955; }
.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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);; 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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); 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-radius: 20px; border: 2px double rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: rgba(255, 255, 255, 0.38);  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: rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: rgba(255, 255, 255, 0.38); font-size: 14px; padding: 0px 10px; ; }
footer#footer-empreendimento form  button.form-submit {  background: rgba(255, 255, 255, 0.38) ;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: #004955; border:  1px solid #004955; }
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: rgba(255, 255, 255, 0.38); border-bottom: 1px solid red; }
footer#footer-empreendimento div.footer-logos { display: flex; padding: 50px 100px; align-items: center; justify-content: space-between; background-image: linear-gradient(to bottom, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); border-radius: 0px 0px 20px 20px;}
footer#footer-empreendimento div.footer-logos img.logo-rg {  width: 350px;}
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: 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/db0dxzhah/image/upload/v1762897364/book_digital_RG-12_trbajo.png) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 0px 40px;   background: rgba(0, 73, 85, 0.9);  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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937);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: rgba(255, 255, 255, 0.38); 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: #fff; 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: #fff; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #fff; 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: #004955; 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/db0dxzhah/image/upload/v1762897354/book_digital_RG-19_vi3vak.png); 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; left: 10px; background-color: #004955; 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:#004955; background: rgba(0, 73, 85, 0.3); padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #004955; 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: #004955 }

/* 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 #004955; }
.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, #004955 0%, #004955 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: #004955; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: rgba(0, 73, 85, 0.9); 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: #fff; background: rgba(0, 73, 85, 0.9); ; 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: #004955; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #004955; 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  #004955; }
.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:  #004955; }
.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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); padding: 60px 50px; margin-top: 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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); 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-radius: 20px; border: 2px double rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: rgba(255, 255, 255, 0.38);  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: rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: rgba(255, 255, 255, 0.38); font-size: 14px; padding: 0px 10px; ; }
footer#footer-empreendimento form  button.form-submit {  background: rgba(255, 255, 255, 0.38) ;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: #004955; border:  1px solid #004955; }
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: rgba(255, 255, 255, 0.38); border-bottom: 1px solid red; }
footer#footer-empreendimento div.footer-logos { display: flex; padding: 50px 100px; align-items: center; justify-content: space-between; background-image: linear-gradient(to bottom, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); border-radius: 0px 0px 20px 20px;}
footer#footer-empreendimento div.footer-logos img.logo-rg {  width: 350px;}
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: rgba(0, 73, 85, 0.15);; }
     section#bannerHeader { background-color: red;  width: 100%;  height: 80vh; padding: 20px; background: url(https://res.cloudinary.com/db0dxzhah/image/upload/v1762897364/book_digital_RG-12_trbajo.png) center/ cover no-repeat;position: relative; border-radius: 20px; }
     section#bannerHeader header.headerBanner {  display: flex;   align-items: center;   justify-content: space-between;   padding: 0px 40px;  background: rgba(0, 73, 85, 0.9);;  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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); ;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: rgba(255, 255, 255, 0.38); 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: #fff; 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: #fff; font-weight: 600;}
     section#tipologia-empreendimento div.container-tipologia  div.bloco-tipologia  p.valor-tipologia { font-size: 16px; color: #fff; 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: #004955; 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/db0dxzhah/image/upload/v1762897354/book_digital_RG-19_vi3vak.png) center/ cover no-repeat;; background-repeat: no-repeat;position: relative; margin: 20px 0px;}
     main#main-descricao-completa section.galeria-fotos-empreendimento button.galeria-fotos { position: absolute; bottom: 20px; left: 10px; background-color: #004955; 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:#004955; background: rgba(0, 73, 85, 0.3);; padding: 8px 20px; border-radius: 30px; margin-bottom: 20px; }
.titulo-localizacao { font-family: 'Poppins', sans-serif; font-size: 48px; font-weight: 700; color: #004955; 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: #004955; }

/* 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 #004955; }
.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, #004955 0%, #004955 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: #004955; }
.card-distancia:hover::before { transform: scaleX(1); }

/* CARD DESTAQUE PUC */
.card-distancia.destaque-puc { background: rgba(0, 73, 85, 0.9); 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:#fff;  background: rgba(0, 73, 85, 0.9) ; 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: #004955; margin-bottom: 12px; }
.valor-distancia { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 700; color: #004955; 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 #004955; }
.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: #004955; }
.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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); ; 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-image: linear-gradient(to top, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); 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-radius: 20px; border: 2px double rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input {  width: 100%; height: 100%;  border-bottom:  1px solid rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input p.titulo-input { color: rgba(255, 255, 255, 0.38);  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: rgba(255, 255, 255, 0.38);}
footer#footer-empreendimento form div.container-formulario-form div.form-input input::placeholder { color: rgba(255, 255, 255, 0.38); font-size: 14px; padding: 0px 10px; ; }
footer#footer-empreendimento form  button.form-submit {  background: rgba(255, 255, 255, 0.38) ;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: #004955; border:  1px solid #004955; }
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: rgba(255, 255, 255, 0.38); border-bottom: 1px solid red; }
footer#footer-empreendimento div.footer-logos { display: flex; padding: 50px 100px; align-items: center; justify-content: space-between; background-image: linear-gradient(to bottom, #004955, #004955, #004955, #004955, #004955, #004554, #004152, #003d50, #00344b, #002b45, #00223f, #051937); border-radius: 0px 0px 20px 20px;}
footer#footer-empreendimento div.footer-logos img.logo-rg {  width: 350px;}
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: red;
   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/db0dxzhah/image/upload/v1758228722/WhatsApp_Image_2025-09-18_at_17.51.10_gakwew.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;
}


   }
  
  


   


