.modal-content{
    margin: 18px;
}
form{
    display: flex;
    flex-direction: column;
    gap: 10px;
   
}
.titulo-contacto{
    width: 430px;
    height: 50px;

}
.titulo-contacto h2{
    width: 430px;
    height: 26px;   
    font-size: 22px;
}
.titulo-contacto p{
    width: 296px;
    height: 76px;
    gap: 0px;
}
.input-padron, .input{
    width: 430px;
    height: 56px;
    background: #dad9d9;
    border-radius: 4px;
    border: transparent;
}
.textarea{
    width: 430px;
    height: 133px;
    background: #dad9d9;
    border-radius: 4px;
    border: transparent;
}
form ::placeholder{
        font-size: 15px;
        line-height: 19px;                          
    }
.enviar{
    width: 133px;           
    height: 40px;
    font-size: 14px;
    line-height: 16px;
}

