*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Inter",sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border:none;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(102 126 234 / .4)}.btn-whatsapp{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);color:#fff;font-size:1.1rem;padding:15px 30px}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(37 211 102 / .4)}.btn-link{color:#667eea;text-decoration:none;font-weight:500;transition:color 0.3s ease}.btn-link:hover{color:#764ba2}.header{background:rgb(248 250 252 / .95);backdrop-filter:blur(10px);border-bottom:1px solid rgb(0 0 0 / .1);position:fixed;top:0;width:100%;z-index:1000}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand img{vertical-align:middle}.nav-brand h1{color:#667eea;font-size:1.5rem}.nav-menu{display:none}.nav-list{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:#667eea}.hamburger{display:flex;flex-direction:column;cursor:pointer;gap:4px;padding:5px;border-radius:4px;transition:all 0.3s ease}.hamburger:hover{background-color:rgb(102 126 234 / .1)}.hamburger span{width:25px;height:3px;background:#333;transition:0.3s;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{padding:155px 0 40px 0;background:url(../images/orca-ground.pc.webp) no-repeat bottom center,linear-gradient(135deg,#222936 0%,#4a5568 100%);display:flex;align-items:center}.hero-content{display:grid;gap:3rem;align-items:center}.hero-title{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#e2e8f0}.hero-text .btn{margin-right:1.5rem;margin-bottom:1rem}.hero-text .btn:last-child{margin-right:0}.hero-image{text-align:center}.hero-image img{max-width:350px}.services{padding:80px 0;background:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:1rem;color:#333}.section-header p{color:#666;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}.orca-grid{display:grid;grid-template-columns:1fr;gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px rgb(0 0 0 / .08);transition:transform 0.3s ease,box-shadow 0.3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgb(0 0 0 / .15)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.service-card h3{margin-bottom:1rem;color:#333}.service-card p{color:#666;margin-bottom:1.5rem}.target-audience{padding:80px 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.target-audience .section-header h2{color:#fff;margin-bottom:1rem}.target-audience .section-header p{color:rgb(255 255 255 / .9);font-size:1.1rem}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.audience-card{background:rgb(255 255 255 / .1);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .2);padding:2rem;border-radius:16px;text-align:center;transition:all 0.3s ease}.audience-card:hover{transform:translateY(-5px);background:rgb(255 255 255 / .15);box-shadow:0 10px 30px rgb(0 0 0 / .2)}.audience-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:rgb(255 255 255 / .2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}.audience-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.audience-card p{color:rgb(255 255 255 / .9);line-height:1.6}.aplicamos{padding:80px 0;background:#fff}.profile{padding:160px 0 80px 0;background:#fff}.profile-content{display:grid;gap:3rem;align-items:center}.profile-text h2{margin-bottom:1.5rem;color:#333}.profile-text p{margin-bottom:1.5rem;color:#666;font-size:1.1rem}.social-links{display:flex;gap:1rem;margin-top:2rem}.social-link{width:50px;height:50px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.2rem;transition:transform 0.3s ease}.social-link:hover{transform:translateY(-3px)}.profile-image img{height:100%;width:100%;border-radius:20px;box-shadow:0 20px 40px rgb(0 0 0 / .1)}.faq{padding:80px 0;background:#f8fafc}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 4px 20px rgb(0 0 0 / .08)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color 0.3s ease}.faq-question:hover{background-color:#f8fafc}.faq-question h3{color:#333;font-size:1.1rem}.faq-question i{color:#667eea;transition:transform 0.3s ease}.faq-item.active .faq-question i{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}.faq-item.active .faq-answer{padding:0 1.5rem 1.5rem;max-height:200px}.faq-answer p{color:#666}.whatsapp-cta{padding:100px 0;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);color:#fff}.whatsapp-content{display:grid;gap:3rem;align-items:center;text-align:center;justify-items:center}.whatsapp-text h2{margin-bottom:1rem;font-size:2.2rem}.whatsapp-text p{margin-bottom:2rem;font-size:1.2rem;opacity:.9}.qr-code{text-align:center;display:none}.qr-code img{width:200px;height:200px;background:#fff;padding:20px;border-radius:16px;margin-bottom:1rem}.qr-code p{font-weight:500}.footer{background:linear-gradient(135deg,#2d3748 0%,#4a5568 100%);color:#fff;padding:120px 0 80px}.footer-content{display:grid;gap:2rem;margin-bottom:3rem}.footer-section h3{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#cbd5e0;text-decoration:none;transition:color 0.3s ease}.footer-section ul li a:hover{color:#fff}.footer-section p{color:#cbd5e0;line-height:1.6}.footer-section img{margin-bottom:1rem}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{width:40px;height:40px;background:rgb(255 255 255 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background-color 0.3s ease}.footer-social a:hover{background:rgb(255 255 255 / .2)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .1);color:#cbd5e0}.footer-bottom a{color:#cbd5e0;text-decoration:none;transition:color 0.3s ease}.footer-bottom a:hover{color:#fff}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:1000;box-shadow:0 4px 15px rgb(102 126 234 / .3);display:flex;align-items:center;justify-content:center;font-size:18px}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgb(102 126 234 / .4)}.scroll-to-top.show{opacity:1;visibility:visible}.nav-menu.active{display:block;position:absolute;top:100%;left:0;width:100%;box-shadow:0 4px 20px rgb(0 0 0 / .1);background:rgb(248 250 252 / .95);backdrop-filter:blur(10px);padding:1rem 0;border-radius:0 0 15px 15px}.nav-menu.active .nav-list{flex-direction:column;gap:0;align-items:stretch}.nav-menu.active .nav-link{padding:1rem 2rem;border-bottom:1px solid #f0f0f0;display:block;text-align:left}.nav-menu.active .nav-link:last-child{border-bottom:none}.nav-menu.active .btn-primary{margin:.5rem 2rem;text-align:center;justify-content:center}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card,.audience-card{animation:fadeInUp 0.6s ease forwards}section{scroll-margin-top:80px}.blog-news{background:#fafbfc;padding:3rem 0 6rem 0}.blog-news .container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.section-title{font-family:"Inter",sans-serif;font-size:2rem;font-weight:700;color:#004785;margin-bottom:2rem;text-align:center}.blog-news ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;list-style:none;padding:0;margin:0}.blog-news-item{background:#fff;border-radius:10px;box-shadow:0 2px 8px rgb(0 0 0 / .06);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;transition:box-shadow 0.2s}.blog-news-item:hover{box-shadow:0 6px 20px rgb(0 100 180 / .1)}.blog-news-img{width:100%;height:auto;aspect-ratio:16 / 9;border-radius:8px;margin-bottom:1rem;object-fit:cover;box-shadow:0 2px 8px rgb(0 100 180 / .08);display:block}.blog-news-date{font-size:.95rem;color:#666;margin-bottom:.5rem;display:block}.blog-news-title{font-size:1.15rem;font-weight:600;color:#0064b4;text-decoration:none;margin-bottom:.5rem;text-align:center;transition:color 0.2s}.blog-news-title:hover{color:#004785;text-decoration:underline}.checklist-section{padding:150px 0 60px;background:#f8f9fa}.checklist-intro{margin:0 auto 3rem;text-align:center;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .1)}.progress-bar-sticky{position:fixed;top:0;left:0;width:100%;background:#f8f9fa;box-shadow:0 2px 4px rgb(0 0 0 / .1);z-index:1000}.progress-bar-sticky .container{display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.progress-bar{flex:1;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin:0 10px}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);text-align:center;color:#fff;font-size:.8rem;line-height:8px;white-space:nowrap}.checklist-category{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgb(0 0 0 / .1)}.checklist-category h3{color:#667eea;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.checklist-item{display:flex;align-items:flex-start;padding:1rem;border-bottom:1px solid #eee;gap:1rem}.checklist-item:last-child{border-bottom:none}.checklist-item input[type="checkbox"]{margin-top:.25rem;width:20px;height:20px;cursor:pointer;flex-shrink:0}.checklist-item label{cursor:pointer;user-select:none;flex:1}.checklist-item.checked label{text-decoration:line-through;opacity:.6}.progress-bar{background:#e9ecef;height:30px;border-radius:15px;overflow:hidden;margin:2rem 0}.progress-fill{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);height:100%;transition:width 0.3s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem}.cta-box{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem;border-radius:8px;text-align:center;margin-top:3rem}.cta-box h3{color:#fff;margin-bottom:1rem}.cta-box .btn{background:#fff;color:#667eea;margin:.5rem}.cta-box .btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgb(0 0 0 / .2)}.text-center{text-align:center}.margin-top-3rem{margin-top:3rem}.margin-top-1-5rem{margin-top:1.5rem}.font-size-1-1rem{font-size:1.1rem}.color-gray{color:#666}.margin-bottom-1-5rem{margin-bottom:1.5rem}.max-width-900px{max-width:900px}.display-grid{display:grid}.gap-1rem{gap:1rem}.margin-0-auto{margin:0 auto}.width-100{width:100%}.padding-0-75rem{padding:.75rem}.border-1-solid-gray{border:1px solid #ddd}.border-radius-4px{border-radius:4px}.font-size-1rem{font-size:1rem}.margin-top-1rem{margin-top:1rem}.padding-1rem{padding:1rem}.border-radius-4px{border-radius:4px}.body-email{font-family:Arial,sans-serif;margin:0;padding:0;background:#f4f4f4}.table-email{background:#f4f4f4;padding:20px 0}.table-content{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.header-email{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:40px 30px;text-align:center}.header-email h1{margin:0;color:#fff;font-size:28px;font-weight:600}.section-padding{padding:40px 30px}.text-gray{color:#333}.text-blue{color:#667eea}.text-small{font-size:14px}.text-medium{font-size:16px}.text-large{font-size:18px}.margin-bottom-20{margin-bottom:20px}.margin-bottom-30{margin-bottom:30px}.margin-top-30{margin-top:30px}.list-padding{padding-left:20px}.list-item{margin-bottom:10px}.border-left-blue{border-left:4px solid #667eea}.border-top-gray{border-top:1px solid #e0e0e0}.background-light{background:#f8f9fa}.border-radius-4{border-radius:4px}.line-height-1-8{line-height:1.8}.body-checklist{font-family:Arial,sans-serif;margin:0;padding:0;background:#f4f4f4}.table-checklist{background:#f4f4f4;padding:20px 0}.table-checklist-inner{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.table-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:40px 30px;text-align:center}.table-header h1{margin:0;color:#fff;font-size:28px;font-weight:600}.table-content{padding:40px 30px}.table-content p{margin:0 0 20px;font-size:16px;color:#333}.summary-box{background:#f8f9fa;border-left:4px solid #667eea;padding:20px;margin:30px 0;border-radius:4px}.summary-box h3{margin:0 0 15px;font-size:18px;color:#667eea}.summary-box ul{margin:0;padding-left:20px;color:#555}.summary-box li{margin-bottom:10px}.next-steps{margin:30px 0 20px;font-size:16px;color:#333}.next-steps ol{margin:0 0 30px;padding-left:20px;color:#555;line-height:1.8}.footer-note{background:#f8f9fa;padding:20px 30px;text-align:center;border-top:1px solid #e0e0e0}.privacy-policy{padding:7rem 1rem 6rem 1rem;background-color:#f9f9f9;color:#333;font-family:Arial,sans-serif}.privacy-policy .container{max-width:1200px;margin:0 auto}.privacy-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.privacy-section{font-size:1.75rem;font-weight:700;margin-top:2rem;margin-bottom:1rem}.privacy-subsection{font-size:1.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem}.privacy-content p{line-height:1.6;margin-bottom:1rem}.privacy-list{list-style:disc;margin-left:2rem;margin-bottom:1rem}.privacy-list li{margin-bottom:.5rem}.last-updated{font-size:.875rem;color:#666;text-align:center;margin-top:2rem}.grid-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.checklist-intro img{height:auto;max-width:100%}.grid-form input,.grid-form textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.grid-form button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:16px 20px;font-size:16px;font-family:"Inter",sans-serif;width:fit-content}.grid-form button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(102 126 234 / .4)}.green-message{color:green;font-weight:600}.red-message{color:red;font-weight:600}.grid-container{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:left}.grid-column{padding:1rem}.check-icon{color:#25d366;font-weight:700;margin-right:.5rem}@media (min-width:768px){.nav-menu{display:block}.nav-list{display:flex;align-items:center;gap:1.5rem}.hamburger{display:none}.hero-content{grid-template-columns:1fr 1fr;gap:4rem}.hero-title{font-size:3rem}.services-grid{grid-template-columns:repeat(3,1fr)}.audience-grid{grid-template-columns:repeat(3,1fr)}.profile-content{grid-template-columns:1fr 1fr;gap:4rem}.whatsapp-content{grid-template-columns:1fr 1fr;text-align:left}.qr-code{display:block}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.nav-list{gap:2rem}.hero-title{font-size:3.5rem}.services-grid{grid-template-columns:repeat(3,1fr)}.orca-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr}.footer-section:first-child{max-width:300px}}@media (min-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}.orca-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.audience-grid{grid-template-columns:1fr;gap:1.5rem}.audience-card{padding:1.5rem}.service-icon{width:60px;height:60px;font-size:1.5rem}.audience-icon{width:60px;height:60px;font-size:1.5rem}.faq-question i{font-size:.9rem}.btn i{font-size:.9rem}.hero-text .btn i{font-size:1rem}.scroll-to-top{width:45px;height:45px;bottom:20px;right:20px;font-size:16px}.footer-content{text-align:center}.hero{background:url(../images/orca-ground.sp.webp) no-repeat center center,linear-gradient(135deg,#222936 0%,#4a5568 100%)}.grid-container{grid-template-columns:1fr}}
