:root{--primary:#25d366;--dark:#2b2b2b;--light:#eee;--shadow:0 5px 20px rgba(0, 0, 0, 0.2)}body{margin:0;font-family:Quicksand,sans-serif;color:#222;background:#fff;line-height:1.6}@font-face{font-family:Quicksand;font-display:swap}header.site-header{position:sticky;top:0;z-index:50;background:var(--dark);color:var(--light);box-shadow:var(--shadow)}.header-container{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;max-width:1200px;margin:0 auto}.logo{height:200px;width:auto}.nav-bar{display:flex;align-items:center}.nav-links{display:flex;gap:48px;list-style:none;margin:0;padding:0}.nav-links a{color:var(--light);text-decoration:none;font-weight:600;transition:color .3s ease}.nav-links a.active,.nav-links a:hover{color:var(--primary)}.menu-toggle{background:0 0;border:none;color:var(--light);font-size:1.8rem;cursor:pointer;display:none}@media (max-width:767px){.menu-toggle{display:block}.nav-bar{display:none;flex-direction:column;background:var(--dark);position:absolute;top:80px;right:20px;width:220px;border-radius:8px;padding:15px;box-shadow:0 5px 20px rgba(0,0,0,.3);transition:all .3s ease}.nav-bar.active{display:flex}.nav-links{flex-direction:column;gap:16px}.nav-links a{color:#fff;text-align:right}}.hero{background:url('../images/hero.jpg') center/cover no-repeat;color:#fff;text-align:center;padding:120px 20px}.hero h1{font-size:2.8rem;margin-bottom:10px}.hero p{font-size:1.2rem;max-width:600px;margin:0 auto}.section{padding:60px 20px;max-width:1200px;margin:0 auto}.section h2{text-align:center;margin-bottom:30px;color:var(--dark)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:900px){.grid-3{grid-template-columns:1fr}}.card{background:#fff;box-shadow:var(--shadow);border-radius:12px;padding:20px;text-align:center;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.team{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.team-member{text-align:center}.team-member img{width:100%;border-radius:12px;box-shadow:var(--shadow)}.faq{max-width:800px;margin:0 auto}.faq-item{margin-bottom:15px;border:1px solid #ddd;border-radius:8px;padding:15px;background:#fafafa}.faq-item h3{margin-top:0;cursor:pointer}.faq-item p{display:none}.faq-item.active p{display:block}.contact-info{text-align:center;margin-bottom:30px}.contact-info p{margin:5px 0}.contact-whatsapp{display:flex;justify-content:center;margin-top:15px}.contact-whatsapp a{display:inline-flex;align-items:center;background-color:var(--primary);color:#fff;padding:10px 18px;border-radius:25px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.contact-whatsapp a:hover{background-color:#1ebe5b;transform:translateY(-2px)}.contact-whatsapp i{font-size:1.3rem;margin-right:8px}footer{background:var(--dark);color:var(--light);text-align:center;padding:40px 15px;font-size:.95rem}.footer-contact p{margin:8px 0}.footer-contact a{color:var(--light);text-decoration:none}.footer-contact a:hover{color:var(--primary)}.footer-contact i{color:var(--light);margin-right:8px}.footer-copy{font-size:.85rem;opacity:.8;margin-top:10px}.hero-carousel{position:relative;overflow:hidden;width:100%;height:80vh}.hero-carousel img{width:100%;height:100%;object-fit:cover;display:none}.hero-carousel img.active{display:block;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.hero-carousel .hero-text{position:absolute;bottom:20%;left:50%;transform:translateX(-50%);text-align:center;color:#fff;background:rgba(0,0,0,.45);padding:20px 30px;border-radius:10px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.faq-accordion{max-width:800px;margin:40px auto;text-align:left}.faq-accordion .faq-item{background:#fafafa;border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.08);margin-bottom:15px;padding:20px;transition:box-shadow .3s ease,background-color .3s ease}.faq-accordion .faq-item:hover{background-color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1)}.faq-accordion .faq-q{display:flex;justify-content:space-between;align-items:center;font-weight:700;cursor:pointer;font-size:1.1rem;color:#333}.faq-accordion .faq-q::after{content:"\25BC";font-size:.9rem;transition:transform .3s ease}.faq-accordion .faq-item.active .faq-q::after{transform:rotate(180deg)}.faq-accordion .faq-a{display:none;margin-top:10px;font-size:1rem;color:#555;line-height:1.5}.faq-accordion .faq-item.active .faq-a{display:block;animation:slideDown .3s ease}@keyframes slideDown{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.contact-section{margin:40px auto;padding:30px;max-width:900px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.contact-section p{color:#333;line-height:1.6;margin-bottom:20px}.contact-section form{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.contact-section input,.contact-section textarea{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;width:calc(33% - 10px)}.contact-section textarea{width:100%;min-height:100px;resize:vertical}.contact-section button{background:#1db954;color:#fff;border:none;border-radius:6px;padding:10px 20px;cursor:pointer;transition:background .3s ease}.contact-section button:hover{background:#17a84b}.contact-whatsapp{text-align:center;margin:25px 0}.contact-whatsapp a{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:12px 24px;border-radius:50px;text-decoration:none;font-weight:600;box-shadow:0 4px 12px rgba(37,211,102,.3);transition:transform .2s ease,box-shadow .2s ease}.contact-whatsapp a:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,211,102,.4)}.about-section{max-width:900px;margin:40px auto;padding:30px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.about-section h2{text-align:center;letter-spacing:.1rem;margin-bottom:25px}.about-section img{width:100%;height:auto;border-radius:12px;margin-bottom:25px}.about-section h3{text-align:center;margin-bottom:10px;color:#222}.about-section p{text-align:center;color:#444;line-height:1.6;margin-bottom:10px}.page-header{text-align:center;padding:20px 20px 5px;background:#f7f7f7}.page-header h1{font-size:2rem;letter-spacing:.08rem;color:#222;margin-bottom:10px}.page-header p{color:#555;max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.6}.about-section{max-width:900px;margin:40px auto;padding:30px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.about-section h2{text-align:center;letter-spacing:.1rem;margin-bottom:25px}.about-section img{width:100%;height:auto;border-radius:12px;margin-bottom:25px}.about-section h3{text-align:center;margin-bottom:10px;color:#222}.about-section p{text-align:center;color:#444;line-height:1.6;margin-bottom:10px}.contact-section{margin:40px auto;padding:30px;max-width:900px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.contact-section p{color:#333;line-height:1.6;margin-bottom:20px}.contact-section form{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.contact-section input,.contact-section textarea{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;width:calc(33% - 10px)}.contact-section textarea{width:100%;min-height:100px;resize:vertical}.contact-section button{background:#1db954;color:#fff;border:none;border-radius:6px;padding:10px 20px;cursor:pointer;transition:background .3s ease}.contact-section button:hover{background:#17a84b}.contact-whatsapp{text-align:center;margin:25px 0}.contact-whatsapp a{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:12px 24px;border-radius:50px;text-decoration:none;font-weight:600;box-shadow:0 4px 12px rgba(37,211,102,.3);transition:transform .2s ease,box-shadow .2s ease}.contact-whatsapp a:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,211,102,.4)}@media (max-width:768px){.contact-section input,.contact-section textarea{width:100%}.header-container{justify-content:center;position:relative}.logo-link{margin:0 auto}.menu-toggle{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.logo{height:200px}}.logo{height:140px;width:auto}@media (max-width:768px){.logo{height:120px}}.team{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.person{background:#fff;border-radius:16px;padding:30px 25px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease}.person:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.person img{width:400px;height:400px;object-fit:cover;border-radius:50%;margin-bottom:18px}.person h4{font-size:1.2rem;color:#111;margin-bottom:5px;font-weight:700}.person .title{font-size:1rem;color:#111;font-weight:600;margin-bottom:12px}.person .bio{color:#555;line-height:1.6;font-size:.95rem;margin-bottom:10px}@media (max-width:768px){.team{gap:20px}.person{padding:20px 15px}.person img{width:210px;height:210px}}.contact-section{padding:60px 20px}.contact-section .container{max-width:900px;margin:0 auto}.contact-section h2,.contact-section h3{text-align:center;margin-bottom:20px}.contact-section p.muted{text-align:center;color:#555;font-size:.98rem;margin-bottom:20px}.contact-whatsapp{text-align:center;margin-bottom:20px}.whatsapp-link{display:inline-flex;align-items:center;background-color:#25d366;color:#fff;font-weight:600;text-decoration:none;padding:12px 18px;border-radius:50px;font-size:.95rem;box-shadow:0 3px 10px rgba(0,0,0,.1);transition:background .3s ease,transform .2s ease}.whatsapp-link i{margin-right:8px;font-size:1.2rem}.whatsapp-link:hover{background-color:#1ebe5d;transform:translateY(-2px)}.contact-section .card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);padding:30px;text-align:center;margin-bottom:40px}.contact-section form{display:flex;flex-direction:column;gap:12px;margin-top:20px}.contact-section input,.contact-section textarea{border:1px solid #ccc;border-radius:6px;padding:10px;font-size:.95rem;width:100%}.contact-section textarea{resize:none;height:120px}.contact-section button{background-color:#1db954;color:#fff;border:none;border-radius:6px;padding:12px;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.contact-section button:hover{background-color:#17a84b;transform:translateY(-2px)}.contact-section .center{text-align:center;margin-top:30px}.contact-section .center h3{font-weight:700;margin-bottom:10px}.contact-section .center a{color:#1db954;text-decoration:none;transition:color .3s ease}.contact-section .center a:hover{color:#17a84b}.map{width:100%;height:300px;border:none;border-radius:12px;margin-top:25px}@media (max-width:768px){.contact-section{padding:40px 15px}.contact-section .card{padding:20px}.whatsapp-link{padding:10px 14px;font-size:.9rem}.contact-section input,.contact-section textarea{font-size:.9rem}}.hero-text .btn-primary{display:inline-block;background-color:#1db954;color:#fff;font-weight:600;padding:12px 28px;border-radius:6px;text-decoration:none;font-size:1rem;margin-top:14px;transition:background-color .3s ease,transform .2s ease}.hero-text .btn-primary:hover{background-color:#17a84b;transform:translateY(-2px)}.hero-text .btn-primary i{margin-right:8px}.hero-text .hero-subtext{font-size:.9rem;color:#f0f0f0;margin-top:10px;opacity:.9}.logo{position:fixed;top:16px;left:60px;height:140px;width:auto;z-index:1000;border:4px solid #fff;background-color:#000;padding:8px;border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.25);box-sizing:border-box}@media (hover:hover){.logo:hover{filter:brightness(1.1);transform:scale(1.02);transition:all .25s ease}}@media (max-width:1024px){.logo{top:12px;left:12px;height:120px}}.site-header{position:relative;z-index:90;padding-top:60px}@media (max-width:768px){.logo{top:12px;left:12px;height:90px}.site-header{padding-top:100px}}@keyframes logoFade{from{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%,0)}}.hero,.hero-content,.hero-overlay,.hero-slide{padding-top:160px}@media (max-width:1024px){.hero,.hero-content,.hero-overlay,.hero-slide{padding-top:140px}}@media (max-width:768px){.hero,.hero-content,.hero-overlay,.hero-slide{padding-top:130px}}.site-footer{background:#2b2b2b;color:#eee;text-align:center;padding:50px 20px 30px;font-size:.95rem}.footer-contact{margin-bottom:25px;line-height:1.6}.footer-contact p{margin:6px 0}.footer-contact a{color:#eee;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#1db954}.contact-whatsapp a{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:10px 20px;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px rgba(37,211,102,.3)}.contact-whatsapp a:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(37,211,102,.4)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:15px}.builder-credit{font-size:.85rem;color:#bbb;margin-top:6px}.builder-credit a{color:#1db954;font-weight:600;text-decoration:none;transition:color .3s ease}.builder-credit a:hover{color:#17a84b}@media (max-width:768px){.site-footer{padding:40px 15px 25px}.footer-contact p{font-size:.9rem}.contact-whatsapp a{font-size:.9rem;padding:8px 16px}}.cookie-consent{position:fixed;bottom:20px;left:50%;right:0;transform:translateX(-50%);max-width:90%;width:400px;background:#fff;color:#333;border-radius:0;box-shadow:0 4px 16px rgba(0,0,0,.25);padding:20px;z-index:9999;display:none;flex-direction:column;align-items:center;text-align:center;animation:fadeIn .4s ease-in-out}.cookie-content p{font-size:14px;line-height:1.5;margin-bottom:15px}.cookie-content{max-width:800px;display:flex;flex-direction:column;gap:15px;text-align:center}.cookie-content a{color:#4caf50;text-decoration:underline}.cookie-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.cookie-buttons button{border:none;padding:10px 18px;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:background-color .3s ease}#accept-all:hover{background-color:#218838}#decline{background-color:#e0e0e0;color:#333}#decline:hover{background-color:#ccc}@keyframes fadeInUp{from{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%,0)}}@media (max-width:480px){.cookie-consent{width:95%;left:50%;transform:translateX(-50%);padding:15px}.cookie-buttons button{flex:1;min-width:100px}}.thank-you-message{background:#f6f6f6;border-radius:12px;padding:24px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.05);font-size:1.1rem;color:#333}.thank-you-message h3{color:#2e7d32;margin-bottom:10px}.fade-in{opacity:0;animation:fadeIn .6s ease-in-out forwards}@keyframes fadeIn{to{opacity:1}}