*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f9f9f9}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.header-inner{justify-content:space-between;padding:1rem 0}.brand,.header-inner{display:flex;align-items:center}.brand{text-decoration:none;color:#4a90e2;font-weight:700;font-size:2rem}.logo{height:60px;margin-right:10px}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}.main-nav{display:flex;gap:2rem}.main-nav a{text-decoration:none;color:#333;transition:color .3s}.main-nav a:hover{color:#892af7}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;top:100%;left:0}.dropdown-content a{color:#333;padding:12px 16px;text-decoration:none;display:block;transition:background-color .3s}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block}.dropdown-content a.active,.main-nav a.active{color:#892af7;font-weight:700}.btn-acceso{background-color:#4a90e2;color:#fff!important;padding:.5rem 1rem;border-radius:5px;font-weight:700;transition:background-color .3s!important}.btn-acceso:hover{background-color:#357abd!important;color:#fff!important}.hero{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:2rem 10px;text-align:center;overflow:visible;position:relative;height:350px;margin-top:80px}.hero .container{height:350px;display:flex;align-items:center;margin-left:400px}.mascota{width:300px;height:auto;position:absolute;left:0;top:-2.4cm;flex-shrink:0}.hero-content{flex:1;text-align:left}.hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:300}.hero p{font-size:1.2rem;margin-bottom:2rem;max-width:600px}.btn-primary{display:inline-block;background-color:#892af7;color:#e5e8ec;padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:700;transition:all .3s}.btn-primary:hover{background-color:#b785f1;transform:translateY(-2px)}.features{padding:4rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.features article{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s}.features article:hover{transform:translateY(-5px)}.features h3{color:#4a90e2;margin-bottom:1rem;font-size:1.5rem}.site-footer{background-color:#333;color:#fff;padding:2rem 0;text-align:center}.site-footer p{margin-bottom:.5rem}.content{padding:4rem 0;background-color:#f9f9f9}.content h2{font-size:2rem}.content h2,.content h3{color:#4a90e2;margin-bottom:1rem}.content h3{margin-top:2rem;font-size:1.5rem}.content h4{color:#357abd;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.content p{margin-bottom:1rem;line-height:1.6}.content ul{margin-bottom:1rem;padding-left:2rem}.content li{margin-bottom:.5rem}form{max-width:600px;margin:0 auto}label{display:block;margin-bottom:.5rem;font-weight:700}input,select,textarea{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:5px;font-size:1rem}input[type=submit]{background-color:#4a90e2;color:#fff;border:none;cursor:pointer;transition:background-color .3s}input[type=submit]:hover{background-color:#357abd}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.modal-content{background-color:#fff;margin:15% auto;padding:20px;border:1px solid #888;width:80%;max-width:500px;border-radius:10px;text-align:center}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer}.close:focus,.close:hover{color:#000;text-decoration:none}#close-modal{background-color:#4a90e2;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-top:10px}#close-modal:hover{background-color:#357abd}.docs-list{margin-bottom:2rem}.doc-item{background-color:#fafafa;border-left:4px solid #4a90e2;padding:1rem;margin-bottom:1rem;border-radius:5px}.doc-item a{color:#4a90e2;text-decoration:none;font-weight:700;transition:color .3s}.doc-item a:hover{color:#357abd;text-decoration:underline}.doc-item p{margin-top:.5rem;color:#555;font-size:.95rem;line-height:1.5}.legal-note{background-color:#e8f4f8;border-left:4px solid #4a90e2;padding:1rem;border-radius:5px;margin-top:2rem}.legal-note p{margin:0;color:#333}.content details{margin-bottom:1.5rem;border:1px solid #ddd;border-radius:5px;background-color:#fafafa}.content summary{cursor:pointer;padding:1rem;font-size:1.2rem;color:#4a90e2;font-weight:700;list-style:none;position:relative}.content summary::-webkit-details-marker{display:none}.content summary:after{content:" ▼";position:absolute;right:1rem;font-size:1rem}.content details[open] summary:after{content:" ▲"}.partners-list{padding:1rem 0}.partner-item{background-color:#fafafa;border-left:4px solid #4a90e2;padding:1rem;margin-bottom:1rem;border-radius:5px}.partner-item h4{color:#6ba3d6;margin-bottom:.5rem;font-size:1.1rem}.partner-item p{color:#555;font-size:.95rem;line-height:1.5;margin:0}.alliance-note{background-color:#e8f4f8;border-left:4px solid #4a90e2;padding:1rem;border-radius:5px;margin-top:2rem}.alliance-note p{margin:0;color:#333}.implementation-message{background-color:#fff;border-radius:10px;padding:3rem 2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:600px;margin:0 auto}.implementation-icon{font-size:4rem;margin-bottom:1rem}.implementation-message h2{color:#4a90e2;margin-bottom:1rem;font-size:2rem}.implementation-message p{color:#555;font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.implementation-message p.coming-soon{color:#666;font-style:italic;margin-bottom:2rem}.implementation-message .btn-primary{display:inline-block;background-color:#4a90e2;color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:700;transition:all .3s}.implementation-message .btn-primary:hover{background-color:#357abd;transform:translateY(-2px)}.contact-sections{margin-bottom:3rem}.contact-sections details{margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;background-color:#fafafa}.contact-sections summary{cursor:pointer;padding:1rem;font-size:1.2rem;color:#4a90e2;font-weight:700;list-style:none;position:relative}.contact-sections summary::-webkit-details-marker{display:none}.contact-sections summary:after{content:" ▼";position:absolute;right:1rem;font-size:1rem}.contact-sections details[open] summary:after{content:" ▲"}.contact-info{padding:1rem;background-color:#fff;margin:0}.contact-item,.location-item{background-color:#fafafa;border-left:4px solid #4a90e2;padding:1rem;margin-bottom:1rem;border-radius:5px}.contact-item h4,.location-item h4{color:#4a90e2;margin-bottom:.5rem;font-size:1.1rem}.contact-item p,.location-item p{color:#555;font-size:.95rem;margin:0 0 .5rem;line-height:1.5}.contact-item a{color:#4a90e2;text-decoration:none;font-weight:700;transition:color .3s}.contact-item a:hover{color:#357abd;text-decoration:underline}.contact-note{font-size:.9rem;color:#888;margin-top:.5rem!important}.form-section{background-color:#fafafa;padding:2rem;border-radius:10px;margin-top:3rem}.form-section h2{color:#4a90e2;margin-bottom:1rem}.form-section p{color:#555;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:5px;font-size:1rem;font-family:Arial,sans-serif}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 5px rgba(74,144,226,.3)}.form-group textarea{resize:vertical}.form-section input[type=submit]{background-color:#4a90e2;color:#fff;border:none;cursor:pointer;transition:background-color .3s;padding:.75rem 2rem;font-size:1rem;font-weight:700;border-radius:5px}.form-section input[type=submit]:hover{background-color:#357abd}details{margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;background-color:#fafafa}summary{cursor:pointer;padding:.5rem;font-size:.75rem;color:#4a90e2;font-weight:700;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:" ▼";position:absolute;right:.5rem;font-size:.75rem}details[open] summary:after{content:" ▲"}details>div,details>p,details>ul{padding:.5rem;background-color:#fff;margin:0}details details{margin-bottom:.5rem;border:none;background-color:transparent}details details summary{font-size:.6rem;color:#357abd;padding:.25rem .5rem}details details summary:after{right:.25rem;font-size:.6rem}@media (max-width:768px){.nav-toggle{display:block}.main-nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem}.main-nav.active{display:flex}.hero .container{flex-direction:column;text-align:center;margin-left:0;height:auto}.mascota{position:relative;width:150px;top:0;margin-bottom:1rem}.hero-content{text-align:center}.dropdown-content{display:block;position:static;box-shadow:none;padding-left:1rem}.dropdown-content a{padding:8px 16px}.hero h1{font-size:2rem}.hero p{font-size:1rem}}.stats-section{background:linear-gradient(135deg,#357abd,#4a90e2);color:#fff;padding:4rem 2rem;margin:4rem 0}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:hsla(0,0%,100%,.9);font-weight:300}.how-it-works{padding:4rem 2rem;background-color:#f9f9f9}.how-it-works-container{max-width:1200px;margin:0 auto}.how-it-works h2{text-align:center;color:#4a90e2;margin-bottom:3rem;font-size:2.2rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-card{background-color:#fff;border-radius:10px;padding:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;position:relative}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.step-number{display:inline-block;background-color:#4a90e2;color:#fff;width:50px;height:50px;border-radius:50%;line-height:50px;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-card h3{color:#4a90e2;margin-bottom:1rem;font-size:1.3rem}.step-card p{color:#666;font-size:.95rem;line-height:1.6}.step-connector{display:none;position:absolute;right:-50px;top:50%;width:100px;height:2px;background-color:#4a90e2;transform:translateY(-50%)}.step-card:not(:last-child) .step-connector{display:block}.benefits-section{padding:4rem 2rem;background-color:#fff}.benefits-container{max-width:1200px;margin:0 auto}.benefits-section h2{text-align:center;color:#4a90e2;margin-bottom:3rem;font-size:2.2rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:linear-gradient(135deg,#f0f4f8,#e8eef5);border-radius:10px;padding:2rem;border-left:4px solid #4a90e2;transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateX(5px);box-shadow:0 8px 12px rgba(0,0,0,.1)}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-card h3{color:#4a90e2;margin-bottom:1rem;font-size:1.3rem}.benefit-card p{color:#555;font-size:.95rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:5rem 2rem;text-align:center;margin:4rem 0}.cta-section h2{font-size:2.2rem;margin-bottom:1rem;color:#fff}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary{background-color:#fff;color:#4a90e2;font-weight:700;padding:.85rem 2rem;font-size:1.1rem}.cta-buttons .btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px)}.cta-buttons .btn-secondary{display:inline-block;background-color:transparent;color:#fff;border:2px solid #fff;padding:.75rem 2rem;text-decoration:none;border-radius:5px;font-weight:700;transition:all .3s}.cta-buttons .btn-secondary:hover{background-color:hsla(0,0%,100%,.1);transform:translateY(-2px)}@media (max-width:768px){.stats-container{grid-template-columns:1fr 1fr}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}.step-connector{display:none!important}.steps-grid{grid-template-columns:1fr}.benefit-card{border-left:none;border-top:4px solid #4a90e2}.cta-section{padding:3rem 1rem}.cta-section h2{font-size:1.8rem}.cta-buttons{flex-direction:column}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%}}.contact-channels{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.channel-card{background-color:#fff;border-radius:10px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;border-top:4px solid #4a90e2}.channel-card:hover{transform:translateY(-8px);box-shadow:0 12px 20px rgba(0,0,0,.15)}.channel-icon{font-size:3rem;margin-bottom:1rem}.channel-card h3{color:#4a90e2;margin-bottom:1rem;font-size:1.4rem}.channel-card .channel-detail{margin-bottom:.8rem;color:#555;font-size:.95rem}.channel-card a{color:#4a90e2;text-decoration:none;font-weight:700;transition:color .3s;display:inline-block;margin-top:.5rem}.channel-card a:hover{color:#357abd;text-decoration:underline}.locations-section{padding:4rem 2rem;background-color:#f9f9f9;margin:4rem 0}.locations-title{text-align:center;color:#4a90e2;margin-bottom:3rem;font-size:2.2rem}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.location-card{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.location-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.location-card h3{color:#4a90e2;margin-bottom:1.5rem;font-size:1.3rem}.location-info{margin-bottom:1rem;color:#555;font-size:.95rem;line-height:1.7}.location-info strong{color:#333;display:block;margin-bottom:.3rem}.contact-form-section{padding:4rem 2rem;background:linear-gradient(135deg,#f0f4f8,#e8eef5);margin:4rem 0}.contact-form-container{max-width:700px;margin:0 auto;background-color:#fff;border-radius:10px;padding:3rem;box-shadow:0 8px 16px rgba(0,0,0,.1)}.contact-form-container h2{color:#4a90e2;text-align:center;margin-bottom:1rem;font-size:2rem}.contact-form-container>p{text-align:center;color:#666;margin-bottom:2rem;font-size:1rem}.form-group input[type=submit]{background-color:#4a90e2;color:#fff;border:none;cursor:pointer;transition:all .3s;padding:.9rem 2rem;font-size:1.1rem;font-weight:700;border-radius:5px;width:100%}.form-group input[type=submit]:hover{background-color:#357abd;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.quick-response-banner{background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;padding:3rem 2rem;text-align:center;margin:4rem 0;border-radius:10px}.quick-response-banner h3{font-size:1.8rem;margin-bottom:.5rem;color:#fff}.quick-response-banner p{font-size:1.1rem;opacity:.95;color:#fff}.response-time{display:inline-block;background-color:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:20px;margin-top:1rem;font-weight:700}@media (max-width:768px){.contact-channels{grid-template-columns:1fr}.channel-card{padding:2rem 1.5rem}.locations-grid{grid-template-columns:1fr}.contact-form-container{padding:2rem 1.5rem}.contact-form-container h2{font-size:1.6rem}.quick-response-banner h3{font-size:1.4rem}}