@charset "utf-8";

@font-face {
    font-family: 'Bootstrap Icons';
    src: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.woff2') format('woff2');
    font-display: swap;
  }

body,header.scrolled{background-color:#131313}
.clients-section,.media-section,.portfolio-section,.pricing-section{scroll-margin-top:80px;min-height:100vh}
.testimonial-card.active,.video-end-cta.show{opacity:1;visibility:visible}
.btn-video-cta,.footer-links a,.price-card a,.whatsapp-float{text-decoration:none}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Montserrat,sans-serif;color:#fff;scroll-behavior:smooth}
header{position:fixed;top:0;left:0;width:100%;height:auto;min-height:80px;z-index:999;transition:.3s;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}
.home-content,section{flex-direction:column}
header.scrolled{box-shadow:0 2px 8px rgba(0,0,0,.3);padding:.5rem 2rem}
header.scrolled .logo-mobile{height:30px}
.logo-mobile{display:block;margin:auto;height:60px;transition:height .3s}
.logo-mobile img{width:100%;height:100%;object-fit:contain}
.img-maior,.logo,nav{display:none}
.hamburger{display:block;font-size:1.5rem;cursor:pointer;color:#fff}
section{min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;width:100%;padding:4rem 2rem;position:relative;z-index:1;scroll-margin-top:120px}
.btn-primary,.btn-secondary{padding:12px 24px;border-radius:4px;font-weight:700;cursor:pointer;margin:.5rem;font-size:1rem}
.btn-primary{background-color:#33b729;color:#fff;border:none}
.btn-primary:hover{background-color:#2ca123}
.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}
.btn-secondary:hover{background-color:#fff;color:#131313}
.animate-fade-in-down{opacity:0;transform:translateY(-30px);animation:1s forwards fadeInDown}
.animate-fade-in-up{opacity:0;transform:translateY(30px);animation:1s forwards fadeInUp}
.animate-fade-in-left{opacity:0;transform:translateX(-30px);animation:1s forwards fadeInLeft}
.animate-fade-in-right{opacity:0;transform:translateX(30px);animation:1s forwards fadeInRight}
.delay-300{animation-delay:.3s}
.delay-500{animation-delay:.5s}
.delay-700{animation-delay:.7s}

@keyframes fadeInDown{to{opacity:1;transform:translateY(0)}}
@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}
@keyframes fadeInLeft{to{opacity:1;transform:translateX(0)}}
@keyframes fadeInRight{to{opacity:1;transform:translateX(0)}}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.animate-bounce-slow{animation:2s infinite bounce}
.home-section{position:relative;padding-top:130px;display:flex;align-items:center;justify-content:center;background-image:url("../images/fundo/header_bg_mobile.webp");background-repeat:no-repeat;background-size:cover;background-position:bottom;background-color:#fff}
.home-content{display:flex;align-items:center;gap:2rem}
.dtf-section,.product-section{flex-direction:column;display:flex;text-align:center}
.home-content p{margin:1rem}
.home-content img{width:100%;height:auto;border-radius:0;margin-top:-3rem}.dtf-section{align-items:center;padding:4rem 2rem;background-color:#fff}.dtf-section h2{font-size:1.8rem;margin-bottom:1rem;color:#2ca123}.dtf-section p{max-width:600px;margin-bottom:2rem;font-size:1.1rem;color:#131313}.carousel-container{width:100%;min-height:60vh;position:relative;margin-top:1rem}.carousel-track{display:flex;will-change:transform}.carousel-item{min-width:200px;height:auto;background-color:#2ca123;border-radius:10px;padding:1.5rem;text-align:center}.carousel-item h4{font-size:1.2rem;margin:1rem 0 .5rem}.circle-img{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;background-color:#fff;display:flex;align-items:center;justify-content:center}.circle-img img,.whatsapp-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.product-section{align-items:center;padding:4rem 2rem;gap:2rem;background-color:#131313}.product-section h2{font-size:2rem;margin-bottom:1rem;color:#2ca123}.cards-container{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%;max-width:1200px}.card{width:90%;max-width:400px;background-color:#1e1e1e;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.3);padding:1.5rem;transition:transform .3s,box-shadow .3s;text-align:center}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.4)}.card img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.card h4{font-size:1.1rem;margin-bottom:.5rem;color:#33b729}.card p{font-size:.95rem;color:#ccc;line-height:1.5}#dtf-uv{background-color:#1d1d1d}.creative-testimonials-section{min-height:100vh;background:radial-gradient(circle at 50% 50%,rgba(51,183,41,.1),transparent 60%);padding:5rem 2rem;text-align:center;scroll-margin-top:80px}.floating-badge,.video-overlay{background-position:center;z-index:2}.creative-testimonials-section h2{font-size:2.2rem;margin-bottom:1rem;color:#33b729;font-weight:700}.testimonial-wrapper{position:relative;z-index:1}.testimonial-list{position:relative;width:100%;max-width:420px;margin:0 auto;min-height:350px}.testimonial-card{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity 1s,visibility 1s;background-color:#222;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 6px 20px rgba(0,0,0,.3);text-align:center;backface-visibility:hidden}.testimonial-card.active{z-index:1;transform:scale(1)}.testimonial-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #33b729;margin:0 auto 1.2rem;box-shadow:0 0 10px rgba(51,183,41,.3)}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-content p{font-size:1.05rem;line-height:1.6;color:#ddd;margin-bottom:1rem;min-height:80px}.testimonial-stars{color:gold;font-size:1.2rem;margin:.5rem 0;display:flex;justify-content:center;gap:.2rem}.testimonial-author{font-size:.95rem;color:#aaa;margin-top:.5rem;line-height:1.4}.testimonial-author strong{color:#fff;display:block;font-size:1rem}.portfolio-section{background-color:#1d1d1d;padding:5rem 2rem}.portfolio-grid{display:flex;flex-direction:column;gap:2rem;align-items:center}.portfolio-card{background-color:#222;border-radius:12px;position:relative;overflow:visible;box-shadow:0 4px 16px rgba(0,0,0,.3);transition:transform .3s;width:90%;min-width:400px}.floating-badge{position:absolute;top:-20px;right:30%;width:144px;height:48px;background-image:url("../images/composicoes/fita.webp");background-size:contain;background-repeat:no-repeat;pointer-events:none}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(51,183,41,.25)}.client-logo:hover,.portfolio-card:hover img{transform:scale(1.05)}.portfolio-card img{width:100%;height:220px;object-fit:cover;transition:transform .4s;border-radius:12px}.portfolio-info{padding:1.5rem}.portfolio-info h4{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.portfolio-info p{font-size:.95rem;color:#ccc}.clients-section,.pricing-section{background-color:#1a1a1a;padding:5rem 2rem}.clients-section h2,.pricing-section h2{font-size:2rem;margin-bottom:1rem;color:#33b729}.clients-carousel-container{position:relative;width:100%;white-space:nowrap}.clients-carousel-track{display:flex;height:150px;padding:2%}.client-logo{display:inline-flex;align-items:center;justify-content:center;width:150px;height:80px;background-color:#222;border-radius:8px;transition:transform .3s,box-shadow .3s;cursor:pointer;flex-shrink:0}.client-logo img{width:100%;filter:grayscale(1) contrast(.8);transition:.3s}.client-logo:hover img{filter:none}.client-logo:hover{box-shadow:0 0 12px rgba(51,183,41,.4)}.media-section{background-color:#1a1a1a;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.play-btn,.video-overlay{align-items:center;display:flex}.media-section h2{font-size:1.8rem;margin-bottom:1rem;color:#33b729}.cta-content h3,.price-card h3{font-size:1.5rem;margin-bottom:1rem}.media-section .section-subtitle{font-size:1rem;color:#ccc;max-width:600px;margin-bottom:2.5rem}.video-container{position:relative;width:100%;max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(51,183,41,.2);background-color:#000;aspect-ratio:16/9}.video-overlay,.video-overlay::before{position:absolute;width:100%;height:100%;top:0;left:0}.video-element{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .5s}.video-overlay{background-image:url("../images/thumbs/dtf_textil_cover.webp");background-size:cover;justify-content:center;cursor:pointer;transition:background-color .3s}.video-overlay::before{content:'';background:rgba(0,0,0,.5);z-index:1}.overlay-content{position:relative;z-index:2;text-align:center}.play-btn{width:70px;height:70px;background:#33b729;border-radius:50%;justify-content:center;color:#fff;font-size:1.8rem;box-shadow:0 4px 12px rgba(0,0,0,.4);transition:transform .3s}.play-btn:hover{transform:scale(1.1)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.8}}.animate-pulse{animation:1.5s ease-in-out infinite pulse}.video-end-cta{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:3;opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s;border-radius:12px}.cta-content{text-align:center;color:#fff;max-width:90%}.cta-content h3{color:#fff}.btn-video-cta{font-size:1.3rem;padding:16px 32px;background-color:#33b729;color:#fff;border:none;border-radius:6px;font-weight:700;display:inline-block;box-shadow:0 6px 16px rgba(51,183,41,.4);transition:.3s}.btn-video-cta:hover{background-color:#2ca123;transform:scale(1.05);box-shadow:0 8px 20px rgba(51,183,41,.6)}.replay-btn{margin-top:1rem;padding:10px 20px;font-size:1rem;background-color:transparent;color:#33b729;border:2px solid #33b729;border-radius:6px;cursor:pointer;transition:.3s}.replay-btn:hover{background-color:#33b729;color:#fff}.section-subtitle{max-width:600px;margin:0 auto 3rem;font-size:1.1rem;color:#ccc;opacity:.85}.footer-links a:hover,.price-card h3,.price-jump{color:#33b729}.pricing-grid{display:flex;flex-direction:column;gap:2rem;align-items:center;max-width:1000px;margin:0 auto}.price-card{background-color:#222;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:400px;box-shadow:0 6px 20px rgba(0,0,0,.3);transition:transform .3s}.price-card:hover{transform:translateY(-8px)}.price-jump{font-size:2.5rem;font-weight:700;animation:2s infinite pulse}.price-desc{font-size:.9rem;color:#aaa;margin-top:.5rem}.price-features{text-align:left;margin:1.5rem 0;list-style:none;padding-left:0}.price-features li{margin-bottom:.5rem;color:#ccc}.titulo-precos{width:100%;padding:1rem;background:linear-gradient(90deg,#1a1a1a 15%,#33b729 50%,#1a1a1a 85%);margin:2rem auto;font-size:1.3rem;font-weight:700}.site-footer{background-color:#131313;color:#ccc;padding:2rem 1rem}.footer-container{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;align-items:center}.footer-brand .logo-footer img{max-height:40px;margin-bottom:.5rem}.footer-copyright{font-size:.9rem}.footer-links,.footer-social{text-align:center}.footer-links h4,.footer-social h4{font-size:1rem;margin-bottom:.5rem;color:#fff}.footer-links ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer-links li{display:inline-block}.footer-links a{color:#aaa;font-size:.85rem;white-space:nowrap;transition:color .3s}.social-icons{display:flex;justify-content:center;gap:1.5rem}.social-icons i{font-size:1.5rem;color:#fff;transition:color .3s,transform .3s}.social-icons i:hover{color:#33b729;transform:scale(1.2)}form input,form textarea{width:100%;padding:12px;margin-bottom:12px;border:1px solid #444;border-radius:4px;background-color:#222;color:#fff}.services-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;width:100%;min-height:100vh;margin:0 auto}.service-box{padding:1rem;background:#131313;border-radius:8px}.carousel-track,.clients-carousel-track{display:flex;gap:2rem;transition:transform 1ms;will-change:transform}.carousel-container,.clients-carousel-container{overflow:hidden}.whatsapp-float{position:fixed;bottom:8rem;right:1rem;z-index:999;display:flex;align-items:center;gap:.75rem;background-color:#25d366;color:#fff;padding:.75rem 1rem;border-radius:18px;box-shadow:0 4px 14px rgba(37,211,102,.4);transition:.3s;max-width:220px;font-weight:600;font-size:.95rem;animation:2.5s ease-in-out infinite whatsappFloat}.whatsapp-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.whatsapp-bubble{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@keyframes whatsappFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}

/* --- POLÍTICA DE PRIVACIDADE --- */
.privacy-section {
  min-height: 100vh;
  background-color: #131313;
  padding: 4rem 2rem; /* Espaçamento generoso no mobile */
  text-align: center;
  scroll-margin-top: 80px; /* Compensa header fixo */
}

.privacy-section h2 {
  font-size: 1.8rem; /* Tamanho legível em mobile */
  margin-bottom: 1rem;
  color: #33b729;
}

.privacy-section .section-subtitle {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
  color: #ccc;
  opacity: 0.85;
}

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #ddd;
  text-align: left;
}

.privacy-content h3 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  color: #fff;
}

.privacy-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.privacy-content li {
  margin-bottom: 0.5rem;
}

.privacy-content a {
  color: #33b729;
  text-decoration: none;
  transition: color 0.3s ease;
}

.privacy-content a:hover {
  color: #2ca123;
  text-decoration: underline;
}

/* --- TERMOS DE USO --- */
.terms-section {
  min-height: 100vh;
  background-color: #131313;
  padding: 5rem 2rem;
  text-align: center;
  scroll-margin-top: 80px;
}

.terms-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #33b729;
}

.terms-section .section-subtitle {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
  color: #ccc;
  opacity: 0.85;
}

.terms-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #ddd;
  text-align: left;
}

.terms-content h3 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  color: #fff;
}

