@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap";
:root{--uc3m-blue:#00007a;--uc3m-blue-hover:#009;--text-dark:#1a202c;--text-gray:#4a5568;--bg-light:#f8fafc;--white:#fff;--shadow-sm:0 4px 6px -1px rgba(0,0,0,.05);--shadow-md:0 10px 15px -3px rgba(0,0,122,.08);--shadow-hover:0 20px 25px -5px rgba(0,0,122,.15);--radius-card:24px}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{background-color:var(--bg-light)}.associations-section{background:var(--bg-light);justify-content:center;width:100%;padding:6rem 1.5rem;display:flex}.content-container{flex-direction:column;gap:3rem;width:100%;max-width:1200px;display:flex}.section-header{text-align:center;max-width:700px;margin:0 auto}.title-gradient{color:var(--uc3m-blue);letter-spacing:-.5px;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.subtitle{color:var(--text-gray);font-size:1.1rem;line-height:1.6}.associations-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:1rem 0;display:grid}.association-card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.03);flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.association-card:hover{box-shadow:var(--shadow-hover);border-color:rgba(0,0,122,.1);transform:translateY(-8px)}.card-top{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.logo-wrapper{background:var(--bg-light);border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;width:64px;height:64px;padding:4px}.card-logo{object-fit:cover;border-radius:50%;width:100%;height:100%}.card-title{color:var(--uc3m-blue);font-size:1.25rem;font-weight:700}.card-description{color:var(--text-gray);-webkit-box-orient:vertical;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.card-footer{margin-top:auto}.card-link{color:var(--uc3m-blue);align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.card-link:hover{gap:12px;text-decoration:underline}.arrow{font-size:1.2rem;line-height:1}.cta-container{justify-content:center;margin-top:1rem;display:flex}.btn-explore{background-color:var(--uc3m-blue);color:var(--white);cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 10px 20px rgba(0,0,122,.2)}.btn-explore:hover{background-color:var(--uc3m-blue-hover);transform:scale(1.05);box-shadow:0 15px 30px rgba(0,0,122,.3)}.btn-explore:active{transform:scale(.98)}@media (max-width:768px){.associations-section{padding:4rem 1rem}.title-gradient{font-size:2rem}.associations-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.association-card{padding:1.5rem}}
