.contato-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;padding:3rem 2rem;max-width:1200px;height:600px;margin:140px auto;gap:2rem}.contato-info{flex:1 1;min-width:350px}.contato-info h4{color:#f4672c;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.contato-info h1{font-size:4rem;margin-bottom:1rem;color:var(--secondary-color);font-weight:800}.contato-info p{color:#333;margin-bottom:2rem;line-height:1.6;font-weight:400}.contato-item{display:flex;align-items:center;margin-bottom:1.5rem}.contato-item .images-contato{width:40px;height:40px;margin-right:1rem;position:relative;border-radius:5px}.contato-item span{font-size:1.5rem;color:var(--secondary-color);font-weight:700;text-transform:uppercase}.contato-item strong{display:block;font-size:1.6rem;font-weight:700;color:#000}.contato-form{flex:1 1;flex-direction:column;min-width:300px}.contato-form,.linha-dupla{display:flex;gap:1rem}.linha-dupla input{flex:1 1}.contato-form input,.contato-form textarea{padding:.75rem;border:1px solid #bbb;border-radius:4px;font-size:1.5rem;font-family:var(--primary-letter)}.contato-form textarea{resize:vertical;min-height:160px}.contato-form button{background-color:#f4672c;color:#fff;border:none;padding:.85rem;font-weight:600;font-size:2rem;cursor:pointer;border-radius:4px;transition:background .3s ease}.contato-form button:hover{background-color:#c3501e}.slide-left{animation:slideLeft .8s ease-out forwards}.slide-right{animation:slideRight .8s ease-out forwards}.fade-up{animation:fadeUp .8s ease-out forwards}.contato-form button,.contato-form input,.contato-form textarea{transition:all .3s ease}.contato-form input:focus,.contato-form textarea:focus{border-color:#f4672c;box-shadow:0 0 5px rgba(244,103,44,.4);outline:none}.contato-form button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.regiao-atendimento{margin-top:1.5rem;font-weight:700;font-size:1.6rem;color:#333;line-height:1.6}@keyframes slideLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}