@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Lato:ital,wght@0,300;0,400;1,400&display=swap";:root{--blue: #15294c;--teal: #14b5af;--blue-soft: #eaf3f9;--gray: #f5f5f5;--white: #ffffff;--text-primary: #143042;--text-secondary: #15294c;--font-primary: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--font-secondary: Lato, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--fs-h1: clamp(3rem, 4vw, 4rem);--fs-h2: clamp(2.25rem, 3vw, 2.75rem);--fs-h3: clamp(1.5rem, 2vw, 1.75rem);--fs-body: clamp(1.125rem, 1.5vw, 1.25rem);--fs-caption: clamp(.875rem, 1vw, 1rem);--radius: 14px;--shadow: 0 10px 30px rgba(9, 56, 104, .08);--shadow-hover: 0 20px 40px rgba(9, 56, 104, .12);--container-width: 1200px;--section-padding: clamp(3rem, 8vw, 5rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{font-size:var(--fs-body);margin-bottom:1rem}.text-center{text-align:center}.text-large{font-size:1.125rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 22px;border-radius:var(--radius);font-family:var(--font-primary);font-weight:600;font-size:1rem;cursor:pointer;border:none;text-align:center;white-space:nowrap}.btn--primary{background:var(--teal);color:var(--white)}.btn--primary:hover{background:#0f9b96;box-shadow:var(--shadow-hover)}.btn--ghost{border:2px solid var(--teal);color:var(--teal);background:transparent}.btn--ghost:hover{background:var(--teal);color:var(--white)}.btn--large{padding:18px 32px;font-size:1.125rem}.header{position:sticky;top:0;background:#1cb3b9;box-shadow:var(--shadow);z-index:100}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--white)}.logo img{height:40px}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-weight:500;color:var(--white)}.nav .btn{margin-left:1rem;align-self:flex-start;padding:10px 15px;color:var(--teal);background:var(--white);font-weight:700}.nav .btn:hover{color:#15294c}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:var(--white);transition:all .3s ease}.hero{position:relative;height:clamp(500px,80vh,640px);display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img,.hero__bg video{width:100%;height:100%;object-fit:cover}.hero__bg:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 0%,transparent 30%,rgba(0,0,0,.4) 70%,rgba(0,0,0,.7) 100%);pointer-events:none;z-index:1}.hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:2;color:var(--white)}.hero--home .hero__content,.hero--empresas .hero__content{background:linear-gradient(90deg,#093868d9,#0938684d 70%);padding:3rem;border-radius:var(--radius)}.hero h1{margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero p{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 5px rgba(0,0,0,.3)}.hero__bullets{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;font-size:.95rem}.hero__bullets li{position:relative;padding-left:1.5rem}.hero__bullets li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.section{padding:var(--section-padding) 0}.section--gray{background:var(--gray)}.section--blue-soft{background:var(--blue-soft)}.section__header{text-align:center;margin-bottom:3rem}.section__header h2{color:var(--blue);margin-bottom:1rem}.section__header p{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.card:hover .card__image img{transform:scale(1.05)}.card__image{width:100%;height:180px;overflow:hidden;background:var(--blue-soft)}.card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card__content{padding:1.5rem}.card__icon{width:60px;height:60px;background:var(--blue-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem;color:var(--teal)}.card h3{color:var(--blue);margin-bottom:1rem}.card p{color:var(--text-secondary);margin-bottom:0}.card--icon-only{padding:2rem}.card--icon-only .card__content{padding:0}.slider{position:relative;overflow:hidden;border-radius:var(--radius)}.slider__track{display:flex;transition:transform .5s ease}.slider__nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);cursor:pointer;transition:all .3s ease;font-size:1.25rem;color:var(--blue)}.slider__nav:hover{background:var(--teal);color:var(--white)}.slider__prev{left:16px}.slider__next{right:16px}.slider__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.slider__dot{width:12px;height:12px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:all .3s ease}.slider__dot.is-active{background:var(--teal)}.slide{min-width:100%;flex-shrink:0;position:relative}.slide img{width:100%;height:300px;object-fit:cover}.slide__content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:var(--white);padding:2rem}.slide__content h3{color:var(--white);margin-bottom:.5rem}.slide__content p{margin-bottom:1rem}.slide__content ul{list-style:none;padding:0}.slide__content ul li{font-size:.9rem;opacity:.9;margin-bottom:.25rem}.testimonial{text-align:center;padding:2rem}.testimonial blockquote{font-family:var(--font-secondary);font-style:italic;font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.testimonial cite{font-style:normal;font-weight:600;color:var(--blue)}.cta{background:linear-gradient(135deg,var(--blue),var(--teal));color:var(--white);text-align:center}.cta h2{color:var(--white);margin-bottom:1rem}.cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta .btn--primary{background:var(--white);color:var(--blue)}.cta .btn--primary:hover{background:var(--blue-soft)}.advantages{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.advantage{display:flex;align-items:flex-start;gap:1rem}.advantage__icon{width:48px;height:48px;min-width:48px;background:var(--blue-soft);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--teal)}.advantage__icon svg{width:24px;height:24px}.advantage h4{font-size:1.125rem;margin-bottom:.5rem;color:var(--blue)}.advantage p{color:var(--text-secondary);margin-bottom:0}.footer{background:var(--blue);color:var(--white);padding:3rem 0 2rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer__section h4{margin-bottom:1rem;color:var(--teal)}.footer__section p,.footer__section a{color:#fffc;margin-bottom:.5rem}.footer__section a:hover{color:var(--teal)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#fff9}.footer__social{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%}.footer__social a:hover{background:var(--teal)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease-out}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.form{text-align:left;max-width:600px;margin:0 auto}.form__group{margin-bottom:1.5rem}.form__label{display:block;margin-bottom:.5rem;font-weight:600}.form__input,.form__textarea,.form select.form__input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:border-color .3s ease;background:var(--white)}.form__input:focus,.form__textarea:focus,.form select.form__input:focus{outline:none;border-color:var(--teal)}.form__input.error,.form__textarea.error,.form select.form__input.error{border-color:#e74c3c}.form__textarea{resize:vertical;min-height:120px}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.notification{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:var(--radius);color:var(--white);font-weight:600;z-index:1000;transform:translate(100%);opacity:0;transition:all .3s ease;max-width:400px}.notification.show{transform:translate(0);opacity:1}.notification--success{background:#27ae60}.notification--error{background:#e74c3c}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid var(--teal);outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:var(--teal);color:var(--white);padding:8px;text-decoration:none;z-index:1000;border-radius:4px}.skip-link:focus{top:6px}@media(min-width:480px){.hero__bullets,.hero__actions{flex-direction:row}.cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(min-width:768px){.container{padding:0 2rem}.cards,.advantages{grid-template-columns:repeat(2,1fr)}.footer__content{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px)and (max-width:1023px)and (orientation:portrait){.hero--home .hero__content,.hero--empresas .hero__content{border-radius:0}}@media(min-width:768px)and (orientation:landscape){.hero--home .hero__content,.hero--empresas .hero__content{border-radius:var(--radius)}}@media(min-width:1024px){:root{--section-padding: 5rem}.nav{gap:2.5rem}.hero__content{max-width:800px}.cards,.advantages{grid-template-columns:repeat(3,1fr)}.testimonial{padding:3rem}.footer__content{grid-template-columns:repeat(4,1fr)}}@media(min-width:1440px){:root{--container-width: 1400px}.cards{gap:3rem}}@media(max-width:1023px){.nav{gap:1rem}.nav a{font-size:.875rem}.nav .btn{padding:8px 12px;font-size:.875rem}}@media(max-width:899px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;gap:0;padding:2rem;box-shadow:var(--shadow);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.is-open{transform:translateY(0);opacity:1;visibility:visible}.nav a{padding:1rem 0;border-bottom:1px solid var(--gray);width:100%;color:var(--text-primary);font-size:1rem}.nav a:hover{color:var(--teal)}.nav .btn{margin-left:0;margin-top:1rem;text-align:center;color:var(--white);background:var(--teal);border-bottom:none;font-size:1rem;padding:10px 15px}.nav .btn:hover{background:var(--blue);color:var(--white)}}@media(max-width:767px){.hero{height:550px}.hero--home .hero__content,.hero--empresas .hero__content{padding:2rem;margin:0;border-radius:0}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero__bullets{flex-direction:column;gap:.75rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .btn{justify-content:center}.cards{grid-template-columns:1fr;gap:1.5rem}.advantages{grid-template-columns:1fr}.slider__nav{width:36px;height:36px;font-size:1rem}.slider__prev{left:8px}.slider__next{right:8px}.testimonial{padding:1.5rem}.testimonial blockquote{font-size:1rem}.footer__content{grid-template-columns:1fr;text-align:center}.footer__social{margin-top:2rem}}@media(min-width:768px)and (max-width:1023px){.hero h1{font-size:2.5rem}.cards{gap:2rem}.slider__track{gap:1rem}}@media(min-resolution:192dpi){.hero__bg img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.header,.hero,.slider__nav,.slider__dots,.cta,.footer{display:none}.section{page-break-inside:avoid}body{font-size:12pt;line-height:1.4}h1,h2,h3{page-break-after:avoid}}@media(prefers-color-scheme:dark){.card{box-shadow:0 10px 30px #0003}}@media(prefers-reduced-motion:reduce){.slider__track{transition:none}.animate-on-scroll{animation:none;opacity:1;transform:none}}@media(max-width:767px)and (orientation:landscape){.hero{height:400px}.hero--home .hero__content,.hero--empresas .hero__content{padding:1.5rem}.hero h1{font-size:1.75rem}}
