.contacto-container{min-height:100vh;background-color:#e8f4f5;background-image:url(/images/patron.png);background-size:cover;background-position:50%;background-repeat:repeat}.contacto-content{padding:4rem 2rem;min-height:calc(100vh - 200px)}.content-wrapper{max-width:1400px;margin:0 auto}.page-title{font-size:3rem;color:#5a8a94;text-align:center;margin-bottom:3rem;letter-spacing:.2em}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-image{display:flex;flex-direction:column;gap:2rem}.team-photo{width:100%;max-width:400px;height:400px;object-fit:cover;border-radius:50%;box-shadow:0 8px 30px rgba(0,0,0,.15);margin:0 auto}.contact-info{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.info-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.info-item:last-child{margin-bottom:0}.icon{font-size:1.5rem;min-width:30px}.info-item p{font-size:1rem;color:#333;line-height:1.6}@media (max-width:968px){.contact-grid{grid-template-columns:1fr}.page-title{font-size:2rem}}