.contato-container{width:100%;max-width:100%;margin:0;padding:80px 5%;flex:1 0 auto;position:relative;background:#e8e3d4;min-height:calc(100vh - 200px)}.contato-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.contato-content{position:relative;z-index:10;max-width:900px;margin:0 auto;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contato-header{display:flex;align-items:center;gap:30px;margin-bottom:80px}.contato-title-visual{display:flex;align-items:center;gap:20px}.title-square{width:16px;height:16px;border:1px solid #191a1c;background:transparent;transition:all .3s ease}.contato-title-visual:hover .title-square{background:#191a1c;transform:rotate(45deg)}.contato-header h2{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:3rem;font-weight:300;color:#191a1c;margin:0;letter-spacing:-2px;line-height:1.2}.contato-line{flex:1;height:1px;background:linear-gradient(90deg,#191a1c,transparent);opacity:.2}.contato-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.contact-item{display:flex;gap:25px;padding:30px;border:1px solid rgba(25,26,28,.1);background:transparent;transition:all .4s cubic-bezier(.4,0,.2,1);animation:contactAppear .6s ease-out both;animation-delay:var(--delay);cursor:pointer}@keyframes contactAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-item:hover{border-color:#191a1c;background:rgba(25,26,28,.02);transform:translateY(-4px)}.contact-icon-wrapper{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative}.contact-icon-square{width:30px;height:30px;border:1px solid #191a1c;background:transparent;transition:all .3s ease;position:relative}.contact-item:hover .contact-icon-square{background:#191a1c;transform:rotate(45deg)}.contact-item:hover .contact-icon-square:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#e8e3d4;border-radius:50%}.contact-info{display:flex;flex-direction:column;gap:8px;flex:1}.contact-label{font-family:Orator Std,monospace;font-size:.75rem;color:#515f7c;text-transform:uppercase;letter-spacing:1px;font-weight:400}.contact-value{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;color:#191a1c;text-decoration:none;transition:color .3s ease;letter-spacing:.2px}.contact-value:hover{color:#0038ba}@media (max-width:768px){.contato-container{padding:60px 4%}.contato-header{margin-bottom:60px}.contato-header h2{font-size:2.2rem}.contato-grid{grid-template-columns:1fr;gap:30px}.contact-item{padding:25px}}@media (max-width:480px){.contato-container{padding:40px 4%}.contato-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:50px}.contato-header h2{font-size:1.8rem}.contato-line{width:100%}.contact-item{padding:20px;gap:20px}.contact-icon-wrapper{width:40px;height:40px}.contact-icon-square{width:24px;height:24px}.contact-value{font-size:1rem}}