.departamentos{background:#f5f5f5;min-height:100vh;padding-top:90px}@media(max-width:1280px){.departamentos{padding-top:40px}}.departamentos__header{background:#0a4952;color:#fff;padding:2rem 3rem}.departamentos__header,.departamentos__header-top{align-items:center;display:flex;justify-content:center}.departamentos__header-top{gap:2rem}.departamentos__logo{max-width:140px}.departamentos__titulo h1{color:#fff;font-size:2.5rem;font-weight:800;margin:0 0 .5rem}.departamentos__titulo p{color:#fff;font-size:1.1rem;margin:0;opacity:.9}.departamentos__content{margin:0 auto;max-width:1600px;padding:2rem}.departamentos__grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.departamentos__empty,.departamentos__loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.departamentos__empty p,.departamentos__loading p{font-size:1.1rem;margin-top:1rem}.departamentos__spinner{animation:spin-c03fc358 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#0a4952;height:48px;width:48px}@keyframes spin-c03fc358{to{transform:rotate(1turn)}}.dept-card{background:#fff;border:2px solid transparent;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.dept-card:hover{border-color:#0a4952;box-shadow:0 12px 40px #00000026;transform:translateY(-6px)}.dept-card__image{height:180px;position:relative;width:100%}.dept-card__image,.dept-card__image-icon{align-items:center;display:flex;justify-content:center}.dept-card__image-icon svg{color:#ffffffe6;height:64px;width:64px}.dept-card__body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.dept-card__body h3{color:#1a1a1a;font-size:1.15rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.dept-card__body p{color:#666;display:-webkit-box;font-size:.9rem;line-clamp:3;-webkit-line-clamp:3;line-height:1.6;margin:0 0 1rem;-webkit-box-orient:vertical;flex:1;overflow:hidden}.dept-card__actions{display:flex;gap:.5rem;margin-top:auto}.dept-card__btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;flex:1;font-size:.75rem;font-weight:600;gap:.4rem;justify-content:center;padding:.5rem .75rem;text-decoration:none;transition:all .3s}.dept-card__btn svg{flex-shrink:0;height:14px;width:14px}.dept-card__btn--contact{background:#0a4952;color:#fff}.dept-card__btn--contact:hover{background:#0d5c66}.dept-card__btn--copy{background:#f0f0f0;color:#333}.dept-card__btn--copy:hover{background:#e0e0e0}.modal-overlay{align-items:center;background:#000000b3;display:flex;justify-content:center;inset:0;padding:1rem;position:fixed;z-index:2000}.modal{animation:modalIn-c03fc358 .3s ease;background:#fff;border-radius:20px;display:flex;flex-direction:column;max-height:90vh;max-width:600px;overflow:hidden;position:relative;width:100%}@keyframes modalIn-c03fc358{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal__close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s;width:36px;z-index:10}.modal__close:hover{background:#ffffff4d;transform:scale(1.1)}.modal__close svg{height:18px;width:18px}.modal__header{align-items:flex-end;background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:flex-start;min-height:180px;padding:2rem}.modal__header h1,.modal__header h2{font-size:1.75rem;font-weight:800;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.modal__body{overflow-y:auto;padding:2rem}.modal__descripcion{color:#444;font-size:1.05rem;line-height:1.7;margin:0 0 2rem}.modal__funciones{margin-bottom:2rem}.modal__funciones h4{color:#0a4952;font-size:1rem;font-weight:700;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.modal__funciones ul{list-style:none;margin:0;padding:0}.modal__funciones li{align-items:flex-start;border-bottom:1px solid #f0f0f0;color:#333;display:flex;font-size:.95rem;gap:.75rem;line-height:1.5;padding:.75rem 0}.modal__funciones li:last-child{border-bottom:none}.modal__funciones li svg{color:#2e7d32;flex-shrink:0;height:20px;margin-top:2px;width:20px}.modal__contacto h4{color:#0a4952;font-size:1rem;font-weight:700;letter-spacing:.5px;margin:0 0 1rem;text-transform:uppercase}.modal__contacto-info{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.modal__contacto-item{align-items:center;background:#f8f8f8;border-radius:10px;color:#333;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 1rem}.modal__contacto-item svg{color:#0a4952;flex-shrink:0;height:20px;width:20px}.modal__contacto-actions{display:flex;gap:.75rem}.modal__btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;flex:1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s}.modal__btn svg{flex-shrink:0;height:18px;width:18px}.modal__btn--contact{background:#0a4952;color:#fff}.modal__btn--contact:hover{background:#0d5c66}.modal__btn--copy{background:#e8e8e8;color:#333}.modal__btn--copy:hover{background:#d8d8d8}.modal-enter-active,.modal-leave-active{transition:all .3s ease}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal,.modal-leave-to .modal{transform:scale(.95) translateY(20px)}@media(min-width:768px)and (max-width:1024px){.departamentos__grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.dept-card{border-radius:14px}.dept-card__image{height:140px}.dept-card__image-icon svg{height:50px;width:50px}.dept-card__body{padding:1.25rem}.dept-card__body h3{font-size:1rem}.dept-card__body p{font-size:.85rem}.dept-card__btn{font-size:.75rem;padding:.45rem .65rem}.departamentos__content{padding:1.5rem}}@media(max-width:767px){.departamentos__grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.dept-card{border-radius:12px}.dept-card__image{height:100px}.dept-card__image-icon svg{height:36px;width:36px}.dept-card__body{padding:.75rem}.dept-card__body h3{font-size:.85rem;margin-bottom:.4rem}.dept-card__body p{font-size:.7rem;-webkit-line-clamp:2;margin-bottom:.5rem}.dept-card__actions{flex-direction:column;gap:.35rem}.dept-card__btn{font-size:.65rem;padding:.4rem .5rem;width:100%}.dept-card__btn svg{height:12px;width:12px}.departamentos__content{padding:1rem}.departamentos__header{padding:1.25rem 1rem}.departamentos__header-top{align-items:center;flex-direction:row;gap:1rem;justify-content:flex-start}.departamentos__logo{flex-shrink:0;max-width:60px}.departamentos__titulo{text-align:left}.departamentos__titulo h1{font-size:1.1rem;margin-bottom:.25rem}.departamentos__titulo p{font-size:.75rem;line-height:1.3}.modal{border-radius:16px;max-height:95vh}.modal__header{padding:1.5rem}.modal__header h1,.modal__header h2{font-size:1.35rem}.modal__icon{height:55px;width:55px}.modal__icon svg{height:28px;width:28px}.modal__body{padding:1.5rem}.modal__descripcion{font-size:.95rem}}
