body{margin:0}:root{--primary-color: #0ABAB5;--secondary-color: #00B3A7;--accent-color: #9CD8D9;--tertiary-color: #6CD9CE;--neutral-color: #AC918C;--white: #FEFEFE;--text-dark: #2c2c2c;--text-light: #666666;--light-gray: #f8f9fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}*{margin:0;padding:0;box-sizing:border-box}body,html{margin:0!important;padding:0;height:100%;width:100%;border:none}body{color:var(--text-dark);margin:0;padding:80px 0 0;border:none}html{scroll-behavior:smooth}.header{background:var(--white);box-shadow:0 2px 10px #007fff33;position:fixed;top:0;left:0;width:100%;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.logo-container{display:flex;align-items:center;gap:15px}.logo-image{height:50px;object-fit:cover}.logo-placeholder{width:50px;height:50px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:20px}.brand-text{font-size:24px;font-weight:600;color:var(--primary-color)}.nav-menu{display:flex;list-style:none;gap:30px}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;cursor:pointer;position:relative}.nav-menu a:hover{color:var(--primary-color)}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-menu a.active{color:var(--primary-color)}.nav-menu a.active:after{width:100%}.contact-button{background:var(--primary-color);color:var(--white)!important;padding:10px 20px;box-shadow:2px 2px 5px #007fff4d;border-radius:25px;text-decoration:none;font-weight:600;transition:all .5s ease-out;cursor:pointer}.contact-button:hover{background:var(--secondary-color);transform:translateY(-2px)}.contact-button:after{display:none}.hero{padding:30px 20px;text-align:center;position:relative;overflow:hidden}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.hero-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.hero-content{display:grid;grid-template-columns:1fr .7fr;gap:40px;align-items:center}.hero-text{text-align:left}.hero-image-container{position:relative;display:flex;justify-content:center;align-items:center;height:480px;margin-left:-20px}.hero-image-bg{position:absolute;transform:translate(-50%,-50%);width:400px;height:580px;background:var(--secondary-color);border-radius:30px;opacity:0;z-index:1}.hero-image-bg:nth-child(2){background:var(--accent-color);animation:pulse 4s ease-in-out infinite;animation-delay:.5s;z-index:2}.hero-image-bg:nth-child(3){background:var(--tertiary-color);animation:pulse 4s ease-in-out infinite;animation-delay:1.5s;z-index:2}.hero-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:380px;border-radius:25px;object-fit:fill;object-position:center;box-shadow:0 10px 30px #007fff4d}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.4}}.hero h1{font-size:3.5em;color:#2c2c2cda;margin-bottom:20px;font-weight:700;max-width:500px}.hero-subtitle{font-size:1.3em;color:var(--text-light);margin-bottom:30px;max-width:600px;margin-right:auto}.cta-button{background:var(--primary-color);color:var(--white);padding:15px 40px;border:none;border-radius:12px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 5px 15px #007fff4d}.cta-button:hover{background:var(--secondary-color);box-shadow:0 5px 15px #007fff4d;transform:translateY(-2px)}.hero-buttons{display:flex;gap:20px;margin-top:30px}.secondary-button{background:transparent;color:var(--primary-color);padding:15px 40px;border:2px solid var(--primary-color);border-radius:12px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 5px 15px #007fff4d}.secondary-button:hover{background:var(--primary-color);color:var(--white);box-shadow:0 5px 15px #007fff4d}.hero-info{margin-top:50px;padding:15px;background:#ffffffe6;box-shadow:0 0 0 8px #007fff03,0 8px 15px #007fff1a;border-radius:10px;text-align:center}.hero-info-image{max-width:100%;height:120px;border-radius:10px;margin-bottom:15px}.hero-info p{margin:5px 0;font-size:.9em;font-weight:500}.services{padding:80px 20px;background:var(--white)}.services-container{max-width:1200px;margin:0 auto;text-align:center}.section-title{font-size:2.5em;color:var(--primary-color);margin-bottom:20px;font-weight:600}.section-subtitle{font-size:1.2em;color:var(--text-light);margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:50px}.service-card{background:var(--white);padding:40px 30px;border-radius:15px;box-shadow:0 5px 20px #007fff33;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{width:80px;height:80px;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:2em;color:var(--primary-color);box-shadow:0 2px 15px #0080ff23}.service-logo{width:50px;height:50px;object-fit:contain}.service-card h3{font-size:1.5em;color:var(--primary-color);margin-bottom:15px}.service-card p{color:var(--text-light);line-height:1.6}.about{padding:80px 20px;background:var(--accent-color)}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h2{font-size:2.5em;color:var(--text-dark);margin-bottom:20px}.about-text p{color:var(--text-dark);margin-bottom:20px;font-size:1.1em;font-weight:500}@keyframes animation-about{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.about-image{height:400px;width:400px;display:flex;align-items:center;justify-content:end;animation:animation-about 4s ease-in-out infinite;justify-self:end}.about-image img{width:100%;height:100%;object-fit:cover;object-position:center 10%;border-radius:50%}.contact{padding:80px 20px}.contact-container{max-width:1200px;margin:0 auto;text-align:center}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:50px}.contact-item{background:var(--white);padding:30px 25px;border-radius:10px;height:200px;box-shadow:0 2px 15px #0080ff23}.contact-icon{width:60px;height:60px;background:var(--white);border-radius:50%;margin:10px auto 15px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.5em;box-shadow:0 2px 15px #0080ff23}.contact-item h3{color:var(--text-dark);margin-bottom:10px;font-size:1.3em}.contact-item p{color:var(--text-dark);font-size:1.1em;word-break:break-all}.icon-image{width:30px;height:30px}.footer{background:var(--primary-color);color:var(--text-dark);text-align:center;font-size:1rem;font-weight:500;padding:40px 20px}.footer p{margin-bottom:10px}.location{padding:80px 20px;background:var(--white)}.location-container{max-width:1200px;margin:0 auto;text-align:center}.location-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:50px}.location-info{display:flex;flex-direction:column;gap:30px}.location-item{background:var(--white);padding:30px;width:100%;border-radius:15px;text-align:center;box-shadow:0 2px 15px #0080ff23;transition:transform .3s ease}.location-item:hover{transform:translateY(-5px)}.location-icon{font-size:2.5em;margin-bottom:15px}.location-item h3{color:var(--text-dark);margin-bottom:10px;font-size:1.3em}.location-item p{color:var(--text-dark);margin:0;font-size:1.1em;font-weight:500}.location-map{display:flex;align-items:center;justify-content:center}.map-placeholder{width:100%;height:500px;background:var(--neutral-color);border-radius:15px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.2em;text-align:center}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;text-decoration:none;box-shadow:0 4px 20px #25d36666;transition:all .3s ease;z-index:1000;animation:bounce 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36699}.whatsapp-icon{width:35px;height:35px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.hamburger{display:none;flex-direction:column;cursor:pointer;padding:5px}.hamburger span{width:25px;height:3px;background:var(--text-dark);margin:3px 0;transition:.3s}.nav-menu.mobile{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:var(--white);flex-direction:column;justify-content:flex-start;align-items:center;padding:50px 0;transition:left .3s ease;box-shadow:0 2px 10px #0000001a}.nav-menu.mobile.active{left:0}.nav-menu.mobile li{margin:20px 0}.nav-menu.mobile a{font-size:1.2em}@media (max-width: 768px){.nav-menu:not(.mobile){display:none}.hamburger{display:flex}.contact-button{margin-left:10px;padding:8px 16px;font-size:.9em}.hero{padding:20px 15px;overflow:visible}.hero-image-container{height:auto;display:flex;justify-content:center;align-items:center;padding:10px 0}.hero-image{position:relative;left:auto;top:auto;transform:none;width:250px;max-width:90%;height:auto;margin:0 auto;border-radius:16px;object-fit:contain;object-position:center}.hero-content{grid-template-columns:1fr;gap:30px;text-align:center}.hero-text{text-align:center;padding:0 10px}.hero-buttons{justify-content:center;flex-direction:column;gap:15px;align-items:center}.cta-button,.secondary-button{width:90%;max-width:280px;text-align:center}.hero-image-container{height:300px}.hero-image{width:250px;height:300px}.hero-image-bg{width:260px;height:330px}.about-container{grid-template-columns:1fr;gap:30px;padding:0 15px}.about-text{text-align:center}.about-text h2{font-size:2em;word-wrap:break-word}.about-text p{font-size:1em;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-image{width:280px;height:280px;margin:0 auto;justify-self:center}.services{padding:60px 15px}.services-grid{grid-template-columns:1fr;gap:30px}.service-card{margin:0 10px;word-wrap:break-word}.contact{padding:60px 15px}.contact-info{grid-template-columns:1fr;gap:25px}.contact-item{margin:0 10px;word-wrap:break-word}.location{padding:60px 15px}.location-content{grid-template-columns:1fr;gap:30px}.location-item{margin:0 10px;word-wrap:break-word}.whatsapp-float{width:50px;height:50px;font-size:20px;bottom:20px;right:20px}*{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.hero-container,.services-container,.about-container,.contact-container,.location-container{max-width:100%}}@media (max-width: 480px){.hero h1{font-size:1.8em}.hero-subtitle{font-size:1em}.about-text h2{font-size:1.8em}.section-title{font-size:2em}.nav-container{padding:0 15px}.hero-info{margin:30px 10px;padding:12px}.hero-info p{font-size:.8em}.about-image{width:250px;height:250px}.hero-image-container{height:auto;padding:8px 0}.hero-image{width:220px;max-width:95%;height:auto;position:relative;transform:none;margin:0 auto}}@media (max-width: 375px){.hero-image-container{height:auto;padding:6px 0}.hero-image{width:200px;max-width:98%;height:auto;position:relative;transform:none;margin:0 auto}}