.terms-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.terms-content li {
  margin-bottom: 0.5rem;
}

.terms-content a {
  color: #33b729;
  text-decoration: none;
  transition: color 0.3s ease;
}

.terms-content a:hover {
  color: #2ca123;
  text-decoration: underline;
}

/* --- AVISO DE COOKIES --- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  color: #ccc;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
  z-index: 998;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.cookie-banner p {
  max-width: 600px;
}

.cookie-banner button {
  margin: 0;
  font-size: 0.9rem;
  padding: 8px 16px;
}

@media (min-width:481px){.whatsapp-float{bottom:5rem;right:2rem;font-size:1rem;padding:.875rem 1.25rem;max-width:260px;gap:1rem}.whatsapp-avatar{width:48px;height:48px}}@media (min-width:768px){.circle-img,.circle-img img{border-radius:15px}.container{padding:0 5rem;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1800px!important;margin:0 auto}.logo{display:block}.logo img{max-height:40px}.hamburger,.logo-mobile{display:none}section{padding:4rem 10rem!important}nav{display:flex;gap:.5rem;align-items:center}nav a{display:inline-flex;padding:.75rem 1.25rem;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;border-radius:4px;transition:.3s;position:relative}nav a:hover{background-color:#33b729;color:#fff}nav a.active,nav a:hover.active{background-color:#33b729;color:#fff}.btn-primary,.btn-secondary{font-size:1.1rem}.home-section{background-image:url("../images/fundo/header_bg.webp")}.home-content{flex-direction:row;justify-content:center;align-items:center;text-align:left}.testimonial-card,.testimonial-content p,.text-container{text-align:center}.home-content .text{max-width:50%;font-size:2rem}.home-content h1{margin:-4rem 1rem 0}.home-content p{margin:1rem 1rem 4rem}.home-content .image{max-width:50%;height:80vh}.dtf-section{flex-direction:column;align-items:center;gap:2rem}.text-container{max-width:800px;margin:0 auto}.text-container h2{font-size:2.8rem;margin-bottom:1rem;color:#2ca123}.text-container p{font-size:1.5rem;color:#131313;margin-bottom:4rem;min-width:100%}.btn-primary{font-size:2rem;padding:14px 28px;margin:0 auto;display:block}.carousel-container{max-width:100%;margin-top:4rem}.carousel-item{min-width:300px;padding:1.5rem}.carousel-item h4{font-size:1.3rem;margin-bottom:2rem}.circle-img{width:250px;height:350px}.responsive-video,form{width:60%}#testimonials,.media-section h2{font-size:2.8rem}.cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 4rem}.card{width:auto;max-width:none}.testimonial-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;padding:0 4rem;justify-items:center;max-width:1200px;margin:0 auto}.testimonial-card{position:relative;opacity:1!important;visibility:visible!important;width:auto!important;transition:transform .3s;margin:0;justify-self:center}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-avatar{width:150px;height:150px;margin:0 auto 1.5rem}.testimonial-author strong{text-align:center;font-size:1.5rem}.testimonial-stars{font-size:1.8rem}.clients-section h2,.portfolio-section h2{font-size:2.8rem;margin-bottom:1rem}.portfolio-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2rem;padding:0 2rem}.portfolio-card{width:calc(33.333% - 2rem);min-width:280px;max-width:350px;margin:0}.pricing-grid{flex-direction:row;justify-content:center;min-width:100%;flex-wrap: wrap;gap: 2rem;}.price-card{flex:0 1 300px;max-width: 320px;}#contact h2,.pricing-section h2{font-size:2.5rem}.price-jump{font-size:3.5rem}.pricing-section .btn-primary{font-size:1.3rem}form{margin:2rem auto}form input,form textarea{width:100%;padding:12px;margin-bottom:20px;font-size:1rem!important}#contact .btn-primary{font-size:1.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-container{flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left}.footer-brand{flex:1;min-width:180px}.footer-links{flex:1;text-align:center}.footer-social{flex:1;text-align:right}.social-icons{justify-content:flex-end}
	.privacy-section {
    padding: 5rem 3rem; /* Mais espaço lateral */
  }

  .privacy-section h2 {
    font-size: 2rem; /* Título maior */
  }

  .privacy-content {
    font-size: 1.05rem; /* Leve aumento para melhor leitura */
  }

  .privacy-content h3 {
    font-size: 1.5rem; /* Cabeçalhos mais destacados */
	}

 .terms-section {
    padding: 6rem 3rem;
  }
  .terms-section h2 {
    font-size: 2rem;
  }
  .terms-content {
    font-size: 1.05rem;
  }
  .terms-content h3 {
    font-size: 1.5rem;
  }
	
	.cookie-banner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
	@media (max-width:1023px){.portfolio-card{width:calc(50% - 2rem)}.privacy-section {
    padding: 6rem 5rem;
  }

  .privacy-section h2 {
    font-size: 2.2rem;
  }

  .privacy-content {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .privacy-content h3 {
    font-size: 1.6rem;
  }
		.terms-section {
    padding: 7rem 5rem;
  }
  .terms-section h2 {
    font-size: 2.2rem;
  }
  .terms-content {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .terms-content h3 {
    font-size: 1.6rem;
  }
}
@media (min-width:1200px){.home-content img{margin-top:3rem}.portfolio-card{width:calc(25% - 2rem);max-width:300px}}@media (min-width:1024px){.container{max-width:1200px}.home-content .text{max-width:60%;font-size:1.5rem}.home-content img{margin-top:5rem}nav{margin-left: 2rem;}nav a{display:inline-flex;padding:.75rem 1rem;color:#fff;text-decoration:none;font-weight:600;font-size:0.9rem;border-radius:4px;transition:.3s;position:relative}}}