.contacto{
    display: flex;
    padding: 2% 10%;
    justify-content: space-between;
    background: #000000;
}

.contacto_caja1{
    width: 35%;
}

.contacto_caja2{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.contacto_caja2_button{
    width: 20%;
}

.paraInputs {
    width: 60%;
    margin: 2% 0;
    padding-left: 2%;
    height: 40px;
    border: 1px #acacac solid;
    border-radius: 3px;
}