@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;600;700&display=swap";:root{--primary: #1565C0;--secondary: #39A2D2;--tertiary: #0D47A1;--accent: #26C6DA;--gradient-main: linear-gradient(135deg, var(--tertiary) 0%, var(--secondary) 100%);--gradient-reverse: linear-gradient(135deg, var(--secondary) 0%, var(--tertiary) 100%);--gradient-hero: linear-gradient(135deg, var(--secondary) 0%, var(--tertiary) 100%);--text-primary: #1a1a2e;--text-secondary: #ffffff;--text-muted: #6b7280;--text-gradient: #1565C0;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-card: #ffffff;--bg-overlay: rgba(57, 162, 210, .3);--whatsapp: #25D366;--gmail: #EA4335;--call: #1565C0;--radius: 12px;--radius-sm: 8px;--radius-full: 9999px;--shadow-card: 0 4px 20px rgba(0, 0, 0, .08);--shadow-elevated: 0 8px 32px rgba(0, 0, 0, .12);--shadow-modal: 0 -4px 32px rgba(0, 0, 0, .2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Roboto Condensed,Roboto,sans-serif;color:var(--text-primary);background:var(--bg-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}.font-inter{font-family:Inter,sans-serif}.font-roboto{font-family:Roboto,sans-serif}.font-condensed{font-family:Roboto Condensed,sans-serif}.header{background:var(--gradient-reverse);position:sticky;top:0;z-index:100}.header__inner{max-width:1200px;margin:0 auto;padding:0 1.25rem;height:60px;display:flex;align-items:center;justify-content:space-between}.header__back{width:44px;height:44px;border-radius:50%;border:1.8px solid rgba(255,255,255,.45);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:1.4rem;transition:all .3s ease;background:transparent;flex-shrink:0}.header__back:hover{background:#ffffff26;border-color:#fff}.header__logo-link{display:flex;align-items:center}.header__logo{display:none}.header__social{display:flex;align-items:center;gap:1.15rem}.header__social a{color:var(--text-secondary);font-size:1.35rem;transition:transform .2s ease,opacity .2s ease;display:flex;align-items:center}.header__social a:hover{transform:scale(1.15);opacity:.85}@media(min-width:1024px){.header__inner{height:70px}.header__logo{display:none}}.home-header{background:var(--gradient-reverse);position:sticky;top:0;z-index:100}.home-header__inner{max-width:1200px;margin:0 auto;padding:0 1.25rem;height:56px;display:flex;align-items:center;justify-content:center}.home-header__logo{display:block;height:42px}.home-header__social{display:flex;align-items:center;gap:1.25rem}.home-header__social a{color:var(--text-secondary);font-size:1.6rem;transition:transform .2s ease,opacity .2s ease;display:flex;align-items:center}.home-header__social a:hover{transform:scale(1.15);opacity:.85}@media(min-width:1024px){.home-header__inner{height:64px}.home-header__logo{display:block;height:48px}}.site-footer{margin-top:auto}.footer-contact{background:var(--gradient-reverse)}.footer-contact__inner{max-width:1200px;margin:0 auto;height:50px;display:flex;align-items:center;justify-content:center;gap:12px}.footer-contact__link{color:var(--text-secondary);font-size:1.25rem;transition:transform .2s ease,opacity .2s ease;display:flex;align-items:center}.footer-contact__link:hover{transform:scale(1.2);opacity:.85}.footer-contact__divider{width:1px;height:50px;background:#fff6}.footer-bar{height:10px;background:var(--gradient-reverse);width:100%}.hero{position:relative;background:var(--gradient-hero);padding-bottom:3rem;overflow:hidden;flex:1}.hero__banner{position:relative;max-width:1200px;margin:0 auto;padding:0 1.25rem}.hero__image{width:100%;height:200px;object-fit:cover;border-radius:var(--radius)}.hero__badge{position:absolute;bottom:24px;left:32px;background:#1565c0d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-secondary);padding:8px 24px;font-size:1rem;font-weight:600;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.3);letter-spacing:.02em;box-shadow:0 4px 15px #0003}@media(min-width:1024px){.hero__image{height:300px}.hero__badge{position:absolute;bottom:auto;left:50%;top:50%;transform:translate(-50%,-50%);font-size:1.75rem;padding:12px 32px}}.services-section{padding:1.5rem 0}.services-section__title{max-width:1200px;margin:0 auto 1rem;padding:0 1.25rem;font-size:1.5rem;font-weight:600;color:var(--text-secondary)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.services-section__title{font-size:2.5rem;padding:0 1.25rem}}.service-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.service-card__image{width:100%;height:140px;object-fit:cover}.service-card__body{padding:.65rem .75rem;display:flex;justify-content:space-between;align-items:flex-end;flex:1}.service-card__title{font-size:.95rem;font-weight:500;line-height:1.3}.service-card__subtitle{color:var(--secondary);font-weight:500}.service-card__icon{color:var(--secondary);font-size:1.25rem;flex-shrink:0}@media(min-width:1024px){.service-card__image{height:220px}.service-card__title{font-size:1.35rem}.service-card__icon{font-size:1.75rem}}.service-detail{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem}.service-detail__banner{width:100%;height:250px;object-fit:cover;object-position:center 40%;border-radius:var(--radius-sm);margin-bottom:1.5rem}@media(min-width:1024px){.service-detail__banner{height:450px}.service-detail{padding:2rem}}.service-detail__content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.service-detail__content{flex-direction:row;gap:4rem}}.service-detail__info{flex:1}.service-detail__title{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.service-detail__title span:first-child{font-size:1.5rem;font-weight:400;font-family:Roboto,sans-serif}.service-detail__title span:last-child{font-size:1.5rem;font-weight:600;color:var(--text-gradient);font-family:Roboto,sans-serif}.service-detail__description{font-size:1rem;line-height:1.7;color:var(--text-primary);margin-bottom:1.5rem}.service-items{background:var(--gradient-main);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem}.service-items__item{color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.9rem;padding:.6rem 0}.service-items__item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.2)}@media(min-width:1024px){.service-items{background:none;padding:0}.service-items__item{color:var(--text-gradient);font-size:1rem;font-weight:500;font-family:Roboto Condensed,sans-serif}.service-items__item:not(:last-child){border-bottom:1px solid var(--tertiary)}}.contact-section{text-align:center;padding:2rem 0}.contact-section__title{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;color:var(--text-gradient);letter-spacing:.05em;margin-bottom:.75rem}.contact-section__buttons{display:flex;gap:.75rem;justify-content:center}.contact-btn{width:44px;height:44px;border-radius:var(--radius);background:var(--text-gradient);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:1.4rem;transition:transform .2s ease,box-shadow .2s ease}.contact-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #1565c066}.contact-logo{max-width:120px;margin:1.5rem auto}.contact-privacy{display:inline-flex;align-items:center;gap:.35rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-primary);transition:opacity .2s}.contact-privacy:hover{opacity:.7}.modal-overlay{position:fixed;inset:0;background:#00000073;z-index:200;display:none;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease;padding:1rem}.modal-overlay.active{display:flex}.modal{background:var(--bg-primary);width:100%;max-width:600px;border-radius:var(--radius) var(--radius) 0 0;box-shadow:var(--shadow-modal);padding:1.25rem 1rem;animation:slideUp .3s ease;max-height:calc(100vh - 2rem);overflow-y:auto;position:relative}@media(min-width:768px){.modal-overlay{align-items:center}.modal{border-radius:var(--radius);max-height:90vh;animation:fadeIn .3s ease}}.modal__title{text-align:center;font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.modal__contacts{display:flex;flex-direction:column;gap:.75rem}.modal__contact-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.modal__contact-info{display:flex;align-items:center;gap:.75rem;background:var(--bg-overlay);border-radius:var(--radius-full);padding:.6rem 1rem;flex:1;min-width:0}.modal__contact-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.modal__contact-name{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal__action-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;border-radius:var(--radius-full);color:#fff;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0;white-space:nowrap}.modal__action-btn:hover{transform:scale(1.05)}.modal__action-btn--whatsapp{background:var(--whatsapp)}.modal__action-btn--call{background:var(--call)}.modal__action-btn--email{background:var(--secondary)}.modal__action-btn svg{width:16px;height:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.privacy-section{text-align:center;padding:1rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
