*{margin:0;padding:0;box-sizing:border-box;outline:0}h1{font-weight:400}.main-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:transparent;transition:all .3s ease;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}.main-header.scrolled{background-color:#06121ef2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000004d;padding:0}.header-content{display:flex;align-items:center;justify-content:space-between;padding:20px 0;transition:padding .3s ease;position:relative}.header-logo{display:flex;align-items:center;justify-content:center;z-index:1001;transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.header-logo img{max-width:240px;height:auto;object-fit:contain;transition:all .3s ease}.main-header.scrolled .header-logo img{max-width:240px}.header-logo a{display:block;line-height:0}.nav-list{display:flex;align-items:center}.nav-list ul{display:flex;flex-direction:row;list-style:none;gap:30px;margin:0;padding:0}.nav-item{position:relative}.nav-link{color:#fff;text-decoration:none;font-weight:300;font-size:18px;padding:8px 0;position:relative;transition:color .3s ease;display:block}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#367cbd;transition:width .3s ease}.nav-link:hover,.nav-link.active{color:#367cbd}.nav-link:hover:after,.nav-link.active:after{width:100%}.header-icons{display:flex;gap:12px;align-items:center}.social-icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:18px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.social-icon:hover{transform:translateY(-3px) scale(1.1);border-color:#ffffff4d;box-shadow:0 6px 20px #367cbd4d}.social-icon:active{transform:translateY(-2px) scale(1.05)}.instagram-icon:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff;border-color:#833ab480;box-shadow:0 6px 20px #833ab466}.facebook-icon:hover{background:#1877f2;color:#fff;border-color:#1877f280;box-shadow:0 6px 20px #1877f266}.whatsapp-icon:hover{background:#25d366;color:#fff;border-color:#25d36680;box-shadow:0 6px 20px #25d36666}.mobile-menu-wrapper{display:flex;align-items:center;justify-content:flex-end}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative;flex-shrink:0}.mobile-menu-toggle span{width:100%;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width:968px){.header-content{justify-content:space-between}.header-logo{flex:1;display:flex;justify-content:flex-start}.header-icons{flex:1;display:flex;justify-content:center;gap:10px}.mobile-menu-wrapper{flex:1;display:flex;justify-content:flex-end}.mobile-menu-toggle{display:flex}.nav-list{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:#06121efa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;padding-top:100px;transition:right .3s ease;box-shadow:-5px 0 20px #00000080;z-index:1000}.nav-list.active{right:0}.nav-list ul{flex-direction:column;gap:20px;width:100%;padding:0 20px}.nav-link{font-size:20px;padding:12px 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.nav-link:after{display:none}.social-icon{width:38px;height:38px;font-size:16px}}@media screen and (max-width:768px){.header-logo{flex:1;display:flex;justify-content:flex-start}.header-logo img{max-width:140px}.main-header.scrolled .header-logo img{max-width:120px}.header-icons{flex:1;display:flex;justify-content:center}.mobile-menu-wrapper{flex:1;display:flex;justify-content:flex-end}.mobile-menu-toggle{display:flex}.header-content{padding:12px 0}.main-header.scrolled .header-content{padding:10px 0}.nav-list{width:80%;max-width:280px}.nav-link{font-size:18px}}@media screen and (max-width:480px){.header-logo{flex:1;display:flex;justify-content:flex-start}.header-logo img{max-width:110px}.main-header.scrolled .header-logo img{max-width:100px}.header-icons{flex:1;display:flex;justify-content:center;gap:8px}.mobile-menu-wrapper{flex:1;display:flex;justify-content:flex-end}.mobile-menu-toggle{display:flex}.social-icon{width:36px;height:36px;font-size:14px}}.container{max-width:1440px;margin:0 auto;padding:0 10px}.bg-home{position:relative}.bg-home:before{content:"";display:block;position:absolute;background-image:linear-gradient(to bottom,#2427241a,#06121e),url(/_astro/cat-8620369_1280.B1SuJWSr.png);left:0;top:0;width:100%;height:100%;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:50% 0;opacity:.5}.hero{color:#fff;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 0 100px;position:relative}.hero .hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding-top:100px;max-width:940px;width:100%;animation:fadeInUp .8s ease-out}.hero .hero-title{text-align:center;line-height:1.4;font-size:48px;font-weight:500;margin:0;padding:0 20px;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero .hero-title .highlight{color:#367cbd;font-weight:600;position:relative;display:inline-block}.hero .hero-title .highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#367cbd,transparent);border-radius:2px}.hero .hero-subtitle{text-align:center;margin:0;font-size:20px;font-weight:300;opacity:.95;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 20px}.hero .hero-subtitle i{font-size:18px;color:#367cbd}.button-contact{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:2px solid #fff;padding:16px 32px;border-radius:50px;color:#fff;background-color:transparent;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 15px #0003;position:relative;overflow:hidden}.button-contact i{font-size:22px;transition:transform .3s ease}.button-contact:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#367cbd;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;z-index:-1}.button-contact:hover{background-color:#367cbd;border-color:#367cbd;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #367cbd66}.button-contact:hover:before{width:300px;height:300px}.button-contact:hover i{transform:scale(1.1)}.button-contact:active{transform:translateY(0);box-shadow:0 2px 10px #367cbd4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleButton{0%{transform:scale(1)}to{transform:scale(1.07)}}@media screen and (max-width:768px){.hero{min-height:60vh;padding:15px 0 60px}.hero .hero-content{padding-top:80px;gap:20px}.hero .hero-title{font-size:32px;padding:0 15px}.hero .hero-subtitle{font-size:16px;padding:0 15px}.hero .hero-subtitle i{font-size:16px}.hero .button-contact{padding:14px 28px;font-size:16px}.hero .button-contact i{font-size:20px}}@media screen and (max-width:480px){.hero .hero-content{padding-top:60px;gap:16px}.hero .hero-title{font-size:26px;line-height:1.3;padding:0 10px}.hero .hero-subtitle{font-size:14px;padding:0 10px;flex-wrap:wrap;gap:8px}.hero .hero-subtitle i{font-size:14px}.hero .button-contact{padding:12px 24px;font-size:15px;gap:8px}.hero .button-contact i{font-size:18px}}.about{min-height:100vh;background:linear-gradient(135deg,#06121e,#0c2135);overflow:hidden;color:#fff;padding:120px 0;position:relative}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(54,124,189,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(54,124,189,.08) 0%,transparent 50%);pointer-events:none}.about-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:40px 20px;position:relative;z-index:1}@media screen and (max-width:968px){.about-content{grid-template-columns:1fr;gap:50px}}.about-description{text-align:left;animation:fadeInUp .8s ease-out}.about-description .about-header{margin-bottom:32px}.about-description .about-header h2{font-size:42px;font-weight:600;margin:0 0 16px;display:flex;align-items:center;gap:16px;color:#fff}.about-description .about-header h2 i{color:#367cbd;font-size:36px}.about-description .about-header .about-underline{width:80px;height:4px;background:linear-gradient(90deg,#367cbd,transparent);border-radius:2px;margin-left:52px}.about-description .about-text .about-intro{font-size:19px;line-height:1.8;margin-bottom:24px;color:#fff;font-weight:400}.about-description .about-text .about-details{font-size:17px;line-height:1.8;margin-bottom:32px;color:#ffffffe6;font-weight:300}.about-description .about-text .about-quote{position:relative;padding:32px 40px;background:linear-gradient(135deg,#367cbd26,#367cbd0d);border-left:4px solid #367cbd;border-radius:12px;margin-top:40px;transition:all .3s ease}.about-description .about-text .about-quote:hover{background:linear-gradient(135deg,#367cbd33,#367cbd1a);transform:translate(8px);box-shadow:0 8px 24px #367cbd33}.about-description .about-text .about-quote .quote-icon{position:absolute;color:#367cbd;opacity:.3;font-size:32px}.about-description .about-text .about-quote .quote-icon:first-of-type{top:16px;left:20px}.about-description .about-text .about-quote .quote-icon:last-of-type{bottom:16px;right:20px}.about-description .about-text .about-quote blockquote{margin-top:20px;font-size:20px;font-style:italic;line-height:1.7;color:#fff;font-weight:400;position:relative;z-index:1}.about-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out .2s both}.about-image-wrapper .about-image-container{position:relative;width:100%;max-width:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff1a;transition:all .4s ease}.about-image-wrapper .about-image-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(54,124,189,.1) 0%,transparent 100%);z-index:1;opacity:0;transition:opacity .3s ease}.about-image-wrapper .about-image-container:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 80px #00000080,0 0 0 1px #367cbd4d,0 0 40px #367cbd33}.about-image-wrapper .about-image-container:hover:before{opacity:1}.about-image-wrapper .about-image-container:hover img{transform:scale(1.1)}.about-image-wrapper .about-image-container:hover .about-image-overlay{opacity:.2}.about-image-wrapper .about-image-container img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .6s ease;border-radius:20px}.about-image-wrapper .about-image-container .about-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#367cbd 0%,transparent 100%);opacity:0;transition:opacity .3s ease;border-radius:20px;z-index:2;pointer-events:none}@media screen and (max-width:968px){.about{padding:80px 0}.about-content,.about-description{text-align:center}.about-description .about-header h2{justify-content:center}.about-description .about-header .about-underline{margin:0 auto}.about-description .about-text .about-quote:hover{transform:translateY(-4px)}.about-image-wrapper .about-image-container{max-width:400px}}@media screen and (max-width:768px){.about{padding:60px 0}.about-content{gap:40px;padding:20px 15px}.about-description .about-header{margin-bottom:24px}.about-description .about-header h2{font-size:32px;gap:12px}.about-description .about-header h2 i{font-size:28px}.about-description .about-header .about-underline{width:60px;margin:0 auto}.about-description .about-text .about-intro{font-size:17px;margin-bottom:20px}.about-description .about-text .about-details{font-size:16px;margin-bottom:24px}.about-description .about-text .about-quote{padding:24px 28px;margin-top:32px}.about-description .about-text .about-quote .quote-icon{font-size:24px}.about-description .about-text .about-quote .quote-icon:first-of-type{top:12px;left:16px}.about-description .about-text .about-quote .quote-icon:last-of-type{bottom:12px;right:16px}.about-description .about-text .about-quote blockquote{font-size:18px}.about-image-wrapper .about-image-container{max-width:350px;border-radius:16px}.about-image-wrapper .about-image-container img{border-radius:16px}}@media screen and (max-width:480px){.about-description .about-header h2{font-size:28px;flex-direction:column;gap:8px}.about-description .about-header h2 i{font-size:24px}.about-description .about-text .about-intro{font-size:16px}.about-description .about-text .about-details{font-size:15px}.about-description .about-text .about-quote{padding:20px 24px}.about-description .about-text .about-quote blockquote{font-size:16px}.about-image-wrapper .about-image-container{max-width:100%}}.services{min-height:100vh;color:#fff;font-weight:350;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 25px;position:relative;background-image:linear-gradient(to top,#f6f8f61a,#06121e),linear-gradient(to bottom,#f4f6f800,#f7f7f7),url(/Imagens/fundo3.jpeg);background-position:50% 0%;background-size:cover;background-repeat:no-repeat}.services:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(54,124,189,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(54,124,189,.06) 0%,transparent 50%);pointer-events:none}.slider{background-image:linear-gradient(to bottom,#2427240a,#06121efb),linear-gradient(to top,#eaf0ea00,#fff),url(/Imagens/fundo.jpg);background-position:50% 0;background-size:cover;background-repeat:no-repeat}.slider{color:#232224;display:flex;text-align:center;justify-content:center;align-items:center;gap:15px;padding:0 45px 45px}.slider h2{font-size:35px}.slider-principal div{margin:30px;flex:1;display:flex;flex-direction:column;background-color:#fff;border-radius:8px;box-shadow:10px 11px 17px -4px #00000080;overflow:hidden}.slider-principal div img{width:100%;max-width:554px}.services-content{text-align:center;margin-bottom:60px;position:relative;z-index:1;animation:fadeInUp .8s ease-out}.services-content .services-header{margin-bottom:24px}.services-content .services-header h2{font-size:42px;font-weight:600;margin:0 0 16px;display:flex;align-items:center;justify-content:center;gap:16px;color:#fff}.services-content .services-header h2 i{color:#367cbd;font-size:36px}.services-content .services-header .services-underline{width:80px;height:4px;background:linear-gradient(90deg,#367cbd,transparent);border-radius:2px;margin:0 auto}.services-content .services-description{font-size:18px;line-height:1.8;margin:0 auto;max-width:768px;color:#fffffff2;font-weight:300}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,max-content));gap:30px;width:100%;max-width:1400px;padding:0 20px;position:relative;z-index:1;justify-content:center}.service-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000004d,0 0 0 1px #ffffff1a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;cursor:pointer;animation:fadeInUp .8s ease-out;animation-fill-mode:both;width:fit-content;max-width:100%;margin:0 auto}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 50px #0006,0 0 0 1px #367cbd4d,0 0 40px #367cbd40}.service-card:hover .service-image-wrapper img{transform:scale(1.1)}.service-card:hover .service-image-wrapper .service-image-overlay{opacity:.4}.service-card:hover .service-info{background:linear-gradient(135deg,#367cbd0d,#367cbd1a)}.service-card:hover .service-info .service-icon{transform:scale(1.15) rotate(5deg);background:linear-gradient(135deg,#367cbd,#1c568b);box-shadow:0 8px 20px #367cbd66}.service-card:hover .service-info .service-icon i{color:#fff}.service-card:hover .service-info h3{color:#367cbd}.service-image-wrapper{position:relative;width:fit-content;max-width:100%;height:auto;min-height:280px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:0}.service-image-wrapper img{width:auto;max-width:100%;height:auto;max-height:350px;object-fit:contain;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);display:block}.service-image-wrapper .service-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#367cbd 0%,transparent 100%);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none}.service-info{padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:16px;background-color:#fff;transition:all .4s ease;width:100%;box-sizing:border-box}.service-info .service-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#367cbd1a,#367cbd33);transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #367cbd33}.service-info .service-icon i{font-size:28px;color:#367cbd;transition:all .4s ease}.service-info h3{font-size:20px;font-weight:600;margin:0;color:#232224;text-align:center;transition:color .3s ease}@media screen and (min-width:1200px){.services-grid{gap:25px}}@media screen and (max-width:968px){.services-content{margin-bottom:50px}.services-content .services-header h2{font-size:36px;gap:12px}.services-content .services-header h2 i{font-size:32px}.services-content .services-header .services-underline{width:60px}.services-content .services-description{font-size:17px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,max-content));gap:25px;justify-content:center}.service-card{width:fit-content;max-width:100%;margin:0 auto}.service-image-wrapper{min-height:240px;width:fit-content;max-width:100%}.service-image-wrapper img{max-height:300px;width:auto;max-width:100%}}@media screen and (max-width:768px){.services{padding:60px 15px}.services-content{margin-bottom:40px}.services-content .services-header{margin-bottom:20px}.services-content .services-header h2{font-size:32px;gap:12px}.services-content .services-header h2 i{font-size:28px}.services-content .services-header .services-underline{width:50px}.services-content .services-description{font-size:16px}.services-grid{grid-template-columns:1fr;gap:30px;justify-content:center}.service-card{width:fit-content;max-width:100%;margin:0 auto}.service-card:hover{transform:translateY(-8px) scale(1.01)}.service-image-wrapper{min-height:260px;width:fit-content;max-width:100%}.service-image-wrapper img{max-height:320px;width:auto;max-width:100%}.service-info{padding:20px 18px;gap:14px}.service-info .service-icon{width:56px;height:56px}.service-info .service-icon i{font-size:26px}.service-info h3{font-size:19px}}@media screen and (max-width:480px){.services{padding:50px 10px}.services-content .services-header h2{font-size:28px;flex-direction:column;gap:8px}.services-content .services-header h2 i{font-size:24px}.services-content .services-description{font-size:15px}.service-card{width:fit-content;max-width:100%;margin:0 auto}.service-image-wrapper{min-height:220px;width:fit-content;max-width:100%}.service-image-wrapper img{max-height:280px;width:auto;max-width:100%}.service-info{padding:18px 16px}.service-info .service-icon{width:50px;height:50px}.service-info .service-icon i{font-size:24px}.service-info h3{font-size:18px}}.footer{background:linear-gradient(135deg,#040f1a,#06121e,#040f1a);position:relative;overflow:hidden;padding:80px 20px 40px;color:#fff}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(54,124,189,.3),transparent)}.footer:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(54,124,189,.05) 0%,transparent 70%);pointer-events:none}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;z-index:1}.footer-logo{display:flex;align-items:center;justify-content:center;animation:fadeInUp .8s ease-out}.footer-logo img{max-width:200px;height:auto;filter:brightness(1.1);transition:transform .3s ease,filter .3s ease}.footer-logo img:hover{transform:scale(1.05);filter:brightness(1.2)}.footer-divider{width:100%;max-width:300px;height:1px;background:linear-gradient(90deg,transparent,rgba(54,124,189,.4),transparent);margin:10px 0}.footer-social{display:flex;flex-direction:column;align-items:center;gap:20px;animation:fadeInUp .8s ease-out .2s both}.footer-social-title{font-size:16px;font-weight:300;color:#fffc;letter-spacing:1px;text-transform:uppercase;margin:0}.footer-icons{display:flex;gap:32px;align-items:center;justify-content:center;flex-wrap:wrap}.social-icon{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:24px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.social-icon i{transition:transform .3s ease;z-index:2}.social-icon .social-tooltip{position:absolute;bottom:-40px;left:50%;transform:translate(-50%) translateY(5px);background:#232224;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none;font-weight:400}.social-icon .social-tooltip:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #232224}.social-icon:hover{transform:translateY(-5px) scale(1.1);border-color:#ffffff4d;box-shadow:0 8px 24px #367cbd4d}.social-icon:hover .social-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.social-icon:hover i{transform:scale(1.1)}.social-icon:active{transform:translateY(-3px) scale(1.05)}.instagram-icon:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff;border-color:#833ab480;box-shadow:0 8px 24px #833ab466}.facebook-icon:hover{background:#1877f2;color:#fff;border-color:#1877f280;box-shadow:0 8px 24px #1877f266}.whatsapp-icon:hover{background:#25d366;color:#fff;border-color:#25d36680;box-shadow:0 8px 24px #25d36666}.footer-copyright{text-align:center;animation:fadeInUp .8s ease-out .4s both}.footer-copyright p{font-size:14px;font-weight:300;color:#ffffffb3;margin:0;line-height:1.6;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.footer-copyright .copyright-symbol{font-size:16px;opacity:.8}.footer-copyright .copyright-year{font-weight:400;color:#ffffffe6}.footer-copyright .copyright-text{color:#fff9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.button-whatsapp-home{position:fixed;bottom:25px;left:25px;z-index:99}.button-whatsapp-home i{max-width:74px;font-size:55px;transition:transform .4s;color:#11395f}.button-whatsapp-home i:hover{transform:scale(1.1)}.button-whatsapp{position:fixed;bottom:15px;right:25px;z-index:99}.button-whatsapp img{max-width:74px;transition:transform .4s}.button-whatsapp img:hover{transform:scale(1.1)}.button-whatsapp .span{visibility:hidden;position:absolute;width:120px;top:8px;left:-144px;padding:6px;border-radius:8px;text-align:center;background-color:#232224;color:#fff;opacity:0;transition:opacity 1s}.button-whatsapp:hover .span{visibility:visible;opacity:1}@media screen and (max-width:768px){.footer{padding:60px 20px 30px}.footer-container{gap:30px}.footer-logo img{max-width:160px}.footer-social-title{font-size:14px}.footer-icons{gap:24px}.social-icon{width:48px;height:48px;font-size:20px}.footer-copyright p{font-size:12px;flex-direction:column;gap:4px}.button-whatsapp img{max-width:64px}}@media screen and (max-width:480px){.footer{padding:50px 15px 25px}.footer-logo img{max-width:140px}.footer-icons{gap:20px}.social-icon{width:44px;height:44px;font-size:18px}}body{font-family:poppins,sans-serif;font-weight:200;color:#f1ede7;width:100%;min-height:100vh;position:relative;background-color:#06121e}button{font-family:poppins,sans-serif;cursor:pointer}svg{width:100%}img{width:100%}a{cursor:pointer;text-decoration:none}html{scroll-behavior:smooth}
